Age | Commit message (Expand) | Author |
2024-03-12 | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2024-03-11 | Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2024-03-11 | Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2024-03-11 | Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2024-03-11 | lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers | Andy Shevchenko |
2024-03-08 | lib/fonts: Allow Sparc console 8x16 font for sparc64 early boot text console | Andreas Larsson |
2024-03-08 | net: dqs: add NIC stall detector based on BQL | Jakub Kicinski |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-06 | dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace() | Andy Shevchenko |
2024-03-06 | iov_iter: get rid of 'copy_mc' flag | Linus Torvalds |
2024-03-05 | string: Convert helpers selftest to KUnit | Kees Cook |
2024-03-05 | string: Convert selftest to KUnit | Kees Cook |
2024-03-04 | lib/test_vmalloc.c: use unsigned long constant | Martin Kaiser |
2024-03-04 | lib/test_vmalloc.c: drop empty exit function | Martin Kaiser |
2024-03-04 | lib/test_vmalloc.c: fix typo in function name | Martin Kaiser |
2024-03-04 | lib/stackdepot: off by one in depot_fetch_stack() | Dan Carpenter |
2024-02-29 | lib/string_helpers: Add flags param to string_get_size() | Andy Shevchenko |
2024-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-29 | lib: stackinit: Adjust target string to 8 bytes for m68k | Kees Cook |
2024-02-29 | fortify: Improve buffer overflow reporting | Kees Cook |
2024-02-29 | fortify: Add KUnit tests for runtime overflows | Kees Cook |
2024-02-29 | fortify: Provide KUnit counters for failure testing | Kees Cook |
2024-02-29 | fortify: Allow KUnit test to build without FORTIFY | Kees Cook |
2024-02-29 | fortify: Split reporting and avoid passing string pointer | Kees Cook |
2024-02-29 | overflow: Introduce wrapping_assign_add() and wrapping_assign_sub() | Kees Cook |
2024-02-29 | overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul() | Kees Cook |
2024-02-29 | Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2024-02-29 | kunit: Fix again checksum tests on big endian CPUs | Christophe Leroy |
2024-02-28 | locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive | Waiman Long |
2024-02-27 | lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg | David Gow |
2024-02-27 | lib/cmdline: Fix an invalid format specifier in an assertion msg | David Gow |
2024-02-27 | kunit: test: Log the correct filter string in executor_test | David Gow |
2024-02-27 | kunit: Setup DMA masks on the kunit device | Maxime Ripard |
2024-02-27 | kunit: make kunit_bus_type const | Ricardo B. Marliere |
2024-02-27 | kunit: Mark filter* params as rw | Lucas De Marchi |
2024-02-27 | Merge 6.8-rc6 into tty-next | Greg Kroah-Hartman |
2024-02-23 | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He |
2024-02-23 | mm,page_owner: maintain own list of stack_records structs | Oscar Salvador |
2024-02-23 | lib/stackdepot: move stack_record struct definition into the header | Oscar Salvador |
2024-02-23 | lib/stackdepot: fix first entry having a 0-handle | Oscar Salvador |
2024-02-23 | merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes | Andrew Morton |
2024-02-23 | stackdepot: use variable size records for non-evictable entries | Marco Elver |
2024-02-22 | netlink: add nla be16/32 types to minlen array | Florian Westphal |
2024-02-22 | lib/Kconfig.debug: update Clang version check in CONFIG_KCOV | Nathan Chancellor |
2024-02-22 | lib: dhry: add missing closing parenthesis | Geert Uytterhoeven |
2024-02-22 | lib: dhry: use ktime_ms_delta() helper | Geert Uytterhoeven |
2024-02-22 | lib: dhry: remove unneeded <linux/mutex.h> | Geert Uytterhoeven |
2024-02-22 | flex_proportions: remove unused fprop_local_single | Kemeng Shi |
2024-02-22 | lib/sort: optimize heapsort with double-pop variation | Kuan-Wei Chiu |