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
2024-10-04
mm/filemap: optimize filemap folio adding
Kairui Song
1
-14
/
+39
2024-10-04
mm/filemap: return early if failed to allocate memory for split
Kairui Song
1
-1
/
+4
2024-10-04
mm: call the security_mmap_file() LSM hook in remap_file_pages()
Shu Han
1
-0
/
+4
2024-09-18
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
1
-5
/
+22
2024-09-12
Revert "mm: skip CMA pages when they are not available"
Usama Arif
1
-22
/
+2
2024-09-12
mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()
Vern Hao
1
-1
/
+1
2024-09-12
userfaultfd: fix checks for huge PMDs
Jann Horn
1
-10
/
+12
2024-09-12
userfaultfd: don't BUG_ON() if khugepaged yanks our page table
Jann Horn
1
-3
/
+4
2024-09-12
mm: vmalloc: ensure vmap_block is initialised before adding to queue
Will Deacon
1
-1
/
+1
2024-09-12
x86/kaslr: Expose and use the end of the physical memory address space
Thomas Gleixner
2
-2
/
+2
2024-09-04
mm: Fix missing folio invalidation calls during truncation
David Howells
1
-2
/
+2
2024-08-29
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
1
-17
/
+16
2024-08-29
mm/numa: no task_numa_fault() call if PMD is changed
Zi Yan
1
-17
/
+13
2024-08-29
mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...
Hailong Liu
1
-9
/
+2
2024-08-29
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
1
-22
/
+20
2024-08-29
mm: Remove kmem_valid_obj()
Zhen Lei
2
-33
/
+12
2024-08-29
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
1
-2
/
+5
2024-08-29
mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
Waiman Long
1
-9
/
+11
2024-08-19
mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick
Peter Xu
1
-26
/
+5
2024-08-19
mm/page_table_check: support userfault wr-protect entries
Peter Xu
1
-0
/
+30
2024-08-19
mm: gup: stop abusing try_grab_folio
Yang Shi
4
-128
/
+135
2024-08-14
mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
Miaohe Lin
1
-7
/
+7
2024-08-14
mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...
Yang Shi
1
-1
/
+1
2024-08-14
mm: huge_memory: don't force huge page alignment on 32 bit
Yang Shi
1
-0
/
+4
2024-08-14
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
1
-2
/
+20
2024-08-11
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
1
-7
/
+11
2024-08-11
mm: page_alloc: control latency caused by zone PCP draining
Lucas Stach
1
-4
/
+7
2024-08-11
mm: restrict the pcp batch scale factor to avoid too long latency
Huang Ying
2
-1
/
+12
2024-08-03
mm/mglru: fix ineffective protection calculation
Yu Zhao
1
-45
/
+38
2024-08-03
mm/numa_balancing: teach mpol_to_str about the balancing mode
Tvrtko Ursulin
1
-4
/
+14
2024-08-03
mm: fix old/young bit handling in the faulting path
Ram Tummala
1
-1
/
+1
2024-08-03
mm/mglru: fix overshooting shrinker memory
Yu Zhao
1
-2
/
+8
2024-08-03
mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
Tetsuo Handa
1
-155
/
+20
2024-08-03
mm/mglru: fix div-by-zero in vmpressure_calc_level()
Yu Zhao
1
-1
/
+0
2024-08-03
mm/hugetlb: fix possible recursive locking detected warning
Miaohe Lin
1
-1
/
+1
2024-08-03
hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
Aristeu Rozanski
1
-19
/
+28
2024-07-25
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
2
-6
/
+6
2024-07-18
mm/damon/core: merge regions aggressively when max_nr_regions is unmet
SeongJae Park
1
-3
/
+20
2024-07-18
mm/shmem: disable PMD-sized page cache if needed
Gavin Shan
1
-2
/
+13
2024-07-18
mm/filemap: skip to create PMD-sized page cache if needed
Gavin Shan
1
-1
/
+1
2024-07-18
mm: vmalloc: check if a hash-index is in cpu_possible_mask
Uladzislau Rezki (Sony)
1
-1
/
+9
2024-07-11
Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
Jan Kara
1
-1
/
+1
2024-07-11
mm: avoid overflows in dirty throttling logic
Jan Kara
1
-4
/
+26
2024-07-05
mm/page_alloc: Separate THP PCP into movable and non-movable categories
yangge
1
-2
/
+7
2024-07-05
mm: fix incorrect vbq reference in purge_fragmented_block
Zhaoyang Huang
1
-6
/
+15
2024-06-27
mm/page_table_check: fix crash on ZONE_DEVICE
Peter Xu
1
-1
/
+10
2024-06-21
mm/huge_memory: don't unpoison huge_zero_folio
Miaohe Lin
1
-0
/
+7
2024-06-21
mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
Miaohe Lin
1
-2
/
+2
2024-06-21
memory-failure: use a folio in me_huge_page()
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-06-16
mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
Hailong.Liu
1
-3
/
+2
[prev]
[next]