summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2019-08-131-0/+43
* mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov2019-08-131-5/+0
* mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan2019-07-091-23/+35
* mm: fix potential data race in SyS_swaponHugh Dickins2019-07-091-18/+7
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-07-091-1/+1
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-06-201-0/+21
* mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2019-06-201-4/+4
* percpu: stop printing kernel addressesMatteo Croce2019-05-111-4/+4
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-05-021-1/+6
* mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-05-021-4/+3
* mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov2019-05-021-7/+3
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-05-021-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-05-021-3/+7
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-05-021-2/+6
* mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi2019-05-021-1/+2
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-05-021-0/+8
* hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2019-04-041-0/+16
* mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko2019-04-041-29/+1
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2019-04-042-2/+91
* mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins2019-04-041-25/+11
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2019-02-111-4/+19
* memory_hotplug: cond_resched in __remove_pagesMichal Hocko2019-02-111-0/+2
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2019-02-111-0/+6
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-12-162-6/+21
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-12-161-2/+6
* mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-12-161-1/+1
* mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn2018-12-161-0/+3
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-12-161-0/+2
* mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-12-161-9/+0
* mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin2018-12-161-3/+3
* 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