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