summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-161-6/+8
|\
| * mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe2019-06-031-1/+3
| * mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe2019-06-031-5/+5
* | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-131-11/+3
* | mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim2019-06-131-1/+1
* | coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-131-0/+3
* | mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack2019-06-131-2/+2
* | mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi2019-06-131-5/+19
* | mm/vmscan.c: fix recent_rotated historyKirill Tkhai2019-06-131-2/+2
* | mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan2019-06-131-1/+2
* | mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-131-1/+1
* | mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner2019-06-131-13/+28
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-054-8/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403Thomas Gleixner2019-06-051-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-052-27/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263Thomas Gleixner2019-06-051-4/+1
|/
* mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose2019-06-011-1/+1
* kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor2019-06-011-1/+1
* z3fold: fix sheduling while atomicVitaly Wool2019-06-011-5/+6
* mm/gup: continue VM_FAULT_RETRY processing even for pre-faultsMike Rapoport2019-06-011-7/+8
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-011-5/+3
* prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2019-06-011-2/+2
* mm/vmalloc.c: fix typo in commentAndrew Morton2019-06-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225Thomas Gleixner2019-05-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-30/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner2019-05-241-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-214-0/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2122-0/+22
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-192-248/+851
|\
| * mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-181-2/+2
| * mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-181-0/+43
| * mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-181-0/+48
| * mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-181-246/+758
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-7/+8
|\ \ | |/ |/|
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-7/+8
* | slab: remove /proc/slab_allocatorsQian Cai2019-05-161-225/+1
* | mm: memcontrol: fix NUMA round-robin reclaim at intermediate levelJohannes Weiner2019-05-141-4/+4
* | mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner2019-05-141-106/+99
* | mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner2019-05-141-0/+79
* | mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-143-25/+28
* | mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down2019-05-141-72/+76
* | mm/mincore.c: make mincore() more conservativeJiri Kosina2019-05-141-1/+22
* | mm: maintain randomization of page free listsDan Williams2019-05-143-2/+44
* | mm: move buddy list manipulations into helpersDan Williams2019-05-142-45/+24
* | mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-145-2/+250
* | mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)2019-05-141-10/+10
* | mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)2019-05-141-6/+12