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-06-30
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
3
-0
/
+127
2021-06-30
mm: make variable names for populate_vma_page_range() consistent
David Hildenbrand
1
-1
/
+1
2021-06-30
mm: generalize ZONE_[DMA|DMA32]
Kefeng Wang
1
-0
/
+12
2021-06-30
mm/nommu: unexport do_munmap()
Liam Howlett
1
-1
/
+0
2021-06-30
nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
Chen Li
1
-2
/
+2
2021-06-30
mm/thp: fix strncpy warning
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-30
mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC
Hugh Dickins
1
-1
/
+1
2021-06-30
mm/thp: remap_page() is only needed on anonymous THP
Hugh Dickins
1
-0
/
+5
2021-06-30
mm: rmap: make try_to_unmap() void function
Yang Shi
3
-20
/
+13
2021-06-30
mm: thp: skip make PMD PROT_NONE if THP migration is not supported
Yang Shi
1
-0
/
+4
2021-06-30
mm: migrate: check mapcount for THP instead of refcount
Yang Shi
1
-12
/
+4
2021-06-30
mm: migrate: don't split THP for misplaced NUMA page
Yang Shi
1
-1
/
+3
2021-06-30
mm: migrate: account THP NUMA migration counters correctly
Yang Shi
1
-3
/
+4
2021-06-30
mm: thp: refactor NUMA fault handling
Yang Shi
3
-263
/
+77
2021-06-30
mm: memory: make numa_migrate_prep() non-static
Yang Shi
2
-3
/
+5
2021-06-30
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
2
-16
/
+19
2021-06-30
mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs
Collin Fijalkovich
1
-1
/
+15
2021-06-30
mm: migrate: fix missing update page_private to hugetlb_page_subpool
Muchun Song
1
-1
/
+1
2021-06-30
memblock: update initialization of reserved pages
Mike Rapoport
1
-2
/
+26
2021-06-30
mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies
Ben Widawsky
1
-52
/
+44
2021-06-30
mm: mempolicy: don't have to split pmd for huge zero page
Yang Shi
1
-4
/
+5
2021-06-30
mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy
Feng Tang
1
-18
/
+30
2021-06-30
mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
Feng Tang
1
-80
/
+56
2021-06-30
mm/mempolicy: cleanup nodemask intersection check for oom
Feng Tang
2
-26
/
+10
2021-06-30
mm/compaction: fix 'limit' in fast_isolate_freepages
Wonhyuk Yang
1
-3
/
+3
2021-06-30
mm: compaction: remove duplicate !list_empty(&sublist) check
Liu Xiang
1
-4
/
+2
2021-06-30
mm/compaction: use DEVICE_ATTR_WO macro
YueHaibing
1
-4
/
+4
2021-06-30
mm/zbud: don't export any zbud API
Miaohe Lin
2
-114
/
+110
2021-06-30
mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
Miaohe Lin
1
-2
/
+8
2021-06-30
mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
Miaohe Lin
1
-1
/
+1
2021-06-30
mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
Miaohe Lin
1
-0
/
+1
2021-06-30
mm/z3fold: remove unused function handle_to_z3fold_header()
Miaohe Lin
1
-18
/
+4
2021-06-30
mm/z3fold: remove magic number in z3fold_create_pool()
Miaohe Lin
1
-1
/
+2
2021-06-30
mm/z3fold: avoid possible underflow in z3fold_alloc()
Miaohe Lin
1
-2
/
+5
2021-06-30
mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS
Miaohe Lin
1
-1
/
+1
2021-06-30
mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...
David Hildenbrand
1
-0
/
+40
2021-06-30
mm/kconfig: move HOLES_IN_ZONE into mm
Kefeng Wang
1
-0
/
+3
2021-06-30
mm: workingset: define macro WORKINGSET_SHIFT
Miaohe Lin
1
-4
/
+6
2021-06-30
mm/vmscan.c: fix potential deadlock in reclaim_pages()
Yu Zhao
1
-0
/
+15
2021-06-30
userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
Axel Rasmussen
2
-57
/
+18
2021-06-30
userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
Axel Rasmussen
1
-45
/
+127
2021-06-30
userfaultfd/shmem: support minor fault registration for shmem
Axel Rasmussen
2
-4
/
+16
2021-06-30
userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
Axel Rasmussen
2
-43
/
+19
2021-06-30
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
2
-25
/
+27
2021-06-30
mm/thp: simplify copying of huge zero page pmd when fork
Peter Xu
1
-6
/
+3
2021-06-30
mm/hwpoison: disable pcp for page_handle_poison()
Naoya Horiguchi
1
-3
/
+16
2021-06-30
hugetlb: address ref count racing in prep_compound_gigantic_page
Mike Kravetz
2
-9
/
+64
2021-06-30
hugetlb: remove prep_compound_huge_page cleanup
Mike Kravetz
1
-19
/
+10
2021-06-30
mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
Muchun Song
1
-2
/
+4
2021-06-30
mm: sparsemem: use huge PMD mapping for vmemmap pages
Muchun Song
1
-1
/
+1
[prev]
[next]