aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28mm: add vm_insert_mixedNick Piggin1-26/+60
2008-04-28mm: introduce pte_special pte bitNick Piggin1-44/+55
2008-04-28mm: introduce VM_MIXEDMAPJared Hulbert1-21/+58
2008-04-28mm: remove nopageNick Piggin1-17/+5
2008-03-04memcg: when do_swap's do_wp_page failsHugh Dickins1-6/+3
2008-03-04memcg: page_cache_release not __free_pageHugh Dickins1-2/+2
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-0/+7
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr()Ingo Molnar1-0/+7
2008-02-11Be more robust about bad arguments in get_user_pages()Jonathan Corbet1-0/+2
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-17/+15
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh1-5/+5
2008-02-07Memory controller: memory accountingBalbir Singh1-5/+42
2008-02-06brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar1-1/+12
2008-02-05mm: fix PageUptodate data raceNick Piggin1-4/+5
2008-02-05mm: remove fastcall from mm/Harvey Harrison1-1/+2
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-5/+5
2008-02-05clean up vmtruncateChristoph Hellwig1-35/+34
2008-02-05swapin needs gfp_mask for loop on tmpfsHugh Dickins1-1/+2
2008-02-05swapin_readahead: move and rearrange argsHugh Dickins1-44/+1
2008-02-05swapin_readahead: excise NUMA bogosityHugh Dickins1-33/+14
2008-02-05Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter1-40/+0
2008-01-30x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen1-0/+31
2008-01-30spinlock: lockbreak cleanupNick Piggin1-5/+3
2008-01-23Update ctime and mtime for memory-mapped filesAnton Salikhmetov1-0/+6
2008-01-17#ifdef very expensive debug check in page fault pathCarsten Otte1-0/+2
2007-11-14Swap delay accounting, include lock_page() delaysBalbir Singh1-1/+1
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke1-1/+1
2007-11-05unexport access_process_vmAdrian Bunk1-1/+0
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt1-3/+0
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-7/+1
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson1-1/+1
2007-10-16remove ZERO_PAGENick Piggin1-130/+21
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra1-2/+7
2007-10-04Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins1-8/+6
2007-07-21remove handle_mm_fault exportChristoph Hellwig1-2/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19mm: fix clear_page_dirty_for_io vs fault raceNick Piggin1-0/+9
2007-07-19mm: fault feedback #2Nick Piggin1-40/+40
2007-07-19mm: fault feedback #1Nick Piggin1-57/+52
2007-07-19ocfs2: release page lock before calling ->page_mkwriteMark Fasheh1-5/+9
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-46/+86
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-80/+73
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migratedMel Gorman1-4/+5
2007-07-16kill vmalloc_earlyreserveJan Beulich1-2/+0
2007-07-16oom: stop allocating user memory if TIF_MEMDIE is setEthan Solomita1-0/+8
2007-07-16MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer1-1/+1
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt1-7/+6
2007-05-17mm: more rmap checkingNick Piggin1-1/+1