index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpi_memhotplug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/memory_hotplug: allow memmap on memory hotplug request to fallback
Aneesh Kumar K.V
2023-08-21
1
-2
/
+1
*
ACPI: memhotplug: use a single static memory group for a single memory device
David Hildenbrand
2021-09-08
1
-5
/
+30
*
ACPI: memhotplug: memory resources cannot be enabled yet
David Hildenbrand
2021-09-08
1
-4
/
+0
*
mm/memory_hotplug: remove nid parameter from remove_memory() and friends
David Hildenbrand
2021-09-08
1
-6
/
+1
*
acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supported
Oscar Salvador
2021-05-05
1
-1
/
+4
*
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
2020-10-16
1
-1
/
+2
*
-
.
Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...
Rafael J. Wysocki
2020-10-13
1
-11
/
+1
|
\
\
|
|
*
ACPI: memhotplug: Remove 'state' from struct acpi_memory_device
Hanjun Guo
2020-10-02
1
-11
/
+1
|
|
/
*
/
ACPI: memhotplug: Remove leftover ACPICA debug functionality
Hanjun Guo
2020-09-25
1
-7
/
+0
|
/
*
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
2019-07-18
1
-15
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12
Thomas Gleixner
2019-05-21
1
-11
/
+1
*
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
2018-10-31
1
-1
/
+1
*
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
2018-10-31
1
-1
/
+1
*
ACPI: Remove FSF mailing addresses
Jarkko Nikula
2015-07-08
1
-5
/
+0
*
ACPICA: Resources: Provide common part for struct acpi_resource_address struc...
Lv Zheng
2015-01-26
1
-4
/
+4
*
ACPI / scan: always register memory hotplug scan handler
Rafael J. Wysocki
2014-05-30
1
-7
/
+24
*
ACPI / memhotplug: add parameter to disable memory hotplug
Prarit Bhargava
2014-01-16
1
-0
/
+12
*
ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()
Rafael J. Wysocki
2013-12-07
1
-8
/
+7
*
Merge branch 'acpi-hotplug'
Rafael J. Wysocki
2013-10-28
1
-2
/
+3
|
\
|
*
ACPI / memhotplug: Use defined marco METHOD_NAME__STA
Zhang Yanfei
2013-10-10
1
-2
/
+3
*
|
ACPI / mm: use NUMA_NO_NODE
Jianguo Wu
2013-09-24
1
-1
/
+1
|
/
*
ACPI / memhotplug: Fix a stale pointer in error path
Toshi Kani
2013-07-15
1
-0
/
+1
*
Memory hotplug / ACPI: Simplify memory removal
Rafael J. Wysocki
2013-06-01
1
-10
/
+3
*
ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes
Rafael J. Wysocki
2013-05-12
1
-3
/
+50
*
ACPI / memhotplug: Remove info->failed bit
Yasuaki Ishimatsu
2013-03-25
1
-13
/
+2
*
ACPI / memhotplug: set info->enabled for memory present at boot time
Yasuaki Ishimatsu
2013-03-25
1
-2
/
+2
*
ACPI / scan: Make memory hotplug driver use struct acpi_scan_handler
Rafael J. Wysocki
2013-03-04
1
-271
/
+38
*
memory-hotplug: remove sysfs file of node
Tang Chen
2013-02-23
1
-2
/
+6
*
ACPI / hotplug: Fix concurrency issues and memory leaks
Rafael J. Wysocki
2013-02-13
1
-19
/
+37
*
ACPI: Remove useless type argument of driver .remove() operation
Rafael J. Wysocki
2013-01-26
1
-2
/
+2
*
Merge branch 'acpi-scan' into acpi-cleanup
Rafael J. Wysocki
2013-01-26
1
-19
/
+7
|
\
|
*
ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
Rafael J. Wysocki
2013-01-19
1
-1
/
+1
|
*
ACPI: update ej_event interface to take acpi_device
Yinghai Lu
2013-01-15
1
-1
/
+1
|
*
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
2013-01-03
1
-1
/
+6
|
*
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
2013-01-03
1
-18
/
+1
*
|
ACPI / memhotplug: remove redundant logic of acpi memory hotadd
Liu Jinsong
2013-01-03
1
-18
/
+0
|
/
*
ACPI: Update Memory hotplug error messages
Toshi Kani
2012-11-21
1
-11
/
+13
*
ACPI / memhotplug: bind the memory device when the driver is being loaded
Wen Congyang
2012-11-16
1
-12
/
+0
*
ACPI / memhotplug: don't allow to eject the memory device if it is being used
Wen Congyang
2012-11-16
1
-9
/
+33
*
ACPI / memhotplug: free memory device if acpi_memory_enable_device() failed
Wen Congyang
2012-11-16
1
-1
/
+3
*
ACPI / memhotplug: fix memory leak when memory device is unbound from acpi_me...
Wen Congyang
2012-11-16
1
-6
/
+21
*
ACPI / memhotplug: deal with eject request in hotplug queue
Wen Congyang
2012-11-16
1
-79
/
+9
*
ACPI / memory-hotplug: add memory offline code to acpi_memory_device_remove()
Yasuaki Ishimatsu
2012-11-16
1
-7
/
+24
*
ACPI / memory-hotplug: call acpi_bus_trim() to remove memory device
Wen Congyang
2012-11-15
1
-1
/
+2
*
ACPI: Add _OST support for ACPI memory hotplug
Toshi Kani
2012-06-04
1
-11
/
+32
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
ACPICA: Add post-order callback to acpi_walk_namespace
Lin Ming
2009-11-24
1
-2
/
+2
*
Merge branch 'bjorn-start-stop-2.6.32' into release
Len Brown
2009-09-19
1
-26
/
+14
|
\
|
*
ACPI: memory hotplug: remove .start() method
Bjorn Helgaas
2009-06-25
1
-26
/
+14
*
|
ACPICA: Major update for acpi_get_object_info external interface
Bob Moore
2009-08-27
1
-7
/
+4
[next]