summaryrefslogtreecommitdiffstats
path: root/mm/fadvise.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-11mempool: fix and document synchronization and memory barrier usageTejun Heo1-13/+48
2012-01-11mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui1-2/+0
2012-01-11mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro2-12/+12
2012-01-11mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton1-2/+1
2012-01-11mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-01-11mm: bootmem: try harder to free pages in bulkJohannes Weiner1-12/+10
2012-01-11mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner1-1/+1
2012-01-11mm: page_alloc: generalize order handling in __free_pages_bootmem()Johannes Weiner1-21/+12
2012-01-11tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki6-0/+113
2012-01-11mm: simplify find_vma_prev()KOSAKI Motohiro1-28/+8
2012-01-11mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli4-3/+76
2012-01-11mm: fix off-by-two in __zone_watermark_ok()Michal Hocko1-1/+1
2012-01-11bootmem: micro optimize freeing pages in bulkUwe Kleine-König1-2/+2
2012-01-11mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton1-1/+3
2012-01-11btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2012-01-11mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()Johannes Weiner1-1/+4
2012-01-11mm: try to distribute dirty pages fairly across zonesJohannes Weiner4-1/+115
2012-01-11mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner1-46/+47
2012-01-11mm: exclude reserved pages from dirtyable memoryJohannes Weiner4-2/+29
2012-01-11vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro1-2/+3
2012-01-11mm, debug: test for online nid when allocating on single nodeDavid Rientjes1-1/+1
2012-01-11fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer1-1/+2
2012-01-11slub: min order when debug_guardpage_minorder > 0Stanislaw Gruszka1-0/+3
2012-01-11PM/Hibernate: do not count debug pages as savableStanislaw Gruszka1-0/+6
2012-01-11mm: more intensive memory corruption debuggingStanislaw Gruszka5-7/+113
2012-01-11kernel.h: add BUILD_BUG() macroDavid Daney3-1/+20
2012-01-11mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki1-0/+2
2012-01-11hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko1-0/+3
2012-01-11hugetlb: detect race upon page allocation failure during COWHillf Danton1-1/+8
2012-01-11mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov1-0/+2
2012-01-11mm: avoid livelock on !__GFP_FS allocationsMel Gorman3-11/+41
2012-01-11mm: reduce the amount of work done when updating min_free_kbytesMel Gorman1-16/+24
2012-01-11mm: migrate: one less atomic operationJacobo Giralt1-6/+4
2012-01-11mm-tracepoint: fix documentation and examplesKonstantin Khlebnikov2-37/+37
2012-01-11mm-tracepoint: rename page-free eventsKonstantin Khlebnikov4-20/+20
2012-01-11mm: remove unused pagevec_freeKonstantin Khlebnikov2-17/+0
2012-01-11mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov4-30/+18
2012-01-11vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-01-11vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-01-11mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner2-64/+60
2012-01-10vfs: new helper - d_make_root()Al Viro2-0/+18
2012-01-10dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2-2/+2
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-09netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-09bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-09usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-09net: Fix build with INET disabled.David S. Miller2-2/+1
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-09ext4: fix failure exitsAl Viro1-5/+8