summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-12lib/generic-radix-tree.c: Make nodes more reasonably sizedKent Overstreet
2024-03-10thread_with_file: add f_ops.flushKent Overstreet
2024-03-10thread_with_file: Fix missing va_end()Kent Overstreet
2024-03-10thread_with_file: allow ioctls against these filesDarrick J. Wong
2024-03-10thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-03-10thread_with_file: fix various printf problemsDarrick J. Wong
2024-03-10thread_with_file: allow creation of readonly filesDarrick J. Wong
2024-03-10thread_with_stdio: suppress hung task warningKent Overstreet
2024-03-10thread_with_stdio: Mark completed in ->release()Kent Overstreet
2024-03-10thread_with_file: Lift from bcachefsKent Overstreet
2024-03-10darray: lift from bcachefsKent Overstreet
2024-03-10time_stats: Kill TIME_STATS_HAVE_QUANTILESKent Overstreet
2024-03-10time_stats: report information in json formatDarrick J. Wong
2024-03-10mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong
2024-03-10time_stats: allow custom epoch namesDarrick J. Wong
2024-03-10time_stats: don't print any output if event count is zeroDarrick J. Wong
2024-03-10time_stats: add larger unitsDarrick J. Wong
2024-03-10time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-03-10time_stats: report lifetime of the stats objectDarrick J. Wong
2024-03-10time_stats: Promote to lib/Kent Overstreet
2024-03-10eytzinger: Promote to include/linux/Kent Overstreet
2024-03-10mean and variance: Promote to lib/mathKent Overstreet
2024-02-20lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
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-08Revert "kobject: Remove redundant checks for whether ktype is NULL"Greg Kroah-Hartman
2024-02-06kunit: device: Unregister the kunit_bus on shutdownDavid Gow
2024-01-30Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-25stackdepot: make fast paths lock-less againMarco Elver
2024-01-25stackdepot: add stats counters exported via debugfsMarco Elver
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
2024-01-19lib: checksum: Fix build with CONFIG_NET=nPalmer Dabbelt
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2024-01-17Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt
2024-01-17lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor
2024-01-17riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor
2024-01-17kunit: Add tests for csum_ipv6_magic and ip_fast_csumCharlie Jenkins
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-15sbitmap: remove stale comment in sbq_calc_wake_batchKemeng Shi
2024-01-12lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonNathan Chancellor
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds