index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: turn migrate_vma upside down
Christoph Hellwig
2019-08-20
1
-134
/
+110
*
hmm: use mmu_notifier_get/put for 'struct hmm'
Jason Gunthorpe
2019-08-20
1
-93
/
+28
*
mm/mmu_notifiers: add a get/put scheme for the registration
Jason Gunthorpe
2019-08-16
1
-6
/
+150
*
mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
Jason Gunthorpe
2019-08-16
1
-12
/
+22
*
mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
Jason Gunthorpe
2019-08-16
1
-21
/
+14
*
mm/hmm: make HMM_MIRROR an implicit option
Christoph Hellwig
2019-08-07
1
-8
/
+6
*
mm/hmm: allow HMM_MIRROR on all architectures with MMU
Christoph Hellwig
2019-08-07
1
-2
/
+1
*
mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stub
Christoph Hellwig
2019-08-07
1
-4
/
+4
*
mm/hmm: cleanup the hmm_vma_handle_pmd stub
Christoph Hellwig
2019-08-07
1
-10
/
+8
*
mm/hmm: only define hmm_vma_walk_pud if needed
Christoph Hellwig
2019-08-07
1
-13
/
+16
*
mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmd
Christoph Hellwig
2019-08-07
1
-1
/
+1
*
mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entry
Christoph Hellwig
2019-08-07
1
-5
/
+2
*
mm/hmm: remove the page_shift member from struct hmm_range
Christoph Hellwig
2019-08-07
1
-33
/
+9
*
mm/hmm: remove superfluous arguments from hmm_range_register
Christoph Hellwig
2019-08-07
1
-15
/
+5
*
mm/hmm: remove the unused vma argument to hmm_range_dma_unmap
Christoph Hellwig
2019-08-07
1
-2
/
+0
*
mm/hmm: remove hmm_range vma
Ralph Campbell
2019-07-26
1
-1
/
+0
*
mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmd
Ralph Campbell
2019-07-26
1
-3
/
+0
*
mm/hmm: merge hmm_range_snapshot into hmm_range_fault
Christoph Hellwig
2019-07-26
1
-83
/
+2
*
mm/hmm: replace the block argument to hmm_range_fault with a flags value
Christoph Hellwig
2019-07-26
1
-37
/
+37
*
mm/hmm: a few more C style and comment clean ups
Ralph Campbell
2019-07-26
1
-22
/
+17
*
mm/hmm: replace hmm_update with mmu_notifier_range
Ralph Campbell
2019-07-26
1
-9
/
+4
*
mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_fault
Jason Gunthorpe
2019-07-25
1
-1
/
+3
*
mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
Christoph Hellwig
2019-07-25
1
-6
/
+4
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
3
-21
/
+9
|
\
|
*
mnt_init(): call shmem_init() unconditionally
Al Viro
2019-07-04
1
-4
/
+0
|
*
zsfold: Convert zsfold to use the new mount API
David Howells
2019-05-25
1
-5
/
+5
|
*
vfs: Convert zsmalloc to use the new mount API
David Howells
2019-05-25
1
-4
/
+4
|
*
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-25
2
-2
/
+2
|
*
z3fold: don't bother with dentry_operations
David Howells
2019-05-21
1
-5
/
+1
|
*
zsmalloc: don't bother with dentry_operations
Al Viro
2019-05-20
1
-5
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-07-19
8
-333
/
+368
|
\
\
|
*
|
mm: migrate: remove unused mode argument
Keith Busch
2019-07-18
1
-4
/
+3
|
*
|
mm/sparsemem: cleanup 'section number' data types
Dan Williams
2019-07-18
2
-9
/
+9
|
*
|
mm/sparsemem: support sub-section hotplug
Dan Williams
2019-07-18
3
-95
/
+140
|
*
|
mm/sparsemem: prepare for sub-section ranges
Dan Williams
2019-07-18
2
-52
/
+78
|
*
|
mm: kill is_dev_zone() helper
Dan Williams
2019-07-18
1
-1
/
+1
|
*
|
mm/hotplug: kill is_dev_zone() usage in __remove_pages()
Dan Williams
2019-07-18
1
-3
/
+1
|
*
|
mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()
Dan Williams
2019-07-18
2
-30
/
+41
|
*
|
mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removal
Dan Williams
2019-07-18
1
-25
/
+12
|
*
|
mm/sparsemem: add helpers track active portions of a section at boot
Dan Williams
2019-07-18
2
-2
/
+43
|
*
|
mm/sparsemem: introduce a SECTION_IS_EARLY flag
Dan Williams
2019-07-18
1
-11
/
+9
|
*
|
mm/sparsemem: introduce struct mem_section_usage
Dan Williams
2019-07-18
3
-50
/
+51
|
*
|
mm/memory_hotplug: move and simplify walk_memory_blocks()
David Hildenbrand
2019-07-18
1
-55
/
+0
|
*
|
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
2019-07-18
1
-11
/
+13
|
*
|
mm: section numbers use the type "unsigned long"
David Hildenbrand
2019-07-18
1
-6
/
+6
|
*
|
mm: thp: fix false negative of shmem vma's THP eligibility
Yang Shi
2019-07-18
2
-2
/
+10
|
*
|
mm: thp: make transhuge_vma_suitable available for anonymous THP
Yang Shi
2019-07-18
2
-14
/
+1
|
*
|
mm/sparse.c: set section nid for hot-add memory
Wei Yang
2019-07-18
1
-0
/
+1
|
*
|
mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
David Hildenbrand
2019-07-18
2
-3
/
+3
|
*
|
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
2019-07-18
1
-2
/
+3
[next]