| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mm: mark the page referenced in gup_hugepte | Christoph Hellwig | 2019-07-12 | 1 | -0/+1 |
| * | mm: switch gup_hugepte to use try_get_compound_head | Christoph Hellwig | 2019-07-12 | 1 | -1/+2 |
| * | mm: move the powerpc hugepd code to mm/gup.c | Christoph Hellwig | 2019-07-12 | 5 | -90/+93 |
| * | mm: validate get_user_pages_fast flags | Christoph Hellwig | 2019-07-12 | 1 | -0/+3 |
| * | mm: consolidate the get_user_pages* implementations | Christoph Hellwig | 2019-07-12 | 5 | -142/+65 |
| * | mm: reorder code blocks in gup.c | Christoph Hellwig | 2019-07-12 | 1 | -205/+205 |
| * | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP | Christoph Hellwig | 2019-07-12 | 10 | -18/+11 |
| * | sparc64: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -341/+20 |
| * | sparc64: define untagged_addr() | Christoph Hellwig | 2019-07-12 | 1 | -0/+22 |
| * | sparc64: add the missing pgd_page definition | Christoph Hellwig | 2019-07-12 | 1 | -0/+3 |
| * | sh: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -278/+40 |
| * | sh: add the missing pud_page definition | Christoph Hellwig | 2019-07-12 | 1 | -0/+3 |
| * | MIPS: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -304/+5 |
| * | mm: lift the x86_32 PAE version of gup_get_pte to common code | Christoph Hellwig | 2019-07-12 | 5 | -52/+52 |
| * | mm: simplify gup_fast_permitted | Christoph Hellwig | 2019-07-12 | 3 | -24/+9 |
| * | mm: use untagged_addr() for get_user_pages_fast addresses | Christoph Hellwig | 2019-07-12 | 1 | -2/+2 |
| * | mm, memcg: add a memcg_slabinfo debugfs file | Waiman Long | 2019-07-12 | 2 | -0/+64 |
| * | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin | 2019-07-12 | 4 | -18/+58 |
| * | mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages | Roman Gushchin | 2019-07-12 | 3 | -19/+70 |
| * | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin | 2019-07-12 | 4 | -79/+96 |
| * | mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock | Roman Gushchin | 2019-07-12 | 1 | -3/+12 |
| * | mm: memcg/slab: don't check the dying flag on kmem_cache creation | Roman Gushchin | 2019-07-12 | 1 | -1/+1 |
| * | mm: memcg/slab: unify SLAB and SLUB page accounting | Roman Gushchin | 2019-07-12 | 3 | -28/+30 |
| * | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin | 2019-07-12 | 2 | -8/+27 |
| * | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation | Roman Gushchin | 2019-07-12 | 4 | -28/+14 |
| * | mm: memcg/slab: rename slab delayed deactivation functions and fields | Roman Gushchin | 2019-07-12 | 3 | -19/+19 |
| * | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin... | Roman Gushchin | 2019-07-12 | 4 | -11/+12 |
| * | mm: memcontrol: dump memory.stat during cgroup OOM | Johannes Weiner | 2019-07-12 | 1 | -132/+157 |
| * | mm, memcg: introduce memory.events.local | Shakeel Butt | 2019-07-12 | 3 | -11/+40 |
| * | memcg, fsnotify: no oom-kill for remote memcg charging | Shakeel Butt | 2019-07-12 | 2 | -3/+10 |
| * | memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL | Shakeel Butt | 2019-07-12 | 1 | -3/+1 |
| * | mm/mincore.c: fix race between swapoff and mincore | Huang Ying | 2019-07-12 | 1 | -2/+10 |
| * | mm, swap: use rbtree for swap_extent | Aaron Lu | 2019-07-12 | 3 | -66/+78 |
| * | mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() | Huang Ying | 2019-07-12 | 1 | -18/+15 |
| * | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 2019-07-12 | 4 | -39/+146 |
| * | mm/filemap.c: correct the comment about VM_FAULT_RETRY | Yang Shi | 2019-07-12 | 1 | -4/+2 |
| * | 9p: pass the correct prototype to read_cache_page | Christoph Hellwig | 2019-07-12 | 1 | -2/+4 |
| * | jffs2: pass the correct prototype to read_cache_page | Christoph Hellwig | 2019-07-12 | 3 | -4/+4 |
| * | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page | Christoph Hellwig | 2019-07-12 | 2 | -6/+7 |
| * | mm/filemap.c: fix an overly long line in read_cache_page | Christoph Hellwig | 2019-07-12 | 1 | -1/+2 |
| * | mm, debug_pagealloc: use a page type instead of page_ext flag | Vlastimil Babka | 2019-07-12 | 7 | -54/+17 |
| * | mm, page_alloc: more extensive free page checking with debug_pagealloc | Vlastimil Babka | 2019-07-12 | 2 | -14/+52 |
| * | mm, debug_pagelloc: use static keys to enable debugging | Vlastimil Babka | 2019-07-12 | 2 | -10/+28 |
| * | mm/failslab.c: by default, do not fail allocations with direct reclaim only | Nicolas Boichat | 2019-07-12 | 1 | -1/+2 |
| * | include/linux/pagemap.h: document trylock_page() return value | Andrew Morton | 2019-07-12 | 1 | -0/+3 |
| * | mm: remove the exporting of totalram_pages | Denis Efremov | 2019-07-12 | 1 | -2/+0 |
| * | include/linux/vmpressure.h: use spinlock_t instead of struct spinlock | Sebastian Andrzej Siewior | 2019-07-12 | 1 | -1/+1 |
| * | mm/page_isolation.c: change the prototype of undo_isolate_page_range() | Pingfan Liu | 2019-07-12 | 2 | -3/+2 |
| * | mm: remove the account_page_dirtied export | Christoph Hellwig | 2019-07-12 | 1 | -1/+0 |
| * | include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info | Alexey Dobriyan | 2019-07-12 | 1 | -0/+2 |