Age | Commit message (Expand) | Author | Files | Lines |
2019-07-12 | mm/gup.c: remove some BUG_ONs from get_gate_page() | Andy Lutomirski | 1 | -3/+6 |
2019-07-12 | mm/gup: speed up check_and_migrate_cma_pages() on huge page | Pingfan Liu | 1 | -8/+16 |
2019-07-12 | mm: mark the page referenced in gup_hugepte | Christoph Hellwig | 1 | -0/+1 |
2019-07-12 | mm: switch gup_hugepte to use try_get_compound_head | Christoph Hellwig | 1 | -1/+2 |
2019-07-12 | mm: move the powerpc hugepd code to mm/gup.c | Christoph Hellwig | 2 | -0/+92 |
2019-07-12 | mm: validate get_user_pages_fast flags | Christoph Hellwig | 1 | -0/+3 |
2019-07-12 | mm: consolidate the get_user_pages* implementations | Christoph Hellwig | 5 | -142/+65 |
2019-07-12 | mm: reorder code blocks in gup.c | Christoph Hellwig | 1 | -205/+205 |
2019-07-12 | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP | Christoph Hellwig | 2 | -3/+3 |
2019-07-12 | mm: lift the x86_32 PAE version of gup_get_pte to common code | Christoph Hellwig | 2 | -4/+50 |
2019-07-12 | mm: simplify gup_fast_permitted | Christoph Hellwig | 1 | -10/+7 |
2019-07-12 | mm: use untagged_addr() for get_user_pages_fast addresses | Christoph Hellwig | 1 | -2/+2 |
2019-07-12 | mm, memcg: add a memcg_slabinfo debugfs file | Waiman Long | 1 | -0/+60 |
2019-07-12 | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin | 3 | -17/+57 |
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 | 3 | -78/+94 |
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 | 1 | -8/+17 |
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 | 2 | -16/+16 |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin... | 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 | 1 | -10/+24 |
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 | 2 | -63/+76 |
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 | 3 | -36/+136 |
2019-07-12 | mm/filemap.c: correct the comment about VM_FAULT_RETRY | Yang Shi | 1 | -4/+2 |
2019-07-12 | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page | Christoph Hellwig | 1 | -4/+6 |
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 | 3 | -38/+6 |
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 | 1 | -6/+17 |
2019-07-12 | mm/failslab.c: by default, do not fail allocations with direct reclaim only | Nicolas Boichat | 1 | -1/+2 |
2019-07-12 | mm: remove the exporting of totalram_pages | Denis Efremov | 1 | -2/+0 |
2019-07-12 | mm/page_isolation.c: change the prototype of undo_isolate_page_range() | Pingfan Liu | 1 | -2/+1 |
2019-07-12 | mm: remove the account_page_dirtied export | Christoph Hellwig | 1 | -1/+0 |
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 | mm/kasan: add object validation in ksize() | Marco Elver | 1 | -1/+21 |
2019-07-12 | mm/slab: refactor common ksize KASAN logic into slab_common.c | Marco Elver | 4 | -31/+35 |
2019-07-12 | mm/kasan: change kasan_check_{read,write} to return boolean | Marco Elver | 4 | -16/+27 |
2019-07-12 | mm/kasan: introduce __kasan_check_{read,write} | Marco Elver | 1 | -6/+4 |
2019-07-12 | mm/kasan: print frame description for stack bugs | Marco Elver | 2 | -0/+170 |
2019-07-12 | mm/kmemleak.c: change error at _write when kmemleak is disabled | André Almeida | 1 | -1/+1 |
2019-07-12 | mm/kmemleak.c: fix check for softirq context | Dmitry Vyukov | 1 | -1/+1 |
2019-07-12 | slub: don't panic for memcg kmem cache creation failure | Shakeel Butt | 1 | -4/+0 |