summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20lib: remove redundant assignment to variable retColin Ian King
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor
2022-01-20lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov
2022-01-20test_hash.c: refactor into kunitIsabella Basso
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso
2022-01-20test_hash.c: split test_hash_initIsabella Basso
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei
2022-01-20kstrtox: uninline everythingAlexey Dobriyan
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple
2022-01-15kasan: test: add test case for double-kmem_cache_destroy()Marco Elver
2022-01-15kasan: test: add globals left-out-of-bounds testMarco Elver
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-01-09lib: remove redundant assignment to variable retColin Ian King
2022-01-08XArray: Add xas_advance()Matthew Wilcox (Oracle)
2022-01-07lib/mpi: Add the return value check of kcalloc()Zizhuang Deng
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller
2022-01-06lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller
2022-01-04iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho
2021-12-24lib: objagg: Use the bitmap API when applicableChristophe JAILLET
2021-12-21logic_io instance of iounmap() needs volatile on argumentAl Viro
2021-12-21lib/logic_iomem: Fix operation on 32-bitJohannes Berg
2021-12-21lib/logic_iomem: Fix 32-bit buildJohannes Berg
2021-12-13kunit: Report test parameter results as (K)TAP subtestsDavid Gow
2021-12-13kunit: Don't crash if no parameters are generatedDavid Gow
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman