summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/numa.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: NUMA: Use correct type for printing addresses on i386-PAEChao Fan2019-01-031-3/+3
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* acpi, numa: fix pxm to online numa node associationsDan Williams2018-03-151-4/+6
* ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity tableGanapatrao Kulkarni2017-11-271-2/+1
* ACPI: NUMA: Fix typo in the full name of SRATRoss Zwisler2017-07-241-1/+1
* ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-1/+1
* ACPI / NUMA: Enable ACPI based NUMA on ARM64Hanjun Guo2016-06-221-1/+36
* ACPI / NUMA: Improve SRAT error detection and add messagesDavid Daney2016-05-301-4/+11
* ACPI / NUMA: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-0/+60
* ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.cDavid Daney2016-05-301-0/+12
* ACPI / NUMA: move acpi_numa_slit_init() to drivers/acpi/numa.cHanjun Guo2016-05-301-0/+29
* ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter2016-05-301-2/+0
* ACPI / NUMA: remove duplicate NULL checkHanjun Guo2016-05-301-3/+0
* ACPI / NUMA: Replace ACPI_DEBUG_PRINT() with pr_debug()Hanjun Guo2016-05-301-38/+21
* ACPI / NUMA: Use pr_fmt() instead of printkHanjun Guo2016-05-301-10/+7
* ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC presentLukasz Anaczkowski2016-04-211-4/+12
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* acpi: Add acpi_map_pxm_to_online_node()Toshi Kani2015-06-261-3/+47
* ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo2015-02-061-10/+2
* ACPI / numa: Use __weak, not the gcc-specific versionBjorn Helgaas2014-02-031-1/+1
* ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() staticBjorn Helgaas2014-02-031-2/+2
* ACPI / numa: Simplify acpi_get_node() styleBjorn Helgaas2014-02-031-4/+4
* ACPI / numa: Fix acpi_get_node() prototypeBjorn Helgaas2014-02-031-1/+1
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-1/+0
* ACPI / mm: use NUMA_NO_NODEJianguo Wu2013-09-241-2/+2
* ACPI / numa: Fix __init attribute location in slit_valid()Hanjun Guo2013-08-131-1/+1
* x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-021-13/+10
* acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-231-10/+13
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-02-151-2/+4
|\
| * ACPI: SRAT: report non-volatile memory in debugDavidlohr Bueso2013-01-261-2/+4
* | ACPICA: Cleanup table handler naming conflicts.Lv Zheng2013-01-111-1/+1
|/
* ACPI: Only count valid srat memory structuresThomas Renninger2012-08-031-3/+5
* ACPI: Untangle a return statement for better readabilityThomas Renninger2012-08-031-2/+4
* ACPI: Store SRAT table revisionKurt Garloff2012-01-171-0/+6
* x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2011-02-161-3/+6
* x86, ia64, acpi: Clean up x86-ism in drivers/acpi/numa.cTony Luck2011-01-121-6/+2
* x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-231-2/+12
* gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-151-3/+1
* ACPI: NUMA: map pxms to low node idsDavid Rientjes2010-04-041-2/+4
* smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-2/+2
* Merge branch 'misc-2.6.33' into releaseLen Brown2009-12-161-15/+6
|\
| * ACPI: remove NID_INVALDavid Rientjes2009-12-161-15/+6
* | x86: Export srat physical topologyDavid Rientjes2009-10-121-4/+6
|/
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
* x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha2009-04-031-1/+45
* acpi: check for pxm_to_node_map overflowCyrill Gorcunov2009-03-161-1/+1
* ACPI: remove private acpica headers from driver filesLin Ming2008-12-311-1/+0
* ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-1/+1
* ACPICA: Update DMAR and SRAT table definitionsBob Moore2008-07-161-2/+2
* ACPI: handle invalid ACPI SLIT tableFenghua Yu2008-06-111-4/+27
OpenPOWER on IntegriCloud