aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-4/+4
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-1/+1
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-6/+10
2016-01-15thp: allow mlocked THP againKirill A. Shutemov1-3/+3
2016-01-15mm, numa: skip PTE-mapped THP on numa faultKirill A. Shutemov1-0/+6
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-1/+1
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-16/+2
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+1
2016-01-15thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov1-1/+2
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-14/+14
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-7/+7
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov1-1/+1
2016-01-14mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko1-0/+17
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-20/+10
2015-11-18mm, 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-08mm, dax: use i_mmap_unlock_write() in do_cow_fault()Kirill A. Shutemov1-4/+4
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov1-9/+2
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox1-3/+8
2015-09-08mm: add a pmd_fault handlerMatthew Wilcox1-6/+24
2015-09-08mm: introduce vma_is_anonymous(vma) helperOleg Nesterov1-4/+4
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause1-5/+5
2015-09-04userfaultfd: 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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-24mm, memcg: Try charging a page before setting page up to dateMel Gorman1-4/+6
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaultsDavid Hildenbrand1-12/+6
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh1-4/+39
2015-04-15mm/memory: also print a_ops->readpage in print_bad_pte()Konstantin Khlebnikov1-6/+5
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-1/+1
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel1-38/+48
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel1-118/+147
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel1-9/+12
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel1-49/+68
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-1/+2
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman1-5/+3
2015-03-25mm: 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-16mm: allow page fault handlers to perform the COWMatthew Wilcox1-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox1-0/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman1-0/+3
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+0
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-4/+6
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-2/+2
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-6/+9
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-192/+84
2015-02-10mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner1-31/+17