aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner1-6/+5
2012-07-31nfs: enable swap on NFSMel Gorman2-2/+5
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-0/+7
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman2-2/+9
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman2-0/+6
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman3-0/+8
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman3-0/+31
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman1-0/+1
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storageMel Gorman1-0/+1
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-0/+55
2012-07-31netvm: propagate page->pfmemalloc to skbMel Gorman1-0/+11
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman3-2/+30
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-1/+4
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socketMel Gorman1-0/+5
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman1-0/+7
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman3-3/+10
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2-0/+38
2012-07-31memory-hotplug: fix kswapd looping forever problemMinchan Kim1-0/+8
2012-07-31mm: factor out memory isolate functionsMinchan Kim1-4/+9
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2-2/+3
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2-7/+18
2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes2-2/+2
2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu1-0/+1
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim1-1/+0
2012-07-31mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent1-1/+1
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel1-0/+4
2012-07-31mm: remove unused LRU_ALL_EVICTABLEWanpeng Li1-1/+0
2012-07-31memcg: rename config variablesAndrew Morton7-23/+23
2012-07-31mm/compaction: cleanup on compaction_deferredGavin Shan1-2/+2
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migrationAneesh Kumar K.V1-0/+8
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V2-0/+11
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V1-0/+38
2012-07-31hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V1-0/+37
2012-07-31mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V2-0/+43
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V1-0/+5
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V1-0/+1
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V1-2/+2
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating pagesAneesh Kumar K.V1-5/+17
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V1-0/+6
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2-5/+3
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-0/+1
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-2/+103
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-16/+24
2012-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds15-66/+192
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds12-137/+243
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov1-0/+4
2012-07-30include/linux/aio.h: cpp->C conversionsAndrew Morton1-18/+20