summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm, slub: use migrate_disable() on PREEMPT_RTVlastimil Babka2021-09-041-9/+30
| * | | mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchgVlastimil Babka2021-09-041-37/+44
| * | | mm, slub: make slab_lock() disable irqs with PREEMPT_RTVlastimil Babka2021-09-041-17/+41
| * | | mm: slub: make object_map_lock a raw_spinlock_tSebastian Andrzej Siewior2021-09-041-3/+3
| * | | mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of ...Sebastian Andrzej Siewior2021-09-042-16/+80
| * | | mm, slab: split out the cpu offline variant of flush_slab()Vlastimil Babka2021-09-041-2/+10
| * | | mm, slub: don't disable irqs in slub_cpu_dead()Vlastimil Babka2021-09-041-5/+1
| * | | mm, slub: only disable irq with spin_lock in __unfreeze_partials()Vlastimil Babka2021-09-041-8/+4
| * | | mm, slub: separate detaching of partial list in unfreeze_partials() from unfr...Vlastimil Babka2021-09-041-22/+51
| * | | mm, slub: detach whole partial list at once in unfreeze_partials()Vlastimil Babka2021-09-041-3/+7
| * | | mm, slub: discard slabs in unfreeze_partials() without irqs disabledVlastimil Babka2021-09-041-1/+2
| * | | mm, slub: move irq control into unfreeze_partials()Vlastimil Babka2021-09-041-6/+7
| * | | mm, slub: call deactivate_slab() without disabling irqsVlastimil Babka2021-09-041-5/+19
| * | | mm, slub: make locking in deactivate_slab() irq-safeVlastimil Babka2021-09-041-4/+5
| * | | mm, slub: move reset of c->page and freelist out of deactivate_slab()Vlastimil Babka2021-09-041-13/+18
| * | | mm, slub: stop disabling irqs around get_partial()Vlastimil Babka2021-09-041-14/+8
| * | | mm, slub: check new pages with restored irqsVlastimil Babka2021-09-041-5/+3
| * | | mm, slub: validate slab from partial list or page allocator before making it ...Vlastimil Babka2021-09-041-8/+9
| * | | mm, slub: restore irqs around calling new_slab()Vlastimil Babka2021-09-041-6/+2
| * | | mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()Vlastimil Babka2021-09-041-9/+25
| * | | mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka2021-09-041-9/+45
| * | | mm, slub: move disabling/enabling irqs to ___slab_alloc()Vlastimil Babka2021-09-041-12/+24
| * | | mm, slub: simplify kmem_cache_cpu and tid setupVlastimil Babka2021-09-041-13/+9
| * | | mm, slub: restructure new page checks in ___slab_alloc()Vlastimil Babka2021-09-041-6/+22
| * | | mm, slub: return slab page from get_partial() and set c->page afterwardsVlastimil Babka2021-09-041-10/+11
| * | | mm, slub: dissolve new_slab_objects() into ___slab_alloc()Vlastimil Babka2021-09-041-32/+18
| * | | mm, slub: extract get_partial() from new_slab_objects()Vlastimil Babka2021-09-041-6/+6
| * | | mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()Vlastimil Babka2021-09-031-7/+0
| * | | mm, slub: don't disable irq for debug_check_no_locks_freed()Vlastimil Babka2021-09-031-13/+1
| * | | mm, slub: allocate private object map for validate_slab_cache()Vlastimil Babka2021-09-031-9/+15
| * | | mm, slub: allocate private object map for debugfs listingsVlastimil Babka2021-09-031-15/+29
| * | | mm, slub: don't call flush_all() from slab_debug_trace_open()Vlastimil Babka2021-09-031-3/+0
| |/ /
* | | Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-17/+4
* | | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-042-28/+3
|\ \ \
| * | | mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand2021-09-032-4/+0
| * | | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-24/+3
| |/ /
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\ \ \
| * | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-0339-1137/+2072
|\ \ \ \
| * | | | mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui2021-09-031-0/+1
| * | | | mm/vmstat: remove unneeded return valueMiaohe Lin2021-09-031-6/+2
| * | | | mm/vmstat: simplify the array size calculationMiaohe Lin2021-09-031-5/+3
| * | | | mm/vmstat: correct some wrong commentsMiaohe Lin2021-09-031-6/+1
| * | | | mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng2021-09-031-3/+0
| * | | | mm: KSM: fix data typeZhansaya Bagdauletkyzy2021-09-031-4/+4
| * | | | mm/migrate: correct kernel-doc notationRandy Dunlap2021-09-031-1/+1
| * | | | mm: introduce process_mrelease system callSuren Baghdasaryan2021-09-031-0/+70
| * | | | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-1/+1
| * | | | mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin2021-09-031-1/+1
| * | | | mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang2021-09-031-20/+4