aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-4/+2
2006-03-26[PATCH] Add API for flushing Anon pagesJames Bottomley1-0/+2
2006-03-26BUG_ON() Conversion in mm/memory.cEric Sesterhenn1-4/+2
2006-03-25[PATCH] mm: restore vm_normal_page checkNick Piggin1-2/+6
2006-03-22[PATCH] hugepage: Fix hugepage logic in free_pgtables() harderDavid Gibson1-1/+1
2006-03-22[PATCH] hugepage: Fix hugepage logic in free_pgtables()David Gibson1-3/+2
2006-03-22[PATCH] mm: more CONFIG_DEBUG_VMNick Piggin1-9/+3
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-3/+1
2006-03-17[PATCH] fix free swap cache latencyHugh Dickins1-2/+3
2006-02-17[PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen1-0/+10
2006-02-01[PATCH] Direct Migration V9: PageSwapCache checksChristoph Lameter1-0/+7
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-0/+2
2006-01-06[PATCH] mm: pfault optimisationNick Piggin1-1/+0
2006-01-06[PATCH] mm: rmap optimisationNick Piggin1-3/+3
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty1-1/+24
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds1-1/+2
2005-12-12get_user_pages: don't try to follow PFNMAP pagesLinus Torvalds1-1/+1
2005-12-11Allow arbitrary read-only shared pfn-remapping tooLinus Torvalds1-3/+8
2005-12-11Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds1-45/+1
2005-12-11Allow arbitrary shared PFNMAP'sLinus Torvalds1-4/+12
2005-12-03Make vm_insert_page() available to NVidia moduleLinus Torvalds1-1/+1
2005-11-30VM: add "vm_insert_page()" functionLinus Torvalds1-2/+34
2005-11-29[PATCH] VM: Fix typos in get_locked_pteTrond Myklebust1-2/+2
2005-11-29[PATCH] pfnmap: do_no_page BUG_ON againHugh Dickins1-1/+3
2005-11-29[PATCH] pfnmap: remove src_page from do_wp_pageHugh Dickins1-4/+3
2005-11-29cow_user_page: fix page alignmentLinus Torvalds1-2/+9
2005-11-29VM: add common helper function to create the page tablesLinus Torvalds1-12/+14
2005-11-29Support strange discontiguous PFN remappingsLinus Torvalds1-0/+92
2005-11-29[PATCH] Fix missing pfn variables caused by vm changesBen Collins1-2/+2
2005-11-29[PATCH] Fix vma argument in get_usr_pages() for gate areasNick Piggin1-1/+1
2005-11-28[PATCH] Workaround for gcc 2.96 (undefined references)Alan Stern1-0/+12
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-89/+100
2005-11-22[PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins1-2/+12
2005-11-22[PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins1-22/+41
2005-11-22[PATCH] unpaged: COW on VM_UNPAGEDHugh Dickins1-12/+25
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins1-12/+18
2005-11-22[PATCH] unpaged: get_user_pages VM_RESERVEDHugh Dickins1-1/+1
2005-11-13[PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt1-34/+55
2005-10-29[PATCH] .text page fault SMP scalability optimizationAndrea Arcangeli1-4/+16
2005-10-29[PATCH] mm: fix rss and mmlist lockingHugh Dickins1-1/+3
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-10/+14
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-81/+71
2005-10-29[PATCH] mm: kill check_user_page_readableHugh Dickins1-25/+4
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins1-29/+12
2005-10-29[PATCH] mm: unlink vma before pagetablesHugh Dickins1-2/+10
2005-10-29[PATCH] mm: page fault handler lockingHugh Dickins1-60/+90
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins1-72/+32
2005-10-29[PATCH] mm: ptd_alloc inline and outHugh Dickins1-56/+39