summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter2020-05-221-3/+3
* mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-281-1/+5
* suspend: simplify block I/O handlingChristoph Hellwig2020-01-111-1/+1
* mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov2020-01-111-1/+1
* mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin2019-12-191-7/+7
* mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin2019-12-191-1/+1
* mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-12-191-1/+1
* mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko2019-12-191-1/+1
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-12-191-2/+11
* mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker2019-10-311-1/+1
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-10-051-0/+2
* 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