summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: Add vm_insert_pfn_prot()Andy Lutomirski2018-08-151-2/+23
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-08-061-1/+1
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-08-061-1/+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-2/+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/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie2018-05-301-0/+3
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-05-301-2/+12
* 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-261-0/+1
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2018-05-261-4/+12
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2018-05-261-0/+49
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2018-05-261-31/+12
* vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov2018-05-261-3/+9
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-161-0/+1
* writeback: safer lock nestingGreg Thelen2018-04-241-9/+9
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-241-5/+4
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2018-04-242-5/+21
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-241-1/+2
* writeback: fix the wrong congested state variable definitionKaixu Xia2018-04-081-2/+2
* mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2018-02-251-1/+1
* Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2018-02-251-0/+24
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2018-02-251-0/+3
* mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-02-221-1/+1
* kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2018-02-031-0/+2
* mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2018-01-311-3/+3
* cma: fix calculation of aligned offsetDoug Berger2018-01-311-9/+6