summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner
2024-02-21maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar
2024-02-21test_maple_tree: testing the cyclic allocationLiam R. Howlett
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-02-20string: Redefine strscpy_pad() as a macroKees Cook
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-20lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-17kobject: reduce uevent_sock_mutex scopeEric Dumazet
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko
2024-02-14Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens
2024-02-08Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness
2024-02-06kunit: device: Unregister the kunit_bus on shutdownDavid Gow
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook
2024-02-05net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman
2024-02-02lib/test_kmod: fix kernel-doc warningsRandy Dunlap
2024-02-02iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()Kees Cook
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01lib/string: shrink lib/string.i via IWYUTanzir Hasan
2024-02-01cpumask: add cpumask_weight_andnot()Yury Norov
2024-01-31pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner
2024-01-30Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn
2024-01-25stackdepot: make fast paths lock-less againMarco Elver
2024-01-25stackdepot: add stats counters exported via debugfsMarco Elver
2024-01-25iov_iter: streamline iovec/bvec alignment iterationJens Axboe
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza
2024-01-22kunit: run test suites only after module initialization completesMarco Pagani
2024-01-22kunit: device: Fix a NULL vs IS_ERR() check in init()Dan Carpenter
2024-01-22kunit: Fix a NULL vs IS_ERR() bugDan Carpenter
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-19Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-01-19string: Remove strlcpy()Kees Cook