Age | Commit message (Expand) | Author |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-12-12 | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-12-12 | Merge tag 'docs-6.2' of git://git.lwn.net/linux | Linus Torvalds |
2022-12-12 | Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linux | Linus Torvalds |
2022-12-12 | Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc... | Linus Torvalds |
2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-12-12 | Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-12-12 | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds |
2022-12-12 | kunit: improve KTAP compliance of KUnit test output | Rae Moar |
2022-12-12 | mm: slub: test: Use the kunit_get_current_test() function | David Gow |
2022-12-12 | kunit: Provide a static key to check if KUnit is actively running tests | David Gow |
2022-12-12 | Merge tag 'core-debugobjects-2022-12-10' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-12-12 | Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2022-12-12 | Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-12-12 | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2022-12-12 | Merge tag 'unsigned-char-6.2-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-12-12 | Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-12 | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-12-08 | Merge branch 'rework/console-list-lock' into for-linus | Petr Mladek |
2022-12-06 | s390/vx: add vx-insn.h wrapper include file | Heiko Carstens |
2022-12-04 | rust: add `build_error` crate | Gary Guo |
2022-12-02 | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2022-12-02 | debugobjects: Print object pointer in debug_print_object() | Stephen Boyd |
2022-12-01 | error-injection: Add prompt for function error injection | Steven Rostedt (Google) |
2022-11-30 | cpumask: limit visibility of FORCE_NR_CPUS | Yury Norov |
2022-11-30 | lib/radix-tree.c: fix uninitialized variable compilation warning | Rong Tao |
2022-11-30 | lib/notifier-error-inject: fix error when writing -errno to debugfs file | Akinobu Mita |
2022-12-01 | Merge branch 'slub-tiny-v1r6' into slab/for-next | Vlastimil Babka |
2022-12-01 | mm/slub, kunit: Add a test case for kmalloc redzone check | Feng Tang |
2022-11-30 | Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled | Lee Jones |
2022-11-30 | mm/slub, kunit: add SLAB_SKIP_KFENCE flag for cache creation | Feng Tang |
2022-11-30 | percpu-refcount: Use call_rcu_hurry() for atomic switch | Joel Fernandes (Google) |
2022-11-27 | mm, slub: add CONFIG_SLUB_TINY | Vlastimil Babka |
2022-11-27 | Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-11-25 | iov_iter: saner checks for attempt to copy to/from iterator | Al Viro |
2022-11-25 | csum_and_copy_to_iter(): handle ITER_DISCARD | Al Viro |
2022-11-25 | get rid of unlikely() on page_copy_sane() calls | Al Viro |
2022-11-23 | lib/vdso: use "grep -E" instead of "egrep" | Greg Kroah-Hartman |
2022-11-22 | test_kprobes: fix implicit declaration error of test_kprobes | Li Hua |
2022-11-22 | mm: fix unexpected changes to {failslab|fail_page_alloc}.attr | Qi Zheng |
2022-11-22 | vsprintf: initialize siphash key using notifier | Jason A. Donenfeld |
2022-11-21 | math64: favor kernel-doc from header files | Liam Beguin |
2022-11-19 | lib: assume char is unsigned | Jason A. Donenfeld |
2022-11-18 | lib/fonts: fix undefined behavior in bit shift for get_default_font | Gaosheng Cui |
2022-11-18 | llist: avoid extra memory read in llist_add_batch | Uros Bizjak |
2022-11-18 | lib/oid_registry.c: remove redundant assignment to variable num | Colin Ian King |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld |
2022-11-18 | treewide: use get_random_u32_{above,below}() instead of manual loop | Jason A. Donenfeld |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |
2022-11-15 | lib/debugobjects: fix stat count and optimize debug_objects_mem_init | wuchi |