summaryrefslogtreecommitdiff
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-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
* userfaultfd: wp: hook userfault handler to write protection faultAndrea Arcangeli2020-04-071-1/+9
* mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)2020-04-071-3/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-5/+0
* Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-041-8/+19
|\
| * mm: Split huge pages on write-notify or COWThomas Hellstrom (VMware)2020-03-241-8/+19
* | mm/memory.c: clarify a confusing comment for vm_iomap_memoryWang Wenhu2020-04-021-1/+1
* | mm: clarify a confusing comment for remap_pfn_range()WANG Wenhu2020-04-021-1/+1
|/
* mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov2020-03-061-8/+27
* Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-041-4/+40
|\
| * Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie2020-01-311-4/+40
| |\
| | * mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom2020-01-161-0/+1
| | * mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom2020-01-161-4/+39
* | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-51/+95
|\ \ \ | |/ /
| * | mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens2019-12-171-42/+94
| |/
| * mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport2019-12-041-8/+0
| * mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thpYu Zhao2019-12-041-1/+1
* | sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-1/+1
|/
* mm: fix typos in comments when calling __SetPageUptodate()Wei Yang2019-12-011-1/+1
* mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom2019-12-011-0/+6
* rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)2019-12-011-2/+2
* mm: emit tracepoint when RSS changesJoel Fernandes (Google)2019-12-011-0/+6