index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2014-06-11
mm: rmap: fix use-after-free in __put_anon_vma
Andrey Ryabinin
2014-06-11
mm: add !pte_present() check on existing hugetlb_entry callbacks
Naoya Horiguchi
2014-06-11
Revert "revert "mm: vmscan: do not swap anon pages just because free+file is ...
Greg Kroah-Hartman
2014-06-11
mm/memory-failure.c: fix memory leak by race between poison and unpoison
Naoya Horiguchi
2014-06-07
percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()
Jianyu Zhan
2014-06-07
revert "mm: vmscan: do not swap anon pages just because free+file is low"
Johannes Weiner
2014-06-07
mm/compaction: make isolate_freepages start at pageblock boundary
Vlastimil Babka
2014-06-07
mm/page-writeback.c: fix divide by zero in pos_ratio_polynom
Rik van Riel
2014-06-07
hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...
Chen Yucong
2014-06-07
mm, thp: close race between mremap() and split_huge_page()
Kirill A. Shutemov
2014-06-07
mm: make fixup_user_fault() check the vma access rights too
Linus Torvalds
2014-05-31
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
2014-05-31
thp: close race between split and zap huge pages
Kirill A. Shutemov
2014-05-06
mm: hugetlb: fix softlockup when a large number of hugepages are freed.
Mizuma, Masayoshi
2014-05-06
mm: try_to_unmap_cluster() should lock_page() before mlocking
Vlastimil Babka
2014-05-06
mm: page_alloc: spill to remote nodes before waking kswapd
Johannes Weiner
2014-04-26
bdi: avoid oops on device removal
Jan Kara
2014-04-26
backing_dev: fix hung task on sync
Derek Basehore
2014-03-20
mm: fix swapops.h:131 bug if remap_file_pages raced migration
Hugh Dickins
2014-03-19
mm: fix bad rss-counter if remap_file_pages raced migration
Hugh Dickins
2014-03-10
mm/Kconfig: fix URL for zsmalloc benchmark
Ben Hutchings
2014-03-10
mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block
Laura Abbott
2014-03-10
mm: fix GFP_THISNODE callers and clarify
Johannes Weiner
2014-03-04
mm: page_alloc: exempt GFP_THISNODE allocations from zone fairness
Johannes Weiner
2014-03-04
mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking
Vlastimil Babka
2014-03-04
memcg: reparent charges of children before processing parent
Filipe Brandenburger
2014-03-04
memcg: fix endless loop in __mem_cgroup_iter_next()
Hugh Dickins
2014-03-04
mm: close PageTail race
David Rientjes
2014-02-25
memcg: change oom_info_lock to mutex
Michal Hocko
2014-02-25
mm, thp: fix infinite loop on memcg OOM
Kirill A. Shutemov
2014-02-25
mm, hwpoison: release page on PageHWPoison() in __do_fault()
Kirill A. Shutemov
2014-02-20
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-02-17
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2014-02-17
mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit
Aneesh Kumar K.V
2014-02-17
mm: Dirty accountable change only apply to non prot numa case
Aneesh Kumar K.V
2014-02-10
mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED
Naoya Horiguchi
2014-02-10
slub: do not assert not having lock in removing freed partial
Steven Rostedt
2014-02-10
mm/slub.c: list_lock may not be held in some circumstances
David Rientjes
2014-02-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-02-09
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
2014-02-08
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-02-07
Merge tag 'efi-urgent' into x86/urgent
H. Peter Anvin
2014-02-06
mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...
KOSAKI Motohiro
2014-02-06
mm/swap: fix race on swap_info reuse between swapoff and swapon
Weijie Yang
2014-02-06
swap: add a simple detector for inappropriate swapin readahead
Shaohua Li
2014-02-03
arm, pm, vmpressure: add missing slab.h includes
Tejun Heo
2014-02-02
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2014-01-31
mm: Fix warning on make htmldocs caused by slab.c
Masanari Iida
2014-01-31
mm: slub: work around unneeded lockdep warning
Dave Hansen
2014-01-30
memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path
Vladimir Davydov
[next]