index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-26
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
Andrea Arcangeli
1
-7
/
+18
2018-10-26
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
1
-9
/
+9
2018-10-26
mm/gup: cache dev_pagemap while pinning pages
Keith Busch
3
-59
/
+73
2018-10-26
mm: return zero_resv_unavail optimization
Pavel Tatashin
1
-20
/
+26
2018-10-26
mm: zero remaining unavailable struct pages
Naoya Horiguchi
1
-11
/
+25
2018-10-26
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
1
-2
/
+26
2018-10-26
mm/gup_benchmark.c: time put_page()
Keith Busch
1
-2
/
+7
2018-10-26
mm: don't raise MEMCG_OOM event due to failed high-order allocation
Roman Gushchin
1
-2
/
+2
2018-10-26
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
1
-18
/
+15
2018-10-26
mm: move mirrored memory specific code outside of memmap_init_zone
Pavel Tatashin
1
-38
/
+33
2018-10-26
mm: calculate deferred pages after skipping mirrored memory
Pavel Tatashin
1
-20
/
+25
2018-10-26
mm: make memmap_init a proper function
Pavel Tatashin
1
-4
/
+5
2018-10-26
mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type
Kirill Tkhai
1
-6
/
+4
2018-10-26
mm/page_alloc.c: initialize num_movable in move_freepages()
David Rientjes
1
-4
/
+3
2018-10-26
mm/zsmalloc.c: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-10-26
mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
Jann Horn
1
-0
/
+2
2018-10-26
mm/memory.c: recheck page table entry with page table lock held
Aneesh Kumar K.V
1
-4
/
+30
2018-10-26
mm: brk: downgrade mmap_sem to read when shrinking
Yang Shi
1
-11
/
+35
2018-10-26
mm: mremap: downgrade mmap_sem to read when shrinking
Yang Shi
2
-6
/
+18
2018-10-26
mm/filemap.c: use vmf_error()
Souptick Joarder
1
-3
/
+1
2018-10-26
mm: remove unnecessary local variable addr in __get_user_pages_fast()
Wei Yang
1
-3
/
+2
2018-10-26
mm: defer ZONE_DEVICE page initialization to the point where we init pgmap
Alexander Duyck
2
-8
/
+96
2018-10-26
mm: create non-atomic version of SetPageReserved for init use
Alexander Duyck
1
-2
/
+7
2018-10-26
mm: provide kernel parameter to allow disabling page init poisoning
Alexander Duyck
3
-6
/
+49
2018-10-26
memcg: remove memcg_kmem_skip_account
Shakeel Butt
1
-23
/
+1
2018-10-26
mm/memory_hotplug.c: clean up node_states_check_changes_offline()
Oscar Salvador
1
-51
/
+29
2018-10-26
mm/memory_hotplug.c: simplify node_states_check_changes_online
Oscar Salvador
1
-50
/
+7
2018-10-26
mm/memory_hotplug.c: tidy up node_states_clear_node()
Oscar Salvador
1
-4
/
+2
2018-10-26
mm/memory_hotplug.c: spare unnecessary calls to node_set_state
Oscar Salvador
1
-1
/
+2
2018-10-26
mm/filemap.c: Use existing variable
haiqing.shq
1
-1
/
+1
2018-10-26
mm: unmap VM_PFNMAP mappings with optimized path
Yang Shi
1
-9
/
+0
2018-10-26
mm: unmap VM_HUGETLB mappings with optimized path
Yang Shi
1
-1
/
+1
2018-10-26
mm: mmap: zap pages with read mmap_sem in munmap
Yang Shi
1
-11
/
+48
2018-10-26
vfree: add debug might_sleep()
Andrey Ryabinin
1
-0
/
+2
2018-10-26
mm/vmalloc.c: improve vfree() kerneldoc
Andrey Ryabinin
1
-0
/
+2
2018-10-26
kvfree(): fix misleading comment
Andrey Ryabinin
1
-1
/
+1
2018-10-26
mm/mempolicy.c: use match_string() helper to simplify the code
zhong jiang
1
-8
/
+3
2018-10-26
mm/swap.c: remove duplicated include
YueHaibing
1
-1
/
+0
2018-10-26
mm, page_alloc: drop should_suppress_show_mem
Michal Hocko
1
-15
/
+1
2018-10-26
mm/memcontrol.c: fix memory.stat item ordering
Johannes Weiner
1
-7
/
+7
2018-10-26
mm: zero-seek shrinkers
Johannes Weiner
2
-4
/
+13
2018-10-26
mm: workingset: add vmstat counter for shadow nodes
Johannes Weiner
2
-2
/
+13
2018-10-26
mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim
Johannes Weiner
1
-1
/
+1
2018-10-26
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
4
-4
/
+34
2018-10-26
delayacct: track delays from thrashing cache pages
Johannes Weiner
1
-0
/
+11
2018-10-26
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
7
-40
/
+70
2018-10-26
mm: workingset: don't drop refault information prematurely
Johannes Weiner
1
-8
/
+14
2018-10-26
mm, slab: shorten kmalloc cache names for large sizes
Vlastimil Babka
1
-12
/
+26
2018-10-26
mm: rename and change semantics of nr_indirectly_reclaimable_bytes
Vlastimil Babka
3
-19
/
+9
2018-10-26
mm, slab/slub: introduce kmalloc-reclaimable caches
Vlastimil Babka
1
-17
/
+31
[prev]
[next]