summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'edac_updates_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-1420-147/+50
|\
| * EDAC/skx_common: Allow decoding of SGX addressesQiuxu Zhuo2024-04-081-1/+1
| * EDAC/mc_sysfs: Convert sprintf()/snprintf() to sysfs_emit()Li Zhijian2024-04-041-24/+23
| * EDAC: Remove unused struct membersJiri Slaby (SUSE)2024-03-272-8/+0
| * EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()Jiri Slaby (SUSE)2024-03-2715-79/+20
| * EDAC/device: Remove edac_dev_sysfs_block_attribute::store()Jiri Slaby (SUSE)2024-03-273-26/+6
| * EDAC/device: Remove edac_dev_sysfs_block_attribute::{block,value}Jiri Slaby (SUSE)2024-03-272-8/+0
| * EDAC/amd64: Remove unused struct member amd64_pvt::ext_nbcfgJiri Slaby (SUSE)2024-03-271-1/+0
* | Merge tag 'idxd-for-linus-may2024' of git bundle from ArjanLinus Torvalds2024-05-136-5/+111
|\ \
| * | dmaengine: idxd: add a write() method for applications to submit workNikhil Rao2024-05-132-2/+90
| * | dmaengine: idxd: add a new security check to deal with a hardware erratumArjan van de Ven2024-05-133-0/+19
| * | VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven2024-05-132-3/+2
* | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-134-18/+51
|\ \ \
| * | | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-242-15/+15
| * | | thermal/cpufreq: Remove arch_update_thermal_pressure()Vincent Guittot2024-04-241-3/+0
| * | | cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot2024-04-241-0/+36
| | |/ | |/|
* | | Merge tag 'tag-chrome-platform-firmware-for-v6.10' of git://git.kernel.org/pu...Linus Torvalds2024-05-133-4/+9
|\ \ \
| * | | firmware: google: cbmem: drop driver owner initializationKrzysztof Kozlowski2024-04-031-1/+0
| * | | firmware: coreboot: store owner from modules with coreboot_driver_register()Krzysztof Kozlowski2024-04-032-3/+9
| |/ /
* | | Merge tag 'tag-chrome-platform-for-v6.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-1320-74/+214
|\ \ \
| * | | platform/chrome: cros_ec: Handle events during suspend after resume completionKarthikeyan Ramasubramanian2024-04-301-8/+8
| * | | platform/chrome: cros_ec_lpc: add quirks for the Framework Laptop (AMD)Dustin L. Howett2024-04-241-1/+15
| * | | platform/chrome: cros_ec_lpc: add a "quirks" systemDustin L. Howett2024-04-241-0/+31
| * | | platform/chrome: cros_ec_lpc: pass driver_data from DMI to the deviceDustin L. Howett2024-04-241-2/+7
| * | | platform/chrome: cros_ec_lpc: introduce a priv struct for the lpc deviceDustin L. Howett2024-04-241-4/+21
| * | | platform/chrome: add HAS_IOPORT dependenciesNiklas Schnelle2024-04-242-0/+2
| * | | platform/chrome: cros_hps_i2c: Replace deprecated UNIVERSAL_DEV_PM_OPS()Andy Shevchenko2024-04-241-2/+2
| * | | platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallba...Tzung-Bi Shih2024-04-241-2/+9
| * | | platform/chrome: wilco_ec: core: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: wilco_ec: event: remove redundant MODULE_ALIASTzung-Bi Shih2024-04-241-1/+0
| * | | platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback ...Tzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_vbc: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_lightbar: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_chardev: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_usbpd_notify: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_sensorhub: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
| * | | platform/chrome: cros_ec_proto: avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-241-42/+30
| * | | platform/chrome: wilco_ec: use sysfs_emit() instead of sprintf()Ai Chao2024-04-241-1/+1
* | | | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-1378-1187/+8236
|\ \ \ \
| * | | | crypto: atmel-sha204a - provide the otp contentLothar Rubusch2024-05-101-0/+45
| * | | | crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch2024-05-103-0/+52
| * | | | crypto: atmel-i2c - rename read functionLothar Rubusch2024-05-102-4/+4
| * | | | crypto: atmel-i2c - add missing arg descriptionLothar Rubusch2024-05-101-0/+1
| * | | | crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum2024-05-101-4/+2
| * | | | crypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-05-101-8/+8
| * | | | crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta2024-05-101-0/+3