aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2008-10-20memcg: avoid accounting special pagesKAMEZAWA Hiroyuki
2008-10-20memcg: move charge swapin under lockKAMEZAWA Hiroyuki
2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn
2008-10-20mlock: revert mainline handling of mlock error returnLee Schermerhorn
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-20define page_file_cache() functionRik van Riel
2008-08-04mm: rename page trylockNick Piggin
2008-08-04mlock() fix return valuesKOSAKI Motohiro
2008-08-01Remove EXPORTS of follow_page & zap_page_rangeJack Steiner
2008-07-30GRU Driver: export is_uv_system(), zap_page_range() & follow_page()Jack Steiner
2008-07-30mm: add zap_vma_ptes(): a library function to unmap driver ptesJack Steiner
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2008-07-26make mm/memory.c:print_bad_pte() staticAdrian Bunk
2008-07-24hugetlb: introduce pud_hugeAndi Kleen
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich
2008-07-24access_process_vm device memory infrastructureRik van Riel
2008-07-24mm: remove nopfnNick Piggin
2008-07-04get_user_pages(): fix possible page leak on oomOleg Nesterov
2008-07-04mm: dirty page accounting vs VM_MIXEDMAPPeter Zijlstra
2008-06-23mm: fix race in COW logicNick Piggin
2008-06-23Fix ZERO_PAGE breakage with vmwareLinus Torvalds
2008-06-20Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds
2008-05-24mm: allow pfnmap ->fault()sNick Piggin
2008-05-14fix SMP data race in pagetable setup vs walkingNick Piggin
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins
2008-04-28mm: add vm_insert_mixedNick Piggin
2008-04-28mm: introduce pte_special pte bitNick Piggin
2008-04-28mm: introduce VM_MIXEDMAPJared Hulbert
2008-04-28mm: remove nopageNick Piggin
2008-03-04memcg: when do_swap's do_wp_page failsHugh Dickins
2008-03-04memcg: page_cache_release not __free_pageHugh Dickins
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar
2008-02-11Be more robust about bad arguments in get_user_pages()Jonathan Corbet
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh
2008-02-07Memory controller: memory accountingBalbir Singh
2008-02-06brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar
2008-02-05mm: fix PageUptodate data raceNick Piggin
2008-02-05mm: remove fastcall from mm/Harvey Harrison
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-05clean up vmtruncateChristoph Hellwig
2008-02-05swapin needs gfp_mask for loop on tmpfsHugh Dickins
2008-02-05swapin_readahead: move and rearrange argsHugh Dickins