summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-68/+9
|\
| * proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-15/+3
| * proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-57/+10
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-042-28/+98
|\ \
| * | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-05-231-1/+17
| * | mempool: Add mempool_init()/mempool_exit()Kent Overstreet2018-05-141-27/+81
* | | mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-021-1/+1
* | | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-021-1/+1
* | | kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-251-1/+1
* | | kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-251-0/+1
* | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-1/+1
* | | mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko2018-05-251-6/+10
* | | mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-251-2/+61
* | | mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval2018-05-251-1/+6
* | | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-244-129/+45
* | | mmap: relax file size limit for regular filesLinus Torvalds2018-05-191-1/+1
* | | mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin2018-05-181-0/+1
* | | proc: do not access cmdline nor environ from file-backed areasWilly Tarreau2018-05-171-0/+3
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-116-73/+106
|\ \
| * | mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-112-56/+69
| * | mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi2018-05-111-3/+1
| * | mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin2018-05-111-1/+5
| * | mm: sections are not offlined during memory hotremovePavel Tatashin2018-05-111-1/+1
| * | z3fold: fix reclaim lock-upsVitaly Wool2018-05-111-12/+30
| |/
* / mmap: introduce sane default mmap limitsLinus Torvalds2018-05-111-0/+32
|/
* Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-041-1/+2
|\
| * bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa2018-05-031-0/+1
| * bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa2018-05-031-1/+1
* | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-251-1/+10
|/
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-201-5/+4
* mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim2018-04-201-1/+1
* mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-203-7/+20
* writeback: safer lock nestingGreg Thelen2018-04-201-9/+9
* mm: fix do_pages_move status handlingMichal Hocko2018-04-201-0/+3
* mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa2018-04-161-1/+20
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-131-1/+2
* mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann2018-04-131-1/+5
* mm/gup.c: document return valueMichael S. Tsirkin2018-04-132-3/+7
* get_user_pages_fast(): return -EFAULT on access_ok failureMichael S. Tsirkin2018-04-131-1/+4
* mm/gup_benchmark: handle gup failuresMichael S. Tsirkin2018-04-131-1/+3
* page cache: use xa_lockMatthew Wilcox2018-04-1113-185/+176
* xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-111-4/+0
* mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+11
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+1
* kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov2018-04-111-23/+34
* mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim2018-04-111-1/+9
* mm/cma: remove ALLOC_CMAJoonsoo Kim2018-04-113-29/+4
* mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2018-04-113-16/+125
* mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim2018-04-111-11/+14
* mm: unclutter THP migrationMichal Hocko2018-04-114-39/+34