| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-10 | mm/slub: fix endianness bug for alloc/free_traces attributes |  Gerald Schaefer | 1 | -6/+9 |
| 2021-11-20 | mm: emit the "free" trace report before freeing memory in kmem_cache_free() |  Yunfeng Ye | 1 | -1/+1 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -46/+63 |
| 2021-11-06 | mm: remove HARDENED_USERCOPY_FALLBACK |  Stephen Kitt | 1 | -14/+0 |
| 2021-11-06 | mm, slub: use prefetchw instead of prefetch |  Hyeonggon Yoo | 1 | -1/+1 |
| 2021-11-06 | mm/slub: increase default cpu partial list sizes |  Vlastimil Babka | 1 | -4/+4 |
| 2021-11-06 | mm, slub: change percpu partial accounting from objects to pages |  Vlastimil Babka | 1 | -30/+59 |
| 2021-11-06 | slub: add back check for free nonslab objects |  Kefeng Wang | 1 | -1/+3 |
| 2021-11-02 | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux |  Linus Torvalds | 1 | -2/+2 |
| 2021-10-27 | vsprintf: Make %pGp print the hex value |  Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2021-10-18 | mm, slub: fix incorrect memcg slab count for bulk free |  Miaohe Lin | 1 | -1/+3 |
| 2021-10-18 | mm, slub: fix potential use-after-free in slab_debugfs_fops |  Miaohe Lin | 1 | -2/+4 |
| 2021-10-18 | mm, slub: fix potential memoryleak in kmem_cache_open() |  Miaohe Lin | 1 | -1/+1 |
| 2021-10-18 | mm, slub: fix mismatch between reconstructed freelist depth and cnt |  Miaohe Lin | 1 | -2/+9 |
| 2021-10-18 | mm, slub: fix two bugs in slab_debug_trace_open() |  Miaohe Lin | 1 | -1/+7 |
| 2021-09-04 | mm, slub: convert kmem_cpu_slab protection to local_lock |  Vlastimil Babka | 1 | -35/+111 |
| 2021-09-04 | mm, slub: use migrate_disable() on PREEMPT_RT |  Vlastimil Babka | 1 | -9/+30 |
| 2021-09-04 | mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg |  Vlastimil Babka | 1 | -37/+44 |
| 2021-09-04 | mm, slub: make slab_lock() disable irqs with PREEMPT_RT |  Vlastimil Babka | 1 | -17/+41 |
| 2021-09-04 | mm: slub: make object_map_lock a raw_spinlock_t |  Sebastian Andrzej Siewior | 1 | -3/+3 |
| 2021-09-04 | mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context |  Sebastian Andrzej Siewior | 1 | -16/+78 |
| 2021-09-04 | mm, slab: split out the cpu offline variant of flush_slab() |  Vlastimil Babka | 1 | -2/+10 |
| 2021-09-04 | mm, slub: don't disable irqs in slub_cpu_dead() |  Vlastimil Babka | 1 | -5/+1 |
| 2021-09-04 | mm, slub: only disable irq with spin_lock in __unfreeze_partials() |  Vlastimil Babka | 1 | -8/+4 |
| 2021-09-04 | mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing |  Vlastimil Babka | 1 | -22/+51 |
| 2021-09-04 | mm, slub: detach whole partial list at once in unfreeze_partials() |  Vlastimil Babka | 1 | -3/+7 |
| 2021-09-04 | mm, slub: discard slabs in unfreeze_partials() without irqs disabled |  Vlastimil Babka | 1 | -1/+2 |
| 2021-09-04 | mm, slub: move irq control into unfreeze_partials() |  Vlastimil Babka | 1 | -6/+7 |
| 2021-09-04 | mm, slub: call deactivate_slab() without disabling irqs |  Vlastimil Babka | 1 | -5/+19 |
| 2021-09-04 | mm, slub: make locking in deactivate_slab() irq-safe |  Vlastimil Babka | 1 | -4/+5 |
| 2021-09-04 | mm, slub: move reset of c->page and freelist out of deactivate_slab() |  Vlastimil Babka | 1 | -13/+18 |
| 2021-09-04 | mm, slub: stop disabling irqs around get_partial() |  Vlastimil Babka | 1 | -14/+8 |
| 2021-09-04 | mm, slub: check new pages with restored irqs |  Vlastimil Babka | 1 | -5/+3 |
| 2021-09-04 | mm, slub: validate slab from partial list or page allocator before making it cpu slab |  Vlastimil Babka | 1 | -8/+9 |
| 2021-09-04 | mm, slub: restore irqs around calling new_slab() |  Vlastimil Babka | 1 | -6/+2 |
| 2021-09-04 | mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() |  Vlastimil Babka | 1 | -9/+25 |
| 2021-09-04 | mm, slub: do initial checks in ___slab_alloc() with irqs enabled |  Vlastimil Babka | 1 | -9/+45 |
| 2021-09-04 | mm, slub: move disabling/enabling irqs to ___slab_alloc() |  Vlastimil Babka | 1 | -12/+24 |
| 2021-09-04 | mm, slub: simplify kmem_cache_cpu and tid setup |  Vlastimil Babka | 1 | -13/+9 |
| 2021-09-04 | mm, slub: restructure new page checks in ___slab_alloc() |  Vlastimil Babka | 1 | -6/+22 |
| 2021-09-04 | mm, slub: return slab page from get_partial() and set c->page afterwards |  Vlastimil Babka | 1 | -10/+11 |
| 2021-09-04 | mm, slub: dissolve new_slab_objects() into ___slab_alloc() |  Vlastimil Babka | 1 | -32/+18 |
| 2021-09-04 | mm, slub: extract get_partial() from new_slab_objects() |  Vlastimil Babka | 1 | -6/+6 |
| 2021-09-03 | mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() |  Vlastimil Babka | 1 | -7/+0 |
| 2021-09-03 | mm, slub: don't disable irq for debug_check_no_locks_freed() |  Vlastimil Babka | 1 | -13/+1 |
| 2021-09-03 | mm, slub: allocate private object map for validate_slab_cache() |  Vlastimil Babka | 1 | -9/+15 |
| 2021-09-03 | mm, slub: allocate private object map for debugfs listings |  Vlastimil Babka | 1 | -15/+29 |
| 2021-09-03 | mm, slub: don't call flush_all() from slab_debug_trace_open() |  Vlastimil Babka | 1 | -3/+0 |
| 2021-08-13 | mm: slub: fix slub_debug disabling for list of slabs |  Vlastimil Babka | 1 | -5/+8 |
| 2021-08-13 | slub: fix kmalloc_pagealloc_invalid_free unit test |  Shakeel Butt | 1 | -4/+4 |