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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-13
tools/testing/vma: separate VMA userland tests into separate files
Lorenzo Stoakes
8
-335
/
+406
2026-02-13
mm: make vm_area_desc utilise vma_flags_t only
Lorenzo Stoakes
7
-16
/
+25
2026-02-13
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
16
-41
/
+56
2026-02-13
mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
Lorenzo Stoakes
15
-49
/
+57
2026-02-13
mm: update secretmem to use VMA flags on mmap_prepare
Lorenzo Stoakes
5
-12
/
+12
2026-02-13
mm: update hugetlbfs to use VMA flags on mmap_prepare
Lorenzo Stoakes
7
-29
/
+41
2026-02-13
mm: add basic VMA flag operation helper functions
Lorenzo Stoakes
3
-21
/
+295
2026-02-13
tools: bitmap: add missing bitmap_[subset(), andnot()]
Lorenzo Stoakes
2
-0
/
+51
2026-02-13
mm: add mk_vma_flags() bitmap flag macro helper
Lorenzo Stoakes
1
-0
/
+33
2026-02-13
mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
Lorenzo Stoakes
3
-10
/
+7
2026-02-13
mm/vma: remove __private sparse decoration from vma_flags_t
Lorenzo Stoakes
2
-8
/
+10
2026-02-13
mm: use unmap_desc struct for freeing page tables
Liam R. Howlett
6
-35
/
+45
2026-02-13
mm/vma: use unmap_region() in vms_clear_ptes()
Liam R. Howlett
1
-13
/
+1
2026-02-13
mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()
Liam R. Howlett
7
-25
/
+53
2026-02-13
mm: introduce unmap_desc struct to reduce function arguments
Liam R. Howlett
3
-23
/
+51
2026-02-13
mm: change dup_mmap() recovery
Liam R. Howlett
2
-16
/
+32
2026-02-13
mm/vma: add page table limit to unmap_region()
Liam R. Howlett
2
-4
/
+6
2026-02-13
mm/memory: add tree limit to free_pgtables()
Liam R. Howlett
5
-14
/
+42
2026-02-13
mm/vma: add limits to unmap_region() for vmas
Liam R. Howlett
2
-2
/
+5
2026-02-13
mm/mmap: abstract vma clean up from exit_mmap()
Liam R. Howlett
1
-13
/
+24
2026-02-13
mm/mmap: move exit_mmap() trace point
Liam R. Howlett
1
-1
/
+1
2026-02-13
mm: relocate the page table ceiling and floor definitions
Liam R. Howlett
2
-19
/
+20
2026-02-13
mm: folio_zero_user: open code range computation in folio_zero_user()
Ankur Arora
1
-8
/
+7
2026-02-13
mm/vmscan: select the closest preferred node in demote_folio_list()
Bing Jiao
3
-11
/
+21
2026-02-13
mm/vmscan: fix demotion targets checks in reclaim/demotion
Bing Jiao
5
-38
/
+78
2026-02-07
mm/memory: handle non-split locks correctly in zap_empty_pte_table()
David Hildenbrand (Red Hat)
1
-4
/
+6
2026-02-07
mm: move pte table reclaim code to memory.c
David Hildenbrand (Red Hat)
5
-98
/
+62
2026-02-07
mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
2
-8
/
+2
2026-02-07
mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...
Qi Zheng
6
-3
/
+6
2026-02-07
um: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
1
-0
/
+1
2026-02-07
parisc: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
2
-2
/
+3
2026-02-07
mips: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
2
-4
/
+4
2026-02-07
LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
2
-4
/
+4
2026-02-07
alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
2
-3
/
+4
2026-02-07
mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
Qi Zheng
1
-1
/
+1
2026-02-07
mm/damon/stat: remove __read_mostly from memory_idle_ms_percentiles
Li RongQing
1
-1
/
+1
2026-02-07
zsmalloc: make common caches global
Sergey Senozhatsky
1
-56
/
+50
2026-02-07
mm: add SPDX id lines to some mm source files
Tim Bird
8
-13
/
+8
2026-02-07
mm/zswap: use %pe to print error pointers
Sahil Chandna
1
-2
/
+2
2026-02-07
mm/vmscan: use %pe to print error pointers
Sahil Chandna
1
-2
/
+2
2026-02-07
mm/readahead: fix typo in comment
Wilson Zeng
1
-1
/
+1
2026-02-07
mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()
Shakeel Butt
1
-7
/
+9
2026-02-07
mm: refactor vma_map_pages to use vm_insert_pages
Justin Green
1
-9
/
+1
2026-02-07
mm/damon: unify address range representation with damon_addr_range
Enze Li
1
-13
/
+2
2026-02-07
mm/cma: replace snprintf with strscpy in cma_new_area
Thorsten Blum
1
-1
/
+2
2026-02-07
mm: zswap: use SG list decompression APIs from zsmalloc
Yosry Ahmed
1
-30
/
+19
2026-02-01
mm, swap: remove no longer needed _swap_info_get
Kairui Song
1
-41
/
+6
2026-02-01
mm, swap: drop the SWAP_HAS_CACHE flag
Kairui Song
4
-132
/
+78
2026-02-01
mm, swap: clean up and improve swap entries freeing
Kairui Song
1
-142
/
+96
2026-02-01
mm, swap: check swap table directly for checking cache
Kairui Song
4
-36
/
+56
[next]