aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-25mm, slab: Rename __cache_alloc() -> slab_alloc()Ezequiel Garcia1-7/+7
2012-09-25mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia1-5/+5
2012-09-25mm, slab: Replace 'caller' type, void* -> unsigned longEzequiel Garcia1-26/+24
2012-09-25mm, slob: Add support for kmalloc_track_caller()Ezequiel Garcia1-3/+24
2012-09-25mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia1-10/+2
2012-09-25mm, slob: Use NUMA_NO_NODE instead of -1Ezequiel Garcia1-3/+3
2012-09-19mm, sl[au]b: Taint kernel when we detect a corrupted slabDave Jones2-0/+3
2012-09-11slab: fix the DEADLOCK issue on l3 alien lockMichael Wang1-3/+3
2012-09-04mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia1-14/+21
2012-08-17mm, slab: remove page_get_cacheDavid Rientjes1-6/+0
2012-08-16mm/slab: restructure kmem_cache_create() debug checksShuah Khan1-49/+48
2012-08-16Revert "mm/slab_common.c: cleanup"Pekka Enberg1-5/+10
2012-08-16slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezingJoonsoo Kim1-0/+1
2012-08-16slub: Take node lock during object free checksChristoph Lameter1-12/+18
2012-08-16mm/slab_common.c: cleanupAndrew Morton1-10/+5
2012-08-16slab: do not call compound_head() in page_get_cache()Michel Lespinasse1-1/+0
2012-08-16slub: use free_page instead of put_page for freeing kmalloc allocationGlauber Costa1-1/+1
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+40
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+7
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds35-770/+2043
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2-3/+27
2012-07-31tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4
2012-07-31mm: remove redundant initializationMinchan Kim1-7/+2
2012-07-31mm: warn if pg_data_t isn't initialized with zeroMinchan Kim1-0/+3
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-07-31mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-07-31mm/sparse: more checks on mem_section numberGavin Shan1-0/+2
2012-07-31mm/sparse: optimize sparse_index_allocGavin Shan1-6/+4
2012-07-31memcg: add mem_cgroup_from_css() helperWanpeng Li1-8/+11
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-07-31mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2012-07-31mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner1-8/+14
2012-07-31mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner1-5/+12
2012-07-31mm: memcg: split swapin charge function into private and public partJohannes Weiner1-9/+15
2012-07-31mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner1-6/+1
2012-07-31mm: memcg: remove unneeded shmem charge typeJohannes Weiner1-10/+1
2012-07-31mm: memcg: move swapin charge functions above callsitesJohannes Weiner1-36/+32
2012-07-31mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner1-9/+4
2012-07-31mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner1-6/+12
2012-07-31mm: swapfile: clean up unuse_pte race handlingJohannes Weiner1-2/+1
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner2-40/+38
2012-07-31swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman1-4/+6
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman3-3/+15
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman2-86/+97
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman3-3/+74
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+53
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman1-0/+26
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman2-0/+4