index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-20
mm: memcg: move vmstats structs definition above flushing code
Yosry Ahmed
1
-74
/
+74
2023-12-20
mm: memcg: change flush_next_time to flush_last_time
Yosry Ahmed
1
-3
/
+4
2023-12-20
mm/list_lru.c: remove unused list_lru_from_kmem()
Andrew Morton
1
-31
/
+0
2023-12-20
lib/maple_tree.c: fix build error due to hotfix alteration
Andrew Morton
1
-1
/
+1
2023-12-20
mailmap: add an old address for Naoya Horiguchi
Matthew Wilcox (Oracle)
1
-0
/
+1
2023-12-20
mm/memory-failure: cast index to loff_t before shifting it
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-20
mm/memory-failure: check the mapcount of the precise page
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-12-20
mm/memory-failure: pass the folio and the page to collect_procs()
Matthew Wilcox (Oracle)
1
-13
/
+12
2023-12-20
selftests: secretmem: floor the memory size to the multiple of page_size
Muhammad Usama Anjum
1
-0
/
+3
2023-12-20
mm: migrate high-order folios in swap cache correctly
Charan Teja Kalla
1
-1
/
+8
2023-12-20
maple_tree: do not preallocate nodes for slot stores
Sidhartha Kumar
2
-1
/
+12
2023-12-20
mm/filemap: avoid buffered read/write race to read inconsistent data
Baokun Li
1
-0
/
+9
2023-12-20
kunit: kasan_test: disable fortify string checker on kmalloc_oob_memset
Nico Pache
1
-4
/
+16
2023-12-20
kexec: select CRYPTO from KEXEC_FILE instead of depending on it
Arnd Bergmann
1
-1
/
+2
2023-12-20
kexec: fix KEXEC_FILE dependencies
Arnd Bergmann
5
-9
/
+8
2023-12-13
mm/mglru: reclaim offlined memcgs harder
Yu Zhao
2
-12
/
+20
2023-12-13
mm/mglru: respect min_ttl_ms with memcgs
Yu Zhao
2
-27
/
+33
2023-12-13
mm/mglru: try to stop at high watermarks
Yu Zhao
1
-8
/
+28
2023-12-13
mm/mglru: fix underprotected page cache
Yu Zhao
3
-13
/
+18
2023-12-13
mm/shmem: fix race in shmem_undo_range w/THP
David Stevens
1
-1
/
+18
2023-12-13
Revert "selftests: error out if kernel header files are not yet built"
John Hubbard
2
-57
/
+4
2023-12-13
crash_core: fix the check for whether crashkernel is from high memory
Yuntao Wang
1
-5
/
+5
2023-12-13
x86, kexec: fix the wrong ifdeffery CONFIG_KEXEC
Baoquan He
1
-1
/
+1
2023-12-13
sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
4
-6
/
+6
2023-12-13
mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
9
-16
/
+16
2023-12-13
m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXEC
Baoquan He
2
-3
/
+3
2023-12-13
loongarch, kexec: change dependency of object files
Baoquan He
1
-1
/
+1
2023-12-13
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
2
-0
/
+8
2023-12-13
selftests/mm: cow: print ksft header before printing anything else
David Hildenbrand
1
-1
/
+2
2023-12-13
mm: fix VMA heap bounds checking
Kefeng Wang
1
-4
/
+4
2023-12-13
riscv: fix VMALLOC_START definition
Baoquan He
1
-1
/
+1
2023-12-13
kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
Ignat Korchagin
3
-4
/
+5
2023-12-12
maple_tree: change return type of mas_split_final_node as void.
Levi Yun
1
-2
/
+1
2023-12-12
mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
Barry Song
1
-0
/
+3
2023-12-12
mm: use vma_pages() for vma objects
Chen Haonan
1
-1
/
+1
2023-12-12
mm: cma: remove unnecessary initialization of ret
Li zeming
1
-1
/
+1
2023-12-12
mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()
Muchun Song
1
-13
/
+4
2023-12-12
mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG back
Muchun Song
1
-1
/
+1
2023-12-12
mm: filemap: remove unnecessary iitialization of ret
Li zeming
1
-1
/
+1
2023-12-12
mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option
Dmytro Maluka
1
-0
/
+6
2023-12-12
mm: huge_memory: use more folio api in __split_huge_page_tail()
Kefeng Wang
1
-6
/
+6
2023-12-12
kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointers
Catalin Marinas
1
-81
/
+97
2023-12-12
mm/rmap: fix misplaced parenthesis of a likely()
Steven Rostedt (Google)
1
-2
/
+2
2023-12-12
mm/readahead: do not allow order-1 folio
Ryan Roberts
1
-8
/
+6
2023-12-12
mm: memory: use folio_prealloc() in wp_page_copy()
Kefeng Wang
1
-15
/
+7
2023-12-12
mm: memory: use a folio in do_cow_fault()
Kefeng Wang
1
-10
/
+6
2023-12-12
mm: memory: rename page_copy_prealloc() to folio_prealloc()
Kefeng Wang
1
-4
/
+9
2023-12-12
mm: memory: use a folio in validate_page_before_insert()
Kefeng Wang
1
-2
/
+5
2023-12-12
mm: ksm: use more folio api in ksm_might_need_to_copy()
Kefeng Wang
2
-20
/
+23
2023-12-12
Docs/admin-guide/mm/damon/usage: document for quota goals
SeongJae Park
2
-7
/
+43
[next]