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
2020-04-01
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
3
-288
/
+195
2020-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+10
2020-03-30
mm/hmm: return error for non-vma snapshots
Jason Gunthorpe
1
-3
/
+5
2020-03-30
mm/hmm: do not set pfns when returning an error code
Jason Gunthorpe
1
-15
/
+3
2020-03-30
mm/hmm: do not unconditionally set pfns when returning EBUSY
Jason Gunthorpe
1
-3
/
+4
2020-03-30
mm/hmm: use device_private_entry_to_pfn()
Jason Gunthorpe
1
-1
/
+1
2020-03-29
mm/sparse: fix kernel crash with pfn_section_valid check
Aneesh Kumar K.V
1
-0
/
+6
2020-03-29
mm: fork: fix kernel_stack memcg stats for various stack implementations
Roman Gushchin
1
-0
/
+38
2020-03-29
hugetlb_cgroup: fix illegal access to memory
Mina Almasry
1
-2
/
+1
2020-03-29
mm/swapfile.c: move inode_lock out of claim_swapfile
Naohiro Aota
1
-21
/
+20
2020-03-27
mm/hmm: remove HMM_FAULT_SNAPSHOT
Jason Gunthorpe
1
-8
/
+9
2020-03-27
mm/hmm: remove unused code and tidy comments
Jason Gunthorpe
1
-7
/
+17
2020-03-27
mm/hmm: return the fault type from hmm_pte_need_fault()
Jason Gunthorpe
1
-102
/
+81
2020-03-27
mm/hmm: remove pgmap checking for devmap pages
Jason Gunthorpe
1
-48
/
+2
2020-03-26
mm/hmm: check the device private page owner in hmm_range_fault()
Christoph Hellwig
1
-1
/
+9
2020-03-26
mm: simplify device private page handling in hmm_range_fault
Christoph Hellwig
1
-20
/
+5
2020-03-26
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
1
-3
/
+6
2020-03-26
memremap: add an owner field to struct dev_pagemap
Christoph Hellwig
1
-0
/
+4
2020-03-26
mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_
Christoph Hellwig
1
-34
/
+16
2020-03-26
mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()
Christoph Hellwig
1
-19
/
+18
2020-03-26
mm/hmm: simplify hmm_vma_walk_hugetlb_entry()
Christoph Hellwig
1
-10
/
+3
2020-03-26
mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flag
Christoph Hellwig
1
-7
/
+0
2020-03-26
mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()
Jason Gunthorpe
1
-1
/
+1
2020-03-26
mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling
Jason Gunthorpe
1
-7
/
+12
2020-03-26
mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pages
Jason Gunthorpe
1
-17
/
+21
2020-03-26
mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()
Jason Gunthorpe
1
-20
/
+15
2020-03-26
mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULT
Jason Gunthorpe
1
-11
/
+8
2020-03-26
mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
Jason Gunthorpe
1
-1
/
+1
2020-03-26
mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
Jason Gunthorpe
1
-7
/
+7
2020-03-26
mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()
Jason Gunthorpe
1
-2
/
+6
2020-03-26
mm/mremap: Add comment explaining the untagging behaviour of mremap()
Will Deacon
1
-0
/
+10
2020-03-21
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2
-7
/
+14
2020-03-21
mm, slub: prevent kmalloc_node crashes and memory leaks
Vlastimil Babka
1
-9
/
+17
2020-03-21
mm/mmu_notifier: silence PROVE_RCU_LIST warnings
Qian Cai
1
-9
/
+18
2020-03-21
mm: do not allow MADV_PAGEOUT for CoW pages
Michal Hocko
1
-3
/
+9
2020-03-21
mm, memcg: throttle allocators based on ancestral memory.high
Chris Down
1
-35
/
+58
2020-03-21
mm, memcg: fix corruption on 64-bit divisor in memory.high throttling
Chris Down
1
-1
/
+1
2020-03-21
mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
Baoquan He
1
-2
/
+6
2020-03-21
memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
Chunguang Xu
1
-2
/
+8
2020-03-18
mm: slub: be more careful about the double cmpxchg of freelist
Linus Torvalds
1
-2
/
+4
2020-03-18
mm: slub: add missing TID bump in kmem_cache_alloc_bulk()
Jann Horn
1
-0
/
+9
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-12
/
+2
2020-03-10
net: memcg: late association of sock to memcg
Shakeel Butt
1
-14
/
+0
2020-03-10
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
1
-0
/
+4
2020-03-06
mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled
Vlastimil Babka
1
-1
/
+7
2020-03-06
mm/z3fold.c: do not include rwlock.h directly
Sebastian Andrzej Siewior
1
-1
/
+0
2020-03-06
mm: avoid data corruption on CoW fault into PFN-mapped VMA
Kirill A. Shutemov
1
-8
/
+27
2020-03-06
mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()
Huang Ying
1
-2
/
+1
2020-03-06
mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...
Mel Gorman
1
-2
/
+36
2020-02-24
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+0
[next]