summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1
* mm: don't warn about large allocations for slabDmitry Vyukov2018-12-012-6/+10
* 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
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-131-0/+6
* mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET2018-11-101-2/+4
* mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang2018-11-101-2/+2
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-202-23/+17
* mm/vmstat.c: fix outdated vmstat_textJann Horn2018-10-181-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-031-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
* mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner2018-09-191-1/+1
* mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman2018-09-191-0/+1
* Fixes: Commit 2aa6d036b716 ("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
* memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai2018-09-051-4/+11
* 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/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-031-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-031-1/+2
* mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-251-0/+2
* mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-251-1/+1
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-07-111-1/+0
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* mmap: relax file size limit for regular filesLinus Torvalds2018-06-131-1/+1
* mmap: introduce sane default mmap limitsLinus Torvalds2018-06-131-0/+32
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-061-1/+1
* mm: fix races between address_space dereference and free in page_evicatableHuang Ying2018-05-301-1/+7
* mm/ksm: fix interaction with THPClaudio Imbrenda2018-05-301-0/+28
* swap: divide-by-zero when zero length swap file on ssdTom Abraham2018-05-301-0/+4
* mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon2018-05-301-5/+7
* mm, thp: do not cause memcg oom for thpDavid Rientjes2018-05-302-4/+9
* mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-05-301-0/+3
* mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt2018-05-301-1/+9
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-05-301-2/+12
* mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi2018-05-301-4/+8
* mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie2018-05-301-3/+7
* mm/mempolicy: fix the check of nodemask from userYisheng Xie2018-05-301-3/+20
* kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-301-1/+1
* mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin2018-05-221-0/+1
* proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-191-0/+3