summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell2018-05-1010-18/+36
|\
| * mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport2018-04-271-1/+18
| * Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-277-23/+57
| |\
| * | docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport2018-04-271-2/+3
| * | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-1610-17/+17
| |\ \
| | * | docs/vm: rename documentation files to .rstMike Rapoport2018-04-1610-17/+17
* | | | Merge remote-tracking branch 'dma-mapping/for-next'Stephen Rothwell2018-05-101-1/+1
|\ \ \ \
| * | | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-1/+1
* | | | | 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
* | mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-117-29/+11
* | mm, numa: rework do_pages_moveMichal Hocko2018-04-113-175/+139
* | mm/swapfile.c: make pointer swap_avail_heads staticColin Ian King2018-04-111-1/+1
* | memcg: fix per_node_info cleanupMichal Hocko2018-04-111-0/+3
* | swap: divide-by-zero when zero length swap file on ssdTom Abraham2018-04-111-0/+4
* | mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-112-13/+17
* | mm/ksm.c: fix inconsistent accounting of zero pagesClaudio Imbrenda2018-04-111-0/+7
* | mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox2018-04-111-1/+1
* | z3fold: fix memory leakXidong Wang2018-04-111-2/+7
* | memcg, thp: do not invoke oom killer on thp chargesMichal Hocko2018-04-113-10/+5
* | mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell2018-04-111-1/+2
* | sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman2018-04-112-0/+16
* | mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo2018-04-111-10/+2
* | mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-111-41/+58
* | mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-111-33/+118
* | mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse2018-04-111-72/+102
* | mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse2018-04-111-8/+8