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, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
2018-04-13
1
-1
/
+2
*
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
2018-04-13
1
-1
/
+5
*
mm/gup.c: document return value
Michael S. Tsirkin
2018-04-13
2
-3
/
+7
*
get_user_pages_fast(): return -EFAULT on access_ok failure
Michael S. Tsirkin
2018-04-13
1
-1
/
+4
*
mm/gup_benchmark: handle gup failures
Michael S. Tsirkin
2018-04-13
1
-1
/
+3
*
page cache: use xa_lock
Matthew Wilcox
2018-04-11
13
-185
/
+176
*
xen, mm: allow deferred page initialization for xen pv domains
Pavel Tatashin
2018-04-11
1
-4
/
+0
*
mm: introduce MAP_FIXED_NOREPLACE
Michal Hocko
2018-04-11
1
-0
/
+11
*
exec: pass stack rlimit into mm layout functions
Kees Cook
2018-04-11
1
-1
/
+1
*
kasan, slub: fix handling of kasan_slab_free hook
Andrey Konovalov
2018-04-11
1
-23
/
+34
*
mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving
Joonsoo Kim
2018-04-11
1
-1
/
+9
*
mm/cma: remove ALLOC_CMA
Joonsoo Kim
2018-04-11
3
-29
/
+4
*
mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
Joonsoo Kim
2018-04-11
3
-16
/
+125
*
mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
Joonsoo Kim
2018-04-11
1
-11
/
+14
*
mm: unclutter THP migration
Michal Hocko
2018-04-11
4
-39
/
+34
*
mm, migrate: remove reason argument from new_page_t
Michal Hocko
2018-04-11
7
-29
/
+11
*
mm, numa: rework do_pages_move
Michal Hocko
2018-04-11
3
-175
/
+139
*
mm/swapfile.c: make pointer swap_avail_heads static
Colin Ian King
2018-04-11
1
-1
/
+1
*
memcg: fix per_node_info cleanup
Michal Hocko
2018-04-11
1
-0
/
+3
*
swap: divide-by-zero when zero length swap file on ssd
Tom Abraham
2018-04-11
1
-0
/
+4
*
mm: memcg: make sure memory.events is uptodate when waking pollers
Johannes Weiner
2018-04-11
2
-13
/
+17
*
mm/ksm.c: fix inconsistent accounting of zero pages
Claudio Imbrenda
2018-04-11
1
-0
/
+7
*
mm/z3fold.c: use gfpflags_allow_blocking
Matthew Wilcox
2018-04-11
1
-1
/
+1
*
z3fold: fix memory leak
Xidong Wang
2018-04-11
1
-2
/
+7
*
memcg, thp: do not invoke oom killer on thp charges
Michal Hocko
2018-04-11
3
-10
/
+5
*
mm/migrate: properly preserve write attribute in special migrate entry
Ralph Campbell
2018-04-11
1
-1
/
+2
*
sched/numa: avoid trapping faults and attempting migration of file-backed dir...
Mel Gorman
2018-04-11
2
-0
/
+16
*
mm/hmm.c: remove superfluous RCU protection around radix tree lookup
Tejun Heo
2018-04-11
1
-10
/
+2
*
mm/hmm: use device driver encoding for HMM pfn
Jérôme Glisse
2018-04-11
1
-41
/
+58
*
mm/hmm: change hmm_vma_fault() to allow write fault on page basis
Jérôme Glisse
2018-04-11
1
-33
/
+118
*
mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
Jérôme Glisse
2018-04-11
1
-72
/
+102
*
mm/hmm: move hmm_pfns_clear() closer to where it is used
Jérôme Glisse
2018-04-11
1
-8
/
+8
*
mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
Jérôme Glisse
2018-04-11
1
-1
/
+1
*
mm/hmm: do not differentiate between empty entry or missing directory
Jérôme Glisse
2018-04-11
1
-30
/
+15
*
mm/hmm: cleanup special vma handling (VM_SPECIAL)
Jérôme Glisse
2018-04-11
1
-20
/
+20
*
mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
Jérôme Glisse
2018-04-11
1
-13
/
+13
*
mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
Jérôme Glisse
2018-04-11
1
-10
/
+34
*
mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
Jérôme Glisse
2018-04-11
1
-50
/
+28
*
mm/hmm: hmm_pfns_bad() was accessing wrong struct
Jérôme Glisse
2018-04-11
1
-1
/
+2
*
mm/hmm: unregister mmu_notifier when last HMM client quit
Jérôme Glisse
2018-04-11
1
-3
/
+35
*
mm/hmm: HMM should have a callback before MM is destroyed
Ralph Campbell
2018-04-11
1
-1
/
+28
*
mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event
Steven Rostedt
2018-04-11
1
-17
/
+1
*
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
2018-04-11
2
-37
/
+78
*
mm/vmscan: don't change pgdat state on base of a single LRU list state
Andrey Ryabinin
2018-04-11
1
-51
/
+75
*
mm/vmscan: remove redundant current_may_throttle() check
Andrey Ryabinin
2018-04-11
1
-1
/
+1
*
mm/vmscan: update stale comments
Andrey Ryabinin
2018-04-11
1
-5
/
+5
*
mm: treat indirectly reclaimable memory as free in overcommit logic
Roman Gushchin
2018-04-11
1
-0
/
+7
*
mm: treat indirectly reclaimable memory as available in MemAvailable
Roman Gushchin
2018-04-11
1
-0
/
+7
*
mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
Roman Gushchin
2018-04-11
1
-0
/
+1
*
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
1
-1
/
+1
|
\
[next]