Age | Commit message (Expand) | Author |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov |
2018-08-17 | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai |
2018-04-05 | slab, slub: skip unnecessary kasan_cache_shutdown() | Shakeel Butt |
2018-04-05 | slab: make usercopy region 32-bit | Alexey Dobriyan |
2018-04-05 | slab: make kmem_cache_flags accept 32-bit object size | Alexey Dobriyan |
2018-04-05 | slab: make kmem_cache_create() work with 32-bit sizes | Alexey Dobriyan |
2018-04-05 | slab: make create_boot_cache() work with 32-bit sizes | Alexey Dobriyan |
2018-04-05 | slab: make create_kmalloc_cache() work with 32-bit sizes | Alexey Dobriyan |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | mm/slab_common.c: make calculate_alignment() static | Byongho Lee |
2018-01-15 | usercopy: Mark kmalloc caches as usercopy caches | David Windsor |
2018-01-15 | usercopy: Prepare for usercopy whitelisting | David Windsor |
2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) |
2017-11-15 | slab, slub, slob: add slab_flags_t | Alexey Dobriyan |
2017-11-15 | mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory | Yang Shi |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-24 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon |
2017-08-10 | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra |
2017-07-06 | mm: memcontrol: account slab stats per lruvec | Johannes Weiner |
2017-07-06 | mm: memcontrol: use generic mod_memcg_page_state for kmem pages | Johannes Weiner |
2017-07-06 | mm: memcontrol: use the node-native slab memory counters | Johannes Weiner |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney |
2017-02-22 | slab: remove synchronous synchronize_sched() from memcg cache deactivation path | Tejun Heo |
2017-02-22 | slab: introduce __kmemcg_cache_deactivate() | Tejun Heo |
2017-02-22 | slab: implement slab_root_caches list | Tejun Heo |
2017-02-22 | slab: link memcg kmem_caches on their associated memory cgroup | Tejun Heo |
2017-02-22 | slab: reorganize memcg_cache_params | Tejun Heo |
2017-02-22 | Revert "slub: move synchronize_sched out of slab_mutex on shrink" | Tejun Heo |
2017-02-22 | mm, slab: rename kmalloc-node cache to kmalloc-<size> | Vlastimil Babka |
2016-12-12 | mm, slab: maintain total slab count instead of active count | David Rientjes |
2016-12-12 | mm, slab: faster active and free stats | Greg Thelen |
2016-12-12 | mm/slab_common.c: check kmem_create_cache flags are common | Thomas Garnier |
2016-12-12 | slub: move synchronize_sched out of slab_mutex on shrink | Vladimir Davydov |
2016-10-27 | mm/slab: improve performance of gathering slabinfo stats | Aruna Ramakrishna |
2016-07-28 | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko |
2016-07-26 | mm: memcontrol: cleanup kmem charge functions | Vladimir Davydov |
2016-07-26 | mm: reorganize SLAB freelist randomization | Thomas Garnier |
2016-05-20 | mm: kasan: initial memory quarantine implementation | Alexander Potapenko |
2016-03-25 | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko |
2016-03-17 | mm: memcontrol: report slab usage in cgroup2 memory.stat | Vladimir Davydov |
2016-03-15 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott |
2016-03-15 | mm: fix some spelling | Jesper Dangaard Brouer |
2016-03-15 | mm: fault-inject take over bootstrap kmem_cache check | Jesper Dangaard Brouer |
2016-03-15 | mm/slab: move SLUB alloc hooks to common mm/slab.h | Jesper Dangaard Brouer |
2016-02-18 | mm: slab: free kmem_cache_node after destroy sysfs file | Dmitry Safonov |
2016-01-20 | mm: memcontrol: move kmem accounting code to CONFIG_MEMCG | Johannes Weiner |
2016-01-14 | slab: add SLAB_ACCOUNT flag | Vladimir Davydov |
2015-11-22 | slab/slub: adjust kmem_cache_alloc_bulk API | Jesper Dangaard Brouer |