aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_memhotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-5/+0
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng1-4/+4
2014-05-30ACPI / scan: always register memory hotplug scan handlerRafael J. Wysocki1-7/+24
2014-01-16ACPI / memhotplug: add parameter to disable memory hotplugPrarit Bhargava1-0/+12
2013-12-07ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()Rafael J. Wysocki1-8/+7
2013-10-28Merge branch 'acpi-hotplug'Rafael J. Wysocki1-2/+3
2013-10-10ACPI / memhotplug: Use defined marco METHOD_NAME__STAZhang Yanfei1-2/+3
2013-09-24ACPI / mm: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-07-15ACPI / memhotplug: Fix a stale pointer in error pathToshi Kani1-0/+1
2013-06-01Memory hotplug / ACPI: Simplify memory removalRafael J. Wysocki1-10/+3
2013-05-12ACPI / memhotplug: Bind removable memory blocks to ACPI device nodesRafael J. Wysocki1-3/+50
2013-03-25ACPI / memhotplug: Remove info->failed bitYasuaki Ishimatsu1-13/+2
2013-03-25ACPI / memhotplug: set info->enabled for memory present at boot timeYasuaki Ishimatsu1-2/+2
2013-03-04ACPI / scan: Make memory hotplug driver use struct acpi_scan_handlerRafael J. Wysocki1-271/+38
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen1-2/+6
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki1-19/+37
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki1-19/+7
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki1-1/+1
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu1-1/+1
2013-01-03ACPI / memhotplug: remove redundant logic of acpi memory hotaddLiu Jinsong1-18/+0
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki1-1/+6
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki1-18/+1
2012-11-21ACPI: Update Memory hotplug error messagesToshi Kani1-11/+13
2012-11-16ACPI / memhotplug: bind the memory device when the driver is being loadedWen Congyang1-12/+0
2012-11-16ACPI / memhotplug: don't allow to eject the memory device if it is being usedWen Congyang1-9/+33
2012-11-16ACPI / memhotplug: free memory device if acpi_memory_enable_device() failedWen Congyang1-1/+3
2012-11-16ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_memhotplugWen Congyang1-6/+21
2012-11-16ACPI / memhotplug: deal with eject request in hotplug queueWen Congyang1-79/+9
2012-11-16ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()Yasuaki Ishimatsu1-7/+24
2012-11-15ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceWen Congyang1-1/+2
2012-06-04ACPI: Add _OST support for ACPI memory hotplugToshi Kani1-11/+32
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