Age | Commit message (Expand) | Author | Files | Lines |
2019-07-12 | mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages |  Roman Gushchin | 3 | -19/+70 |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management |  Roman Gushchin | 4 | -79/+96 |
2019-07-12 | mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock |  Roman Gushchin | 1 | -3/+12 |
2019-07-12 | mm: memcg/slab: don't check the dying flag on kmem_cache creation |  Roman Gushchin | 1 | -1/+1 |
2019-07-12 | mm: memcg/slab: unify SLAB and SLUB page accounting |  Roman Gushchin | 3 | -28/+30 |
2019-07-12 | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() |  Roman Gushchin | 2 | -8/+27 |
2019-07-12 | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation |  Roman Gushchin | 4 | -28/+14 |
2019-07-12 | mm: memcg/slab: rename slab delayed deactivation functions and fields |  Roman Gushchin | 3 | -19/+19 |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() |  Roman Gushchin | 4 | -11/+12 |
2019-07-12 | mm: memcontrol: dump memory.stat during cgroup OOM |  Johannes Weiner | 1 | -132/+157 |
2019-07-12 | mm, memcg: introduce memory.events.local |  Shakeel Butt | 3 | -11/+40 |
2019-07-12 | memcg, fsnotify: no oom-kill for remote memcg charging |  Shakeel Butt | 2 | -3/+10 |
2019-07-12 | memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL |  Shakeel Butt | 1 | -3/+1 |
2019-07-12 | mm/mincore.c: fix race between swapoff and mincore |  Huang Ying | 1 | -2/+10 |
2019-07-12 | mm, swap: use rbtree for swap_extent |  Aaron Lu | 3 | -66/+78 |
2019-07-12 | mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() |  Huang Ying | 1 | -18/+15 |
2019-07-12 | mm, swap: fix race between swapoff and some swap operations |  Huang Ying | 4 | -39/+146 |
2019-07-12 | mm/filemap.c: correct the comment about VM_FAULT_RETRY |  Yang Shi | 1 | -4/+2 |
2019-07-12 | 9p: pass the correct prototype to read_cache_page |  Christoph Hellwig | 1 | -2/+4 |
2019-07-12 | jffs2: pass the correct prototype to read_cache_page |  Christoph Hellwig | 3 | -4/+4 |
2019-07-12 | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page |  Christoph Hellwig | 2 | -6/+7 |
2019-07-12 | mm/filemap.c: fix an overly long line in read_cache_page |  Christoph Hellwig | 1 | -1/+2 |
2019-07-12 | mm, debug_pagealloc: use a page type instead of page_ext flag |  Vlastimil Babka | 7 | -54/+17 |
2019-07-12 | mm, page_alloc: more extensive free page checking with debug_pagealloc |  Vlastimil Babka | 2 | -14/+52 |
2019-07-12 | mm, debug_pagelloc: use static keys to enable debugging |  Vlastimil Babka | 2 | -10/+28 |
2019-07-12 | mm/failslab.c: by default, do not fail allocations with direct reclaim only |  Nicolas Boichat | 1 | -1/+2 |
2019-07-12 | include/linux/pagemap.h: document trylock_page() return value |  Andrew Morton | 1 | -0/+3 |
2019-07-12 | mm: remove the exporting of totalram_pages |  Denis Efremov | 1 | -2/+0 |
2019-07-12 | include/linux/vmpressure.h: use spinlock_t instead of struct spinlock |  Sebastian Andrzej Siewior | 1 | -1/+1 |
2019-07-12 | mm/page_isolation.c: change the prototype of undo_isolate_page_range() |  Pingfan Liu | 2 | -3/+2 |
2019-07-12 | mm: remove the account_page_dirtied export |  Christoph Hellwig | 1 | -1/+0 |
2019-07-12 | include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info |  Alexey Dobriyan | 1 | -0/+2 |
2019-07-12 | mm: make !CONFIG_HUGE_PAGE wrappers into static inlines |  Jason Gunthorpe | 1 | -16/+86 |
2019-07-12 | mm/memory.c: trivial clean up in insert_page() |  Miklos Szeredi | 1 | -2/+0 |
2019-07-12 | mm/gup.c: make follow_page_mask() static |  Bharath Vedartham | 1 | -1/+1 |
2019-07-12 | sparc: remove ARCH_SELECT_MEMORY_MODEL |  Mike Rapoport | 1 | -3/+0 |
2019-07-12 | s390: remove ARCH_SELECT_MEMORY_MODEL |  Mike Rapoport | 1 | -3/+0 |
2019-07-12 | arm: remove ARCH_SELECT_MEMORY_MODEL |  Mike Rapoport | 1 | -3/+0 |
2019-07-12 | include/linux/pfn_t.h: remove pfn_t_to_virt() |  Andrew Morton | 1 | -7/+0 |
2019-07-12 | mm/kasan: add object validation in ksize() |  Marco Elver | 2 | -3/+26 |
2019-07-12 | mm/slab: refactor common ksize KASAN logic into slab_common.c |  Marco Elver | 5 | -31/+36 |
2019-07-12 | lib/test_kasan: Add test for double-kzfree detection |  Marco Elver | 1 | -0/+17 |
2019-07-12 | mm/kasan: change kasan_check_{read,write} to return boolean |  Marco Elver | 5 | -26/+47 |
2019-07-12 | mm/kasan: introduce __kasan_check_{read,write} |  Marco Elver | 2 | -9/+26 |
2019-07-12 | asm-generic, x86: add bitops instrumentation for KASAN |  Marco Elver | 3 | -152/+302 |
2019-07-12 | x86: use static_cpu_has in uaccess region to avoid instrumentation |  Marco Elver | 2 | -2/+2 |
2019-07-12 | lib/test_kasan: add bitops tests |  Marco Elver | 1 | -3/+78 |
2019-07-12 | mm/kasan: print frame description for stack bugs |  Marco Elver | 2 | -0/+170 |
2019-07-12 | docs: kmemleak: add more documentation details |  André Almeida | 1 | -4/+44 |
2019-07-12 | mm/kmemleak.c: change error at _write when kmemleak is disabled |  André Almeida | 1 | -1/+1 |