summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-17mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-8/+3
2018-12-17mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-8/+15
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+5
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-7/+22
2018-08-15mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2018-08-15mm: Add vm_insert_pfn_prot()Andy Lutomirski1-2/+23
2018-04-24mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko1-0/+17
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman1-0/+1
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-38/+0
2016-05-05numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-0/+40
2016-03-04mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2015-11-19mm, dax: fix DAX deadlocks (COW fault)Yigal Korman1-4/+4
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler1-0/+2
2015-09-10mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov1-2/+2
2015-09-09mm, dax: use i_mmap_unlock_write() in do_cow_fault()Kirill A. Shutemov1-4/+4
2015-09-09mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov1-9/+2
2015-09-09dax: fix race between simultaneous faultsMatthew Wilcox1-3/+8
2015-09-09mm: add a pmd_fault handlerMatthew Wilcox1-6/+24
2015-09-09mm: introduce vma_is_anonymous(vma) helperOleg Nesterov1-4/+4
2015-09-05mm/memory.c: make tlb_next_batch() return boolNicholas Krause1-5/+5
2015-09-05userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli1-0/+16
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-7/+13
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-25mm, memcg: Try charging a page before setting page up to dateMel Gorman1-4/+6
2015-06-24vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand1-12/+6
2015-04-16mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh1-4/+39
2015-04-16mm/memory: also print a_ops->readpage in print_bad_pte()Konstantin Khlebnikov1-6/+5
2015-04-16mm: remove rest of ACCESS_ONCE() usagesJason Low1-1/+1
2015-04-15mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel1-38/+48
2015-04-15mm: refactor do_wp_page, extract the page copy flowShachar Raindel1-118/+147
2015-04-15mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel1-9/+12
2015-04-15mm: refactor do_wp_page, extract the reuse caseShachar Raindel1-49/+68
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-1/+2
2015-03-26mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman1-5/+3
2015-03-26mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman1-8/+11
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds1-1/+6
2015-02-17mm: allow page fault handlers to perform the COWMatthew Wilcox1-9/+32
2015-02-17mm: fix XIP fault vs truncate raceMatthew Wilcox1-0/+1
2015-02-13mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-13mm: numa: add paranoid check around pte_protnone_numaMel Gorman1-0/+3
2015-02-13mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+0
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-4/+6
2015-02-13mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-2/+2
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov1-6/+9
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-192/+84
2015-02-11mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner1-31/+17