aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-2/+2
2008-08-20mm: xip/ext2 fix block allocation raceGravatar Nick Piggin 1-1/+4
2008-08-20mm: xip fix fault vs sparse page invalidate raceGravatar Nick Piggin 1-14/+46
2008-08-20mm: dirty page tracking race fixGravatar Nick Piggin 2-6/+10
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsGravatar Johannes Weiner 1-6/+29
2008-08-20mm: mminit_loglevel cannot be __meminitdata anymoreGravatar Marcin Slusarz 1-1/+1
2008-08-20mm: show free swap as signedGravatar Hugh Dickins 1-1/+1
2008-08-20mm: page_remove_rmap comments on PageAnonGravatar Hugh Dickins 1-9/+16
2008-08-20slub: Disable NUMA remote node defragmentation by defaultGravatar Christoph Lameter 1-2/+2
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+4
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetGravatar Mikulas Patocka 1-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-2/+4
2008-08-12mm/sparse.c: removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-08-12do_migrate_pages(): remove unused variableGravatar MinChan Kim 1-1/+0
2008-08-12allocate structures for reservation tracking in hugetlbfs outside of spinlock...Gravatar Andy Whitcroft 1-4/+11
2008-08-12hugetlbfs: allocate structures for reservation tracking outside of spinlocksGravatar Andy Whitcroft 1-9/+35
2008-08-12memcg: fix oops in mem_cgroup_shrink_usageGravatar Hugh Dickins 1-0/+2
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Gravatar Jan Beulich 1-1/+1
2008-08-12hugetlb: call arch_prepare_hugepage() for surplus pagesGravatar Gerald Schaefer 1-1/+6
2008-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 2-3/+15
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itGravatar Rusty Russell 2-3/+15
2008-08-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+13
2008-08-12Merge branch 'core/locking' into core/urgentGravatar Ingo Molnar 1-7/+13
2008-08-11mm: fix mm_take_all_locks() locking orderGravatar Peter Zijlstra 1-2/+8
2008-08-11lockdep: annotate mm_take_all_locks()Gravatar Peter Zijlstra 1-6/+6
2008-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 3-10/+19
2008-08-06Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"Gravatar Linus Torvalds 1-1/+1
2008-08-05mm: fix uninitialized variables for find_vma_prepare callersGravatar Benny Halevy 1-1/+1
2008-08-05mm_init.c: avoid ifdef-inside-macro-expansionGravatar Andrew Morton 1-4/+4
2008-08-05SLUB: dynamic per-cache MIN_PARTIALGravatar Pekka Enberg 1-7/+19
2008-08-04mm: rename page trylockGravatar Nick Piggin 10-22/+22
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 1-0/+21
2008-08-04mlock() fix return valuesGravatar KOSAKI Motohiro 2-5/+13
2008-08-04nommu: Provide vmalloc_exec().Gravatar Paul Mundt 1-0/+21
2008-08-02mm: dont clear PG_uptodate on truncate/invalidateGravatar Miklos Szeredi 1-2/+0
2008-08-01Remove EXPORTS of follow_page & zap_page_rangeGravatar Jack Steiner 1-2/+0
2008-08-01mm/hugetlb: don't crash when HPAGE_SHIFT is 0Gravatar Benjamin Herrenschmidt 1-1/+6
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 1-1/+1
2008-08-01[S390] Optimize storage key operations for anon pagesGravatar Martin Schwidefsky 1-1/+2
2008-07-30Fix off-by-one error in iov_iter_advance()Gravatar Linus Torvalds 1-1/+1
2008-07-30GRU Driver: export is_uv_system(), zap_page_range() & follow_page()Gravatar Jack Steiner 1-0/+2
2008-07-30mm: add zap_vma_ptes(): a library function to unmap driver ptesGravatar Jack Steiner 1-0/+23
2008-07-30do_try_to_free_page: update comments related to vmscan functionsGravatar Fernando Luis Vazquez Cao 1-1/+1
2008-07-30swapfile/vmscan: update comments related to vmscan functionsGravatar Fernando Luis Vazquez Cao 2-3/+3
2008-07-30swap: update function comment of release_pagesGravatar Fernando Luis Vazquez Cao 1-3/+4
2008-07-30madvise: update function comment of madvise_dontneedGravatar Fernando Luis Vazquez Cao 1-2/+2
2008-07-30memcg: remove redundant check in move_task()Gravatar Li Zefan 1-3/+0
2008-07-30mm: remove find_max_pfn_with_active_regionsGravatar Yinghai Lu 1-17/+0
2008-07-29mm: unexport ksizeGravatar Adrian Bunk 3-3/+0
2008-07-30mm/hugetlb.c must #include <asm/io.h>Gravatar Adrian Bunk 1-1/+1