summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-26/+10
| * mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-5/+5
| * mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-17/+15
* | Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-06-031-8/+22
|\ \ | |/ |/|
| * mm/memory.c: Add memory read privilege on page fault handlingBibo Mao2020-05-271-0/+3
| * mm/memory.c: Update local TLB if PTE entry existsBibo Mao2020-05-271-8/+19
* | mm/memory: remove unnecessary pte_devmap case in copy_one_pte()chenqiwu2020-06-021-2/+0
|/
* mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-101-2/+127
* mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy2020-04-101-15/+24
* mm: fix ambiguous comments for better code readabilitychenqiwu2020-04-071-1/+1
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+8
* userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu2020-04-071-0/+8
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-2/+2