| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ... | Will Deacon | 2019-11-25 | 1 | -237/+1 | |
| | * | | | | | | | | locking/refcount: Remove unused refcount_*_checked() variants | Will Deacon | 2019-11-25 | 1 | -25/+29 | |
| | * | | | | | | | | locking/refcount: Ensure integer operands are treated as signed | Will Deacon | 2019-11-25 | 1 | -3/+3 | |
| | * | | | | | | | | locking/refcount: Define constants for saturation and max refcount values | Will Deacon | 2019-11-25 | 1 | -17/+20 | |
| | * | | | | | | | | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai | 2019-10-09 | 1 | -12/+12 | |
| | * | | | | | | | | lib/smp_processor_id: Don't use cpumask_equal() | Waiman Long | 2019-10-09 | 1 | -1/+1 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-26 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces... | Peter Zijlstra | 2019-10-28 | 1 | -1/+4 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-11-25 | 1 | -9/+103 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-16 | 2 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 5 | -22/+46 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-02 | 1 | -9/+103 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | | * | | | | | | | | bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment test | Shmulik Ladkani | 2019-10-30 | 1 | -0/+63 | |
| | | * | | | | | | | | bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ... | Shmulik Ladkani | 2019-10-30 | 1 | -10/+41 | |
| | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2019-11-25 | 16 | -21/+10743 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | crypto: lib/chacha20poly1305 - use chacha20_crypt() | Eric Biggers | 2019-11-22 | 1 | -8/+8 | |
| | * | | | | | | | | crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine | Ard Biesheuvel | 2019-11-17 | 2 | -0/+195 | |
| | * | | | | | | | | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel | 2019-11-17 | 4 | -0/+7578 | |
| | * | | | | | | | | crypto: lib/curve25519 - work around Clang stack spilling issue | Ard Biesheuvel | 2019-11-17 | 1 | -5/+5 | |
| | * | | | | | | | | crypto: curve25519 - generic C library implementations | Jason A. Donenfeld | 2019-11-17 | 5 | -0/+1707 | |
| | * | | | | | | | | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld | 2019-11-17 | 5 | -0/+894 | |
| | * | | | | | | | | int128: move __uint128_t compiler test to Kconfig | Ard Biesheuvel | 2019-11-17 | 2 | -2/+2 | |
| | * | | | | | | | | crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation | Ard Biesheuvel | 2019-11-17 | 1 | -0/+1 | |
| | * | | | | | | | | crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation | Ard Biesheuvel | 2019-11-17 | 1 | -1/+1 | |
| | * | | | | | | | | crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation | Ard Biesheuvel | 2019-11-17 | 1 | -0/+1 | |
| | * | | | | | | | | crypto: x86/poly1305 - expose existing driver as poly1305 library | Ard Biesheuvel | 2019-11-17 | 1 | -0/+1 | |
| | * | | | | | | | | crypto: poly1305 - expose init/update/final library interface | Ard Biesheuvel | 2019-11-17 | 2 | -0/+100 | |
| | * | | | | | | | | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel | 2019-11-17 | 3 | -0/+164 | |
| | * | | | | | | | | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 2019-11-17 | 5 | -11/+77 | |
| | * | | | | | | | | crypto: lib - tidy up lib/crypto Kconfig and Makefile | Ard Biesheuvel | 2019-11-17 | 2 | -8/+23 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-25 | 4 | -1/+362 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | livepatch: Selftests of the API for tracking system state changes | Petr Mladek | 2019-11-01 | 4 | -1/+362 | |
| * | | | | | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-11-25 | 6 | -1/+282 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'for-5.5-pr-warn' into for-5.5 | Petr Mladek | 2019-10-18 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | lib: cpu_rmap: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | printf: add support for printing symbolic error names | Rasmus Villemoes | 2019-10-17 | 5 | -0/+281 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2019-11-25 | 12 | -0/+2252 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | lib/list-test: add a test for the 'list' doubly linked list | David Gow | 2019-11-01 | 3 | -0/+767 | |
| | * | | | | | | | | | | kunit: fix failure to build without printk | Brendan Higgins | 2019-09-30 | 1 | -51/+6 | |
| | * | | | | | | | | | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() | Iurii Zaikin | 2019-09-30 | 1 | -0/+11 | |
| | * | | | | | | | | | | kunit: test: add tests for KUnit managed resources | Avinash Kondareddy | 2019-09-30 | 1 | -0/+228 | |
| | * | | | | | | | | | | kunit: test: add the concept of assertions | Brendan Higgins | 2019-09-30 | 2 | -6/+3 | |
| | * | | | | | | | | | | kunit: test: add tests for kunit test abort | Brendan Higgins | 2019-09-30 | 2 | -1/+108 | |
| | * | | | | | | | | | | kunit: test: add support for test abort | Brendan Higgins | 2019-09-30 | 3 | -16/+242 | |
| | * | | | | | | | | | | kunit: test: add initial tests | Brendan Higgins | 2019-09-30 | 4 | -0/+167 | |
| | * | | | | | | | | | | lib: enable building KUnit in lib/ | Brendan Higgins | 2019-09-30 | 2 | -0/+4 | |
| | * | | | | | | | | | | kunit: test: add the concept of expectations | Brendan Higgins | 2019-09-30 | 1 | -0/+62 | |
| | * | | | | | | | | | | kunit: test: add assertion printing library | Brendan Higgins | 2019-09-30 | 2 | -1/+143 | |
| | * | | | | | | | | | | kunit: test: add string_stream a std::stream like string builder | Brendan Higgins | 2019-09-30 | 2 | -1/+219 | |
| | * | | | | | | | | | | kunit: test: add test resource management API | Brendan Higgins | 2019-09-30 | 1 | -0/+163 | |

