summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | hugetlbfs: fix alignment of huge page requestsSteven Truelove2012-03-221-3/+3
| * | | | | | | mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes2012-03-221-7/+2Star
| * | | | | | | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes2012-03-222-10/+10
| * | | | | | | hugepages: fix use after free bug in "quota" handlingDavid Gibson2012-03-221-27/+108
| * | | | | | | ksm: cleanup: introduce find_mergeable_vma()Bob Liu2012-03-221-15/+19
| * | | | | | | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-227-47/+95
| * | | | | | | mm, memcg: pass charge order to oom killerDavid Rientjes2012-03-222-6/+7
| * | | | | | | mm/vmscan.c: fix spelling errorCopot Alexandru2012-03-221-2/+2
| * | | | | | | mm: update stale lock ordering comment for memory-failure.cAndi Kleen2012-03-221-3/+2Star
| * | | | | | | mm: use global_dirty_limit in throttle_vm_writeout()Fengguang Wu2012-03-221-0/+1
| * | | | | | | mm: don't set __GFP_WRITE on ramfs/sysfs writesFengguang Wu2012-03-221-1/+3
| * | | | | | | bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2012-03-222-22/+13Star
| * | | | | | | mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov2012-03-222-2/+3
| * | | | | | | mm: fix move/migrate_pages() race on task structChristoph Lameter2012-03-222-30/+38
| * | | | | | | thp: allow a hwpoisoned head page to be put back to LRUDean Nelson2012-03-221-1/+1
| * | | | | | | tmpfs: security xattr setting on inode creationJarkko Sakkinen2012-03-221-16/+72
| * | | | | | | mm, oom: force oom kill on sysrq+fDavid Rientjes2012-03-222-8/+11
| * | | | | | | procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-221-0/+41
| * | | | | | | mm: hugetlb: bail out unmapping after serving reference pageHillf Danton2012-03-221-0/+4
| * | | | | | | vmscan: handle isolated pages with lru lock releasedHillf Danton2012-03-221-11/+10Star
| * | | | | | | rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_linkKautuk Consul2012-03-221-19/+16Star
| * | | | | | | mm: hugetlb: defer freeing pages when gathering surplus pagesHillf Danton2012-03-221-13/+17
| * | | | | | | mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman2012-03-221-13/+29
| * | | | | | | mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov2012-03-222-4/+5
| * | | | | | | thp: optimize away unnecessary page table lockingNaoya Horiguchi2012-03-221-66/+59Star
| * | | | | | | mm: search from free_area_cache for the bigger sizeXiao Guangrong2012-03-221-15/+21
| * | | | | | | mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong2012-03-221-3/+1Star
| * | | | | | | mm: compaction: make compact_control order signedDan Carpenter2012-03-221-2/+2
| * | | | | | | compact_pgdat: workaround lockdep warning in kswapdHugh Dickins2012-03-221-10/+12
| * | | | | | | vmscan: only defer compaction for failed order and higherRik van Riel2012-03-223-4/+16
| * | | | | | | vmscan: kswapd carefully call compactionRik van Riel2012-03-222-18/+45
| * | | | | | | vmscan: reclaim at order 0 when compaction is enabledRik van Riel2012-03-221-17/+30
| * | | | | | | mm: make swapin readahead skip over holesRik van Riel2012-03-222-65/+11Star
| * | | | | | | mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton2012-03-221-1/+6
| * | | | | | | mm: make get_mm_counter static-inlineKonstantin Khlebnikov2012-03-221-18/+0Star
| * | | | | | | mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton2012-03-221-9/+9
| * | | | | | | mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes2012-03-221-1/+4
| * | | | | | | mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes2012-03-221-3/+3
| * | | | | | | mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes2012-03-221-47/+38Star
| * | | | | | | mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes2012-03-221-36/+20Star
| * | | | | | | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli2012-03-226-10/+20
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-7/+3Star
|\ \ \ \ \ \ \ \
| * | | | | | | | tidy up after d_make_root() conversionAl Viro2012-03-211-4/+2Star
| * | | | | | | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-03-212-56/+82
|\ \ \ \ \ \ \ \
| * | | | | | | | VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro2012-03-211-39/+74
| * | | | | | | | VM: make unmap_vmas() return voidAl Viro2012-03-212-7/+2Star
| * | | | | | | | VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro2012-03-211-1/+1
| * | | | | | | | VM: make zap_page_range() return voidAl Viro2012-03-211-3/+2Star
| * | | | | | | | VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro2012-03-211-2/+2