summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ACPICA: Add support for using logical addresses of GPE blocksRafael J. Wysocki2020-09-113-6/+33
| | * | | | ACPICA: Introduce special struct type for GPE register addressesRafael J. Wysocki2020-09-044-14/+15
| | * | | | ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()Rafael J. Wysocki2020-09-044-20/+84
| | * | | | ACPICA: Validate GPE blocks at init timeRafael J. Wysocki2020-09-043-0/+49
| | |/ / /
| * | | | ACPICA: Remove unnecessary semicolonBob Moore2020-10-081-1/+1
| * | | | ACPICA: Debugger: Add a new command: "ALL <NameSeg>"Bob Moore2020-10-084-34/+188
| * | | | ACPICA: iASL: Return exceptions for string-to-integer conversionsBob Moore2020-10-081-9/+24
| * | | | ACPICA: Add predefined names found in the SMBus sepcificationBob Moore2020-10-084-7/+39
| * | | | ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King2020-10-082-2/+3
| | |_|/ | |/| |
* | | | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-142-13/+31
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. | | | Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'Rafael J. Wysocki2020-10-131-7/+3
| |\ \ \| | | | | | |_|_|/ | | |/| | |
| | | * | | ACPI: EC: PM: Drop ec_no_wakeup check from acpi_ec_dispatch_gpe()Rafael J. Wysocki2020-10-061-3/+0
| | | * | | ACPI: EC: PM: Flush EC work unconditionally after wakeupRafael J. Wysocki2020-10-061-4/+3
| | |/ / /
| * | | | Merge back cpuidle material for 5.10.Rafael J. Wysocki2020-09-281-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ACPI: processor: Print more information when acpi_processor_evaluate_cst() failsChen Yu2020-09-211-6/+28
| | |/ / | |/| |
* | | | ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams2020-10-131-62/+6
* | | | x86/numa: add 'nohmat' optionDan Williams2020-10-131-1/+7
* | | | x86/numa: cleanup configuration dependent command-line optionsDan Williams2020-10-131-2/+7
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-8/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPI/IORT: Remove the unused inline functionsZenghui Yu2020-09-071-4/+0
| * | | ACPI/IORT: Drop the unused @ops of iort_add_device_replay()Zenghui Yu2020-09-071-5/+3
| | |/ | |/|
* | | ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unsetRafael J. Wysocki2020-09-231-0/+1
| |/ |/|
* | ACPI: processor: Take over RCU-idle for C3-BM idlePeter Zijlstra2020-09-161-20/+49
* | ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra2020-09-161-5/+5
* | ACPI: processor: Use CPUIDLE_FLAG_TIMER_STOPPeter Zijlstra2020-09-161-32/+15
|/
* Merge branch 'acpi-mm'Rafael J. Wysocki2020-08-281-4/+19
|\
| * ACPI: OSL: Prevent acpi_release_memory() from returning too earlyRafael J. Wysocki2020-08-251-2/+17
| * ACPI: ioremap: avoid redundant rounding to OS page sizeArd Biesheuvel2020-08-211-2/+2
* | ACPI: SoC: APD: Check return value of acpi_dev_get_property()Furquan Shaikh2020-08-211-2/+2
|/
* Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-08-151-7/+12
|\
| * ACPI: APD: Add a fmw property is_ravenAkshu Agrawal2020-08-071-0/+4
| * ACPI: APD: Change name from ST to FCHAkshu Agrawal2020-08-071-7/+7
| * i2c: designware: Add device HID for Hygon I2C controllerPu Wen2020-08-071-0/+1
* | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-114-42/+600
|\ \
| * | ACPI: NFIT: Fix ARS zero-sized allocationDan Williams2020-08-031-3/+12
| * | ACPI: NFIT: Add runtime firmware activate supportDan Williams2020-07-284-4/+436
| * | tools/testing/nvdimm: Emulate firmware activation commandsDan Williams2020-07-251-0/+5
| * | ACPI: NFIT: Define runtime firmware activation commandsDan Williams2020-07-253-29/+135
| * | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams2020-07-252-5/+5
| * | libnvdimm: Validate command family indicesDan Williams2020-07-252-3/+9
* | | Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-061-55/+21
|\ \ \
| * | | acpi: thermal: Don't call thermal_zone_device_is_enabled()Andrzej Pietrasiewicz2020-07-071-3/+0
| * | | thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-26/+0
| * | | thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-10/+11
| * | | thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-9/+0
| * | | thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-12/+6
| * | | thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz2020-06-291-15/+12
| * | | acpi: thermal: Fix error handling in the register functionAndrzej Pietrasiewicz2020-06-291-4/+16
* | | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\ \ \ \
| * | | | sched,acpi_pad: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
| | |/ / | |/| |