summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-0/+15
|\
| * Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-281-46/+79
| |\
| * | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-111-0/+15
* | | x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com2008-12-191-46/+2
* | | x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-191-43/+0
* | | x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com2008-12-191-17/+14
* | | x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com2008-12-181-1/+75
* | | x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com2008-12-181-0/+43
* | | x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com2008-12-181-4/+3
| |/ |/|
* | mm: remove duplicated #include'sHuang Weiyi2008-10-201-2/+0
* | memcg: avoid accounting special pagesKAMEZAWA Hiroyuki2008-10-201-14/+11
* | memcg: move charge swapin under lockKAMEZAWA Hiroyuki2008-10-201-5/+6
* | mlock: make mlock error return Posixly CorrectLee Schermerhorn2008-10-201-1/+1
* | mlock: revert mainline handling of mlock error returnLee Schermerhorn2008-10-201-12/+2
* | swap: cull unevictable pages in fault pathLee Schermerhorn2008-10-201-8/+10
* | mlock: mlocked pages are unevictableNick Piggin2008-10-201-7/+49
* | vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-3/+3
* | define page_file_cache() functionRik van Riel2008-10-201-0/+3
|/
* mm: rename page trylockNick Piggin2008-08-041-1/+1
* mlock() fix return valuesKOSAKI Motohiro2008-08-041-3/+13
* Remove EXPORTS of follow_page & zap_page_rangeJack Steiner2008-08-011-2/+0
* GRU Driver: export is_uv_system(), zap_page_range() & follow_page()Jack Steiner2008-07-301-0/+2
* mm: add zap_vma_ptes(): a library function to unmap driver ptesJack Steiner2008-07-301-0/+23
* mmu-notifiers: coreAndrea Arcangeli2008-07-281-6/+29
* make mm/memory.c:print_bad_pte() staticAdrian Bunk2008-07-261-1/+2
* hugetlb: introduce pud_hugeAndi Kleen2008-07-241-4/+11
* hugetlbfs: per mount huge page sizesAndi Kleen2008-07-241-2/+16
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-1/+1
* hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman2008-07-241-1/+1
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-241-4/+6
* access_process_vm device memory infrastructureRik van Riel2008-07-241-18/+113
* mm: remove nopfnNick Piggin2008-07-241-60/+7
* get_user_pages(): fix possible page leak on oomOleg Nesterov2008-07-041-1/+1
* mm: dirty page accounting vs VM_MIXEDMAPPeter Zijlstra2008-07-041-1/+13
* mm: fix race in COW logicNick Piggin2008-06-231-1/+26
* Fix ZERO_PAGE breakage with vmwareLinus Torvalds2008-06-231-2/+21
* Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds2008-06-201-4/+13
* mm: allow pfnmap ->fault()sNick Piggin2008-05-241-2/+0
* fix SMP data race in pagetable setup vs walkingNick Piggin2008-05-141-0/+21
* x86: fix PAE pmd_bad bootup warningHugh Dickins2008-05-061-1/+4
* mm: add vm_insert_mixedNick Piggin2008-04-281-26/+60
* mm: introduce pte_special pte bitNick Piggin2008-04-281-44/+55
* mm: introduce VM_MIXEDMAPJared Hulbert2008-04-281-21/+58
* mm: remove nopageNick Piggin2008-04-281-17/+5
* memcg: when do_swap's do_wp_page failsHugh Dickins2008-03-041-6/+3
* memcg: page_cache_release not __free_pageHugh Dickins2008-03-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-141-0/+7
|\
| * x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar2008-02-141-0/+7
* | d_path: Make d_path() use a struct pathJan Blunck2008-02-141-1/+1
|/
* Be more robust about bad arguments in get_user_pages()Jonathan Corbet2008-02-111-0/+2