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
*
mm/huge_memory.c: make __thp_get_unmapped_area static
Bharath Vedartham
2019-05-14
1
-1
/
+1
*
mm/mprotect.c: fix compilation warning because of unused 'mm' variable
Mike Rapoport
2019-05-14
1
-3
/
+2
*
mm/page-writeback: introduce tracepoint for wait_on_page_writeback()
Yafang Shao
2019-05-14
1
-0
/
+12
*
mm/Kconfig: update "Memory Model" help text
Mike Rapoport
2019-05-14
1
-25
/
+23
*
mm/vmscan.c: don't disable irq again when count pgrefill for memcg
Yafang Shao
2019-05-14
1
-1
/
+1
*
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
2019-05-14
3
-6
/
+5
*
hugetlbfs: always use address space in inode for resv_map pointer
Mike Kravetz
2019-05-14
1
-1
/
+18
*
mm/z3fold.c: support page migration
Vitaly Wool
2019-05-14
1
-10
/
+231
*
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
*
mm: introduce new vm_map_pages() and vm_map_pages_zero() API
Souptick Joarder
2019-05-14
2
-0
/
+95
*
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
1
-3
/
+2
*
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
1
-3
/
+1
*
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
1
-4
/
+7
*
mm, memory_hotplug: cleanup memory offline path
Michal Hocko
2019-05-14
2
-36
/
+20
*
mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections
Alexander Duyck
2019-05-14
1
-41
/
+121
*
mm: implement new zone specific memblock iterator
Alexander Duyck
2019-05-14
2
-19
/
+76
*
mm: drop meminit_pfn_in_nid as it is redundant
Alexander Duyck
2019-05-14
1
-37
/
+14
*
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
1
-0
/
+10
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
9
-30
/
+29
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
11
-27
/
+54
*
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
2019-05-14
2
-4
/
+4
*
mm/hmm: convert various hmm_pfn_* to device_entry which is a better name
Jérôme Glisse
2019-05-14
1
-8
/
+11
*
mm/hmm: add a helper function that fault pages and map them to a device
Jérôme Glisse
2019-05-14
1
-0
/
+152
*
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
1
-14
/
+109
*
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
Jérôme Glisse
2019-05-14
1
-0
/
+12
*
mm/hmm: improve driver API to work and wait over a range
Jérôme Glisse
2019-05-14
1
-274
/
+257
*
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
Jérôme Glisse
2019-05-14
1
-52
/
+39
*
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
Jérôme Glisse
2019-05-14
1
-14
/
+17
*
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
1
-68
/
+122
*
mm/hmm: select mmu notifier when selecting HMM
Jérôme Glisse
2019-05-14
1
-1
/
+1
*
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
2019-05-14
2
-18
/
+7
*
hugetlbfs: on restore reserve error path retain subpool reservation
Mike Kravetz
2019-05-14
1
-5
/
+16
*
mm/sparse.c: clean up obsolete code comment
Baoquan He
2019-05-14
1
-4
/
+12
*
mm/swap.c: __pagevec_lru_add_fn: typo fix
Peng Fan
2019-05-14
1
-1
/
+1
*
mm/hugetlb: get rid of NODEMASK_ALLOC
Oscar Salvador
2019-05-14
1
-25
/
+11
*
hugetlbfs: fix potential over/underflow setting node specific nr_hugepages
Mike Kravetz
2019-05-14
1
-7
/
+34
[next]