summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-301-1/+1
* mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-301-2/+2
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-241-8/+3
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-08-241-5/+0
* mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko2017-08-241-1/+11
* mm: discard memblock data laterPavel Tatashin2017-08-243-37/+21
* mm: fix list corruptions on shmem shrinklistCong Wang2017-08-161-2/+10
* mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-161-1/+1
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-08-111-3/+3
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-08-111-2/+2
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-116-1/+45
* mm: fix overflow check in expand_upwards()Helge Deller2017-07-211-1/+1
* mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala2017-07-211-8/+6
* thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov2017-07-211-1/+1
* mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel2017-07-051-2/+12
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-07-051-0/+6
* mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes2017-07-051-0/+2
* mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-06-241-2/+4
* Allow stack to grow up to address space limitHelge Deller2017-06-241-5/+8
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-243-103/+89
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-241-0/+3
* mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-241-1/+4
* kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra2017-06-171-0/+3
* shmem: fix sleeping from atomic contextKirill A. Shutemov2017-06-171-2/+9
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* mm/slub.c: trace free objects at KERN_INFODaniel Thompson2017-06-071-10/+13
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-071-2/+4
* ksm: prevent crash after write_protect_page failsAndrea Arcangeli2017-06-071-2/+1
* mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-072-11/+45
* mlock: fix mlock count can not decrease in race conditionYisheng Xie2017-06-071-2/+3
* mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal2017-06-071-6/+2
* mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka2017-05-201-1/+2
* mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent2017-04-271-1/+1
* mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov2017-04-211-1/+14
* zsmalloc: expand class bitMinchan Kim2017-04-211-1/+1
* thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov2017-04-211-2/+1
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-121-12/+8
* mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov2017-04-121-1/+1
* mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-04-081-1/+1
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-081-2/+4