summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-08-08memcg: oom_notify use-after-free fixMichal Hocko1-0/+4
2014-08-08mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-08-08mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov1-3/+3
2014-07-31mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov1-1/+1
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-31slab_common: fix the check for duplicate slab namesMikulas Patocka1-1/+1
2014-07-28Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-6/+5
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-07-18cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0
2014-07-09mm: fix crashes from mbind() merging vmasHugh Dickins1-26/+20
2014-07-09mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel1-3/+0
2014-07-09mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz1-2/+14
2014-07-09mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes1-12/+28
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-07-09mm: nommu: per-thread vma cache fixSteven Miao1-1/+1
2014-07-01ext4: fix data integrity sync in ordered modeNamjae Jeon1-5/+6
2014-07-01mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-07-01mm: fix sleeping function warning from __put_anon_vmaHugh Dickins1-3/+5
2014-07-01mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi1-13/+43
2014-07-01mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck1-9/+12
2014-07-01mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-07-01mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman1-20/+32
2014-07-01memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko1-1/+2
2014-07-01mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman1-6/+37
2014-07-01hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-0/+3
2014-06-26slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim1-19/+71
2014-06-26tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins1-0/+3
2014-06-07mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi1-1/+5
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin1-2/+1
2014-05-23mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi1-0/+2
2014-05-23memcg: fix swapcache charge from kernel thread contextMichal Hocko1-13/+14
2014-05-23mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner1-1/+1
2014-05-23mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-05-23hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong1-7/+8
2014-05-20Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller1-0/+15
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-05-11mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov1-1/+8
2014-05-11mm: postpone the disabling of kmemleak early loggingCatalin Marinas1-2/+2
2014-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds10-83/+114
2014-05-07slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter3-24/+20
2014-05-07revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner1-0/+18
2014-05-07mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner3-37/+40
2014-05-07mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka1-10/+12
2014-05-07mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-3/+3
2014-05-07hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-5/+14
2014-05-07slub: fix memcg_propagate_slab_attrsVladimir Davydov1-4/+7
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+10