summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-02-21ubsan: Reintroduce signed overflow sanitizerKees Cook4-1/+123
2024-02-21lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck1-0/+1
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+1
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman5-29/+63
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman8-145/+344
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+14
2024-02-17kobject: reduce uevent_sock_mutex scopeEric Dumazet1-6/+3
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet1-8/+9
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-19/+30
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens1-45/+10
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens1-2/+2
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-2/+1
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+19
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko1-17/+18
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko1-2/+12
2024-02-15Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...Linus Torvalds3-0/+19
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner1-207/+1
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner3-184/+0
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens1-2/+2
2024-02-08Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman1-10/+14
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness1-3/+13
2024-02-07kunit: device: Unregister the kunit_bus on shutdownDavid Gow3-0/+19
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-12/+1
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook2-2/+3
2024-02-05net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao1-2/+1
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman5-116/+281
2024-02-02lib/test_kmod: fix kernel-doc warningsRandy Dunlap1-1/+5
2024-02-02iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()Kees Cook1-2/+3
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-116/+281
2024-02-01lib/string: shrink lib/string.i via IWYUTanzir Hasan1-8/+9
2024-02-01cpumask: add cpumask_weight_andnot()Yury Norov1-0/+7
2024-01-31pci_iounmap(): Fix MMIO mapping leakPhilipp Stanner1-1/+1
2024-01-31Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...Linus Torvalds4-6/+18
2024-01-28vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-1/+1
2024-01-26stackdepot: make fast paths lock-less againMarco Elver1-111/+211
2024-01-26stackdepot: add stats counters exported via debugfsMarco Elver1-0/+53
2024-01-25iov_iter: streamline iovec/bvec alignment iterationJens Axboe1-27/+28
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza13-1113/+0
2024-01-22kunit: run test suites only after module initialization completesMarco Pagani2-3/+15
2024-01-22kunit: device: Fix a NULL vs IS_ERR() check in init()Dan Carpenter1-2/+2
2024-01-22kunit: Fix a NULL vs IS_ERR() bugDan Carpenter1-1/+1
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+292
2024-01-20Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-26/+1
2024-01-19string: Remove strlcpy()Kees Cook4-26/+1
2024-01-19lib: checksum: Fix build with CONFIG_NET=nPalmer Dabbelt1-0/+2
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-5/+0
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-11/+62
2024-01-18Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt1-5/+7
2024-01-18lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor1-5/+6
2024-01-18riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor1-0/+1