summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-17/+15
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-071-5/+5
* Memory controller: memory accountingBalbir Singh2008-02-071-5/+42
* brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar2008-02-061-1/+12
* mm: fix PageUptodate data raceNick Piggin2008-02-051-4/+5
* mm: remove fastcall from mm/Harvey Harrison2008-02-051-1/+2
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-5/+5
* clean up vmtruncateChristoph Hellwig2008-02-051-35/+34
* swapin needs gfp_mask for loop on tmpfsHugh Dickins2008-02-051-1/+2
* swapin_readahead: move and rearrange argsHugh Dickins2008-02-051-44/+1
* swapin_readahead: excise NUMA bogosityHugh Dickins2008-02-051-33/+14
* Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter2008-02-051-40/+0
* x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-0/+31
* spinlock: lockbreak cleanupNick Piggin2008-01-301-5/+3
* Update ctime and mtime for memory-mapped filesAnton Salikhmetov2008-01-231-0/+6
* #ifdef very expensive debug check in page fault pathCarsten Otte2008-01-171-0/+2
* Swap delay accounting, include lock_page() delaysBalbir Singh2007-11-141-1/+1
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-141-1/+1