summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-02-24mm: remap_file_pages() fixesMichel Lespinasse
2013-02-24mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic
2013-02-24mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-02-24mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li
2013-02-24memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko
2013-02-24mm/ksm.c: use new hashtable implementationSasha Levin
2013-02-24mm/huge_memory.c: use new hashtable implementationSasha Levin
2013-02-24mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman
2013-02-24mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton
2013-02-24mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton
2013-02-24mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner
2013-02-24mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner
2013-02-24mm: vmscan: clean up get_scan_count()Johannes Weiner
2013-02-24mm: vmscan: improve comment on low-page cache handlingJohannes Weiner
2013-02-24mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner
2013-02-24mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner
2013-02-24mm: memcg: only evict file pages when we have plentyJohannes Weiner
2013-02-24CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada
2013-02-24mm/hugetlb.c: convert to pr_foo()Andrew Morton
2013-02-24mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton
2013-02-24memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-22block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-22mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-22bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky
2013-02-12mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski
2013-02-12memcg: fix kmemcg registration for late cachesGlauber Costa
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu
2013-02-05thp: avoid dumping huge zero pageKirill A. Shutemov
2013-01-30mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu
2013-01-30memblock: Add memblock_mem_size()Yinghai Lu
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov
2013-01-18Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman
2013-01-17mm: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11mm: compaction: partially revert capture of suitable high-order pageMel Gorman
2013-01-11mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman
2013-01-11mm: mmap: annotate vm_lock_anon_vma locking properly for lockdepJiri Kosina
2013-01-11mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov