summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim
2014-06-06mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner
2014-06-06mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-04mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet
2014-06-04mm/zsmalloc: make zsmalloc module-buildableMinchan Kim
2014-06-04mm/vmalloc.c: export unmap_kernel_range()Minchan Kim
2014-06-04zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick
2014-06-04mm, memcg: periodically schedule when emptying page listHugh Dickins
2014-06-04mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...Naoya Horiguchi
2014-06-04mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck
2014-06-04mm/memory-failure.c-failure: send right signal code to correct threadTony Luck
2014-06-04mm/page-writeback.c: remove outdated commentJianyu Zhan
2014-06-04mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...Chen Yucong
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi
2014-06-04mm: document do_fault_around() featureKirill A. Shutemov
2014-06-04mm: nominate faultaround area in bytes rather than page orderKirill A. Shutemov
2014-06-04mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen
2014-06-04mm/rmap.c: cleanup ttu_flagsKonstantin Khlebnikov
2014-06-04mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlockKonstantin Khlebnikov
2014-06-04mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov
2014-06-04mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-06-04mm: fix typo in comment in do_fault_around()Kirill A. Shutemov
2014-06-04mm/msync.c: sync only the requested range in msync()Matthew Wilcox
2014-06-04mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-06-04mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan
2014-06-04mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan
2014-06-04mm/memory-failure.c: move commentNaoya Horiguchi
2014-06-04mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman
2014-06-04mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2014-06-04mm: do not use atomic operations when releasing pagesMel Gorman
2014-06-04mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-06-04mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman
2014-06-04mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2014-06-04mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2014-06-04mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman