aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/acpi_memhotplug.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21mm/memory_hotplug: allow memmap on memory hotplug request to fallbackGravatar Aneesh Kumar K.V 1-2/+1
2021-09-08ACPI: memhotplug: use a single static memory group for a single memory deviceGravatar David Hildenbrand 1-5/+30
2021-09-08ACPI: memhotplug: memory resources cannot be enabled yetGravatar David Hildenbrand 1-4/+0
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsGravatar David Hildenbrand 1-6/+1
2021-05-05acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedGravatar Oscar Salvador 1-1/+4
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsGravatar David Hildenbrand 1-1/+2
2020-10-13Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...Gravatar Rafael J. Wysocki 1-11/+1
2020-10-02ACPI: memhotplug: Remove 'state' from struct acpi_memory_deviceGravatar Hanjun Guo 1-11/+1
2020-09-25ACPI: memhotplug: Remove leftover ACPICA debug functionalityGravatar Hanjun Guo 1-7/+0
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...Gravatar David Hildenbrand 1-15/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Gravatar Thomas Gleixner 1-11/+1
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockGravatar David Hildenbrand 1-1/+1
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockGravatar David Hildenbrand 1-1/+1
2015-07-08ACPI: Remove FSF mailing addressesGravatar Jarkko Nikula 1-5/+0
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Gravatar Lv Zheng 1-4/+4
2014-05-30ACPI / scan: always register memory hotplug scan handlerGravatar Rafael J. Wysocki 1-7/+24
2014-01-16ACPI / memhotplug: add parameter to disable memory hotplugGravatar Prarit Bhargava 1-0/+12
2013-12-07ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()Gravatar Rafael J. Wysocki 1-8/+7
2013-10-28Merge branch 'acpi-hotplug'Gravatar Rafael J. Wysocki 1-2/+3
2013-10-10ACPI / memhotplug: Use defined marco METHOD_NAME__STAGravatar Zhang Yanfei 1-2/+3
2013-09-24ACPI / mm: use NUMA_NO_NODEGravatar Jianguo Wu 1-1/+1
2013-07-15ACPI / memhotplug: Fix a stale pointer in error pathGravatar Toshi Kani 1-0/+1
2013-06-01Memory hotplug / ACPI: Simplify memory removalGravatar Rafael J. Wysocki 1-10/+3
2013-05-12ACPI / memhotplug: Bind removable memory blocks to ACPI device nodesGravatar Rafael J. Wysocki 1-3/+50
2013-03-25ACPI / memhotplug: Remove info->failed bitGravatar Yasuaki Ishimatsu 1-13/+2
2013-03-25ACPI / memhotplug: set info->enabled for memory present at boot timeGravatar Yasuaki Ishimatsu 1-2/+2
2013-03-04ACPI / scan: Make memory hotplug driver use struct acpi_scan_handlerGravatar Rafael J. Wysocki 1-271/+38
2013-02-23memory-hotplug: remove sysfs file of nodeGravatar Tang Chen 1-2/+6
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksGravatar Rafael J. Wysocki 1-19/+37
2013-01-26ACPI: Remove useless type argument of driver .remove() operationGravatar Rafael J. Wysocki 1-2/+2
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupGravatar Rafael J. Wysocki 1-19/+7
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadGravatar Rafael J. Wysocki 1-1/+1
2013-01-15ACPI: update ej_event interface to take acpi_deviceGravatar Yinghai Lu 1-1/+1
2013-01-03ACPI / memhotplug: remove redundant logic of acpi memory hotaddGravatar Liu Jinsong 1-18/+0
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentGravatar Rafael J. Wysocki 1-1/+6
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedGravatar Rafael J. Wysocki 1-18/+1
2012-11-21ACPI: Update Memory hotplug error messagesGravatar Toshi Kani 1-11/+13
2012-11-16ACPI / memhotplug: bind the memory device when the driver is being loadedGravatar Wen Congyang 1-12/+0
2012-11-16ACPI / memhotplug: don't allow to eject the memory device if it is being usedGravatar Wen Congyang 1-9/+33
2012-11-16ACPI / memhotplug: free memory device if acpi_memory_enable_device() failedGravatar Wen Congyang 1-1/+3
2012-11-16ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me...Gravatar Wen Congyang 1-6/+21
2012-11-16ACPI / memhotplug: deal with eject request in hotplug queueGravatar Wen Congyang 1-79/+9
2012-11-16ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()Gravatar Yasuaki Ishimatsu 1-7/+24
2012-11-15ACPI / memory-hotplug: call acpi_bus_trim() to remove memory deviceGravatar Wen Congyang 1-1/+2
2012-06-04ACPI: Add _OST support for ACPI memory hotplugGravatar Toshi Kani 1-11/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceGravatar Lin Ming 1-2/+2
2009-09-19Merge branch 'bjorn-start-stop-2.6.32' into releaseGravatar Len Brown 1-26/+14
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceGravatar Bob Moore 1-7/+4
2009-08-02ACPI: Ingore the memory block with zero block size in course of memory hotplugGravatar Zhao Yakui 1-3/+15