summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-193-23/+35
|\
| * x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik2024-10-311-2/+5
| * tracing: Add __print_dynamic_array() helperSteven Rostedt2024-10-302-0/+9
| * x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik2024-10-301-21/+21
* | Merge tag 'rcu.release.v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-195-26/+138
|\ \
| | \
| | \
| *-. \ Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...Frederic Weisbecker2024-11-155-26/+138
| |\ \ \
| | | * | srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavorPaul E. McKenney2024-11-153-7/+25
| | | * | srcu: Remove smp_mb() from srcu_read_unlock_lite()Paul E. McKenney2024-11-121-1/+1
| | | * | srcu: Improve srcu_read_lock_lite() kernel-doc commentPaul E. McKenney2024-11-121-1/+2
| | | * | srcu: Allow inlining of __srcu_read_{,un}lock_lite()Paul E. McKenney2024-11-121-0/+39
| | | * | srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney2024-11-122-1/+51
| | | * | srcu: Create CPP macros for normal and NMI-safe SRCU readersPaul E. McKenney2024-11-122-12/+12
| | | * | srcu: Improve srcu_read_lock{,_nmisafe}() commentsPaul E. McKenney2024-11-121-4/+11
| | | * | srcu: Renaming in preparation for additional reader flavorPaul E. McKenney2024-11-122-12/+11
| | |/ / | |/| |
| | * | rcu: Delete unused rcu_gp_might_be_stalled() functionPaul E. McKenney2024-10-232-2/+0
| |/ /
* | | Merge tag 'hwmon-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-192-16/+4
|\ \ \
| * | | hwmon: (max6639) : Configure based on DT propertyNaresh Solanki2024-11-101-15/+0
| * | | hwmon: Add static visibility member to struct hwmon_opsHeiner Kallweit2024-11-101-1/+4
* | | | Merge tag 'acpi-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-11-191-2/+6
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'acpi-battery', 'acpi-ec', 'acpi-pfr' and 'acpi-osl'Rafael J. Wysocki2024-11-151-2/+6
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | | * | | | ACPI: EC: make EC support compile-time conditionalArnd Bergmann2024-10-241-2/+6
| | | |/ / /
* | | | | | Merge tag 'thermal-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-192-7/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge back thermal control material for 6.13Rafael J. Wysocki2024-11-112-7/+28
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | thermal: netlink: Add the commands and the events for the thresholdsDaniel Lezcano2024-10-241-7/+20
| | * | | | | thermal: core: Add and use cooling device guardRafael J. Wysocki2024-10-241-0/+3
| | * | | | | thermal: core: Add user thresholds supportDaniel Lezcano2024-10-102-0/+5
* | | | | | | Merge tag 'pm-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-11-191-8/+21
|\ \ \ \ \ \ \
| * | | | | | | PM: EM: Add min/max available performance state limitsLukasz Luba2024-11-041-8/+21
| |/ / / / / /
* | | | | | | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-193-8/+2
|\ \ \ \ \ \ \
| * | | | | | | prandom: Include <linux/percpu.h> in <linux/prandom.h>Uros Bizjak2024-10-031-0/+1
| * | | | | | | random: Do not include <linux/prandom.h> in <linux/random.h>Uros Bizjak2024-10-031-7/+0
| * | | | | | | scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-1913-113/+303
|\ \ \ \ \ \ \
| * | | | | | | crypto: hisilicon/qm - disable same error report before resettingWeili Qian2024-11-021-1/+7
| * | | | | | | crypto: hisilicon - support querying the capability registerQi Tao2024-11-021-0/+15
| * | | | | | | crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert2024-11-021-3/+0
| * | | | | | | crypto: hisilicon/qm - fix the coding specifications issueChenghai Huang2024-10-051-31/+2
| * | | | | | | crypto: ecdsa - Support P1363 signature decodingLukas Wunner2024-10-051-0/+1
| * | | | | | | crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner2024-10-051-0/+38
| * | | | | | | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner2024-10-051-7/+7
| * | | | | | | crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner2024-10-051-0/+13
| * | | | | | | ASN.1: Clean up include statements in public headersLukas Wunner2024-10-052-1/+1
| * | | | | | | crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner2024-10-051-11/+36
| * | | | | | | crypto: akcipher - Drop sign/verify operationsLukas Wunner2024-10-052-63/+10
| * | | | | | | crypto: virtio - Drop sign/verify operationsLukas Wunner2024-10-051-0/+1
| * | | | | | | crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner2024-10-052-0/+2
| * | | | | | | crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacksLukas Wunner2024-10-051-0/+28
| * | | | | | | crypto: sig - Introduce sig_alg backendLukas Wunner2024-10-053-0/+146
| |/ / / / / /
* | | | | | | Merge tag 'chrome-platform-firmware-for-6.13' of git://git.kernel.org/pub/scm...Linus Torvalds2024-11-191-0/+7
|\ \ \ \ \ \ \
| * | | | | | | firmware: sysfb: Add a sysfb_handles_screen_info() helper functionJavier Martinez Canillas2024-09-301-0/+7
| |/ / / / / /