aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-20/+20
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-1/+1
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-6/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04mm/memory: fix a typo in comment "attampt"->"attempt"Ethon Paul1-1/+1
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport1-8/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+21
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-1/+1
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-4/+4
2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner1-4/+11
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-26/+10
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-5/+5
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-17/+15
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-8/+22
2020-06-02mm/memory: remove unnecessary pte_devmap case in copy_one_pte()chenqiwu1-2/+0
2020-05-27mm/memory.c: Add memory read privilege on page fault handlingBibo Mao1-0/+3
2020-05-27mm/memory.c: Update local TLB if PTE entry existsBibo Mao1-8/+19
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy1-2/+127
2020-04-10mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy1-15/+24
2020-04-07mm: fix ambiguous comments for better code readabilitychenqiwu1-1/+1
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu1-0/+8
2020-04-07userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu1-0/+8
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu1-2/+2
2020-04-07userfaultfd: wp: hook userfault handler to write protection faultAndrea Arcangeli1-1/+9
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)1-3/+2
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-5/+0
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+19
2020-04-02mm/memory.c: clarify a confusing comment for vm_iomap_memoryWang Wenhu1-1/+1
2020-04-02mm: clarify a confusing comment for remap_pfn_range()WANG Wenhu1-1/+1
2020-03-24mm: Split huge pages on write-notify or COWThomas Hellstrom (VMware)1-8/+19
2020-03-06mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov1-8/+27
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+40
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-4/+40
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom1-0/+1
2020-01-16mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom1-4/+39
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar1-51/+95
2019-12-17mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens1-42/+94
2019-12-08sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-12-04mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport1-8/+0
2019-12-04mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thpYu Zhao1-1/+1
2019-12-01mm: fix typos in comments when calling __SetPageUptodate()Wei Yang1-1/+1
2019-12-01mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom1-0/+6
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)1-2/+2
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)1-0/+6
2019-12-01mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner1-11/+27
2019-10-18mm: fix double page fault on arm64 if PTE_AF is clearedJia He1-15/+89
2019-09-24mm: do not hash address in print_bad_pte()Kefeng Wang1-1/+1
2019-09-24mm: release the spinlock on zap_pte_rangeMinchan Kim1-2/+8