Age | Commit message (Expand) | Author |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin |
2019-07-12 | mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock | Roman Gushchin |
2019-07-12 | mm: memcg/slab: don't check the dying flag on kmem_cache creation | Roman Gushchin |
2019-07-12 | mm: memcg/slab: unify SLAB and SLUB page accounting | Roman Gushchin |
2019-07-12 | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin |
2019-07-12 | mm: memcg/slab: generalize postponed non-root kmem_cache deactivation | Roman Gushchin |
2019-07-12 | mm: memcg/slab: rename slab delayed deactivation functions and fields | Roman Gushchin |
2019-07-12 | mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin... | Roman Gushchin |
2019-07-12 | mm: memcontrol: dump memory.stat during cgroup OOM | Johannes Weiner |
2019-07-12 | mm, memcg: introduce memory.events.local | Shakeel Butt |
2019-07-12 | memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL | Shakeel Butt |
2019-07-12 | mm/mincore.c: fix race between swapoff and mincore | Huang Ying |
2019-07-12 | mm, swap: use rbtree for swap_extent | Aaron Lu |
2019-07-12 | mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() | Huang Ying |
2019-07-12 | mm, swap: fix race between swapoff and some swap operations | Huang Ying |
2019-07-12 | mm/filemap.c: correct the comment about VM_FAULT_RETRY | Yang Shi |
2019-07-12 | mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page | Christoph Hellwig |
2019-07-12 | mm/filemap.c: fix an overly long line in read_cache_page | Christoph Hellwig |
2019-07-12 | mm, debug_pagealloc: use a page type instead of page_ext flag | Vlastimil Babka |
2019-07-12 | mm, page_alloc: more extensive free page checking with debug_pagealloc | Vlastimil Babka |
2019-07-12 | mm, debug_pagelloc: use static keys to enable debugging | Vlastimil Babka |
2019-07-12 | mm/failslab.c: by default, do not fail allocations with direct reclaim only | Nicolas Boichat |
2019-07-12 | mm: remove the exporting of totalram_pages | Denis Efremov |
2019-07-12 | mm/page_isolation.c: change the prototype of undo_isolate_page_range() | Pingfan Liu |
2019-07-12 | mm: remove the account_page_dirtied export | Christoph Hellwig |
2019-07-12 | mm/memory.c: trivial clean up in insert_page() | Miklos Szeredi |
2019-07-12 | mm/gup.c: make follow_page_mask() static | Bharath Vedartham |
2019-07-12 | mm/kasan: add object validation in ksize() | Marco Elver |
2019-07-12 | mm/slab: refactor common ksize KASAN logic into slab_common.c | Marco Elver |
2019-07-12 | mm/kasan: change kasan_check_{read,write} to return boolean | Marco Elver |
2019-07-12 | mm/kasan: introduce __kasan_check_{read,write} | Marco Elver |
2019-07-12 | mm/kasan: print frame description for stack bugs | Marco Elver |
2019-07-12 | mm/kmemleak.c: change error at _write when kmemleak is disabled | André Almeida |
2019-07-12 | mm/kmemleak.c: fix check for softirq context | Dmitry Vyukov |
2019-07-12 | slub: don't panic for memcg kmem cache creation failure | Shakeel Butt |
2019-07-12 | mm/slub.c: avoid double string traverse in kmem_cache_flags() | Yury Norov |
2019-07-12 | mm/slab: sanity-check page type when looking up cache | Kees Cook |
2019-07-12 | mm/slab: validate cache membership under freelist hardening | Kees Cook |
2019-07-12 | mm/z3fold.c: lock z3fold page before __SetPageMovable() | Henry Burns |
2019-07-12 | mm/memcontrol: fix wrong statistics in memory.stat | Yafang Shao |
2019-07-12 | mm: vmscan: scan anonymous pages on file refaults | Kuo-Hsin Yang |
2019-07-10 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2019-07-10 | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf... | Linus Torvalds |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-07-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2019-07-05 | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds |
2019-07-05 | swap_readpage(): avoid blk_wake_io_task() if !synchronous | Oleg Nesterov |
2019-07-05 | mm/vmscan.c: prevent useless kswapd loops | Shakeel Butt |
2019-07-05 | mm/page_alloc.c: fix regression with deferred struct page init | Juergen Gross |