summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long2019-07-122-0/+64
* mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin2019-07-124-18/+58
* 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-124-79/+96
* 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-122-8/+27
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-124-28/+14
* mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin2019-07-123-19/+19
* 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-123-11/+40
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-122-3/+10
* memcg, oom: no oom-kill for __GFP_RETRY_MAYFAILShakeel Butt2019-07-121-3/+1
* mm/mincore.c: fix race between swapoff and mincoreHuang Ying2019-07-121-2/+10
* mm, swap: use rbtree for swap_extentAaron Lu2019-07-123-66/+78
* mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying2019-07-121-18/+15
* mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-124-39/+146
* mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi2019-07-121-4/+2
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-121-2/+4
* jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-123-4/+4
* mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-122-6/+7
* mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig2019-07-121-1/+2
* mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-127-54/+17
* mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka2019-07-122-14/+52
* mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2019-07-122-10/+28
* mm/failslab.c: by default, do not fail allocations with direct reclaim onlyNicolas Boichat2019-07-121-1/+2
* include/linux/pagemap.h: document trylock_page() return valueAndrew Morton2019-07-121-0/+3
* mm: remove the exporting of totalram_pagesDenis Efremov2019-07-121-2/+0
* include/linux/vmpressure.h: use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-121-1/+1
* mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu2019-07-122-3/+2
* mm: remove the account_page_dirtied exportChristoph Hellwig2019-07-121-1/+0
* include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_infoAlexey Dobriyan2019-07-121-0/+2
* mm: make !CONFIG_HUGE_PAGE wrappers into static inlinesJason Gunthorpe2019-07-121-16/+86
* mm/memory.c: trivial clean up in insert_page()Miklos Szeredi2019-07-121-2/+0
* mm/gup.c: make follow_page_mask() staticBharath Vedartham2019-07-121-1/+1
* sparc: remove ARCH_SELECT_MEMORY_MODELMike Rapoport2019-07-121-3/+0
* s390: remove ARCH_SELECT_MEMORY_MODELMike Rapoport2019-07-121-3/+0
* arm: remove ARCH_SELECT_MEMORY_MODELMike Rapoport2019-07-121-3/+0
* include/linux/pfn_t.h: remove pfn_t_to_virt()Andrew Morton2019-07-121-7/+0
* mm/kasan: add object validation in ksize()Marco Elver2019-07-122-3/+26
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-125-31/+36
* lib/test_kasan: Add test for double-kzfree detectionMarco Elver2019-07-121-0/+17
* mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-125-26/+47
* mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-122-9/+26
* asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-123-152/+302
* x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-122-2/+2
* lib/test_kasan: add bitops testsMarco Elver2019-07-121-3/+78
* mm/kasan: print frame description for stack bugsMarco Elver2019-07-122-0/+170