summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-173-20/+243
|\
| * writeback: add tracepoints for cgroup foreign writebacksTejun Heo2019-08-301-0/+5
| * writeback, memcg: Implement foreign dirty flushingTejun Heo2019-08-272-0/+138
| * writeback: Separate out wb_get_lookup() from wb_get_create()Tejun Heo2019-08-271-18/+37
| * bdi: Add bdi->idTejun Heo2019-08-271-2/+63
* | Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-09-171-14/+9
|\ \
| * | percpu: Use struct_size() helperGustavo A. R. Silva2019-09-041-1/+1
| * | percpu: fix typo in pcpu_setup_first_chunk() commentChristophe JAILLET2019-07-231-1/+1
| * | percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang2019-07-041-12/+7
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-2/+2
|\ \ \
| * \ \ Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-162-28/+50
| |\ \ \
| * | | | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-032-2/+2
* | | | | mm/balloon_compaction: suppress allocation warningsNadav Amit2019-09-041-1/+2
* | | | | mm: memcontrol: fix percpu vmstats and vmevents flushShakeel Butt2019-08-301-5/+5
* | | | | mm, memcg: do not set reclaim_state on soft limit reclaimMichal Hocko2019-08-301-2/+3
* | | | | mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolateGustavo A. R. Silva2019-08-301-0/+1
* | | | | mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin2019-08-301-5/+3
* | | | | mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton2019-08-301-0/+2
* | | | | mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin2019-08-301-8/+27
* | | | | mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin2019-08-241-2/+8
* | | | | mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-08-241-2/+59
* | | | | mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-08-241-4/+15
* | | | | mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-241-0/+4
* | | | | mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin2019-08-241-1/+21
* | | | | mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin2019-08-241-0/+40
* | | | | mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes2019-08-241-15/+4
* | | | | mm/z3fold.c: fix race between migration and destructionHenry Burns2019-08-241-0/+89
* | | | | hugetlbfs: fix hugetlb page migration/fault race causing SIGBUSMike Kravetz2019-08-131-0/+19
* | | | | mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman2019-08-131-11/+2
* | | | | Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli2019-08-132-17/+27
* | | | | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-133-43/+18
* | | | | mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-132-6/+24
* | | | | mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres2019-08-131-1/+1
* | | | | mm: kmemleak: disable early logging in case of errorCatalin Marinas2019-08-131-1/+1
* | | | | mm/vmalloc.c: fix percpu free VM area search criteriaKuppuswamy Sathyanarayanan2019-08-131-1/+11
* | | | | mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-131-10/+29
* | | | | mm/z3fold.c: fix z3fold_destroy_pool() race conditionHenry Burns2019-08-131-1/+4
* | | | | mm/z3fold.c: fix z3fold_destroy_pool() orderingHenry Burns2019-08-131-1/+8
* | | | | mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi2019-08-131-7/+25
* | | | | mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi2019-08-131-20/+48
* | | | | mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell2019-08-131-0/+8
* | | | | mm/hmm: fix ZONE_DEVICE anon page mapping reuseRalph Campbell2019-08-131-0/+24
* | | | | mm/memremap: Fix reuse of pgmap instances with internal referencesDan Williams2019-08-091-0/+6
| |_|_|/ |/| | |
* | | | memremap: move from kernel/ to mm/Christoph Hellwig2019-08-032-0/+406
* | | | mm/memory_hotplug.c: remove unneeded return for void functionWeitao Hou2019-08-031-2/+0
* | | | mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell2019-08-031-10/+7
* | | | mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman2019-08-031-4/+7
* | | | mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara2019-08-031-1/+3
* | | | mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi2019-08-031-1/+8
* | | | Revert "kmemleak: allow to coexist with fault injection"Yang Shi2019-08-031-1/+1