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
2022-01-15
hugetlb: add hugetlb.*.numa_stat file
Mina Almasry
1
-10
/
+123
2022-01-15
mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages
Baoquan He
1
-1
/
+3
2022-01-15
mm_zone: add function to check if managed dma zone exists
Baoquan He
1
-0
/
+15
2022-01-15
mm/page_alloc.c: modify the comment section for alloc_contig_pages()
Anshuman Khandual
1
-2
/
+2
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
2
-3
/
+3
2022-01-15
mm: page_alloc: fix building error on -Werror=array-compare
Xiongwei Song
1
-1
/
+1
2022-01-15
mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware
Michal Hocko
1
-1
/
+1
2022-01-15
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
1
-11
/
+4
2022-01-15
mm/vmalloc: be more explicit about supported gfp flags.
Michal Hocko
1
-6
/
+8
2022-01-15
mm/vmalloc: add support for __GFP_NOFAIL
Michal Hocko
1
-5
/
+17
2022-01-15
mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
Michal Hocko
1
-2
/
+21
2022-01-15
mm/dmapool.c: revert "make dma pool to use kmalloc_node"
Christian König
1
-1
/
+1
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_mapcount()
Matthew Wilcox (Oracle)
2
-21
/
+11
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()
Matthew Wilcox (Oracle)
1
-20
/
+12
2022-01-15
mm: remove last argument of reuse_swap_page()
Matthew Wilcox (Oracle)
4
-10
/
+4
2022-01-15
mm: page table check
Pasha Tatashin
5
-0
/
+303
2022-01-15
mm: ptep_clear() page table helper
Pasha Tatashin
2
-11
/
+3
2022-01-15
mm: change page type prior to adding page table entry
Pasha Tatashin
4
-12
/
+12
2022-01-15
mm/oom_kill: allow process_mrelease to run under mmap_lock protection
Suren Baghdasaryan
1
-12
/
+15
2022-01-15
mm: protect free_pgtables with mmap_lock write lock in exit_mmap
Suren Baghdasaryan
1
-8
/
+8
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
5
-0
/
+5
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
2
-0
/
+2
2022-01-15
mm: add anonymous vma name refcounting
Suren Baghdasaryan
1
-6
/
+36
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
6
-23
/
+165
2022-01-15
mm: rearrange madvise code to allow for reuse
Colin Cross
1
-160
/
+178
2022-01-15
memcg: add per-memcg vmalloc stat
Shakeel Butt
2
-2
/
+12
2022-01-15
mm/memcg: use struct_size() helper in kzalloc()
Wang Weiyang
1
-5
/
+1
2022-01-15
memcg: better bounds on the memcg stats updates
Shakeel Butt
1
-7
/
+13
2022-01-15
mm/memcg: add oom_group_kill memory event
Dan Schatzberg
2
-0
/
+3
2022-01-15
mm/page_counter: remove an incorrect call to propagate_protected_usage()
Donghai Qiao
1
-1
/
+0
2022-01-15
mm: memcontrol: make cgroup_memory_nokmem static
Muchun Song
3
-7
/
+2
2022-01-15
mm/frontswap.c: use non-atomic '__set_bit()' when possible
Christophe JAILLET
1
-2
/
+2
2022-01-15
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
1
-16
/
+21
2022-01-15
mm: shmem: don't truncate page if memory failure happens
Yang Shi
3
-9
/
+61
2022-01-15
mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
Li Xinhai
1
-4
/
+9
2022-01-15
gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able
Christophe Leroy
1
-8
/
+10
2022-01-15
mm/truncate.c: remove unneeded variable
chiminghao
1
-4
/
+1
2022-01-15
mm/debug_vm_pgtable: update comments regarding migration swap entries
Anshuman Khandual
1
-2
/
+2
2022-01-15
mm,fs: split dump_mapping() out from dump_page()
Matthew Wilcox (Oracle)
1
-50
/
+2
2022-01-15
kasan: fix quarantine conflicting with init_on_free
Andrey Konovalov
1
-0
/
+11
2022-01-15
kasan: add ability to detect double-kmem_cache_destroy()
Marco Elver
1
-1
/
+1
2022-01-15
mm/memremap: add ZONE_DEVICE support for compound pages
Joao Martins
2
-7
/
+49
2022-01-15
mm/page_alloc: refactor memmap_init_zone_device() page init
Joao Martins
1
-33
/
+41
2022-01-15
mm/page_alloc: split prep_compound_page into head and tail subparts
Joao Martins
1
-10
/
+20
2022-01-15
mm: defer kmemleak object creation of module_alloc()
Kefeng Wang
2
-3
/
+9
2022-01-15
kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
Kuan-Ying Lee
1
-7
/
+14
2022-01-15
mm: slab: make slab iterator functions static
Muchun Song
3
-20
/
+15
2022-01-15
mm/slab_common: use WARN() if cache still has objects on destroy
Marco Elver
1
-8
/
+3
2022-01-01
mm: vmscan: reduce throttling due to a failure to make progress -fix
Mel Gorman
1
-1
/
+2
2021-12-31
mm: vmscan: Reduce throttling due to a failure to make progress
Mel Gorman
1
-9
/
+55
[next]