index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2018-03-28
mm/kmemleak.c: wait for scan completion before disabling free
Vinayak Menon
2018-03-28
mm/memcontrol.c: fix parameter description mismatch
Honglei Wang
2018-03-28
mm/vmstat.c: fix vmstat_update() preemption BUG
Steven J. Hill
2018-03-28
mm/page_owner: fix recursion bug after changing skip entries
Maninder Singh
2018-03-28
mm, slab: memcg_link the SLAB's kmem_cache
Shakeel Butt
2018-03-22
mm, thp: do not cause memcg oom for thp
David Rientjes
2018-03-22
mm/vmscan: wake up flushers for legacy cgroups too
Andrey Ryabinin
2018-03-22
Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
Daniel Vacek
2018-03-22
mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
Kirill A. Shutemov
2018-03-22
mm/thp: do not wait for lock_page() in deferred_split_scan()
Kirill A. Shutemov
2018-03-22
mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
Kirill A. Shutemov
2018-03-22
hugetlbfs: check for pgoff value overflow
Mike Kravetz
2018-03-22
lockdep: fix fs_reclaim warning
Tetsuo Handa
2018-03-22
mm/mempolicy.c: avoid use uninitialized preferred_node
Yisheng Xie
2018-03-19
Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-03-19
mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()
Kirill Tkhai
2018-03-19
percpu: include linux/sched.h for cond_resched()
Tejun Heo
2018-03-14
Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"
Ard Biesheuvel
2018-03-09
mm/page_alloc: fix memmap_init_zone pageblock alignment
Daniel Vacek
2018-03-09
mm/memblock.c: hardcode the end_pfn being -1
Daniel Vacek
2018-03-09
mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT
Andrea Arcangeli
2018-03-09
hugetlb: fix surplus pages accounting
Michal Hocko
2018-02-23
percpu: add a schedule point in pcpu_balance_workfn()
Eric Dumazet
2018-02-21
mm: don't defer struct page initialization for Xen pv guests
Juergen Gross
2018-02-21
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
2018-02-21
mm/swap.c: make functions and their kernel-doc agree (again)
Mike Rapoport
2018-02-21
mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc
Mike Rapoport
2018-02-21
mm, swap, frontswap: fix THP swap if frontswap enabled
Huang Ying
2018-02-21
mm, mlock, vmscan: no more skipping pagevecs
Shakeel Butt
2018-02-18
percpu: allow select gfp to be passed to underlying allocators
Dennis Zhou
2018-02-18
percpu: add __GFP_NORETRY semantics to the percpu balancing path
Dennis Zhou
2018-02-18
percpu: match chunk allocator declarations with definitions
Dennis Zhou
2018-02-16
mm: hide a #warning for COMPILE_TEST
Arnd Bergmann
2018-02-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-02-13
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-02-06
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Mike Rapoport
2018-02-06
mm: docs: fix parameter names mismatch
Mike Rapoport
2018-02-06
mm: docs: fixup punctuation
Mike Rapoport
2018-02-06
mm/memblock: memblock_is_map/region_memory can be boolean
Yaowei Bai
2018-02-06
mm: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-06
mm/userfaultfd.c: remove duplicate include
Pravin Shedge
2018-02-06
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-02-06
kasan: fix prototype author email address
Andrey Konovalov
2018-02-06
kasan: detect invalid frees
Dmitry Vyukov
2018-02-06
kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
Dmitry Vyukov
2018-02-06
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
2018-02-06
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
2018-02-06
kasan: detect invalid frees for large objects
Dmitry Vyukov
[next]