summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-231-1/+1
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko2019-03-231-0/+3
* mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-03-231-1/+2
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-232-2/+23
* mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-03-231-4/+3
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-03-231-3/+3
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-061-2/+5
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-02-061-0/+8
* mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster2019-01-261-14/+21
* slab: alien caches must not be initialized if the allocation of the alien cache failedChristoph Lameter2019-01-161-2/+4
* hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2019-01-131-0/+16
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-12-171-0/+3
* mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2018-12-172-12/+6
* mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2018-12-172-11/+21
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-174-26/+15
* mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2018-12-171-11/+2
* mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-173-11/+14
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-174-21/+12
* mm/nommu.c: Switch __get_user_pages_unlocked() to use __get_user_pages()Ben Hutchings2018-12-171-2/+2
* mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2018-12-172-13/+20
* mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes2018-12-171-11/+26
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-12-171-0/+8
* mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2018-12-171-1/+3
* mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT)Simon Guo2018-12-131-0/+3
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-12-131-2/+6
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-11-212-2/+91
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-211-2/+30
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-11-212-11/+10
* mm: refuse wrapped vm_brk requestsKees Cook2018-11-211-3/+5
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-211-0/+6
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-11-102-6/+21
* mm/vmstat.c: fix outdated vmstat_textJann Horn2018-10-201-1/+0
* mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn2018-10-131-0/+3
* mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-101-1/+1
* slub: make ->cpu_partial unsigned intAlexey Dobriyan2018-10-101-3/+3
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-09-291-0/+2
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-192-40/+2
* Fixes: Commit cdbf92675fad ("mm: numa: avoid waiting on freed migrated pages")Chas Williams2018-09-151-1/+1
* mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin2018-09-151-2/+6
* mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-09-091-9/+0
* mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-09-051-0/+3
* zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang2018-09-051-0/+9
* kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei2018-08-241-2/+3
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-08-151-16/+30
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-08-152-7/+71
* mm: fix cache mode tracking in vm_insert_mixed()Dan Williams2018-08-151-2/+6