aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeGravatar Jason A. Donenfeld 1-81/+14
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardGravatar Jason A. Donenfeld 2-68/+0
2022-01-18lib/crypto: add prompts back to crypto librariesGravatar Justin M. Forbes 2-5/+14
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+52
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultGravatar Alistair Popple 1-0/+24
2022-01-15kasan: test: add test case for double-kmem_cache_destroy()Gravatar Marco Elver 1-0/+11
2022-01-15kasan: test: add globals left-out-of-bounds testGravatar Marco Elver 1-2/+17
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-19/+17
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-7/+7
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+64
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-47/+45
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-56/+118
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-11/+12
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+2
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+20
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 7-8/+282
2022-01-10Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-11/+14
2022-01-09lib: remove redundant assignment to variable retGravatar Colin Ian King 1-2/+0
2022-01-08XArray: Add xas_advance()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2022-01-07lib/mpi: Add the return value check of kcalloc()Gravatar Zizhuang Deng 1-0/+2
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 4-29/+15
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingGravatar Dirk Müller 3-8/+8
2022-01-06lib/raid6: skip benchmark of non-chosen xor_syndrome functionsGravatar Dirk Müller 1-39/+37
2022-01-04iov_iter: Convert iter_xarray to use foliosGravatar Matthew Wilcox (Oracle) 1-16/+14
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGravatar Greg Kroah-Hartman 1-3/+3
2021-12-27driver core: make kobj_type constant.Gravatar Wedson Almeida Filho 1-4/+4
2021-12-24lib: objagg: Use the bitmap API when applicableGravatar Christophe JAILLET 1-5/+2
2021-12-21logic_io instance of iounmap() needs volatile on argumentGravatar Al Viro 1-2/+2
2021-12-21lib/logic_iomem: Fix operation on 32-bitGravatar Johannes Berg 1-3/+3
2021-12-21lib/logic_iomem: Fix 32-bit buildGravatar Johannes Berg 1-6/+7
2021-12-13kunit: Report test parameter results as (K)TAP subtestsGravatar David Gow 1-3/+4
2021-12-13kunit: Don't crash if no parameters are generatedGravatar David Gow 1-8/+10
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitGravatar Eric W. Biederman 1-2/+2
2021-12-13locking/atomic: atomic64: Remove unusable atomic opsGravatar Mark Rutland 1-2/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 8-10/+39
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-2/+2
2021-12-09kcsan: Support WEAK_MEMORY with Clang where no objtool support existsGravatar Marco Elver 1-1/+1
2021-12-09kcsan: Add core support for a subset of weak memory modelingGravatar Marco Elver 1-0/+20
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-0/+1
2021-12-06net: add net device refcount tracker infrastructureGravatar Eric Dumazet 1-0/+5
2021-12-06lib: add tests for reference trackerGravatar Eric Dumazet 3-1/+126
2021-12-06lib: add reference counting tracking infrastructureGravatar Eric Dumazet 3-0/+147
2021-12-06vsprintf: Use non-atomic bitmap API when applicableGravatar Christophe JAILLET 1-2/+2
2021-12-04lockdep/selftests: Adapt ww-tests for PREEMPT_RTGravatar Sebastian Andrzej Siewior 1-30/+46
2021-12-04lockdep/selftests: Skip the softirq related tests on PREEMPT_RTGravatar Sebastian Andrzej Siewior 1-7/+31
2021-12-04lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Gravatar Sebastian Andrzej Siewior 1-1/+25