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