summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-10-03slub: init_kmem_cache_cpus() and put_cpu_partial() can be staticFengguang Wu
2012-09-25mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLABEzequiel Garcia
2012-09-25mm, slab: Rename __cache_alloc() -> slab_alloc()Ezequiel Garcia
2012-09-25mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia
2012-09-25mm, slab: Replace 'caller' type, void* -> unsigned longEzequiel Garcia
2012-09-25mm, slob: Add support for kmalloc_track_caller()Ezequiel Garcia
2012-09-25mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia
2012-09-25mm, slob: Use NUMA_NO_NODE instead of -1Ezequiel Garcia
2012-09-19mm, sl[au]b: Taint kernel when we detect a corrupted slabDave Jones
2012-09-11slab: fix the DEADLOCK issue on l3 alien lockMichael Wang
2012-09-04mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia
2012-08-17mm, slab: remove page_get_cacheDavid Rientjes
2012-08-16mm/slab: restructure kmem_cache_create() debug checksShuah Khan
2012-08-16Revert "mm/slab_common.c: cleanup"Pekka Enberg
2012-08-16slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezingJoonsoo Kim
2012-08-16slub: Take node lock during object free checksChristoph Lameter
2012-08-16mm/slab_common.c: cleanupAndrew Morton
2012-08-16slab: do not call compound_head() in page_get_cache()Michel Lespinasse
2012-08-16slub: use free_page instead of put_page for freeing kmalloc allocationGlauber Costa
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-08-01mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman
2012-08-01tmpfs: distribute interleave better across nodesNathan Zimmer
2012-08-01mm: remove redundant initializationMinchan Kim
2012-08-01mm: warn if pg_data_t isn't initialized with zeroMinchan Kim
2012-08-01memcg: gix memory accounting scalability in shrink_page_listTim Chen
2012-08-01mm/sparse: remove index_init_lockGavin Shan
2012-08-01mm/sparse: more checks on mem_section numberGavin Shan
2012-08-01mm/sparse: optimize sparse_index_allocGavin Shan
2012-08-01memcg: add mem_cgroup_from_css() helperWanpeng Li
2012-08-01memcg: further prevent OOM with too many dirty pagesHugh Dickins
2012-08-01memcg: prevent OOM with too many dirty pagesMichal Hocko
2012-08-01mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong
2012-08-01mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner
2012-08-01mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner
2012-08-01mm: memcg: split swapin charge function into private and public partJohannes Weiner
2012-08-01mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner
2012-08-01mm: memcg: remove unneeded shmem charge typeJohannes Weiner
2012-08-01mm: memcg: move swapin charge functions above callsitesJohannes Weiner
2012-08-01mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner
2012-08-01mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner
2012-08-01mm: swapfile: clean up unuse_pte race handlingJohannes Weiner
2012-08-01mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner
2012-08-01swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman
2012-08-01mm: add support for direct_IO to highmem pagesMel Gorman
2012-08-01mm: swap: implement generic handler for swap_activateMel Gorman
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman
2012-08-01mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman