summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memcg: oom_notify use-after-free fixMichal Hocko2014-08-071-0/+4
* mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-08-071-8/+8
* mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov2014-08-071-3/+3
* mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov2014-07-311-1/+1
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-311-0/+1
* slab_common: fix the check for duplicate slab namesMikulas Patocka2014-07-311-1/+1
* Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-07-281-6/+5
* shmem: fix splicing from a hole while it's punchedHugh Dickins2014-07-281-9/+15
* shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-07-281-26/+52
* shmem: fix faulting into a hole while it's punchedHugh Dickins2014-07-281-4/+52
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-171-2/+0
* mm: fix crashes from mbind() merging vmasHugh Dickins2014-07-091-26/+20
* mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel2014-07-091-3/+0
* mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz2014-07-091-2/+14
* mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-07-091-12/+28
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-07-091-28/+43
* mm: nommu: per-thread vma cache fixSteven Miao2014-07-091-1/+1
* ext4: fix data integrity sync in ordered modeNamjae Jeon2014-06-301-5/+6
* mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-301-0/+3
* mm: fix sleeping function warning from __put_anon_vmaHugh Dickins2014-06-301-3/+5
* mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi2014-06-301-13/+43
* mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck2014-06-301-9/+12
* mm/memory-failure.c-failure: send right signal code to correct threadTony Luck2014-06-301-2/+2
* mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman2014-06-301-20/+32
* memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko2014-06-301-1/+2
* mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman2014-06-301-6/+37
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-301-0/+3
* slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim2014-06-261-19/+71
* tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins2014-06-261-0/+3
* mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-061-1/+5
* mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin2014-06-061-2/+1
* mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi2014-05-231-0/+2
* memcg: fix swapcache charge from kernel thread contextMichal Hocko2014-05-231-13/+14
* mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner2014-05-231-1/+1
* mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe2014-05-231-2/+4
* hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong2014-05-231-7/+8
* Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-201-0/+15
|\
| * parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller2014-05-151-0/+15
* | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-131-1/+1
|\ \
| * | percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan2014-04-141-1/+1
* | | mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov2014-05-111-1/+8
* | | mm: postpone the disabling of kmemleak early loggingCatalin Marinas2014-05-111-2/+2
| |/ |/|
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-05-0610-83/+114
|\ \
| * | slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter2014-05-063-24/+20
| * | revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner2014-05-061-0/+18
| * | mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner2014-05-063-37/+40
| * | mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka2014-05-061-10/+12
| * | mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel2014-05-061-3/+3
| * | hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-5/+14
| * | slub: fix memcg_propagate_slab_attrsVladimir Davydov2014-05-061-4/+7