aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_memhotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-2/+2
2009-09-19Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown1-26/+14
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-7/+4
2009-08-02ACPI: Ingore the memory block with zero block size in course of memory hotplugZhao Yakui1-3/+15
2009-08-02ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driverZhao Yakui1-6/+10
2009-06-25ACPI: memory hotplug: remove .start() methodBjorn Helgaas1-26/+14
2009-01-06trivial: Fix misspelling of "firmware" in acpi_memhotplug.cNick Andrew1-1/+1
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-10-22Merge branch 'ull' into testLen Brown1-3/+2
2008-10-22Merge branch 'misc' into testLen Brown1-1/+1
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-2/+2
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-3/+2
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+7
2007-04-25ACPI: Remove duplicate definitions for _STA bitsBjorn Helgaas1-9/+4
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-2/+1
2007-02-12ACPI: fix acpi_driver.name usageLen Brown1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-2/+2
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-16Pull style into test branchLen Brown1-1/+1
2006-10-20[PATCH] acpi memory hotplug: remove strange add_memory fail messageYasunori Goto1-0/+12
2006-10-20[PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUGYasunori Goto1-1/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-1/+1
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixupKeith Mannthey1-0/+4
2006-08-16ACPI: memory hotplug: remove useless message at boot timeYasunori Goto1-6/+2
2006-08-06[PATCH] memory hotadd fixes: avoid registering res twiceKAMEZAWA Hiroyuki1-0/+4
2006-08-06[PATCH] memory hotadd fixes: avoid check in acpiKAMEZAWA Hiroyuki1-8/+1
2006-07-01Pull acpi_device_handle_cleanup into release branchLen Brown1-7/+7
2006-07-01Pull acpi_os_free into release branchLen Brown1-2/+2
2006-06-30ACPI: fixup memhotplug debug messageakpm@osdl.org1-1/+1
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-2/+2
2006-06-30ACPI: acpi_memhotplug: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: acpi_memhotplug: Use acpi_device's handle instead of driver'sPatrick Mochel1-6/+6
2006-06-30ACPI: acpi_memhotplug: add struct acpi_device to struct acpi_memory_device.Patrick Mochel1-0/+2
2006-06-29merge linus into release branchLen Brown1-33/+109
2006-06-27[PATCH] pgdat allocation for new node add (get node id by acpi)Yasunori Goto1-1/+2
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto1-1/+2
2006-06-27[PATCH] Catch notification of memory add event of ACPI via container driver. (avoid redundant call add_memory)Yasunori Goto1-0/+11
2006-06-27[PATCH] Catch notification of memory add event of ACPI via container driver. (register start func for memory device)Yasunori Goto1-0/+21
2006-06-27[PATCH] acpi memory hotplug cannot manage _CRS with plural resourecesKAMEZAWA Hiroyuki1-35/+77
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-48/+34
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-9/+9
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-41/+26
2006-04-01ACPI: fix memory hotplug range length handlingBjorn Helgaas1-7/+5
2006-01-07[ACPI] acpi_memhotplug.c build fixKAMEZAWA Hiroyuki1-7/+6
2005-12-10[ACPI] ACPICA 20050930Bob Moore1-2/+2
2005-10-29[PATCH] memory hotplug: move section_mem_map alloc to sparse.cDave Hansen1-3/+2
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-96/+80
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+542