aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-04mlock() fix return valuesKOSAKI Motohiro1-3/+13
2008-08-01Remove EXPORTS of follow_page & zap_page_rangeJack Steiner1-2/+0
2008-07-30GRU Driver: export is_uv_system(), zap_page_range() & follow_page()Jack Steiner1-0/+2
2008-07-30mm: add zap_vma_ptes(): a library function to unmap driver ptesJack Steiner1-0/+23
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-6/+29
2008-07-26make mm/memory.c:print_bad_pte() staticAdrian Bunk1-1/+2
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-4/+11
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-2/+16
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-1/+1
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeedMel Gorman1-1/+1
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-4/+6
2008-07-24access_process_vm device memory infrastructureRik van Riel1-18/+113
2008-07-24mm: remove nopfnNick Piggin1-60/+7
2008-07-04get_user_pages(): fix possible page leak on oomOleg Nesterov1-1/+1
2008-07-04mm: dirty page accounting vs VM_MIXEDMAPPeter Zijlstra1-1/+13
2008-06-23mm: fix race in COW logicNick Piggin1-1/+26
2008-06-23Fix ZERO_PAGE breakage with vmwareLinus Torvalds1-2/+21
2008-06-20Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds1-4/+13
2008-05-24mm: allow pfnmap ->fault()sNick Piggin1-2/+0
2008-05-14fix SMP data race in pagetable setup vs walkingNick Piggin1-0/+21
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins1-1/+4
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