summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld1-81/+14
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2-68/+0
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes2-5/+14
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+52
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-0/+24
2022-01-15kasan: test: add test case for double-kmem_cache_destroy()Marco Elver1-0/+11
2022-01-15kasan: test: add globals left-out-of-bounds testMarco Elver1-2/+17
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-19/+17
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+7
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+64
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-47/+45
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-56/+118
2022-01-12Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+12
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+20
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-8/+282
2022-01-10Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-11/+14
2022-01-09lib: remove redundant assignment to variable retColin Ian King1-2/+0
2022-01-08XArray: Add xas_advance()Matthew Wilcox (Oracle)1-3/+3
2022-01-07lib/mpi: Add the return value check of kcalloc()Zizhuang Deng1-0/+2
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld4-29/+15
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller3-8/+8
2022-01-06lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller1-39/+37
2022-01-04iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)1-16/+14
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman1-3/+3
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho1-4/+4
2021-12-25lib: objagg: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2021-12-21logic_io instance of iounmap() needs volatile on argumentAl Viro1-2/+2
2021-12-21lib/logic_iomem: Fix operation on 32-bitJohannes Berg1-3/+3
2021-12-21lib/logic_iomem: Fix 32-bit buildJohannes Berg1-6/+7
2021-12-13kunit: Report test parameter results as (K)TAP subtestsDavid Gow1-3/+4
2021-12-13kunit: Don't crash if no parameters are generatedDavid Gow1-8/+10
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-2/+2
2021-12-13locking/atomic: atomic64: Remove unusable atomic opsMark Rutland1-2/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar8-10/+39
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2021-12-10kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver1-1/+1
2021-12-10kcsan: Add core support for a subset of weak memory modelingMarco Elver1-0/+20
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2021-12-07net: add net device refcount tracker infrastructureEric Dumazet1-0/+5
2021-12-07lib: add tests for reference trackerEric Dumazet3-1/+126
2021-12-07lib: add reference counting tracking infrastructureEric Dumazet3-0/+147
2021-12-06vsprintf: Use non-atomic bitmap API when applicableChristophe JAILLET1-2/+2
2021-12-04lockdep/selftests: Adapt ww-tests for PREEMPT_RTSebastian Andrzej Siewior1-30/+46
2021-12-04lockdep/selftests: Skip the softirq related tests on PREEMPT_RTSebastian Andrzej Siewior1-7/+31
2021-12-04lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Sebastian Andrzej Siewior1-1/+25