summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-06-261-2/+4
* Allow stack to grow up to address space limitHelge Deller2017-06-261-5/+8
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-263-103/+89
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-06-261-0/+3
* mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse2017-06-261-1/+4
* kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra2017-06-171-0/+3
* mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-142-3/+46
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* 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
* slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner2017-06-071-2/+4
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-05-251-1/+11
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-04-121-12/+8
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-081-2/+4
* percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pagesTahsin Erdogan2017-03-261-1/+4
* mm: memcontrol: avoid unused function warningArnd Bergmann2017-03-181-18/+18
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-03-121-2/+5
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-03-121-1/+9
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-03-121-1/+1
* block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo2017-02-261-2/+7
* base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani2017-02-091-5/+15
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-091-0/+5
* mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani2017-02-091-4/+8
* zswap: disable changing params if init failsDan Streetman2017-02-091-1/+29
* mm, memcg: do not retry precharge chargesDavid Rientjes2017-02-011-2/+2
* mm/mempolicy.c: do not put mempolicy before using its nodemaskVlastimil Babka2017-02-011-1/+1
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-191-9/+28
* mm/init: fix zone boundary creationOliver O'Halloran2017-01-151-7/+10
* mm/vmscan.c: set correct defer count for shrinkerShaohua Li2017-01-061-3/+11
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-061-0/+2
* kasan: update kasan_global for gcc 7Dmitry Vyukov2016-12-081-0/+3
* swapfile: fix memory corruption via malformed swapfileJann Horn2016-11-181-0/+2
* mm/cma: silence warnings due to max() usageStephen Rothwell2016-11-101-3/+4
* mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-11-102-0/+11
* mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov2016-11-101-0/+2
* mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer2016-10-311-6/+7
* mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-281-1/+0
* mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-10-282-49/+47
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-281-0/+8
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-201-2/+12
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-10-071-1/+2
* mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins2016-09-301-19/+0
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-09-151-26/+1
* hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov2016-09-071-2/+1
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-201-0/+4
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-201-0/+19
* mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov2016-08-161-6/+18
* mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov2016-08-161-4/+33
* mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-08-162-20/+75
* mm, meminit: ensure node is online before checking whether pages are uninitia...Mel Gorman2016-08-101-1/+3