summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa2019-07-122-4/+1Star
| * | | mm/memory-failure.c: clarify error messageJane Chu2019-07-121-1/+1
| * | | mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-0/+10
| * | | mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2019-07-122-2/+5
| * | | mm: vmscan: correct some vmscan counters for THP swapoutYang Shi2019-07-121-14/+49
| * | | mm: vmscan: remove double slab pressure by inc'ing sc->nr_scannedYang Shi2019-07-121-5/+0Star
| * | | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-125-16/+135
| * | | mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin2019-07-121-13/+18
| * | | mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin2019-07-121-7/+9
| * | | mm/vmalloc.c: spelling> s/informaion/information/Geert Uytterhoeven2019-07-121-2/+2
| * | | mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()Uladzislau Rezki (Sony)2019-07-121-15/+10Star
| * | | mm/vmalloc.c: get rid of one single unlink_va() when mergeUladzislau Rezki (Sony)2019-07-121-6/+2Star
| * | | mm/vmalloc.c: preload a CPU with one object for split purposeUladzislau Rezki (Sony)2019-07-121-4/+51
| * | | mm/vmalloc.c: remove "node" argumentUladzislau Rezki (Sony)2019-07-121-2/+2
| * | | mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker2019-07-121-1/+1
| * | | mm/memory.c: fail when offset == num in first check of __vm_map_pages()Miguel Ojeda2019-07-121-1/+1
| * | | mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-122-5/+2Star
| * | | mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck2019-07-121-1/+2
| * | | mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski2019-07-121-3/+6
| * | | mm/gup: speed up check_and_migrate_cma_pages() on huge pagePingfan Liu2019-07-121-8/+16
| * | | mm: mark the page referenced in gup_hugepteChristoph Hellwig2019-07-121-0/+1
| * | | mm: switch gup_hugepte to use try_get_compound_headChristoph Hellwig2019-07-121-1/+2
| * | | mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-122-0/+92
| * | | mm: validate get_user_pages_fast flagsChristoph Hellwig2019-07-121-0/+3
| * | | mm: consolidate the get_user_pages* implementationsChristoph Hellwig2019-07-125-142/+65Star
| * | | mm: reorder code blocks in gup.cChristoph Hellwig2019-07-121-205/+205
| * | | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig2019-07-122-3/+3
| * | | mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig2019-07-122-4/+50
| * | | mm: simplify gup_fast_permittedChristoph Hellwig2019-07-121-10/+7Star
| * | | mm: use untagged_addr() for get_user_pages_fast addressesChristoph Hellwig2019-07-121-2/+2
| * | | mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long2019-07-121-0/+60
| * | | mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin2019-07-123-17/+57
| * | | mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin2019-07-123-19/+70
| * | | mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin2019-07-123-78/+94
| * | | mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin2019-07-121-3/+12
| * | | mm: memcg/slab: don't check the dying flag on kmem_cache creationRoman Gushchin2019-07-121-1/+1
| * | | mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin2019-07-123-28/+30
| * | | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin2019-07-121-8/+17
| * | | mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-124-28/+14Star
| * | | mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin2019-07-122-16/+16
| * | | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-124-11/+12
| * | | mm: memcontrol: dump memory.stat during cgroup OOMJohannes Weiner2019-07-121-132/+157
| * | | mm, memcg: introduce memory.events.localShakeel Butt2019-07-121-10/+24
| * | | memcg, oom: no oom-kill for __GFP_RETRY_MAYFAILShakeel Butt2019-07-121-3/+1Star
| * | | mm/mincore.c: fix race between swapoff and mincoreHuang Ying2019-07-121-2/+10
| * | | mm, swap: use rbtree for swap_extentAaron Lu2019-07-122-63/+76
| * | | mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying2019-07-121-18/+15Star
| * | | mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-123-36/+136
| * | | mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi2019-07-121-4/+2Star
| * | | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-4/+6