summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2018-11-201-33/+1
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-11-202-11/+10
* mm: refuse wrapped vm_brk requestsKees Cook2018-11-201-3/+5
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-11-201-0/+1
* mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan2018-11-201-1/+1
* mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-11-201-4/+10
* ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2018-11-202-0/+6
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-11-201-1/+2
* mmap: relax file size limit for regular filesLinus Torvalds2018-10-211-1/+1
* mmap: introduce sane default mmap limitsLinus Torvalds2018-10-211-0/+32
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-10-211-4/+3
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-10-031-16/+30
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-10-032-7/+71
* pagewalk: improve vma handlingNaoya Horiguchi2018-10-031-89/+117
* mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi2018-10-031-7/+2
* mm: fix cache mode tracking in vm_insert_mixed()Dan Williams2018-10-031-2/+6
* mm: Add vm_insert_pfn_prot()Andy Lutomirski2018-10-031-2/+23
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2018-10-039-64/+47
* mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2018-10-031-17/+17
* rmap: drop support of non-linear mappingsKirill A. Shutemov2018-10-034-272/+10
* mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2018-10-033-3/+0
* mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov2018-10-031-54/+9
* mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2018-10-032-69/+22
* mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2018-10-031-5/+29
* mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2018-10-034-292/+70
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-251-36/+0
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-06-161-0/+3
* mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-06-161-1/+1
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-161-1/+1
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-06-161-2/+12
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-06-161-0/+9
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2018-06-161-2/+1
* mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual2018-03-031-2/+4
* KAISER: Kernel Address IsolationRichard Fellner2018-01-091-0/+1
* mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar2018-01-091-1/+1
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2018-01-012-2/+2
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2018-01-011-0/+2
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2018-01-011-10/+4
* mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU2018-01-011-2/+2
* mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2018-01-011-1/+1
* mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer2017-11-111-3/+9
* mm/init: fix zone boundary creationOliver O'Halloran2017-11-111-7/+10
* PM/hibernate: touch NMI watchdog when creating snapshotChen Yu2017-11-111-2/+18
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-11-111-5/+0
* mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-11-111-2/+2
* cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2017-10-121-2/+2
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2017-10-121-2/+12
* mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2017-10-121-5/+4
* mm: fix overflow check in expand_upwards()Helge Deller2017-10-121-1/+1
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2017-10-121-2/+4