aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds2-0/+501
2008-02-05nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces.Paul Mundt1-1/+44
2008-02-05oom_kill: remove uid==0 checksSerge E. Hallyn1-1/+1
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-3/+2
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley1-2/+1
2008-02-05slob: reduce external fragmentation by using three free listsMatt Mackall1-14/+33
2008-02-05slob: fix free block merging at head of subpageMatt Mackall1-0/+4
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu1-3/+6
2008-02-05mm: fix section mismatch warning in sparse.cSam Ravnborg1-1/+1
2008-02-05mm: fix PageUptodate data raceNick Piggin4-6/+9
2008-02-05page migraton: handle orphaned pagesShaohua Li2-7/+25
2008-02-05check ADVICE of fadvise64_64 even if get_xip_page is givenMasatake YAMATO1-2/+14
2008-02-05Include count of pagecache pages in show_mem() outputLarry Woodman1-0/+2
2008-02-05Fix dirty page accounting leak with ext3 data=journalBjorn Steinbrink1-2/+2
2008-02-05set_page_refcounted() VM_BUG_ON fixQi Yong1-1/+1
2008-02-05mm: remove fastcall from mm/Harvey Harrison7-23/+24
2008-02-05page allocator: remove unused arguments in zone_init_free_lists()Andi Kleen1-3/+2
2008-02-05mm: don't waste swap on locked pagesHugh Dickins1-1/+4
2008-02-05vmstat: remove prefetchChristoph Lameter1-9/+2
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana1-1/+10
2008-02-05Page allocator: get rid of the list of cold pagesChristoph Lameter2-48/+39
2008-02-05mm: don't allow ioremapping of ranges larger than vmalloc spaceRobert Bragg1-0/+4
2008-02-05vmstat: small revisions to refresh_cpu_vm_stats()Christoph Lameter1-4/+16
2008-02-05arch_rebalance_pgtables callMartin Schwidefsky1-1/+5
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-5/+5
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter2-41/+44
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin2-2/+0
2008-02-05make __vmalloc_area_node() staticAdrian Bunk1-2/+2
2008-02-05Remove unused code from mm/tiny-shmem.cBalbir Singh1-12/+0
2008-02-05mm/page-writeback.c: make a function staticAdrian Bunk1-1/+1
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall1-1/+2
2008-02-05maps4: introduce a generic page walkerMatt Mackall2-1/+132
2008-02-05maps4: move is_swap_pteMatt Mackall1-5/+0
2008-02-05clean up vmtruncateChristoph Hellwig1-35/+34
2008-02-05tmpfs: fix shmem_swaplist racesHugh Dickins1-12/+25
2008-02-05tmpfs: radix_tree_preloadingHugh Dickins1-7/+18
2008-02-05tmpfs: open a window in shmem_unuse_inodeHugh Dickins2-35/+45
2008-02-05tmpfs: make shmem_unuse more preemptibleHugh Dickins1-7/+16
2008-02-05tmpfs: allocate on read when stackedHugh Dickins1-1/+13
2008-02-05tmpfs: allow filepage alongside swappageHugh Dickins1-25/+44
2008-02-05tmpfs: move swap swizzling into shmemHugh Dickins2-38/+13
2008-02-05tmpfs: shuffle add_to_swap_cachesHugh Dickins1-34/+19
2008-02-05tmpfs: move swap_state stats updateHugh Dickins1-16/+6
2008-02-05tmpfs: fix mounts when size is less than the page sizeMichael Marineau1-1/+1
2008-02-05shmem: factor out sbi->free_inodes manipulationsPavel Emelyanov1-39/+38
2008-02-05swapoff: scan ptes preemptiblyHugh Dickins1-7/+31
2008-02-05swapin: fix valid_swaphandles defectHugh Dickins1-16/+33
2008-02-05shmem_file_write is redundantHugh Dickins1-106/+3
2008-02-05shmem_getpage return page lockedHugh Dickins1-9/+13
2008-02-05shmem: SGP_QUICK and SGP_FAULT redundantHugh Dickins1-6/+2