summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-25
|\
| * mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman2015-03-25
| * mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-25
| * mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-25
| * mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2015-03-25
| * mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-03-25
| * mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland2015-03-25
| * mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-03-25
| * mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi2015-03-25
| * mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-03-25
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-03-25
|\ \ | |/ |/|
| * writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-03-23
| * writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-03-04
* | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-13
|\ \
| * | move iov_iter.c from mm/ to lib/Al Viro2015-02-17
| * | new helper: dup_iter()Al Viro2015-02-17
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-12
|\ \ \
| * | | memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov2015-03-12
| * | | mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep2015-03-12
| * | | kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2015-03-12
| * | | mm/nommu.c: export symbol max_mapnrgchen gchen2015-03-12
| * | | mm: cma: fix CMA aligned offset calculationDanesh Petigara2015-03-12
| * | | mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes2015-03-12
| * | | mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko2015-03-12
* | | | mm: thp: Return the correct value for change_huge_pmdMel Gorman2015-03-12
|/ / /
* | | mm: fix up numa read-only thread grouping logicLinus Torvalds2015-03-12
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-28
|\ \
| * | mm: shmem: check for mapping owner before dereferencingSasha Levin2015-02-23
* | | mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner2015-02-28
* | | mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner2015-02-28
* | | memcg: fix low limit calculationMichal Hocko2015-02-28
* | | mm/nommu: fix memory leakJoonsoo Kim2015-02-28
|/ /
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-22
|\ \
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
| |/
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-19
|\ \ | |/ |/|
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-07
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-17
|\ \
| * | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-05
* | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-17
|\ \ \
| * | | new helper: iov_iter_bvec()Al Viro2015-01-29
* | | | vfs: remove get_xip_memMatthew Wilcox2015-02-16
* | | | dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-16
* | | | dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2015-02-16
* | | | dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-16
* | | | vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-16
* | | | mm: allow page fault handlers to perform the COWMatthew Wilcox2015-02-16
* | | | mm: fix XIP fault vs truncate raceMatthew Wilcox2015-02-16
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-14
|\ \ \ \
| * | | | mm/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-19
* | | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-13