aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-04-14mm/hugetlb: use pmd_page() in follow_huge_pmd()Gravatar Gerald Schaefer 1-2/+1
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-2/+2
2015-04-06fix mremap() vs. ioctx_kill() raceGravatar Al Viro 1-2/+8
2015-03-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-38/+53
2015-03-25mm: numa: mark huge PTEs young when clearing NUMA hinting faultsGravatar Mel Gorman 1-0/+1
2015-03-25mm: numa: slow PTE scan rate if migration failures occurGravatar Mel Gorman 2-2/+4
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultGravatar Mel Gorman 3-6/+14
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsGravatar Mel Gorman 2-19/+13
2015-03-25mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateGravatar Laura Abbott 1-0/+1
2015-03-25mm/slub: fix lockups on PREEMPT && !SMP kernelsGravatar Mark Rutland 1-2/+4
2015-03-25mm/memory hotplug: postpone the reset of obsolete pgdatGravatar Gu Zheng 1-9/+4
2015-03-25mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Gravatar Naoya Horiguchi 1-1/+8
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionGravatar Leon Yu 2-3/+8
2015-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+5
2015-03-24percpu: Fix trivial typos in commentsGravatar Yannick Guerrini 1-2/+2
2015-03-23writeback: fix possible underflow in write bandwidth calculationGravatar Tejun Heo 1-1/+4
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-754/+1
2015-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-13/+30
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyGravatar Vladimir Davydov 1-1/+3
2015-03-12mm: reorder can_do_mlock to fix audit denialGravatar Jeff Vander Stoep 1-2/+2
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesGravatar Andrey Ryabinin 2-3/+12
2015-03-12mm/nommu.c: export symbol max_mapnrGravatar gchen gchen 1-0/+1
2015-03-12mm: cma: fix CMA aligned offset calculationGravatar Danesh Petigara 1-5/+7
2015-03-12mm, hugetlb: close race when setting PageTail for gigantic pagesGravatar David Rientjes 1-1/+3
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledGravatar Michal Hocko 1-1/+2
2015-03-12mm: thp: Return the correct value for change_huge_pmdGravatar Mel Gorman 1-2/+2
2015-03-12mm: fix up numa read-only thread grouping logicGravatar Linus Torvalds 2-2/+12
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Gravatar Tejun Heo 1-1/+1
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeGravatar Johannes Weiner 1-1/+8
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsGravatar Johannes Weiner 1-6/+6
2015-02-28memcg: fix low limit calculationGravatar Michal Hocko 1-2/+2
2015-02-28mm/nommu: fix memory leakGravatar Joonsoo Kim 1-3/+1
2015-02-23mm: shmem: check for mapping owner before dereferencingGravatar Sasha Levin 1-0/+3
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-11/+11
2015-02-17move iov_iter.c from mm/ to lib/Gravatar Al Viro 2-769/+1
2015-02-17new helper: dup_iter()Gravatar Al Viro 1-0/+15
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+8
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-9/+17
2015-02-16vfs: remove get_xip_memGravatar Matthew Wilcox 4-28/+5
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageGravatar Matthew Wilcox 1-40/+0
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerGravatar Matthew Wilcox 1-206/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OGravatar Matthew Wilcox 2-238/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Gravatar Matthew Wilcox 1-7/+12
2015-02-16mm: allow page fault handlers to perform the COWGravatar Matthew Wilcox 1-9/+32
2015-02-16mm: fix XIP fault vs truncate raceGravatar Matthew Wilcox 2-2/+29
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Gravatar Linus Torvalds 1-1/+1
2015-02-13kasan: enable instrumentation of global variablesGravatar Andrey Ryabinin 3-0/+99