summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven
2015-04-14mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-12switch generic_write_checks() to iocb and iterAl Viro
2015-04-12Merge branch 'for-linus' into for-nextAl Viro
2015-04-12generic_write_checks(): drop isblk argumentAl Viro
2015-04-12lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro
2015-04-12__generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-04-12nommu: use __vfs_read()Al Viro
2015-04-12Merge branch 'for-davem' into for-nextAl Viro
2015-04-12process_vm_access: switch to {compat_,}import_iovec()Al Viro
2015-04-12Merge branch 'iocb' into for-nextAl Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-03-25mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman
2015-03-25mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott
2015-03-25mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland
2015-03-25mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-03-25mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-03-24percpu: Fix trivial typos in commentsYannick Guerrini
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2015-03-13fs: remove ki_nbytesChristoph Hellwig
2015-03-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-03-13memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov
2015-03-13mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2015-03-13kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-03-13mm/nommu.c: export symbol max_mapnrgchen gchen
2015-03-13mm: cma: fix CMA aligned offset calculationDanesh Petigara
2015-03-13mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes
2015-03-13mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko
2015-03-12mm: thp: Return the correct value for change_huge_pmdMel Gorman
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner
2015-02-28memcg: fix low limit calculationMichal Hocko
2015-02-28mm/nommu: fix memory leakJoonsoo Kim