summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-03fixup! lib: add mean and variance module.mean_and_variance_fixupsKent Overstreet
2022-09-02lib: add mean and variance module.Daniel Hill
2022-08-15lib/printbuf: Tabstop improvementsKent Overstreet
2022-08-15fixup! lib/printbuf: prt_str_indented()Kent Overstreet
2022-08-14fixup! vsprintf: prt_u64_minwidth(), prt_u64()Kent Overstreet
2022-08-11lib/printbuf: prt_str_indented()Kent Overstreet
2022-08-07mm: Move lib/show_mem.c to mm/Kent Overstreet
2022-08-07vsprintf: %pf(%p)Kent Overstreet
2022-08-07Delete seq_bufKent Overstreet
2022-08-07vsprintf: Refactor hex_string, bitmap_string_list, bitmap_stringKent Overstreet
2022-08-07vsprintf: Refactor device_node_string, fwnode_stringKent Overstreet
2022-08-07vsprintf: flags_string() no longer takes printf_specKent Overstreet
2022-08-07vsprintf: time_and_date() no longer takes printf_specKent Overstreet
2022-08-07vsprintf: Refactor mac_address_string()Kent Overstreet
2022-08-07vsprintf: Refactor ip_addr_string()Kent Overstreet
2022-08-07vsprintf: Refactor fourcc_string()Kent Overstreet
2022-08-07vsprintf: Refactor resource_string()Kent Overstreet
2022-08-07vsprintf: Start consolidating printf_spec handlingKent Overstreet
2022-08-07test_printf: Drop requirement that sprintf not write past nulKent Overstreet
2022-08-07vsprintf: prt_u64_minwidth(), prt_u64()Kent Overstreet
2022-08-07vsprintf: Improve number()Kent Overstreet
2022-08-07lib/pretty-printers: prt_string_option(), prt_bitflags()Kent Overstreet
2022-08-07lib/printbuf: Unit specifiersKent Overstreet
2022-08-07lib/printbuf: Tabstops, indentingKent Overstreet
2022-08-07lib/printbuf: Heap allocationKent Overstreet
2022-08-07lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet
2022-08-04lib/hexdump: Convert to printbufKent Overstreet
2022-08-04vsprintf: Convert to printbufKent Overstreet
2022-08-04lib/string_helpers: Convert string_escape_mem() to printbufKent Overstreet
2022-08-04bcachefs: Initial commitKent Overstreet
2022-08-02lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet
2022-08-02lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2022-08-02bcache: move closures to lib/Kent Overstreet
2022-07-14ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers
2022-07-10ida: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-03lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds
2022-07-01Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-25lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-17Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld
2022-06-11iov_iter: fix build issue due to possible type mis-matchLinus Torvalds
2022-06-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-06-07crc-itu-t: fix typo in CRC ITU-T polynomial commentRoger Knecht
2022-06-06objtool: Fix obsolete reference to CONFIG_X86_SMAPJosh Poimboeuf
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds