Age | Commit message (Expand) | Author | Files | Lines |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+43 |
2021-02-25 | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2021-02-25 | kasan: don't run tests when KASAN is not enabled | Andrey Konovalov | 1 | -0/+5 |
2021-02-25 | kasan: add a test for kmem_cache_alloc/free_bulk | Andrey Konovalov | 1 | -5/+33 |
2021-02-25 | kasan: add proper page allocator tests | Andrey Konovalov | 1 | -5/+46 |
2021-02-25 | kasan: fix bug detection via ksize for HW_TAGS mode | Andrey Konovalov | 1 | -0/+20 |
2021-02-25 | kasan: fix memory corruption in kasan_bitops_tags test | Andrey Konovalov | 1 | -5/+5 |
2021-02-25 | kasan: adapt kmalloc_uaf2 test to HW_TAGS mode | Andrey Konovalov | 1 | -0/+11 |
2021-02-25 | kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL | Andrey Konovalov | 1 | -5/+12 |
2021-02-25 | kasan: rename CONFIG_TEST_KASAN_MODULE | Andrey Konovalov | 2 | -2/+2 |
2021-02-25 | kasan, arm64: allow using KUnit tests with HW_TAGS mode | Andrey Konovalov | 2 | -15/+31 |
2021-02-25 | kasan: add match-all tag tests | Andrey Konovalov | 1 | -0/+92 |
2021-02-25 | kasan: add macros to simplify checking test constraints | Andrey Konovalov | 1 | -70/+31 |
2021-02-25 | kasan: clean up comments in tests | Andrey Konovalov | 2 | -25/+39 |
2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+0 |
2021-02-23 | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+33 |
2021-02-22 | Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -6/+45 |
2021-02-22 | Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 3 | -15/+118 |
2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2021-02-22 | Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -4/+73 |
2021-02-22 | Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
2021-02-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -40/+13 |
2021-02-22 | Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -3/+1 |
2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -19/+9 |
2021-02-21 | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -5/+340 |
2021-02-21 | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+9 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+19 |
2021-02-21 | Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2021-02-18 | PCI: Fix pci_register_io_range() memory leak | Geert Uytterhoeven | 1 | -0/+3 |
2021-02-17 | rbtree, timerqueue: Use rb_add_cached() | Peter Zijlstra | 1 | -19/+9 |
2021-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -6/+1 |
2021-02-16 | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers | 1 | -0/+18 |
2021-02-16 | Kbuild: make DWARF version a choice | Nick Desaulniers | 1 | -5/+25 |
2021-02-16 | lib/parman: Delete newline | Jefferson Carpenter | 1 | -1/+0 |
2021-02-15 | lib/cmdline: Allow get_options() to take 0 to validate the input | Andy Shevchenko | 2 | -4/+21 |
2021-02-15 | lib/cmdline: Update documentation to reflect behaviour | Andy Shevchenko | 1 | -1/+6 |
2021-02-15 | lib/cmdline_kunit: add a new test case for get_options() | Andy Shevchenko | 1 | -0/+47 |
2021-02-15 | lib/vsprintf: no_hash_pointers prints all addresses as unhashed | Timur Tabi | 2 | -2/+42 |
2021-02-15 | lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers | Timur Tabi | 2 | -4/+3 |
2021-02-12 | Merge remote-tracking branch 'regulator/for-5.12' into regulator-next | Mark Brown | 1 | -4/+4 |
2021-02-12 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -3/+9 |
2021-02-12 | Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -3/+0 |
2021-02-12 | Merge branch 'linus' into locking/core, to pick up upstream fixes | Ingo Molnar | 8 | -34/+62 |
2021-02-11 | kbuild: Remove $(cc-option,-gdwarf-4) dependency from DEBUG_INFO_DWARF4 | Masahiro Yamada | 1 | -1/+0 |
2021-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -21/+56 |
2021-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -10/+14 |
2021-02-09 | kunit: add kunit.filter_glob cmdline option to filter suites | Daniel Latypov | 2 | -9/+85 |
2021-02-09 | kunit: don't show `1 == 1` in failed assertion messages | Daniel Latypov | 1 | -6/+33 |
2021-02-08 | module: mark module_mutex static | Christoph Hellwig | 1 | -3/+0 |
2021-02-07 | Merge tag 'sched_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+5 |