summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* percpu: include linux/sched.h for cond_resched()Tejun Heo2018-05-091-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, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-241-1/+2
* mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab2018-04-131-2/+0
* mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2018-04-081-7/+6
* mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-281-11/+20
* mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-281-1/+3
* mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov2018-03-281-1/+6
* mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi2018-03-241-0/+8
* mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2018-03-241-7/+13
* mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner2018-03-241-2/+4
* mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams2018-02-281-0/+12
* mm: introduce get_user_pages_longtermDan Williams2018-02-281-0/+64
* mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler2018-02-281-10/+30
* shmem: fix compilation warnings on unused functionsJérémy Lefaure2018-02-251-0/+2
* shmem: avoid maybe-uninitialized warningArnd Bergmann2018-02-251-3/+1
* 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: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2018-01-314-23/+41
* 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
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2018-01-312-1/+8
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2018-01-311-2/+4
* zswap: don't param_set_charp while holding spinlockDan Streetman2018-01-171-4/+8
* kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins2018-01-051-0/+1
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-12-141-1/+1
* thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-12-141-1/+33
* thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-12-141-26/+26
* mm: fix remote numa hits statisticsMichal Hocko2017-12-091-11/+4
* mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan2017-12-091-3/+4
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-3/+1
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-12-052-3/+13
* mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz2017-12-051-1/+8
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-12/+7
* mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-241-1/+5
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-241-9/+18
* slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko2017-10-211-1/+4
* mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-10-212-3/+4
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-121-0/+16
* mm/cgroup: avoid panic when init with low memoryLaurent Dufour2017-10-081-2/+5
* mm: prevent double decrease of nr_reserved_highatomicMinchan Kim2017-09-271-6/+18
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-131-5/+5
* mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman2017-09-071-0/+7
* mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin2017-08-301-1/+1