summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu2019-10-291-9/+13
* hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand2019-10-291-3/+2
* mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai2019-10-291-2/+3
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-291-2/+11
* mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand2019-10-291-6/+8
* memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)2019-10-291-8/+10
* mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter2019-10-171-9/+11
* usercopy: Avoid HIGHMEM pfn warningKees Cook2019-10-111-1/+7
* mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao2019-10-051-22/+13
* memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko2019-10-051-0/+10
* memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa2019-10-051-2/+3
* mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell2019-09-161-10/+7
* mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton2019-09-061-0/+2
* mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-08-291-2/+59
* mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-08-291-4/+15
* mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-291-0/+4
* Revert "kmemleak: allow to coexist with fault injection"Yang Shi2019-08-251-1/+1
* mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres2019-08-251-1/+1
* mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-251-10/+29
* mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi2019-08-251-7/+25
* mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi2019-08-251-20/+48
* mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell2019-08-251-0/+8
* mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel2019-08-161-0/+9
* mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi2019-08-061-1/+8
* mm/cma.c: fail if fixed declaration can't be honoredDoug Berger2019-08-061-0/+13
* mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2019-07-312-2/+5
* mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker2019-07-311-1/+1
* mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski2019-07-311-3/+6
* mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck2019-07-311-1/+2
* mm/kmemleak.c: fix check for softirq contextDmitry Vyukov2019-07-311-1/+1
* mm/swap: fix release_pages() when releasing devmap pagesIra Weiny2019-07-311-4/+9
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-281-3/+3
* mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-07-281-0/+22
* mm/vmscan.c: prevent useless kswapd loopsShakeel Butt2019-07-101-12/+15
* mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack2019-07-101-2/+2
* mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King2019-07-031-2/+2
* mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2019-07-032-13/+21
* mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi2019-07-031-0/+2
* mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang2019-07-031-1/+1
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-221-0/+3
* mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim2019-06-191-1/+1
* mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-191-1/+1
* percpu: do not search past bitmap when allocating an areaDennis Zhou2019-06-151-1/+2
* percpu: remove spurious lock dependency between percpu and schedJohn Sperbeck2019-06-151-1/+5
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-06-151-1/+5
* mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-06-151-1/+1
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-06-151-1/+1
* mm/cma.c: fix the bitmap status to show failed allocation reasonYue Hu2019-06-151-8/+11
* mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-06-151-1/+3
* mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-06-151-2/+4