summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ACPI: debugfs: Remove dead ACPICA debug codeHanjun Guo2020-09-251-3/+0
| | * | | | | | ACPI: custom_method: Remove dead ACPICA debug codeHanjun Guo2020-09-251-2/+0
| | * | | | | | ACPI: container: Remove leftover ACPICA debug functionalityHanjun Guo2020-09-251-3/+0
| | * | | | | | ACPI: platform: Remove ACPI_MODULE_NAME()Hanjun Guo2020-09-251-2/+0
| | * | | | | | ACPI: memhotplug: Remove leftover ACPICA debug functionalityHanjun Guo2020-09-251-7/+0
| | * | | | | | ACPI: LPSS: Remove ACPI_MODULE_NAME()Hanjun Guo2020-09-251-2/+0
| | * | | | | | ACPI: cmos_rtc: Remove leftover ACPI_MODULE_NAME()Hanjun Guo2020-09-251-2/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-135-30/+150
| |\ \ \ \ \ \
| | * | | | | | node: Add access1 class to represent CPU to memory characteristicsJonathan Cameron2020-10-021-19/+69
| | * | | | | | ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3Jonathan Cameron2020-10-021-1/+2
| | * | | | | | ACPI: Let ACPI know we support Generic Initiator Affinity StructuresJonathan Cameron2020-10-021-0/+4
| | * | | | | | ACPI: Support Generic Initiator only domainsJonathan Cameron2020-10-021-1/+68
| | * | | | | | ACPI: Remove side effect of partly creating a node in acpi_get_node()Jonathan Cameron2020-09-241-1/+1
| | * | | | | | ACPI: Rename acpi_map_pxm_to_online_node() to pxm_to_online_node()Jonathan Cameron2020-09-242-3/+2
| | * | | | | | ACPI: Do not create new NUMA domains from ACPI static tables that are not SRATJonathan Cameron2020-09-243-4/+3
| | * | | | | | ACPI: Add out of bounds and numa_off protections to pxm_to_node()Jonathan Cameron2020-09-241-1/+1
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'acpi-video', 'acpi-battery', 'acpi-config' and 'acpi-scan'Rafael J. Wysocki2020-10-133-2/+11
| |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | | | | * | | | | ACPI: scan: Replace ACPI_DEBUG_PRINT() with pr_debug()Tian Tao2020-10-021-2/+1
| | | | | |/ / / /
| | | | * / / / / ACPI: configfs: Add missing config_item_put() to fix refcount leakHanjun Guo2020-09-251-0/+1
| | | |/ / / / /
| | * / / / / / ACPI: video: use ACPI backlight for HP 635 NotebookAlex Hung2020-09-251-0/+9
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'acpi-tables', 'acpi-pmic', 'acpi-dptf' and 'acpi-soc'Rafael J. Wysocki2020-10-1310-99/+231
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | ACPI: APD: Clean up header file include statementsHanjun Guo2020-09-251-6/+4
| | | | | * | | | | | ACPI: APD: Remove unnecessary APD_ADDR() macro stubHanjun Guo2020-09-251-8/+3
| | | | | * | | | | | ACPI: APD: Remove ACPI_MODULE_NAME()Hanjun Guo2020-09-251-1/+0
| | | | | * | | | | | ACPI: APD: Remove flags from struct apd_device_descHanjun Guo2020-09-251-9/+0
| | | | | * | | | | | ACPI: APD: Add kerneldoc for properties in struct apd_device_descHanjun Guo2020-09-251-0/+1
| | | | | |/ / / / /
| | | | * | | / / / ACPI: DPTF: Add PCH FIVR participant driverSrinivas Pandruvada2020-09-184-0/+142
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | ACPI / PMIC: Move TPS68470 OpRegion driver to drivers/acpi/pmic/Andy Shevchenko2020-09-154-17/+17
| | | * | | | | | ACPI / PMIC: Split out Kconfig and Makefile specific for ACPI PMICAndy Shevchenko2020-09-154-57/+63
| | | |/ / / / /
| | * / / / / / ACPI: NFIT: Use kobj_to_dev() insteadWang Qing2020-09-151-2/+2
| | |/ / / / /
| * | | | | | Merge back earlier ACPICA-related changes for 5.10.Rafael J. Wysocki2020-10-0810-48/+197
| |\ \ \ \ \ \
| | * | | | | | ACPI: OSL: Make ACPICA use logical addresses of GPE blocksRafael J. Wysocki2020-09-111-2/+10
| | * | | | | | ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki2020-09-112-12/+12
| | * | | | | | 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