index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/vmstat: add events for THP max_ptes_* exceeds
Yang Yang
2022-01-15
3
-0
/
+13
*
mm, hugepages: make memory size variable in hugepage-mremap selftest
Yosry Ahmed
2022-01-15
2
-17
/
+31
*
hugetlb: add hugetlb.*.numa_stat file
Mina Almasry
2022-01-15
5
-12
/
+141
*
mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages
Baoquan He
2022-01-15
1
-1
/
+3
*
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
2022-01-15
1
-2
/
+2
*
mm_zone: add function to check if managed dma zone exists
Baoquan He
2022-01-15
2
-0
/
+24
*
mm/page_alloc.c: modify the comment section for alloc_contig_pages()
Anshuman Khandual
2022-01-15
1
-2
/
+2
*
include/linux/gfp.h: further document GFP_DMA32
Miles Chen
2022-01-15
1
-1
/
+3
*
mm: drop node from alloc_pages_vma
Michal Hocko
2022-01-15
3
-7
/
+7
*
mm: page_alloc: fix building error on -Werror=array-compare
Xiongwei Song
2022-01-15
1
-1
/
+1
*
mm: fix boolreturn.cocci warning
Changcheng Deng
2022-01-15
1
-1
/
+1
*
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
2022-01-15
2
-2
/
+3
*
mm: introduce memalloc_retry_wait()
NeilBrown
2022-01-15
14
-37
/
+56
*
mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware
Michal Hocko
2022-01-15
1
-1
/
+1
*
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
2022-01-15
8
-50
/
+15
*
mm/vmalloc: be more explicit about supported gfp flags.
Michal Hocko
2022-01-15
1
-6
/
+8
*
mm/vmalloc: add support for __GFP_NOFAIL
Michal Hocko
2022-01-15
1
-5
/
+17
*
mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
Michal Hocko
2022-01-15
1
-2
/
+21
*
mm/dmapool.c: revert "make dma pool to use kmalloc_node"
Christian König
2022-01-15
1
-1
/
+1
*
mm: remove the total_mapcount argument from page_trans_huge_mapcount()
Matthew Wilcox (Oracle)
2022-01-15
4
-29
/
+15
*
mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()
Matthew Wilcox (Oracle)
2022-01-15
1
-20
/
+12
*
mm: remove last argument of reuse_swap_page()
Matthew Wilcox (Oracle)
2022-01-15
5
-13
/
+7
*
x86: mm: add x86_64 support for page table check
Pasha Tatashin
2022-01-15
2
-2
/
+28
*
mm: page table check
Pasha Tatashin
2022-01-15
10
-0
/
+519
*
mm: ptep_clear() page table helper
Pasha Tatashin
2022-01-15
4
-13
/
+15
*
mm: change page type prior to adding page table entry
Pasha Tatashin
2022-01-15
4
-12
/
+12
*
docs/vm: add vmalloced-kernel-stacks document
Shuah Khan
2022-01-15
2
-0
/
+154
*
mm/oom_kill: allow process_mrelease to run under mmap_lock protection
Suren Baghdasaryan
2022-01-15
1
-12
/
+15
*
mm: document locking restrictions for vm_operations_struct::close
Suren Baghdasaryan
2022-01-15
1
-0
/
+4
*
mm: protect free_pgtables with mmap_lock write lock in exit_mmap
Suren Baghdasaryan
2022-01-15
1
-8
/
+8
*
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
2022-01-15
9
-130
/
+137
*
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
2022-01-15
7
-48
/
+55
*
mm: add anonymous vma name refcounting
Suren Baghdasaryan
2022-01-15
2
-7
/
+44
*
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
14
-34
/
+324
*
mm: rearrange madvise code to allow for reuse
Colin Cross
2022-01-15
1
-160
/
+178
*
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2022-01-15
22
-168
/
+134
*
tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner
chiminghao
2022-01-15
1
-7
/
+2
*
memcg: add per-memcg vmalloc stat
Shakeel Butt
2022-01-15
4
-2
/
+36
*
mm/memcg: use struct_size() helper in kzalloc()
Wang Weiyang
2022-01-15
1
-5
/
+1
*
memcg: better bounds on the memcg stats updates
Shakeel Butt
2022-01-15
1
-7
/
+13
*
mm/memcg: add oom_group_kill memory event
Dan Schatzberg
2022-01-15
4
-0
/
+7
*
mm/page_counter: remove an incorrect call to propagate_protected_usage()
Donghai Qiao
2022-01-15
1
-1
/
+0
*
mm: memcontrol: make cgroup_memory_nokmem static
Muchun Song
2022-01-15
3
-7
/
+2
*
mm/frontswap.c: use non-atomic '__set_bit()' when possible
Christophe JAILLET
2022-01-15
1
-2
/
+2
*
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
2022-01-15
1
-16
/
+21
*
mm: shmem: don't truncate page if memory failure happens
Yang Shi
2022-01-15
3
-9
/
+61
*
mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
Li Xinhai
2022-01-15
1
-4
/
+9
*
gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able
Christophe Leroy
2022-01-15
1
-8
/
+10
*
mm/truncate.c: remove unneeded variable
chiminghao
2022-01-15
1
-4
/
+1
*
mm/debug_vm_pgtable: update comments regarding migration swap entries
Anshuman Khandual
2022-01-15
2
-9
/
+9
[next]