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
/
mm_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO
Usama Arif
2023-10-04
1
-1
/
+1
*
mm/mm_init.c: remove redundant pr_info when node is memoryless
Yajun Deng
2023-10-04
1
-2
/
+0
*
mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTE
Miaohe Lin
2023-08-21
1
-3
/
+3
*
mm: disable kernelcore=mirror when no mirror memory
Ma Wupeng
2023-08-21
1
-0
/
+5
*
mm: no need to export mm_kobj
Greg Kroah-Hartman
2023-08-21
1
-1
/
+0
*
mm/vmemmap: improve vmemmap_can_optimize and allow architectures to override
Aneesh Kumar K.V
2023-08-18
1
-1
/
+1
*
mm: kfence: allocate kfence_metadata at runtime
Peng Zhang
2023-08-18
1
-1
/
+1
*
mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
Haifeng Xu
2023-08-18
1
-4
/
+2
*
mm/mm_init.c: mark check_for_memory() as __init
Haifeng Xu
2023-08-18
1
-1
/
+1
*
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
2023-08-18
1
-9
/
+1
*
mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()
Miaohe Lin
2023-08-18
1
-2
/
+1
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-52
/
+102
|
\
|
*
mm: pass nid to reserve_bootmem_region()
Yajun Deng
2023-06-23
1
-13
/
+17
|
*
mm/mm_init.c: remove reset_node_present_pages()
Haifeng Xu
2023-06-19
1
-2
/
+13
|
*
mm/mm_init.c: drop 'nid' parameter from check_for_memory()
Haifeng Xu
2023-06-19
1
-4
/
+4
|
*
mm/mm_init.c: move set_pageblock_order() to free_area_init()
Haifeng Xu
2023-06-09
1
-1
/
+2
|
*
mm/mm_init.c: remove free_area_init_memoryless_node()
Haifeng Xu
2023-06-09
1
-6
/
+1
|
*
mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...
Haifeng Xu
2023-06-09
1
-18
/
+12
|
*
mm/mm_init.c: introduce reset_memoryless_node_totalpages()
Haifeng Xu
2023-06-09
1
-9
/
+22
|
*
mm: page_alloc: move sysctls into it own fils
Kefeng Wang
2023-06-09
1
-0
/
+2
|
*
mm: page_alloc: move set_zone_contiguous() into mm_init.c
Kefeng Wang
2023-06-09
1
-0
/
+22
|
*
mm: page_alloc: move init_on_alloc/free() into mm_init.c
Kefeng Wang
2023-06-09
1
-0
/
+6
|
*
mm: page_alloc: move mirrored_kernelcore into mm_init.c
Kefeng Wang
2023-06-09
1
-0
/
+2
*
|
mm: Add support for unaccepted memory
Kirill A. Shutemov
2023-06-06
1
-0
/
+7
|
/
*
mm/vmemmap/devdax: fix kernel crash when probing devdax devices
Aneesh Kumar K.V
2023-04-18
1
-4
/
+6
*
mm: make arch_has_descending_max_zone_pfns() static
Arnd Bergmann
2023-04-18
1
-2
/
+2
*
mm: be less noisy during memory hotplug
Tomas Krcka
2023-04-05
1
-1
/
+1
*
mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks
Kirill A. Shutemov
2023-04-05
1
-9
/
+10
*
mm: move kmem_cache_init() declaration to mm/slab.h
Mike Rapoport (IBM)
2023-04-05
1
-0
/
+1
*
mm: move mem_init_print_info() to mm_init.c
Mike Rapoport (IBM)
2023-04-05
1
-0
/
+53
*
init,mm: fold late call to page_ext_init() to page_alloc_init_late()
Mike Rapoport (IBM)
2023-04-05
1
-1
/
+5
*
mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
1
-1
/
+90
*
mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
Mike Rapoport (IBM)
2023-04-05
1
-1
/
+2
*
init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
Mike Rapoport (IBM)
2023-04-05
1
-0
/
+73
*
mm: handle hashdist initialization in mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
1
-0
/
+22
*
mm: move most of core MM initialization to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
1
-0
/
+2304
*
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2022-11-08
1
-1
/
+1
*
mm/mm_init.c: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-08
1
-7
/
+1
*
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
1
-2
/
+4
*
include/linux/page-flags-layout.h: cleanups
Yu Zhao
2021-04-30
1
-4
/
+0
*
mm: fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-15
1
-0
/
+1
*
mm: adjust vm_committed_as_batch according to vm overcommit policy
Feng Tang
2020-08-07
1
-6
/
+16
*
mm/mm_init.c: report kasan-tag information stored in page->flags
Jing Xia
2020-06-02
1
-6
/
+10
*
mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant
Mateusz Nosek
2020-04-07
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
mm: access zone->node via zone_to_nid() and zone_set_nid()
Pavel Tatashin
2018-08-22
1
-7
/
+2
*
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2016-03-17
1
-4
/
+3
*
mm: meminit: remove mminit_verify_page_links
Mel Gorman
2015-06-30
1
-8
/
+0
*
mm: meminit: initialise remaining struct pages in parallel with kswapd
Mel Gorman
2015-06-30
1
-0
/
+1
[next]