summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-07-21mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-07-21mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2-5/+6
2015-07-21mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-06-23mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-06-23block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-17/+1
2015-06-06mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-06-06gfp: add __GFP_NOACCOUNTVladimir Davydov1-1/+2
2015-05-17mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-17writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-05-17mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-05-06mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2-3/+9
2015-05-06mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer1-2/+1
2015-04-07fix mremap() vs. ioctx_kill() raceAl Viro1-2/+8
2015-03-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-38/+53
2015-03-26mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman1-0/+1
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman2-2/+4
2015-03-26mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman3-6/+14
2015-03-26mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2-19/+13
2015-03-26mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott1-0/+1
2015-03-26mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland1-2/+4
2015-03-26mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-03-26mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi1-1/+8
2015-03-26mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-03-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-754/+1
2015-03-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-13/+30
2015-03-13memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov1-1/+3
2015-03-13mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep1-2/+2
2015-03-13kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2-3/+12
2015-03-13mm/nommu.c: export symbol max_mapnrgchen gchen1-0/+1
2015-03-13mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2015-03-13mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes1-1/+3
2015-03-13mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko1-1/+2
2015-03-13mm: thp: Return the correct value for change_huge_pmdMel Gorman1-2/+2
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds2-2/+12
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner1-6/+6
2015-02-28memcg: fix low limit calculationMichal Hocko1-2/+2
2015-02-28mm/nommu: fix memory leakJoonsoo Kim1-3/+1
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin1-0/+3
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-11/+11
2015-02-18move iov_iter.c from mm/ to lib/Al Viro2-769/+1
2015-02-18new helper: dup_iter()Al Viro1-0/+15
2015-02-18Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+8
2015-02-18Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-9/+17