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-01-19
mm: remove PageMovable export
Greg Kroah-Hartman
3
-6
/
+0
2023-01-19
mm: introduce folio_is_pfmemalloc
Sidhartha Kumar
2
-2
/
+2
2023-01-19
mm: support POSIX_FADV_NOREUSE
Yu Zhao
1
-1
/
+4
2023-01-19
mm: add vma_has_recency()
Yu Zhao
3
-29
/
+25
2023-01-19
mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
David Hildenbrand
1
-21
/
+30
2023-01-19
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
1
-5
/
+6
2023-01-19
selftests/vm: rename selftests/vm to selftests/mm
SeongJae Park
1
-1
/
+1
2023-01-19
tools/vm: rename tools/vm to tools/mm
SeongJae Park
2
-2
/
+2
2023-01-19
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2
-31
/
+1
2023-01-19
mm/kasan: simplify and refine kasan_cache code
Feng Tang
2
-8
/
+2
2023-01-19
mm/slab: add is_kmalloc_cache() helper function
Feng Tang
1
-0
/
+8
2023-01-19
mm/page_alloc: invert logic for early page initialisation checks
Mike Rapoport (IBM)
1
-8
/
+8
2023-01-19
workingset: fix confusion around eviction vs refault container
Johannes Weiner
1
-1
/
+2
2023-01-19
mm/uffd: detect pgtable allocation failures
Peter Xu
4
-29
/
+58
2023-01-19
mm/mprotect: use long for page accountings and retval
Peter Xu
3
-16
/
+16
2023-01-19
mm/damon/vaddr: convert hugetlb related functions to use a folio
Kefeng Wang
1
-10
/
+10
2023-01-19
mm/damon: remove unneeded damon_get_page()
Kefeng Wang
1
-7
/
+0
2023-01-19
mm/damon/vaddr: convert damon_young_pmd_entry() to use a folio
Kefeng Wang
1
-9
/
+9
2023-01-19
mm/damon/paddr: convert damon_pa_*() to use a folio
Kefeng Wang
1
-32
/
+26
2023-01-19
mm/damon: convert damon_ptep/pmdp_mkold() to use a folio
Kefeng Wang
1
-10
/
+10
2023-01-19
mm/damon: introduce damon_get_folio()
Kefeng Wang
2
-8
/
+19
2023-01-19
mm: page_idle: convert page idle to use a folio
Kefeng Wang
1
-23
/
+24
2023-01-19
mm: memcg: add folio_memcg_check()
Matthew Wilcox
1
-3
/
+3
2023-01-19
mm: huge_memory: convert split_huge_pages_all() to use a folio
Kefeng Wang
1
-8
/
+17
2023-01-19
mm: remove generic_writepages
Christoph Hellwig
1
-38
/
+15
2023-01-19
mm/thp: check and bail out if page in deferred queue already
Yin Fengwei
1
-0
/
+3
2023-01-19
mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
SeongJae Park
1
-2
/
+4
2023-01-19
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
3
-7
/
+17
2023-01-19
mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()
David Hildenbrand
1
-5
/
+13
2023-01-19
mm: multi-gen LRU: simplify arch_has_hw_pte_young() check
Yu Zhao
1
-1
/
+1
2023-01-19
mm: multi-gen LRU: clarify scan_control flags
Yu Zhao
1
-28
/
+28
2023-01-19
mm: multi-gen LRU: per-node lru_gen_folio lists
Yu Zhao
3
-33
/
+358
2023-01-19
mm: multi-gen LRU: shuffle should_run_aging()
Yu Zhao
1
-62
/
+62
2023-01-19
mm: multi-gen LRU: remove aging fairness safeguard
Yu Zhao
1
-67
/
+59
2023-01-19
mm: multi-gen LRU: remove eviction fairness safeguard
Yu Zhao
1
-58
/
+23
2023-01-19
mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
Yu Zhao
1
-10
/
+10
2023-01-19
mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
Yu Zhao
2
-19
/
+19
2023-01-19
mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()
Uladzislau Rezki (Sony)
1
-1
/
+3
2023-01-19
mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()
Uladzislau Rezki (Sony)
1
-31
/
+48
2023-01-19
mm: new primitive kvmemdup()
Hao Sun
1
-1
/
+23
2023-01-19
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
5
-14
/
+12
2023-01-19
mm/damon: convert damon_pa_mark_accessed_or_deactivate() to use folios
Vishal Moola (Oracle)
1
-6
/
+8
2023-01-19
madvise: convert madvise_cold_or_pageout_pte_range() to use folios
Vishal Moola (Oracle)
1
-49
/
+49
2023-01-19
mm/memory: add vm_normal_folio()
Vishal Moola (Oracle)
1
-0
/
+10
2023-01-19
mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
Lorenzo Stoakes
1
-1
/
+1
2023-01-19
kasan: allow sampling page_alloc allocations for HW_TAGS
Andrey Konovalov
4
-16
/
+123
2023-01-19
swap: avoid holding swap reference in swap_cache_get_folio
Kairui Song
2
-6
/
+13
2023-01-19
swap: fold swap_ra_clamp_pfn into swap_ra_info
Kairui Song
1
-25
/
+19
2023-01-19
swap: avoid a redundant pte map if ra window is 1
Kairui Song
1
-5
/
+2
2023-01-19
swapfile: get rid of volatile and avoid redundant read
Kairui Song
1
-3
/
+4
[next]