Age | Commit message (Expand) | Author | Files | Lines |
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-12 | kbuild: Remove $(cc-option,-gdwarf-4) dependency from DEBUG_INFO_DWARF4 | Masahiro Yamada | 1 | -1/+0 |
2021-02-11 | mm/highmem: Lift memcpy_[to|from]_page to core | Ira Weiny | 1 | -14/+0 |
2021-02-10 | 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-08 | kunit: add kunit.filter_glob cmdline option to filter suites | Daniel Latypov | 2 | -9/+85 |
2021-02-08 | 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 |
2021-02-05 | Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs" | Thomas Gleixner | 1 | -11/+5 |
2021-02-05 | ubsan: implement __ubsan_handle_alignment_assumption | Nathan Chancellor | 2 | -0/+37 |
2021-02-04 | udp: fix skb_copy_and_csum_datagram with odd segment sizes | Willem de Bruijn | 1 | -10/+14 |
2021-02-03 | parser: Fix kernel-doc markups | BingJing Chang | 1 | -11/+11 |
2021-02-03 | parser: add unsigned int parser | BingJing Chang | 1 | -0/+22 |
2021-02-01 | Merge tag 'v5.11-rc6' into patchwork | Mauro Carvalho Chehab | 11 | -46/+30 |
2021-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2021-01-26 | media: lib/test_printf.c: Use helper function to unwind array of software_nodes | Daniel Scally | 1 | -3/+1 |
2021-01-25 | iov_iter: optimise bvec iov_iter_advance() | Pavel Begunkov | 1 | -0/+19 |
2021-01-25 | bvec/iter: disallow zero-length segment bvecs | Pavel Begunkov | 1 | -2/+0 |
2021-01-24 | ubsan: disable unsigned-overflow check for i386 | Arnd Bergmann | 1 | -0/+1 |
2021-01-22 | percpu_ref: Dump mem_dump_obj() info upon reference-count underflow | Paul E. McKenney | 1 | -3/+9 |
2021-01-22 | lockdep: report broken irq restoration | Mark Rutland | 1 | -0/+8 |
2021-01-22 | crypto: lib/chacha20poly1305 - define empty module exit function | Jason A. Donenfeld | 1 | -0/+5 |
2021-01-21 | lib/crc7: fix a kernel-doc markup | Mauro Carvalho Chehab | 1 | -1/+1 |
2021-01-20 | test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11 | Gary Lin | 1 | -6/+1 |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-01-18 | selftests/fpu: Fix debugfs_simple_attr.cocci warning | kernel test robot | 1 | -3/+3 |
2021-01-17 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -1/+1 |
2021-01-15 | iov_iter: fix the uaccess area in copy_compat_iovec_from_user | Christoph Hellwig | 1 | -1/+1 |
2021-01-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 3 | -8/+158 |
2021-01-14 | bpf: Add size arg to build_id_parse function | Jiri Olsa | 1 | -8/+21 |
2021-01-14 | bpf: Move stack_map_get_build_id into lib | Jiri Olsa | 2 | -1/+138 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 1 | -7/+7 |
2021-01-14 | locking/selftests: Add local_lock inversion tests | Peter Zijlstra | 1 | -0/+97 |
2021-01-14 | locking/selftests: More granular debug_locks_verbose | Peter Zijlstra | 1 | -2/+3 |
2021-01-14 | lockdep/selftest: Add wait context selftests | Boqun Feng | 1 | -0/+232 |
2021-01-13 | Merge v5.11-rc3 | Mark Brown | 9 | -45/+28 |
2021-01-10 | Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2021-01-10 | Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2021-01-07 | Fonts: font_ter16x32: Update font with new upstream Terminus release | Amanoel Dawod | 1 | -3/+3 |
2021-01-04 | random32: Re-enable KCSAN instrumentation | Marco Elver | 1 | -3/+0 |
2021-01-04 | Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linux | Linus Torvalds | 1 | -8/+0 |