summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-05-22mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter1-3/+3
2020-04-28mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap1-1/+5
2020-01-11suspend: simplify block I/O handlingChristoph Hellwig1-1/+1
2020-01-11mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2019-12-19mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin1-7/+7
2019-12-19mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin1-1/+1
2019-12-19mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin1-1/+1
2019-12-19mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko1-1/+1
2019-12-19mm/slub: fix a deadlock in show_slab_objects()Qian Cai1-2/+11
2019-10-31mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker1-1/+1
2019-10-05coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+2
2019-08-13mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-0/+43
2019-08-13mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-07-09mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan1-23/+35
2019-07-09mm: fix potential data race in SyS_swaponHugh Dickins1-18/+7
2019-07-09mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-06-20mm/mincore.c: make mincore() more conservativeJiri Kosina1-0/+21
2019-06-20mm: introduce vma_is_anonymous(vma) helperOleg Nesterov1-4/+4
2019-05-11percpu: stop printing kernel addressesMatteo Croce1-4/+4
2019-05-02coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+6
2019-05-02mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-05-02mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov1-7/+3
2019-05-02tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-05-02tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-05-02mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+6
2019-05-02mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi1-1/+2
2019-05-02mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-04-04hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2019-04-04mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko1-29/+1
2019-04-04mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-2/+91
2019-04-04mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins1-25/+11
2019-02-11hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2019-02-11memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+2
2019-02-11hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-12-16mremap: properly flush TLB before releasing the pageLinus Torvalds2-6/+21
2018-12-16mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-12-16mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-12-16mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-12-16mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-12-16mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-12-16mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-11-20fs/proc: Stop trying to report thread stacksAndy Lutomirski1-33/+1
2018-11-20mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-11/+10
2018-11-20mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2018-11-20mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-11-20mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan1-1/+1
2018-11-20mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-11-20ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2-0/+6
2018-11-20mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+2
2018-10-21mmap: relax file size limit for regular filesLinus Torvalds1-1/+1