summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23mm: memory_hotplug: no need to check res twice in add_memorySasha Levin
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-02-21Merge tag 'please-pull-misc-3.9' 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/s39...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-coh901331: use devm_clk_get()Jingoo Han
2013-02-21rtc: rtc-vt8500: use devm_*() functionsJingoo Han
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han
2013-02-21rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han