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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/z3fold.c: add structure for buddy handles
Vitaly Wool
2019-05-14
1
-40
/
+145
*
mm/z3fold.c: improve compression by extending search
Vitaly Wool
2019-05-14
1
-0
/
+36
*
mm/z3fold.c: introduce helper functions
Vitaly Wool
2019-05-14
1
-84
/
+100
*
mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist
Yafang Shao
2019-05-14
1
-6
/
+5
*
mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig
Jérôme Glisse
2019-05-14
1
-0
/
+16
*
mm/vmscan.c: simplify shrink_inactive_list()
Kirill Tkhai
2019-05-14
1
-22
/
+9
*
fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
Amir Goldstein
2019-05-14
2
-6
/
+18
*
xen/privcmd-buf.c: convert to use vm_map_pages_zero()
Souptick Joarder
2019-05-14
1
-6
/
+2
*
xen/gntdev.c: convert to use vm_map_pages()
Souptick Joarder
2019-05-14
1
-7
/
+4
*
videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()
Souptick Joarder
2019-05-14
3
-22
/
+13
*
iommu/dma-iommu.c: convert to use vm_map_pages()
Souptick Joarder
2019-05-14
1
-11
/
+1
*
drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages()
Souptick Joarder
2019-05-14
1
-13
/
+5
*
drm/rockchip/rockchip_drm_gem.c: convert to use vm_map_pages()
Souptick Joarder
2019-05-14
1
-15
/
+2
*
drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()
Souptick Joarder
2019-05-14
1
-13
/
+2
*
arm: mm: dma-mapping: convert to use vm_map_pages()
Souptick Joarder
2019-05-14
1
-16
/
+6
*
mm: introduce new vm_map_pages() and vm_map_pages_zero() API
Souptick Joarder
2019-05-14
3
-0
/
+99
*
mm: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
2019-05-14
2
-12
/
+0
*
mm: fix false-positive OVERCOMMIT_GUESS failures
Johannes Weiner
2019-05-14
1
-46
/
+5
*
mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
David Hildenbrand
2019-05-14
8
-40
/
+24
*
mm/memory_hotplug: make __remove_section() never fail
David Hildenbrand
2019-05-14
1
-13
/
+9
*
mm/memory_hotplug: make unregister_memory_section() never fail
David Hildenbrand
2019-05-14
3
-15
/
+7
*
mm/memory_hotplug: release memory resource after arch_remove_memory()
David Hildenbrand
2019-05-14
1
-14
/
+21
*
mm/filemap.c: fix minor typo
Laurent Dufour
2019-05-14
1
-1
/
+1
*
mm, memory_hotplug: provide a more generic restrictions for memory hotplug
Michal Hocko
2019-05-14
10
-37
/
+63
*
mm, memory_hotplug: cleanup memory offline path
Michal Hocko
2019-05-14
3
-37
/
+22
*
mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections
Alexander Duyck
2019-05-14
2
-41
/
+137
*
mm: implement new zone specific memblock iterator
Alexander Duyck
2019-05-14
3
-19
/
+101
*
mm: drop meminit_pfn_in_nid as it is redundant
Alexander Duyck
2019-05-14
1
-37
/
+14
*
mm: use mm_zero_struct_page from SPARC on all 64b architectures
Alexander Duyck
2019-05-14
2
-33
/
+38
*
mm/rmap.c: use the pra.mapcount to do the check
Huang Shijie
2019-05-14
1
-1
/
+1
*
mm/filemap.c: enable error injection at add_to_page_cache()
Josef Bacik
2019-05-14
1
-0
/
+2
*
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
Jérôme Glisse
2019-05-14
2
-0
/
+14
*
mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening
Jérôme Glisse
2019-05-14
1
-1
/
+5
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
11
-33
/
+32
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
14
-30
/
+62
*
mm/mmu_notifier: contextual information for event enums
Jérôme Glisse
2019-05-14
1
-0
/
+30
*
mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
Jérôme Glisse
2019-05-14
1
-4
/
+7
*
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
2019-05-14
8
-17
/
+19
*
mm/mmu_notifier: helper to test if a range invalidation is blockable
Jérôme Glisse
2019-05-14
1
-0
/
+11
*
mm/hmm: convert various hmm_pfn_* to device_entry which is a better name
Jérôme Glisse
2019-05-14
2
-37
/
+75
*
mm/hmm: add a helper function that fault pages and map them to a device
Jérôme Glisse
2019-05-14
2
-0
/
+161
*
mm/hmm: add helpers to test if mm is still alive or not
Jérôme Glisse
2019-05-14
1
-0
/
+24
*
mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
Jérôme Glisse
2019-05-14
1
-21
/
+126
*
mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)
Jérôme Glisse
2019-05-14
2
-16
/
+134
*
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
Jérôme Glisse
2019-05-14
3
-0
/
+60
*
mm/hmm: improve driver API to work and wait over a range
Jérôme Glisse
2019-05-14
3
-314
/
+387
*
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
Jérôme Glisse
2019-05-14
3
-60
/
+52
*
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
Jérôme Glisse
2019-05-14
3
-24
/
+37
*
mm/hmm: do not erase snapshot when a range is invalidated
Jérôme Glisse
2019-05-14
1
-6
/
+0
*
mm/hmm: use reference counting for HMM struct
Jérôme Glisse
2019-05-14
2
-68
/
+124
[next]