index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
mm/vmalloc: replace the ternary conditional operator with min()
Lu Hongfei
1
-1
/
+1
2023-06-20
mm/folio: avoid special handling for order value 0 in folio_set_order
Tarun Sahu
2
-12
/
+5
2023-06-20
vmstat: skip periodic vmstat update for isolated CPUs
Marcelo Tosatti
1
-0
/
+15
2023-06-20
mm: zswap: support exclusive loads
Yosry Ahmed
3
-10
/
+44
2023-06-20
mm/mm_init.c: remove reset_node_present_pages()
Haifeng Xu
2
-20
/
+13
2023-06-20
mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()
Haifeng Xu
2
-2
/
+1
2023-06-20
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
1
-1
/
+1
2023-06-20
mm/mm_init.c: drop 'nid' parameter from check_for_memory()
Haifeng Xu
1
-4
/
+4
2023-06-20
mm/sparse: remove unused parameters in sparse_remove_section()
Yajun Deng
2
-20
/
+8
2023-06-20
mm/hugetlb: use a folio in hugetlb_fault()
ZhangPeng
1
-10
/
+10
2023-06-20
mm/hugetlb: use a folio in hugetlb_wp()
ZhangPeng
1
-16
/
+16
2023-06-20
mm/hugetlb: use a folio in copy_hugetlb_page_range()
ZhangPeng
1
-11
/
+11
2023-06-20
memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...
Miaohe Lin
1
-1
/
+0
2023-06-20
mm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
Miaohe Lin
1
-2
/
+2
2023-06-20
mm: skip CMA pages when they are not available
Zhaoyang Huang
1
-1
/
+21
2023-06-20
mm: page_isolation: write proper kerneldoc
Johannes Weiner
1
-7
/
+26
2023-06-10
mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings
Lorenzo Stoakes
1
-0
/
+101
2023-06-10
mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappings
Lorenzo Stoakes
1
-1
/
+43
2023-06-10
mm/mmap: separate writenotify and dirty tracking logic
Lorenzo Stoakes
1
-12
/
+46
2023-06-10
mm/early_ioremap.c: improve the execution efficiency of early_ioremap_setup()
Liam Ni
1
-5
/
+3
2023-06-10
memcg: use helper macro FLUSH_TIME
Miaohe Lin
1
-1
/
+1
2023-06-10
mm: page_alloc: remove unneeded header files
Miaohe Lin
1
-4
/
+0
2023-06-10
mm: fix failure to unmap pte on highmem systems
Ryan Roberts
1
-4
/
+2
2023-06-10
mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()
Ryan Roberts
1
-20
/
+2
2023-06-10
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
4
-16
/
+12
2023-06-10
mm: vmalloc must set pte via arch code
Ryan Roberts
1
-2
/
+8
2023-06-10
vmstat: allow_direct_reclaim should use zone_page_state_snapshot
Marcelo Tosatti
1
-1
/
+1
2023-06-10
fs: factor out a direct_write_fallback helper
Christoph Hellwig
1
-51
/
+15
2023-06-10
filemap: add a kiocb_invalidate_post_direct_write helper
Christoph Hellwig
1
-17
/
+20
2023-06-10
filemap: add a kiocb_invalidate_pages helper
Christoph Hellwig
1
-20
/
+28
2023-06-10
filemap: add a kiocb_write_and_wait helper
Christoph Hellwig
1
-12
/
+18
2023-06-10
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
1
-4
/
+4
2023-06-10
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-3
/
+0
2023-06-10
mm: zswap: shrink until can accept
Domenico Cerasuolo
1
-3
/
+14
2023-06-10
mm/mm_init.c: move set_pageblock_order() to free_area_init()
Haifeng Xu
1
-1
/
+2
2023-06-10
mm: khugepaged: avoid pointless allocation for "struct mm_slot"
Xin Hao
1
-7
/
+5
2023-06-10
mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...
Tetsuo Handa
1
-1
/
+2
2023-06-10
mm/mm_init.c: remove free_area_init_memoryless_node()
Haifeng Xu
1
-6
/
+1
2023-06-10
THP: avoid lock when check whether THP is in deferred list
Yin Fengwei
1
-5
/
+12
2023-06-10
swap: comments get_swap_device() with usage rule
Huang Ying
1
-3
/
+9
2023-06-10
swap: remove get/put_swap_device() in __swap_duplicate()
Huang Ying
1
-4
/
+1
2023-06-10
swap: remove __swp_swapcount()
Huang Ying
2
-20
/
+2
2023-06-10
swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
Huang Ying
1
-10
/
+21
2023-06-10
swap: remove get/put_swap_device() in __swap_count()
Huang Ying
1
-8
/
+2
2023-06-10
mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...
Haifeng Xu
1
-18
/
+12
2023-06-10
mm/mm_init.c: introduce reset_memoryless_node_totalpages()
Haifeng Xu
1
-9
/
+22
2023-06-10
Multi-gen LRU: fix workingset accounting
Kalesh Singh
2
-4
/
+7
2023-06-10
mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcg
Lars R. Damerow
1
-0
/
+13
2023-06-10
mm: shmem: fix UAF bug in shmem_show_options()
Tu Jinjiang
1
-1
/
+4
2023-06-10
mm: compaction: skip fast freepages isolation if enough freepages are isolated
Baolin Wang
1
-0
/
+4
[next]