index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
mm, oom: OOM sysrq should always kill a process
Jann Horn
1
-1
/
+1
2022-01-15
mm/mempolicy: fix all kernel-doc warnings
Randy Dunlap
1
-2
/
+3
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
21
-2
/
+27
2022-01-15
mm/mempolicy: add set_mempolicy_home_node syscall
Aneesh Kumar K.V
3
-1
/
+95
2022-01-15
mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
Aneesh Kumar K.V
1
-2
/
+3
2022-01-15
mm/page_isolation: unset migratetype directly for non Buddy page
Chen Wandun
1
-1
/
+1
2022-01-15
vmscan: make drop_slab_node static
Gang Li
2
-2
/
+1
2022-01-15
userfaultfd/selftests: clean up hugetlb allocation code
Mike Kravetz
1
-9
/
+6
2022-01-15
selftests/uffd: allow EINTR/EAGAIN
Peter Xu
1
-2
/
+5
2022-01-15
selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup setting
Waiman Long
3
-23
/
+34
2022-01-15
mm/vmstat: add events for THP max_ptes_* exceeds
Yang Yang
3
-0
/
+13
2022-01-15
mm, hugepages: make memory size variable in hugepage-mremap selftest
Yosry Ahmed
2
-17
/
+31
2022-01-15
hugetlb: add hugetlb.*.numa_stat file
Mina Almasry
5
-12
/
+141
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
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
1
-2
/
+2
2022-01-15
mm_zone: add function to check if managed dma zone exists
Baoquan He
2
-0
/
+24
2022-01-15
mm/page_alloc.c: modify the comment section for alloc_contig_pages()
Anshuman Khandual
1
-2
/
+2
2022-01-15
include/linux/gfp.h: further document GFP_DMA32
Miles Chen
1
-1
/
+3
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
3
-7
/
+7
2022-01-15
mm: page_alloc: fix building error on -Werror=array-compare
Xiongwei Song
1
-1
/
+1
2022-01-15
mm: fix boolreturn.cocci warning
Changcheng Deng
1
-1
/
+1
2022-01-15
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
2
-2
/
+3
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
14
-37
/
+56
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
8
-50
/
+15
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)
4
-29
/
+15
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)
5
-13
/
+7
2022-01-15
x86: mm: add x86_64 support for page table check
Pasha Tatashin
2
-2
/
+28
2022-01-15
mm: page table check
Pasha Tatashin
10
-0
/
+519
2022-01-15
mm: ptep_clear() page table helper
Pasha Tatashin
4
-13
/
+15
2022-01-15
mm: change page type prior to adding page table entry
Pasha Tatashin
4
-12
/
+12
2022-01-15
docs/vm: add vmalloced-kernel-stacks document
Shuah Khan
2
-0
/
+154
2022-01-15
mm/oom_kill: allow process_mrelease to run under mmap_lock protection
Suren Baghdasaryan
1
-12
/
+15
2022-01-15
mm: document locking restrictions for vm_operations_struct::close
Suren Baghdasaryan
1
-0
/
+4
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
9
-130
/
+137
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
7
-48
/
+55
2022-01-15
mm: add anonymous vma name refcounting
Suren Baghdasaryan
2
-7
/
+44
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
14
-34
/
+324
2022-01-15
mm: rearrange madvise code to allow for reuse
Colin Cross
1
-160
/
+178
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
22
-168
/
+134
2022-01-15
tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner
chiminghao
1
-7
/
+2
2022-01-15
memcg: add per-memcg vmalloc stat
Shakeel Butt
4
-2
/
+36
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
[next]