index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
mm: vmpressure: don't need call kfree if kstrndup fails
Yang Shi
1
-4
/
+2
2020-04-02
mm/page_alloc: simplify page_is_buddy() for better code readability
chenqiwu
1
-20
/
+13
2020-04-02
mm/page_alloc.c: micro-optimisation Remove unnecessary branch
Mateusz Nosek
1
-2
/
+1
2020-04-02
mm/page_alloc.c: use free_area_empty() instead of open-coding
chenqiwu
1
-2
/
+1
2020-04-02
mm, pagealloc: micro-optimisation: save two branches on hot page allocation path
Mateusz Nosek
2
-9
/
+15
2020-04-02
mm/page_alloc: increase default min_free_kbytes bound
Joel Savitz
1
-2
/
+2
2020-04-02
kasan: add test for invalid size in memmove
Walter Wu
1
-0
/
+19
2020-04-02
kasan: detect negative size in memory operation function
Walter Wu
8
-21
/
+54
2020-04-02
mm/sparse.c: allocate memmap preferring the given node
Baoquan He
1
-2
/
+2
2020-04-02
mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparse
Baoquan He
1
-24
/
+3
2020-04-02
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
5
-6
/
+6
2020-04-02
mm/sparsemem: get address to page struct instead of address to pfn
Wei Yang
1
-1
/
+1
2020-04-02
selftests: add MREMAP_DONTUNMAP selftest
Brian Geffon
3
-0
/
+329
2020-04-02
mm/mremap: add MREMAP_DONTUNMAP to mremap()
Brian Geffon
2
-23
/
+72
2020-04-02
mm: mmap: add trace point of vm_unmapped_area
Jaewon Kim
2
-2
/
+58
2020-04-02
mmap: remove inline of vm_unmapped_area
Jaewon Kim
2
-22
/
+19
2020-04-02
mm/memory.c: clarify a confusing comment for vm_iomap_memory
Wang Wenhu
1
-1
/
+1
2020-04-02
mm: clarify a confusing comment for remap_pfn_range()
WANG Wenhu
1
-1
/
+1
2020-04-02
mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path
Peter Xu
1
-8
/
+28
2020-04-02
mm/gup: allow to react to fatal signals
Peter Xu
2
-4
/
+11
2020-04-02
mm/gup: allow VM_FAULT_RETRY for multiple times
Peter Xu
2
-8
/
+25
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
27
-57
/
+54
2020-04-02
mm: introduce FAULT_FLAG_INTERRUPTIBLE
Peter Xu
2
-14
/
+29
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
24
-23
/
+30
2020-04-02
userfaultfd: don't retake mmap_sem to emulate NOPAGE
Peter Xu
1
-24
/
+0
2020-04-02
mm: return faster for non-fatal signals in user mode faults
Peter Xu
1
-1
/
+2
2020-04-02
sh/mm: use helper fault_signal_pending()
Peter Xu
1
-5
/
+5
2020-04-02
powerpc/mm: use helper fault_signal_pending()
Peter Xu
1
-8
/
+4
2020-04-02
arm64/mm: use helper fault_signal_pending()
Peter Xu
1
-12
/
+7
2020-04-02
arc/mm: use helper fault_signal_pending()
Peter Xu
1
-21
/
+13
2020-04-02
x86/mm: use helper fault_signal_pending()
Peter Xu
1
-15
/
+13
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
18
-18
/
+32
2020-04-02
mm/gup: fix __get_user_pages() on fault retry of hugetlb
Peter Xu
1
-0
/
+10
2020-04-02
mm/gup: rename "nonblocking" to "locked" where proper
Peter Xu
2
-27
/
+25
2020-04-02
mm: add pagemap.h to the fine documentation
Matthew Wilcox (Oracle)
2
-4
/
+7
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
5
-20
/
+18
2020-04-02
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
3
-27
/
+11
2020-04-02
mm/vma: move VM_NO_KHUGEPAGED into generic header
Anshuman Khandual
2
-3
/
+3
2020-04-02
mm/mapping_dirty_helpers: update huge page-table entry callbacks
Thomas Hellstrom
1
-4
/
+38
2020-04-02
mm: memcg: make memory.oom.group tolerable to task migration
Roman Gushchin
1
-0
/
+8
2020-04-02
mm, memcg: prevent mem_cgroup_protected store tearing
Chris Down
1
-4
/
+4
2020-04-02
mm, memcg: prevent memory.swap.max load tearing
Chris Down
1
-3
/
+4
2020-04-02
mm, memcg: prevent memory.min load/store tearing
Chris Down
2
-6
/
+8
2020-04-02
mm, memcg: prevent memory.low load/store tearing
Chris Down
1
-3
/
+5
2020-04-02
mm, memcg: prevent memory.max load tearing
Chris Down
1
-6
/
+6
2020-04-02
mm, memcg: prevent memory.high load/store tearing
Chris Down
1
-6
/
+7
2020-04-02
mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused
Vincenzo Frascino
1
-1
/
+2
2020-04-02
memcg: css_tryget_online cleanups
Shakeel Butt
1
-5
/
+9
2020-04-02
mm: memcontrol: recursive memory.low protection
Johannes Weiner
4
-5
/
+79
2020-04-02
mm: memcontrol: clean up and document effective low/min calculations
Johannes Weiner
1
-92
/
+83
[next]