index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory_hotplug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
David Hildenbrand
2021-09-22
1
-2
/
+2
*
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
2020-10-07
1
-1
/
+2
*
mm: replace memmap_context by meminit_context
Laurent Dufour
2020-10-07
1
-1
/
+1
*
mm/memory_hotplug: fix remove_memory() lockdep splat
Dan Williams
2020-02-11
1
-3
/
+6
*
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
2020-01-29
1
-15
/
+14
*
mm/memory_hotplug: fix try_offline_node()
David Hildenbrand
2020-01-29
1
-16
/
+27
*
mm/hotplug: kill is_dev_zone() usage in __remove_pages()
Dan Williams
2020-01-29
1
-5
/
+2
*
mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
David Hildenbrand
2020-01-29
1
-1
/
+1
*
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
2020-01-29
1
-2
/
+3
*
mm/memory_hotplug: create memory block devices after arch_add_memory()
David Hildenbrand
2020-01-29
1
-7
/
+8
*
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
2020-01-29
1
-2
/
+0
*
mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
David Hildenbrand
2020-01-29
1
-3
/
+2
*
mm/memory_hotplug: make __remove_section() never fail
David Hildenbrand
2020-01-29
1
-13
/
+9
*
mm/memory_hotplug: make unregister_memory_section() never fail
David Hildenbrand
2020-01-29
1
-3
/
+1
*
mm/memory_hotplug: release memory resource after arch_remove_memory()
David Hildenbrand
2020-01-29
1
-14
/
+21
*
mm, memory_hotplug: add nid parameter to arch_remove_memory
Oscar Salvador
2020-01-29
1
-1
/
+1
*
mm, sparse: pass nid instead of pgdat to sparse_add_one_section()
Wei Yang
2020-01-29
1
-1
/
+1
*
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
2020-01-29
1
-1
/
+8
*
mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()
David Hildenbrand
2019-12-01
1
-13
/
+13
*
mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
David Hildenbrand
2019-12-01
1
-8
/
+20
*
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
2019-12-01
1
-3
/
+19
*
mm/memory_hotplug: fix updating the node span
David Hildenbrand
2019-11-24
1
-0
/
+8
*
mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
David Hildenbrand
2019-11-24
1
-60
/
+15
*
mm/memory_hotplug.c: drop memory device reference after find_memory_block()
David Hildenbrand
2019-05-16
1
-0
/
+1
*
mm, memory_hotplug: fix off-by-one in is_pageblock_removable
Michal Hocko
2019-03-13
1
-12
/
+15
*
mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone
Mikhail Zaslonko
2019-03-13
1
-0
/
+3
*
mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone
Michal Hocko
2019-03-13
1
-1
/
+2
*
mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages
Oscar Salvador
2019-02-06
1
-16
/
+20
*
hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
Michal Hocko
2019-01-13
1
-0
/
+16
*
memory_hotplug: cond_resched in __remove_pages
Michal Hocko
2018-11-21
1
-0
/
+1
*
mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.
Aneesh Kumar K.V
2018-09-04
1
-1
/
+2
*
mm/page_alloc: Introduce free_area_init_core_hotplug
Oscar Salvador
2018-08-22
1
-11
/
+5
*
mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...
Oscar Salvador
2018-08-17
1
-4
/
+1
*
mm/memory_hotplug.c: call register_mem_sect_under_node()
Oscar Salvador
2018-08-17
1
-21
/
+11
*
mm/memory_hotplug.c: make add_memory_resource use __try_online_node
Oscar Salvador
2018-08-17
1
-28
/
+39
*
mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c
Mathieu Malaterre
2018-06-07
1
-0
/
+23
*
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
2018-05-25
1
-1
/
+1
*
mm: unclutter THP migration
Michal Hocko
2018-04-11
1
-1
/
+1
*
mm, migrate: remove reason argument from new_page_t
Michal Hocko
2018-04-11
1
-2
/
+1
*
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
2018-04-05
1
-0
/
+6
*
mm/memory_hotplug: optimize memory hotplug
Pavel Tatashin
2018-04-05
1
-19
/
+8
*
mm/memory_hotplug: don't read nid from struct page during hotplug
Pavel Tatashin
2018-04-05
1
-1
/
+1
*
mm/memory_hotplug: enforce block size aligned range check
Pavel Tatashin
2018-04-05
1
-7
/
+8
*
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-06
1
-21
/
+18
|
\
|
*
mm: pass the vmem_altmap to memmap_init_zone
Christoph Hellwig
2018-01-08
1
-4
/
+5
|
*
mm: pass the vmem_altmap to vmemmap_free
Christoph Hellwig
2018-01-08
1
-3
/
+4
|
*
mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
Christoph Hellwig
2018-01-08
1
-6
/
+2
|
*
mm: pass the vmem_altmap to vmemmap_populate
Christoph Hellwig
2018-01-08
1
-3
/
+4
|
*
mm: pass the vmem_altmap to arch_add_memory and __add_pages
Christoph Hellwig
2018-01-08
1
-4
/
+3
|
*
mm: don't export __add_pages
Christoph Hellwig
2018-01-08
1
-1
/
+0
[next]