summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory: remove page fault assumption of compound page sizeMatthew Wilcox (Oracle)2020-10-161-3/+4
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+0
|\
| * dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
* | mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-131-68/+73
* | mm/memory.c: fix spello of "function"Randy Dunlap2020-10-131-1/+1
* | mm/memory.c: replace vmf->vma with variable vmaYanfei Xu2020-10-131-1/+1
* | mm/memory.c: fix typo in __do_fault() commentYanfei Xu2020-10-131-1/+1
* | mm: avoid early COW write protect games during fork()Linus Torvalds2020-10-081-37/+4
* | mm: Do early cow for pinned pages during fork() for ptesPeter Xu2020-09-271-16/+189
* | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-5/+9
|/
* mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds2020-09-241-1/+1
* mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds2020-09-231-12/+12
* mm: split out the non-present case from copy_one_pte()Linus Torvalds2020-09-231-67/+79
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-051-13/+24
|\
| * mm: track page table modifications in __apply_to_page_range()Joerg Roedel2020-09-051-13/+24
* | Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-42/+18
|\ \ | |/ |/|
| * mm: Add PGREUSE counterPeter Xu2020-09-041-0/+1
| * mm: do_wp_page() simplificationLinus Torvalds2020-09-041-42/+17
* | mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-181-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-151-2/+2
|\ \
| * | mm/swapfile: fix and annotate various data racesQian Cai2020-08-141-2/+2
* | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-141-2/+0
|/ /
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-7/+10
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+63
* | mm/memory.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* | mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-121-7/+4
* | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-5/+4
* | mm/memory.c: make remap_pfn_range() reject unaligned addrAlex Zhang2020-08-071-1/+4
* | mm: remove redundant check non_swap_entry()Ralph Campbell2020-08-071-1/+1
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-1/+1
|\ \ \ | |_|/ |/| |
| * | alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon2020-07-211-1/+1
| |/
* / mm: initialize return of vm_insert_pagesTom Rix2020-07-241-1/+1
|/
* mm/memory: fix IO cost for anonymous pageJoonsoo Kim2020-06-261-0/+8
* mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages()Arjun Roy2020-06-261-10/+11
* mm: do_swap_page(): fix up the error codeMichal Hocko2020-06-261-1/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-20/+20
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
* mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/memory: fix a typo in comment "attampt"->"attempt"Ethon Paul2020-06-041-1/+1
* mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-06-041-8/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-31/+21
|\
| * mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-1/+1
| * mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-4/+4
| * mm: memcontrol: charge swapin pages on instantiationJohannes Weiner2020-06-031-4/+11