| Age | Commit message (Expand) | Author | Lines |
| 2015-02-06 | ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse() | Hanjun Guo | -10/+2 |
| 2014-02-03 | ACPI / numa: Use __weak, not the gcc-specific version | Bjorn Helgaas | -1/+1 |
| 2014-02-03 | ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static | Bjorn Helgaas | -2/+2 |
| 2014-02-03 | ACPI / numa: Simplify acpi_get_node() style | Bjorn Helgaas | -4/+4 |
| 2014-02-03 | ACPI / numa: Fix acpi_get_node() prototype | Bjorn Helgaas | -1/+1 |
| 2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | -1/+0 |
| 2013-09-24 | ACPI / mm: use NUMA_NO_NODE | Jianguo Wu | -2/+2 |
| 2013-08-13 | ACPI / numa: Fix __init attribute location in slit_valid() | Hanjun Guo | -1/+1 |
| 2013-03-02 | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu | -13/+10 |
| 2013-02-23 | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | -10/+13 |
| 2013-02-15 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | -2/+4 |
| 2013-01-26 | ACPI: SRAT: report non-volatile memory in debug | Davidlohr Bueso | -2/+4 |
| 2013-01-11 | ACPICA: Cleanup table handler naming conflicts. | Lv Zheng | -1/+1 |
| 2012-08-03 | ACPI: Only count valid srat memory structures | Thomas Renninger | -3/+5 |
| 2012-08-03 | ACPI: Untangle a return statement for better readability | Thomas Renninger | -2/+4 |
| 2012-01-17 | ACPI: Store SRAT table revision | Kurt Garloff | -0/+6 |
| 2011-02-16 | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ... | Tejun Heo | -3/+6 |
| 2011-01-12 | x86, ia64, acpi: Clean up x86-ism in drivers/acpi/numa.c | Tony Luck | -6/+2 |
| 2010-12-23 | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | -2/+12 |
| 2010-08-15 | gcc-4.6: ACPI: fix unused but set variables in ACPI | Andi Kleen | -3/+1 |
| 2010-04-04 | ACPI: NUMA: map pxms to low node ids | David Rientjes | -2/+4 |
| 2010-02-17 | smp: Use nr_cpus= to set nr_cpu_ids early | Yinghai Lu | -2/+2 |
| 2009-12-16 | Merge branch 'misc-2.6.33' into release | Len Brown | -15/+6 |
| 2009-12-16 | ACPI: remove NID_INVAL | David Rientjes | -15/+6 |
| 2009-10-12 | x86: Export srat physical topology | David Rientjes | -4/+6 |
| 2009-08-28 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | -0/+2 |
| 2009-04-03 | x86, ACPI: add support for x2apic ACPI extensions | Suresh Siddha | -1/+45 |
| 2009-03-16 | acpi: check for pxm_to_node_map overflow | Cyrill Gorcunov | -1/+1 |
| 2008-12-31 | ACPI: remove private acpica headers from driver files | Lin Ming | -1/+0 |
| 2008-10-11 | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | -1/+1 |
| 2008-07-16 | ACPICA: Update DMAR and SRAT table definitions | Bob Moore | -2/+2 |
| 2008-06-11 | ACPI: handle invalid ACPI SLIT table | Fenghua Yu | -4/+27 |
| 2008-02-07 | ACPI: misc cleanups | Adrian Bunk | -1/+2 |
| 2007-12-13 | ACPI: fix modpost warnings | Jan Beulich | -2/+2 |
| 2007-07-21 | x86_64: fake pxm-to-node mapping for fake numa | David Rientjes | -4/+7 |
| 2007-07-21 | x86_64: various cleanups in NUMA scan node | David Rientjes | -10/+10 |
| 2007-06-02 | ACPI: Section mismatch ... acpi_map_pxm_to_node | Luck, Tony | -1/+1 |
| 2007-05-17 | acpi: fix potential call to a freed memory section. | Aaron Durbin | -4/+4 |
| 2007-05-08 | Fix unnecesary meminit | Yasunori Goto | -2/+2 |
| 2007-05-08 | Fix section mismatch of memory hotplug related code. | Yasunori Goto | -2/+2 |
| 2007-02-13 | ACPI: acpi_table_parse_madt_family() is not MADT specific | Len Brown | -7/+1 |
| 2007-02-13 | ACPI: acpi_madt_entry_handler() is not MADT specific | Len Brown | -2/+2 |
| 2007-02-13 | ACPI: acpi_table_parse() now returns success/fail, not count | Len Brown | -4/+2 |
| 2007-02-12 | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | -1/+1 |
| 2007-02-02 | ACPICA: Remove duplicate table definitions (non-conflicting), cont | Alexey Starikovskiy | -39/+38 |
| 2006-10-14 | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi | Jan Engelhardt | -1/+1 |
| 2006-07-01 | ACPI: remove function tracing macros from drivers/acpi/*.c | Len Brown | -3/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | -1/+0 |
| 2006-06-27 | [PATCH] pgdat allocation for new node add (get node id by acpi) | Yasunori Goto | -1/+14 |
| 2006-06-23 | [PATCH] Unify pxm_to_node() and node_to_pxm() | Yasunori Goto | -0/+48 |