summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+7Star
* 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/+0Star
* 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/+5Star
* memcg: when do_swap's do_wp_page failsHugh Dickins2008-03-051-6/+3Star
* memcg: page_cache_release not __free_pageHugh Dickins2008-03-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-151-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-151-1/+1
|/
* Be more robust about bad arguments in get_user_pages()Jonathan Corbet2008-02-121-0/+2
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-17/+15Star
* 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/+34Star
* swapin needs gfp_mask for loop on tmpfsHugh Dickins2008-02-051-1/+2
* swapin_readahead: move and rearrange argsHugh Dickins2008-02-051-44/+1Star
* swapin_readahead: excise NUMA bogosityHugh Dickins2008-02-051-33/+14Star
* Move vmalloc_to_page() to mm/vmalloc.Christoph Lameter2008-02-051-40/+0Star
* x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-0/+31
* spinlock: lockbreak cleanupNick Piggin2008-01-301-5/+3Star
* Update ctime and mtime for memory-mapped filesAnton Salikhmetov2008-01-231-0/+6
* #ifdef very expensive debug check in page fault pathCarsten Otte2008-01-181-0/+2
* Swap delay accounting, include lock_page() delaysBalbir Singh2007-11-151-1/+1
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-151-1/+1
* unexport access_process_vmAdrian Bunk2007-11-051-1/+0Star
* spelling fixes: mm/Simon Arlott2007-10-201-1/+1
* remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-191-3/+0Star
* flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-161-7/+1Star
* calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson2007-10-161-1/+1
* remove ZERO_PAGENick Piggin2007-10-161-130/+21Star
* mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2007-10-081-2/+7