summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_memhotplug.c
AgeCommit message (Expand)AuthorLines
2021-09-08ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand-5/+30
2021-09-08ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand-4/+0
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand-6/+1
2021-05-05acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador-1/+4
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand-1/+2
2020-10-13Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...Rafael J. Wysocki-11/+1
2020-10-02ACPI: memhotplug: Remove 'state' from struct acpi_memory_deviceHanjun Guo-11/+1
2020-09-25ACPI: memhotplug: Remove leftover ACPICA debug functionalityHanjun Guo-7/+0
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand-15/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Thomas Gleixner-11/+1
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand-1/+1
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand-1/+1
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula-5/+0
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng-4/+4
2014-05-30ACPI / scan: always register memory hotplug scan handlerRafael J. Wysocki-7/+24
2014-01-16ACPI / memhotplug: add parameter to disable memory hotplugPrarit Bhargava-0/+12
2013-12-07ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()Rafael J. Wysocki-8/+7
2013-10-28Merge branch 'acpi-hotplug'Rafael J. Wysocki-2/+3
2013-10-10ACPI / memhotplug: Use defined marco METHOD_NAME__STAZhang Yanfei-2/+3
2013-09-24ACPI / mm: use NUMA_NO_NODEJianguo Wu-1/+1
2013-07-15ACPI / memhotplug: Fix a stale pointer in error pathToshi Kani-0/+1
2013-06-01Memory hotplug / ACPI: Simplify memory removalRafael J. Wysocki-10/+3
2013-05-12ACPI / memhotplug: Bind removable memory blocks to ACPI device nodesRafael J. Wysocki-3/+50
2013-03-25ACPI / memhotplug: Remove info->failed bitYasuaki Ishimatsu-13/+2
2013-03-25ACPI / memhotplug: set info->enabled for memory present at boot timeYasuaki Ishimatsu-2/+2
2013-03-04ACPI / scan: Make memory hotplug driver use struct acpi_scan_handlerRafael J. Wysocki-271/+38
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen-2/+6
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki-19/+37
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki-2/+2
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki-19/+7
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki-1/+1
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu-1/+1
2013-01-03ACPI / memhotplug: remove redundant logic of acpi memory hotaddLiu Jinsong-18/+0
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki-1/+6
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki-18/+1
2012-11-21ACPI: Update Memory hotplug error messagesToshi Kani-11/+13
2012-11-16ACPI / memhotplug: bind the memory device when the driver is being loadedWen Congyang-12/+0
2012-11-16ACPI / memhotplug: don't allow to eject the memory device if it is being usedWen Congyang-9/+33
2012-11-16ACPI / memhotplug: free memory device if acpi_memory_enable_device() failedWen Congyang-1/+3
2012-11-16ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me...Wen Congyang-6/+21
2012-11-16ACPI / memhotplug: deal with eject request in hotplug queueWen Congyang-79/+9
2012-11-16ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()Yasuaki Ishimatsu-7/+24
2012-11-15ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceWen Congyang-1/+2
2012-06-04ACPI: Add _OST support for ACPI memory hotplugToshi Kani-11/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming-2/+2
2009-09-19Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown-26/+14
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore-7/+4
2009-08-02ACPI: Ingore the memory block with zero block size in course of memory hotplugZhao Yakui-3/+15
2009-08-02ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driverZhao Yakui-6/+10