summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-10-03x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen
2018-10-03x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-10-03pagewalk: improve vma handlingNaoya Horiguchi
2018-10-03mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi
2018-10-03mm: fix cache mode tracking in vm_insert_mixed()Dan Williams
2018-10-03mm: Add vm_insert_pfn_prot()Andy Lutomirski
2018-10-03mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2018-10-03mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2018-10-03mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2018-10-03mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-06-16mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-06-16mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-06-16mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-06-16mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman
2018-06-16hugetlbfs: check for pgoff value overflowMike Kravetz
2018-06-16mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2018-03-03mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual
2018-01-09KAISER: Kernel Address IsolationRichard Fellner
2018-01-09mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2018-01-01mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2018-01-01mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU
2018-01-01mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU
2017-11-11mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer
2017-11-11mm/init: fix zone boundary creationOliver O'Halloran
2017-11-11PM/hibernate: touch NMI watchdog when creating snapshotChen Yu
2017-11-11mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-11-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2017-10-12mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2017-10-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2017-10-12mm: fix overflow check in expand_upwards()Helge Deller
2017-10-12mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2017-09-15Sanitize 'move_pages()' permission checksLinus Torvalds
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15mm: numa: avoid waiting on freed migrated pagesMark Rutland
2017-09-15swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-09-15mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse
2017-09-15mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-09-15mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-09-15slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-07-02Allow stack to grow up to address space limitHelge Deller
2017-07-02mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins