summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-1315-40/+206
|\
| * docs: mm: numaperf.rst Add brief description for access class 1.Jonathan Cameron2020-10-021-0/+8
| * 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-022-0/+5
| * x86: Support Generic Initiator only proximity domainsJonathan Cameron2020-10-023-0/+24
| * ACPI: Support Generic Initiator only domainsJonathan Cameron2020-10-023-1/+72
| * ACPI / NUMA: Add stub function for pxm_to_node()Nathan Chancellor2020-09-301-0/+5
| * irq-chip/gic-v3-its: Fix crash if ITS is in a proximity domain without proces...Jonathan Cameron2020-09-241-1/+6
| * 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-243-7/+6
| * ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_...Jonathan Cameron2020-09-241-4/+3
| * ACPI: Do not create new NUMA domains from ACPI static tables that are not SRATJonathan Cameron2020-09-244-5/+4
| * 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-134-2/+13
|\ \ \ \ \
| | | | * | 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: battery: include linux/power_supply.hBarnabás Pőcze2020-09-251-0/+2
| | |/ /
| * / / 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-1312-101/+249
|\ \ \ \ \ \
| | | | * | | 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-185-0/+158
| | * | | | MAINTAINERS: Use my kernel.org address for Intel PMIC workAndy Shevchenko2020-09-251-2/+2
| | * | | | 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-0812-49/+202
|\ \ \ \
| * | | | ACPI: OSL: Make ACPICA use logical addresses of GPE blocksRafael J. Wysocki2020-09-112-2/+14
| * | | | ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki2020-09-113-13/+13
| * | | | 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: Update version to 20200925 Version 20200925Bob Moore2020-10-081-1/+1
* | | | | 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-082-11/+26
* | | | | ACPICA: acpi_help: Update UUID listBob Moore2020-10-081-0/+7
* | | | | 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-084-4/+5
* | | | | ACPICA: Drop the repeated word "an" in a commentRandy Dunlap2020-10-081-1/+1
* | | | | ACPICA: Add support for 64 bit risc-v compilationColin Ian King2020-10-081-1/+2
* | | | | Linux 5.9-rc8v5.9-rc8Linus Torvalds2020-10-051-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-032-10/+19
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-10-031-0/+7
| |\ \ \ \ \
| | * | | | | KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier2020-10-011-0/+7