summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-1/+1
* mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap2014-07-301-5/+8
* mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin2014-07-301-9/+12
* memcg: oom_notify use-after-free fixMichal Hocko2014-07-301-0/+4
* hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi2014-07-301-2/+4
* hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi2014-07-301-1/+7
* mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-07-301-8/+8
* mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov2014-07-301-3/+3
* mm: fix page_alloc.c kernel-doc warningsRandy Dunlap2014-07-291-6/+9
* mm: fix direct reclaim writeback regressionHugh Dickins2014-07-261-2/+3
* Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-231-1/+1
|\
| * Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer2014-07-221-1/+1
| |\
| | * slab_common: fix the check for duplicate slab namesMikulas Patocka2014-05-241-1/+1
* | | mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-231-0/+1
* | | mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins2014-07-231-3/+8
* | | shmem: fix splicing from a hole while it's punchedHugh Dickins2014-07-231-9/+15
* | | shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-07-231-26/+52
* | | mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov2014-07-231-1/+2
* | | mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi2014-07-232-9/+5
* | | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-07-101-2/+0
|\ \ \
| * | | cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-06-251-2/+0
* | | | shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins2014-07-031-5/+10
* | | | hwpoison: fix the handling path of the victimized page frame that belong to n...Chen Yucong2014-07-031-4/+5
* | | | msync: fix incorrect fstart calculationNamjae Jeon2014-07-031-1/+2
* | | | slub: fix off by one in number of slab testsJoonsoo Kim2014-07-031-3/+3
* | | | mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz2014-07-031-2/+14
| |/ / |/| |
* | | mm: fix crashes from mbind() merging vmasHugh Dickins2014-06-231-26/+20
* | | slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim2014-06-231-19/+71
* | | shmem: fix faulting into a hole while it's punchedHugh Dickins2014-06-231-4/+52
* | | mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2014-06-234-13/+20
* | | mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins2014-06-231-4/+35
* | | mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-06-231-12/+28
* | | hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-06-231-28/+43
* | | tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins2014-06-231-0/+3
* | | mm: nommu: per-thread vma cache fixSteven Miao2014-06-231-1/+1
|/ /
* | fix __swap_writepage() compile failure on old gcc versionsAl Viro2014-06-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-126-186/+626
|\ \
| * \ Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-128-27/+55
| |\ \
| * | | shmem: switch to iter_file_splice_write()Al Viro2014-06-121-1/+1
| * | | bio_vec-backed iov_iterAl Viro2014-05-062-39/+370
| * | | optimize copy_page_{to,from}_iter()Al Viro2014-05-061-0/+8
| * | | bury generic_file_aio_{read,write}Al Viro2014-05-061-35/+8
| * | | new helper: copy_page_from_iter()Al Viro2014-05-061-0/+78
| * | | bury __generic_file_aio_write()Al Viro2014-05-061-11/+0
| * | | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-063-27/+40
| * | | shmem: switch to ->read_iter()Al Viro2014-05-061-10/+5
| * | | iov_iter_truncate()Al Viro2014-05-061-12/+7
| * | | new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-0/+40
| * | | new helper: iov_iter_npages()Al Viro2014-05-061-0/+27
| * | | new helper: iov_iter_get_pages()Al Viro2014-05-061-0/+27