Age | Commit message (Expand) | Author |
2021-09-04 | mm, slub: move irq control into unfreeze_partials() | Vlastimil Babka |
2021-09-04 | mm, slub: call deactivate_slab() without disabling irqs | Vlastimil Babka |
2021-09-04 | mm, slub: make locking in deactivate_slab() irq-safe | Vlastimil Babka |
2021-09-04 | mm, slub: move reset of c->page and freelist out of deactivate_slab() | Vlastimil Babka |
2021-09-04 | mm, slub: stop disabling irqs around get_partial() | Vlastimil Babka |
2021-09-04 | mm, slub: check new pages with restored irqs | Vlastimil Babka |
2021-09-04 | mm, slub: validate slab from partial list or page allocator before making it ... | Vlastimil Babka |
2021-09-04 | mm, slub: restore irqs around calling new_slab() | Vlastimil Babka |
2021-09-04 | mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() | Vlastimil Babka |
2021-09-04 | mm, slub: do initial checks in ___slab_alloc() with irqs enabled | Vlastimil Babka |
2021-09-04 | mm, slub: move disabling/enabling irqs to ___slab_alloc() | Vlastimil Babka |
2021-09-04 | mm, slub: simplify kmem_cache_cpu and tid setup | Vlastimil Babka |
2021-09-04 | mm, slub: restructure new page checks in ___slab_alloc() | Vlastimil Babka |
2021-09-04 | mm, slub: return slab page from get_partial() and set c->page afterwards | Vlastimil Babka |
2021-09-04 | mm, slub: dissolve new_slab_objects() into ___slab_alloc() | Vlastimil Babka |
2021-09-04 | mm, slub: extract get_partial() from new_slab_objects() | Vlastimil Babka |
2021-09-03 | io_uring: io_uring_complete() trace should take an integer | Jens Axboe |
2021-09-03 | Merge tag 'linux-kselftest-next-5.15-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-09-03 | Merge branch 'stable/for-linus-5.15-rc0' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2021-09-03 | mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() | Vlastimil Babka |
2021-09-03 | mm, slub: don't disable irq for debug_check_no_locks_freed() | Vlastimil Babka |
2021-09-03 | mm, slub: allocate private object map for validate_slab_cache() | Vlastimil Babka |
2021-09-03 | mm, slub: allocate private object map for debugfs listings | Vlastimil Babka |
2021-09-03 | mm, slub: don't call flush_all() from slab_debug_trace_open() | Vlastimil Babka |
2021-09-03 | docs: kernel-hacking: Remove inappropriate text | Alyssa Rosenzweig |
2021-09-03 | futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic() | Thomas Gleixner |
2021-09-03 | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-09-03 | Merge tag 'for-5.15/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-09-03 | clk: qcom: gcc-sm6350: Remove unused variable | Konrad Dybcio |
2021-09-03 | Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds |
2021-09-03 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds |
2021-09-03 | Merge tag 'livepatching-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-09-03 | Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-09-03 | SUNRPC: improve error response to over-size gss credential | NeilBrown |
2021-09-03 | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | mm/madvise: add MADV_WILLNEED to process_madvise() | zhangkui |
2021-09-03 | mm/vmstat: remove unneeded return value | Miaohe Lin |
2021-09-03 | mm/vmstat: simplify the array size calculation | Miaohe Lin |
2021-09-03 | mm/vmstat: correct some wrong comments | Miaohe Lin |
2021-09-03 | mm/percpu,c: remove obsolete comments of pcpu_chunk_populated() | Jing Xiangfeng |
2021-09-03 | selftests: vm: add COW time test for KSM pages | Zhansaya Bagdauletkyzy |
2021-09-03 | selftests: vm: add KSM merging time test | Zhansaya Bagdauletkyzy |
2021-09-03 | mm: KSM: fix data type | Zhansaya Bagdauletkyzy |
2021-09-03 | selftests: vm: add KSM merging across nodes test | Zhansaya Bagdauletkyzy |
2021-09-03 | selftests: vm: add KSM zero page merging test | Zhansaya Bagdauletkyzy |
2021-09-03 | selftests: vm: add KSM unmerge test | Zhansaya Bagdauletkyzy |
2021-09-03 | selftests: vm: add KSM merge test | Zhansaya Bagdauletkyzy |
2021-09-03 | mm/migrate: correct kernel-doc notation | Randy Dunlap |