index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
revert "topology: add support for node_to_mem_node() to determine the fallback node"
Vlastimil Babka
1
-1
/
+0
2020-04-02
slub: relocate freelist pointer to middle of object
Kees Cook
1
-0
/
+7
2020-04-02
slub: improve bit diffusion for freelist ptr obfuscation
Kees Cook
1
-1
/
+1
2020-04-02
mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs
chenqiwu
1
-7
/
+7
2020-04-02
mm/slub.c: replace cpu_slab->partial with wrapped APIs
chenqiwu
1
-2
/
+2
2020-04-01
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-288
/
+195
2020-04-01
blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it
Tejun Heo
1
-3
/
+3
2020-04-01
percpu: update copyright emails to dennis@kernel.org
Dennis Zhou
2
-2
/
+2
2020-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
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/sl[uo]b: export __kmalloc_track(_node)_caller
Daniel Vetter
2
-0
/
+4
2020-03-26
mm/mremap: Add comment explaining the untagging behaviour of mremap()
Will Deacon
1
-0
/
+10
2020-03-25
mm: docs: Fix a comment in process_vm_rw_core
Bernd Edlinger
1
-1
/
+1
2020-03-24
mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
Thomas Hellstrom (VMware)
1
-6
/
+32
2020-03-24
mm: Split huge pages on write-notify or COW
Thomas Hellstrom (VMware)
1
-8
/
+19
2020-03-24
mm: Introduce vma_is_special_huge
Thomas Hellstrom (VMware)
1
-3
/
+3
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
[prev]
[next]