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/kmemleak.c: wait for scan completion before disabling free
Vinayak Menon
2018-03-28
1
-5
/
+7
*
mm/memcontrol.c: fix parameter description mismatch
Honglei Wang
2018-03-28
1
-3
/
+3
*
mm/vmstat.c: fix vmstat_update() preemption BUG
Steven J. Hill
2018-03-28
1
-0
/
+2
*
mm/page_owner: fix recursion bug after changing skip entries
Maninder Singh
2018-03-28
1
-3
/
+3
*
mm, slab: memcg_link the SLAB's kmem_cache
Shakeel Butt
2018-03-28
1
-0
/
+1
*
mm, thp: do not cause memcg oom for thp
David Rientjes
2018-03-22
2
-4
/
+9
*
mm/vmscan: wake up flushers for legacy cgroups too
Andrey Ryabinin
2018-03-22
1
-15
/
+16
*
Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
Daniel Vacek
2018-03-22
2
-38
/
+1
*
mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
Kirill A. Shutemov
2018-03-22
1
-11
/
+20
*
mm/thp: do not wait for lock_page() in deferred_split_scan()
Kirill A. Shutemov
2018-03-22
1
-1
/
+3
*
mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
Kirill A. Shutemov
2018-03-22
1
-1
/
+6
*
hugetlbfs: check for pgoff value overflow
Mike Kravetz
2018-03-22
1
-0
/
+7
*
lockdep: fix fs_reclaim warning
Tetsuo Handa
2018-03-22
1
-1
/
+1
*
mm/mempolicy.c: avoid use uninitialized preferred_node
Yisheng Xie
2018-03-22
1
-0
/
+3
*
Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-03-19
3
-34
/
+59
|
\
|
*
mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()
Kirill Tkhai
2018-03-19
1
-2
/
+11
|
*
percpu: include linux/sched.h for cond_resched()
Tejun Heo
2018-03-19
1
-0
/
+1
|
*
percpu: add a schedule point in pcpu_balance_workfn()
Eric Dumazet
2018-02-23
1
-0
/
+1
|
*
percpu: allow select gfp to be passed to underlying allocators
Dennis Zhou
2018-02-18
3
-12
/
+10
|
*
percpu: add __GFP_NORETRY semantics to the percpu balancing path
Dennis Zhou
2018-02-18
3
-28
/
+42
|
*
percpu: match chunk allocator declarations with definitions
Dennis Zhou
2018-02-18
1
-2
/
+4
*
|
Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"
Ard Biesheuvel
2018-03-14
1
-8
/
+5
*
|
mm/page_alloc: fix memmap_init_zone pageblock alignment
Daniel Vacek
2018-03-09
1
-2
/
+7
*
|
mm/memblock.c: hardcode the end_pfn being -1
Daniel Vacek
2018-03-09
1
-5
/
+5
*
|
mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT
Andrea Arcangeli
2018-03-09
1
-2
/
+5
*
|
hugetlb: fix surplus pages accounting
Michal Hocko
2018-03-09
1
-1
/
+1
*
|
mm: don't defer struct page initialization for Xen pv guests
Juergen Gross
2018-02-21
1
-0
/
+4
*
|
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
2018-02-21
1
-3
/
+7
*
|
mm/swap.c: make functions and their kernel-doc agree (again)
Mike Rapoport
2018-02-21
1
-1
/
+1
*
|
mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc
Mike Rapoport
2018-02-21
1
-1
/
+1
*
|
mm, swap, frontswap: fix THP swap if frontswap enabled
Huang Ying
2018-02-21
1
-0
/
+6
*
|
mm, mlock, vmscan: no more skipping pagevecs
Shakeel Butt
2018-02-21
3
-93
/
+54
*
|
mm: hide a #warning for COMPILE_TEST
Arnd Bergmann
2018-02-16
1
-1
/
+1
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-02-14
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
2018-02-13
1
-2
/
+0
*
|
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
2
-4
/
+4
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-02-06
22
-95
/
+198
|
\
|
*
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Mike Rapoport
2018-02-06
3
-0
/
+4
|
*
mm: docs: fix parameter names mismatch
Mike Rapoport
2018-02-06
8
-20
/
+20
|
*
mm: docs: fixup punctuation
Mike Rapoport
2018-02-06
5
-27
/
+27
|
*
mm/memblock: memblock_is_map/region_memory can be boolean
Yaowei Bai
2018-02-06
1
-3
/
+3
|
*
mm: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-06
1
-4
/
+0
|
*
mm/userfaultfd.c: remove duplicate include
Pravin Shedge
2018-02-06
1
-1
/
+0
|
*
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-02-06
1
-5
/
+1
|
*
kasan: fix prototype author email address
Andrey Konovalov
2018-02-06
2
-2
/
+2
|
*
kasan: detect invalid frees
Dmitry Vyukov
2018-02-06
1
-0
/
+6
|
*
kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
Dmitry Vyukov
2018-02-06
1
-16
/
+12
|
*
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
2018-02-06
2
-6
/
+11
|
*
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
2018-02-06
5
-14
/
+14
|
*
kasan: detect invalid frees for large objects
Dmitry Vyukov
2018-02-06
4
-13
/
+9
[next]