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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
hugetlb: support node specified when using cma for gigantic hugepages
Baolin Wang
1
-9
/
+77
2021-11-06
mm, hugepages: add mremap() support for hugepage backed vma
Mina Almasry
2
-9
/
+138
2021-11-06
mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged
Liangcai Fan
2
-3
/
+14
2021-11-06
hugetlb: add hugetlb demote page support
Mike Kravetz
1
-8
/
+92
2021-11-06
hugetlb: add demote bool to gigantic page routines
Mike Kravetz
1
-11
/
+43
2021-11-06
hugetlb: be sure to free demoted CMA pages to CMA
Mike Kravetz
1
-2
/
+39
2021-11-06
mm/cma: add cma_pages_valid to determine if pages are in CMA
Mike Kravetz
1
-4
/
+20
2021-11-06
hugetlb: add demote hugetlb page sysfs interfaces
Mike Kravetz
1
-1
/
+154
2021-11-06
mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.h
Peter Xu
1
-3
/
+3
2021-11-06
mm: hwpoison: handle non-anonymous THP correctly
Yang Shi
1
-5
/
+2
2021-11-06
mm: shmem: don't truncate page if memory failure happens
Yang Shi
3
-6
/
+51
2021-11-06
mm: hwpoison: refactor refcount check handling
Yang Shi
1
-29
/
+64
2021-11-06
mm: filemap: coding style cleanup for filemap_map_pmd()
Yang Shi
1
-6
/
+6
2021-11-06
mm/memory_failure: constify static mm_walk_ops
Rikard Falkeborn
1
-1
/
+1
2021-11-06
mm/page_alloc: use clamp() to simplify code
Wang ShaoBo
1
-8
/
+4
2021-11-06
mm: page_alloc: use migrate_disable() in drain_local_pages_wq()
Sebastian Andrzej Siewior
1
-2
/
+2
2021-11-06
mm/page_alloc.c: show watermark_boost of zone in zoneinfo
Liangcai Fan
2
-0
/
+4
2021-11-06
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
1
-0
/
+13
2021-11-06
mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()
Eric Dumazet
1
-5
/
+5
2021-11-06
mm: move fold_vm_numa_events() to fix NUMA without SMP
Geert Uytterhoeven
1
-28
/
+28
2021-11-06
mm: move node_reclaim_distance to fix NUMA without SMP
Geert Uytterhoeven
1
-0
/
+2
2021-11-06
mm/page_alloc: use accumulated load when building node fallback list
Krupa Ramakrishnan
1
-1
/
+1
2021-11-06
mm/page_alloc: print node fallback order
Bharata B Rao
1
-0
/
+4
2021-11-06
mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]
Miaohe Lin
1
-4
/
+4
2021-11-06
mm/page_alloc.c: use helper function zone_spans_pfn()
Miaohe Lin
1
-1
/
+1
2021-11-06
mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()
Miaohe Lin
1
-7
/
+1
2021-11-06
mm/page_alloc.c: simplify the code by using macro K()
Miaohe Lin
1
-7
/
+5
2021-11-06
mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
Miaohe Lin
1
-3
/
+1
2021-11-06
mm/large system hash: avoid possible NULL deref in alloc_large_system_hash
Eric Dumazet
1
-1
/
+2
2021-11-06
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
2
-4
/
+98
2021-11-06
mm/vmalloc: be more explicit about supported gfp flags
Michal Hocko
1
-2
/
+10
2021-11-06
kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
Kefeng Wang
2
-0
/
+6
2021-11-06
vmalloc: choose a better start address in vm_area_register_early()
Kefeng Wang
1
-6
/
+12
2021-11-06
vmalloc: back off when the current task is OOM-killed
Vasily Averin
1
-0
/
+3
2021-11-06
mm/vmalloc: check various alignments when debugging
Uladzislau Rezki (Sony)
1
-4
/
+4
2021-11-06
mm/vmalloc: do not adjust the search size for alignment overhead
Uladzislau Rezki (Sony)
1
-9
/
+13
2021-11-06
mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo
Eric Dumazet
1
-1
/
+2
2021-11-06
mm/vmalloc: make show_numa_info() aware of hugepage mappings
Eric Dumazet
1
-3
/
+3
2021-11-06
mm/vmalloc: don't allow VM_NO_GUARD on vmap()
Peter Zijlstra
1
-0
/
+7
2021-11-06
mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()
Vasily Averin
1
-3
/
+4
2021-11-06
mm/mremap: don't account pages in vma_to_resize()
Dmitry Safonov
1
-28
/
+22
2021-11-06
mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
Liu Song
1
-1
/
+4
2021-11-06
mm: remove redundant smp_wmb()
Qi Zheng
2
-30
/
+24
2021-11-06
mm: introduce pmd_install() helper
Qi Zheng
3
-27
/
+19
2021-11-06
mm: add zap_skip_check_mapping() helper
Peter Xu
1
-23
/
+6
2021-11-06
mm: drop first_index/last_index in zap_details
Peter Xu
1
-13
/
+18
2021-11-06
mm: clear vmf->pte after pte_unmap_same() returns
Peter Xu
1
-6
/
+6
2021-11-06
mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
Peter Xu
2
-3
/
+1
2021-11-06
mm/memory.c: avoid unnecessary kernel/user pointer conversion
Amit Daniel Kachhap
1
-3
/
+1
2021-11-06
mm/mmap.c: fix a data race of mm->total_vm
Peng Liu
1
-1
/
+1
[prev]
[next]