| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: Update Vlastimil Babka's SLUB series | Sebastian Andrzej Siewior | 2021-08-18 | 1 | -2/+15 |
* | locking/local_lock: Use a spin_lock_t on PREEMPT_RT | Sebastian Andrzej Siewior | 2021-08-17 | 1 | -4/+0 |
* | Merge tag 'v5.14-rc6' into linux-5.14.y-rt | Sebastian Andrzej Siewior | 2021-08-16 | 5 | -19/+29 |
|\ |
|
| * | mm/memcg: fix incorrect flushing of lruvec data in obj_stock | Waiman Long | 2021-08-13 | 1 | -2/+4 |
| * | mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE) | David Hildenbrand | 2021-08-13 | 2 | -3/+8 |
| * | mm: slub: fix slub_debug disabling for list of slabs | Vlastimil Babka | 2021-08-13 | 1 | -5/+8 |
| * | slub: fix kmalloc_pagealloc_invalid_free unit test | Shakeel Butt | 2021-08-13 | 1 | -4/+4 |
| * | kasan, slub: reset tag when printing address | Kuan-Ying Lee | 2021-08-13 | 1 | -2/+2 |
| * | kasan, kmemleak: reset tags when scanning block | Kuan-Ying Lee | 2021-08-13 | 1 | -3/+3 |
* | | mm: Update Vlastimil Babka's SLUB series | Sebastian Andrzej Siewior | 2021-08-10 | 2 | -9/+25 |
* | | Merge tag 'v5.14-rc4' into linux-5.14.y-rt | Sebastian Andrzej Siewior | 2021-08-02 | 4 | -13/+16 |
|\ \
| |/ |
|
| * | mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() | Wang Hai | 2021-07-30 | 1 | -1/+1 |
| * | slub: fix unreclaimable slab stat for bulk free | Shakeel Butt | 2021-07-30 | 1 | -10/+12 |
| * | mm/migrate: fix NR_ISOLATED corruption on 64-bit | Aneesh Kumar K.V | 2021-07-30 | 1 | -1/+1 |
| * | mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh... | Johannes Weiner | 2021-07-30 | 1 | -1/+2 |
* | | mm/vmalloc: Another preempt disable region which sucks | Thomas Gleixner | 2021-07-30 | 1 | -5/+8 |
* | | mm/zsmalloc: copy with get_cpu_var() and locking | Mike Galbraith | 2021-07-30 | 1 | -6/+79 |
* | | mm/vmstat: Protect per cpu variables with preempt disable on RT | Ingo Molnar | 2021-07-30 | 1 | -0/+12 |
* | | mm: page_alloc: Use migrate_disable() in drain_local_pages_wq() | Sebastian Andrzej Siewior | 2021-07-30 | 1 | -2/+2 |
* | | kconfig: Disable config options which are not RT compatible | Thomas Gleixner | 2021-07-30 | 1 | -1/+1 |
* | | shmem: Use raw_spinlock_t for ->stat_lock | Sebastian Andrzej Siewior | 2021-07-30 | 1 | -14/+17 |
* | | mm: workingset: replace IRQ-off check with a lockdep assert. | Sebastian Andrzej Siewior | 2021-07-30 | 1 | -1/+4 |
* | | mm, slub: convert kmem_cpu_slab protection to local_lock | Vlastimil Babka | 2021-07-30 | 1 | -33/+113 |
* | | mm, slub: use migrate_disable() on PREEMPT_RT | Vlastimil Babka | 2021-07-30 | 1 | -9/+30 |
* | | mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg | Vlastimil Babka | 2021-07-30 | 1 | -37/+44 |
* | | mm, slub: make slab_lock() disable irqs with PREEMPT_RT | Vlastimil Babka | 2021-07-30 | 1 | -4/+9 |
* | | mm, slub: optionally save/restore irqs in slab_[un]lock()/ | Vlastimil Babka | 2021-07-30 | 1 | -18/+31 |
* | | mm: slub: Make object_map_lock a raw_spinlock_t | Sebastian Andrzej Siewior | 2021-07-30 | 1 | -3/+3 |
* | | mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of ... | Sebastian Andrzej Siewior | 2021-07-30 | 1 | -8/+48 |
* | | mm, slab: make flush_slab() possible to call with irqs enabled | Vlastimil Babka | 2021-07-30 | 1 | -6/+18 |
* | | mm, slub: don't disable irqs in slub_cpu_dead() | Vlastimil Babka | 2021-07-30 | 1 | -5/+1 |
* | | mm, slub: only disable irq with spin_lock in __unfreeze_partials() | Vlastimil Babka | 2021-07-30 | 1 | -8/+4 |
* | | mm, slub: separate detaching of partial list in unfreeze_partials() from unfr... | Vlastimil Babka | 2021-07-30 | 1 | -22/+51 |
* | | mm, slub: detach whole partial list at once in unfreeze_partials() | Vlastimil Babka | 2021-07-30 | 1 | -3/+7 |
* | | mm, slub: discard slabs in unfreeze_partials() without irqs disabled | Vlastimil Babka | 2021-07-30 | 1 | -1/+2 |
* | | mm, slub: move irq control into unfreeze_partials() | Vlastimil Babka | 2021-07-30 | 1 | -6/+7 |
* | | mm, slub: call deactivate_slab() without disabling irqs | Vlastimil Babka | 2021-07-30 | 1 | -5/+19 |
* | | mm, slub: make locking in deactivate_slab() irq-safe | Vlastimil Babka | 2021-07-30 | 1 | -4/+5 |
* | | mm, slub: move reset of c->page and freelist out of deactivate_slab() | Vlastimil Babka | 2021-07-30 | 1 | -13/+18 |
* | | mm, slub: stop disabling irqs around get_partial() | Vlastimil Babka | 2021-07-30 | 1 | -14/+8 |
* | | mm, slub: check new pages with restored irqs | Vlastimil Babka | 2021-07-30 | 1 | -5/+3 |
* | | mm, slub: validate slab from partial list or page allocator before making it ... | Vlastimil Babka | 2021-07-30 | 1 | -8/+9 |
* | | mm, slub: restore irqs around calling new_slab() | Vlastimil Babka | 2021-07-30 | 1 | -6/+2 |
* | | mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() | Vlastimil Babka | 2021-07-30 | 1 | -9/+25 |
* | | mm, slub: do initial checks in ___slab_alloc() with irqs enabled | Vlastimil Babka | 2021-07-30 | 1 | -9/+32 |
* | | mm, slub: move disabling/enabling irqs to ___slab_alloc() | Vlastimil Babka | 2021-07-30 | 1 | -12/+24 |
* | | mm, slub: simplify kmem_cache_cpu and tid setup | Vlastimil Babka | 2021-07-30 | 1 | -13/+9 |
* | | mm, slub: restructure new page checks in ___slab_alloc() | Vlastimil Babka | 2021-07-30 | 1 | -6/+22 |
* | | mm, slub: return slab page from get_partial() and set c->page afterwards | Vlastimil Babka | 2021-07-30 | 1 | -10/+11 |
* | | mm, slub: dissolve new_slab_objects() into ___slab_alloc() | Vlastimil Babka | 2021-07-30 | 1 | -32/+18 |