summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-30mm: fix faulty initialization in vmalloc_init()KyongHo1-1/+2
2012-05-30mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2-2/+70
2012-05-30mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes3-32/+22
2012-05-30mm: avoid swapping out with swappiness==0Satoru Moriya1-3/+3
2012-05-30hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-05-30mm/bootmem.c: cleanup on addition to bootmem data listGavin Shan1-8/+8
2012-05-30mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1
2012-05-30mm: document the meminfo and vmstat fields of relevance to transparent hugepagesMel Gorman2-0/+64
2012-05-30mm/page_alloc.c: cleanupsAndrew Morton1-4/+3
2012-05-30mm: page_alloc: catch out-of-date list of page flag namesJohannes Weiner1-0/+2
2012-05-30mm/buddy: dump PG_compound_lock page flagGavin Shan1-0/+3
2012-05-30mm: move readahead syscall to mm/readahead.cCong Wang2-39/+40
2012-05-30tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins1-1/+93
2012-05-30tmpfs: quit when fallocate fills memoryHugh Dickins1-2/+56
2012-05-30tmpfs: undo fallocation on failureHugh Dickins1-33/+72
2012-05-30tmpfs: support fallocate preallocationHugh Dickins1-1/+60
2012-05-30mm/fs: remove truncate_rangeHugh Dickins7-39/+8
2012-05-30mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins2-11/+12
2012-05-30tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins1-11/+57
2012-05-30tmpfs: optimize clearing when writingHugh Dickins1-3/+17
2012-05-30tmpfs: enable NOSEC optimizationHugh Dickins1-0/+1
2012-05-30shmem: replace page if mapping excludes its zoneHugh Dickins4-24/+142
2012-05-30mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz4-28/+150
2012-05-30mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner4-60/+12
2012-05-30mm: bootmem: pass pgdat instead of pgdat->bdata down the stackJohannes Weiner1-10/+10
2012-05-30mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-52/+54
2012-05-30mm: nobootmem: panic on node-specific allocation failureJohannes Weiner1-4/+16
2012-05-30mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-20/+24
2012-05-30mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner1-1/+13
2012-05-30mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner1-2/+15
2012-05-30mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner1-7/+7
2012-05-30mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner1-1/+1
2012-05-30mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan1-0/+1
2012-05-30mm/page_alloc.c: remove pageblock_default_order()Andrew Morton1-18/+15
2012-05-30mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi2-2/+2
2012-05-30tools/vm/page-types.c: cleanupsUlrich Drepper1-11/+11
2012-05-30kbuild: install kernel-page-flags.hUlrich Drepper3-27/+6
2012-05-30mm: print physical addresses consistently with other parts of kernelBjorn Helgaas2-14/+19
2012-05-30swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas1-5/+3
2012-05-30x86: print physical addresses consistently with other parts of kernelBjorn Helgaas7-62/+63
2012-05-30x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas1-26/+27
2012-05-30bug: completely remove code generated by disabled VM_BUG_ON()Konstantin Khlebnikov1-1/+1
2012-05-30bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov1-0/+7
2012-05-30Cross Memory Attach: make it KconfigurableChristopher Yeoh2-2/+15
2012-05-30Documentation: memcg: future proof hierarchical statistics documentationJohannes Weiner1-11/+4
2012-05-30mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes1-0/+2
2012-05-30mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2-3/+4
2012-05-30mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner3-8/+21
2012-05-30kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner2-15/+19
2012-05-30mm: do_migrate_pages(): rename argumentsAndrew Morton2-14/+13