aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-7/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-34/+19
2012-03-21mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes1-7/+2
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-9/+9
2012-03-21mm: make get_mm_counter static-inlineKonstantin Khlebnikov1-18/+0
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-4/+12
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-53/+80
2012-03-20VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-20VM: make unmap_vmas() return voidAl Viro1-5/+1
2012-03-20VM: make zap_page_range() return voidAl Viro1-3/+2
2012-03-20VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-20VM: unmap_page_range() can return voidAl Viro1-9/+6
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-23mm: fix rss count leakage during migrationKonstantin Khlebnikov1-9/+28
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-1/+57
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki1-22/+34
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton1-11/+0
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li1-0/+1
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins1-24/+0
2011-06-15mm: fix wrong kunmap_atomic() pointerSteven Rostedt1-2/+4
2011-06-15mm/memory.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-0/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+1
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-2/+122
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-168/+27
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-1/+1
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-0/+77
2011-05-25mm: mmu_gather reworkPeter Zijlstra1-23/+23
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-1/+1
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-9/+7
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds1-4/+3
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman1-1/+1
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman1-1/+1
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds1-8/+18
2011-03-27mm: fix memory.c incorrect kernel-docRandy Dunlap1-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-19/+54
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-1/+1
2011-03-23mm: implement access_remote_vmStephen Wilson1-0/+16
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson1-10/+25
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson1-7/+11
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-2/+2
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov1-1/+4
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-3/+10
2011-03-17mm: export __get_user_pagesHuang Ying1-0/+50
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki1-3/+3
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse1-6/+0
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse1-14/+12
2011-01-13thp: add debug checks for mapcount related invariantsAndrea Arcangeli1-2/+4
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli1-0/+5
2011-01-13thp: verify pmd_trans_huge isn't leakingAndrea Arcangeli1-1/+6
2011-01-13thp: transparent hugepage core fixletHugh Dickins1-1/+1
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-9/+75
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli1-0/+71
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-6/+13
2011-01-13thp: export maybe_mkwriteAndrea Arcangeli1-13/+0
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse1-5/+18
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse1-0/+22
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse1-1/+6
2011-01-13do_wp_page: clarify dirty_page handlingMichel Lespinasse1-34/+38
2011-01-13do_wp_page: remove the 'reuse' flagMichel Lespinasse1-6/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim1-0/+1
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-2/+8
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+2
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-1/+2
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-1/+2
2010-09-20mm: further fix swapin race conditionHugh Dickins1-3/+5
2010-09-09mm: fix swapin race conditionAndrea Arcangeli1-5/+34
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-4/+11
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li1-1/+1
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-12mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge1-3/+2
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli1-0/+1
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel1-1/+3
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-2/+0
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-05-25mm: document follow_page()Johannes Weiner1-2/+11
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin1-0/+1
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang1-6/+2
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki1-3/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+7
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-2/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-4/+12
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-8/+86
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-22/+34
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-7/+7
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+4
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+2
2009-12-16HWPOISON: comment dirty swapcache pagesWu Fengguang1-0/+4
2009-12-15ksm: let shared pages be swappableHugh Dickins1-0/+6
2009-12-15mm: sigbus instead of abusing oomHugh Dickins1-2/+2
2009-12-15swap_info: swap count continuationsHugh Dickins1-3/+16
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2009-10-29mm: don't call pte_unmap() against an improper pteDaisuke Nishimura1-4/+7
2009-10-19HWPOISON: Fix page count leak in hwpoison late kill in do_swap_pageAndi Kleen1-1/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-59/+3
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-3/+21
2009-09-24truncate: new helpersnpiggin@suse.de1-59/+3
2009-09-22mm: move highest_memmap_pfnHugh Dickins1-0/+1
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins1-11/+25
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins1-25/+19
2009-09-22mm: reinstate ZERO_PAGEHugh Dickins1-9/+44
2009-09-22mm: fix anonymous dirtyingHugh Dickins1-1/+2
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins1-6/+8
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins1-31/+12
2009-09-22mm: add get_dump_pageHugh Dickins1-1/+32
2009-09-22mm: remove unused GUP flagsHugh Dickins1-10/+4
2009-09-22mm: drop unneeded double negationsJohannes Weiner1-1/+1
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-2/+2
2009-09-22ksm: fix oom deadlockHugh Dickins1-2/+3
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-1/+2
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-1/+1
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus1-2/+7
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan1-0/+1
2009-09-16HWPOISON: Add poison check to page fault handlingAndi Kleen1-0/+6
2009-09-16HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen1-3/+15
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-5/+6
2009-06-25clarify get_user_pages() prototypePeter Zijlstra1-14/+12
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins1-1/+1
2009-06-23mm: don't rely on flags coincidenceHugh Dickins1-2/+4
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-4/+4
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds1-21/+21
2009-06-16mm: introduce follow_pfn()Johannes Weiner1-0/+29
2009-06-16mm: use generic follow_pte() in follow_phys()Johannes Weiner1-31/+5
2009-06-16mm: introduce follow_pte()Johannes Weiner1-0/+37
2009-06-16mm: clean up get_user_pages_fast() documentationNick Piggin1-0/+50
2009-05-02mm: close page_mkwrite racesNick Piggin1-32/+76
2009-05-02mm: fix pageref leak in do_swap_page()Johannes Weiner1-2/+2
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-4/+22
2009-04-01mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...KOSAKI Motohiro1-0/+5
2009-04-01mm: don't call mark_page_accessed() in do_swap_page()KOSAKI Motohiro1-2/+0
2009-03-14VM, x86, PAT: add a new vm flag to track full pfnmap at mmapPallipadi, Venkatesh1-2/+2
2009-03-13VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh1-2/+4
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte1-1/+1
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com1-3/+4
2009-01-13x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com1-1/+7
2009-01-12lockdep, mm: fix might_fault() annotationPeter Zijlstra1-0/+9
2009-01-08memcg: fix swap accounting leakKAMEZAWA Hiroyuki1-5/+6
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-6/+4
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki1-3/+15
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki1-4/+5
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki1-5/+7
2009-01-06mm: make get_user_pages() interruptibleYing Han1-5/+9
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins1-7/+8
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins1-0/+23
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-2/+2
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins1-4/+7
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins1-10/+10
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins1-12/+40
2009-01-06mm: make maddr __iomemKOSAKI Motohiro1-1/+1
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-1/+1
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins1-2/+2
2009-01-06mm: wp lock page before deciding cowHugh Dickins1-3/+14
2009-01-06mm: gup persist for write permissionHugh Dickins1-2/+8
2009-01-06mm: further cleanup page_add_new_anon_rmapHugh Dickins1-3/+0
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins1-6/+0
2009-01-06mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge1-0/+4
2009-01-06mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner1-1/+2
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin1-1/+1
2009-01-05inode->i_op is never NULLAl Viro1-2/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-46/+2
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com1-43/+0
2008-12-19x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com1-17/+14
2008-12-18x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com1-1/+75
2008-12-18x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com1-0/+43
2008-12-18x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com1-4/+3
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-46/+79
2008-10-20mm: remove duplicated #include'sHuang Weiyi1-2/+0
2008-10-20memcg: avoid accounting special pagesKAMEZAWA Hiroyuki1-14/+11
2008-10-20memcg: move charge swapin under lockKAMEZAWA Hiroyuki1-5/+6
2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn1-1/+1
2008-10-20mlock: revert mainline handling of mlock error returnLee Schermerhorn1-12/+2
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn1-8/+10
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-7/+49
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-3/+3
2008-10-20define page_file_cache() functionRik van Riel1-0/+3
2008-09-11x86: some lock annotations for user copy paths, v2Nick Piggin1-0/+15
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-04mlock() fix return valuesKOSAKI Motohiro1-3/+13
2008-08-01Remove EXPORTS of follow_page & zap_page_rangeJack Steiner1-2/+0
2008-07-30GRU Driver: export is_uv_system(), zap_page_range() & follow_page()Jack Steiner1-0/+2
2008-07-30mm: add zap_vma_ptes(): a library function to unmap driver ptesJack Steiner1-0/+23