summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com2009-01-131-3/+4
* x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com2009-01-131-1/+7
* lockdep, mm: fix might_fault() annotationPeter Zijlstra2009-01-121-0/+9
* memcg: fix swap accounting leakKAMEZAWA Hiroyuki2009-01-081-5/+6
* memcg: revert gfp mask fixKAMEZAWA Hiroyuki2009-01-081-6/+4
* memcg: mem+swap controller coreKAMEZAWA Hiroyuki2009-01-081-3/+15
* memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki2009-01-081-4/+5
* memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki2009-01-081-5/+7
* mm: make get_user_pages() interruptibleYing Han2009-01-061-5/+9
* badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins2009-01-061-7/+8
* badpage: ratelimit print_bad_pte and bad_pageHugh Dickins2009-01-061-0/+23
* badpage: remove vma from page_remove_rmapHugh Dickins2009-01-061-2/+2
* badpage: zap print_bad_pte on swap and fileHugh Dickins2009-01-061-4/+7
* badpage: vm_normal_page use print_bad_pteHugh Dickins2009-01-061-10/+10
* badpage: replace page_remove_rmap Eeek and BUGHugh Dickins2009-01-061-12/+40
* mm: make maddr __iomemKOSAKI Motohiro2009-01-061-1/+1
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-061-1/+1
* mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins2009-01-061-2/+2
* mm: wp lock page before deciding cowHugh Dickins2009-01-061-3/+14
* mm: gup persist for write permissionHugh Dickins2009-01-061-2/+8
* mm: further cleanup page_add_new_anon_rmapHugh Dickins2009-01-061-3/+0
* mm: add_active_or_unevictable into rmapHugh Dickins2009-01-061-6/+0
* mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge2009-01-061-0/+4
* mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner2009-01-061-1/+2
* mm: don't mark_page_accessed in fault pathNick Piggin2009-01-061-1/+1
* inode->i_op is never NULLAl Viro2009-01-051-2/+2
* 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