summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2013-07-03mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()Mel Gorman
2013-07-03mm: vmscan: check if kswapd should writepage once per pgdat scanMel Gorman
2013-07-03mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman
2013-07-03mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman
2013-07-03mm: vmscan: do not allow kswapd to scan at maximum priorityMel Gorman
2013-07-03mm: vmscan: decide whether to compact the pgdat based on reclaim progressMel Gorman
2013-07-03mm: vmscan: flatten kswapd priority loopMel Gorman
2013-07-03mm: vmscan: obey proportional scanning requirements for kswapdMel Gorman
2013-07-03mm: vmscan: limit the number of pages kswapd reclaims at each priorityMel Gorman
2013-07-03mm/page_alloc: don't re-init pageset in zone_pcp_update()Cody P Schafer
2013-07-03mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_se...Cody P Schafer
2013-07-03mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()Cody P Schafer
2013-07-03mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()Cody P Schafer
2013-07-03mm/page_alloc: relocate comment to be directly above code it refers to.Cody P Schafer
2013-07-03mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_bat...Cody P Schafer
2013-07-03mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalul...Cody P Schafer
2013-07-03mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead o...Cody P Schafer
2013-07-03mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCECody P Schafer
2013-07-03mm/page_alloc: insert memory barriers to allow async update of pcp batch and ...Cody P Schafer
2013-07-03mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->highCody P Schafer
2013-07-03mm/page_alloc: factor out setting of pcp->high and pcp->batchCody P Schafer
2013-07-03mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2013-07-03mm: remove compressed copy from zram in-memoryMinchan Kim
2013-07-03mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-28treewide: relase -> releaseGeert Uytterhoeven
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman
2013-06-20evm: calculate HMAC after initializing posix acl on tmpfsMimi Zohar
2013-06-20mm/THP: deposit the transpare huge pgtable before set_pmdAneesh Kumar K.V
2013-06-20mm/THP: withdraw the pgtable after pmdp related operationsAneesh Kumar K.V
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V
2013-06-20mm/thp: use the correct function when updating access flagsAneesh Kumar K.V
2013-06-18Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman
2013-06-14mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper
2013-06-14mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper
2013-06-13slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin