summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-14Merge tag 'zstd-linus-v6.7-rc2' of https://github.com/terrelln/linuxLinus Torvalds
2023-11-14zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell
2023-11-10lib: test_objpool: make global variables staticwuqiang.matt
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02lib/fw_table: Remove acpi_parse_entries_array() exportDan Williams
2023-11-02seq_buf: Export seq_buf_puts()Christophe JAILLET
2023-11-02seq_buf: Export seq_buf_putc()Christophe JAILLET
2023-11-01Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30closures: Fix race in closure_sync()Kent Overstreet
2023-10-30closures: Better memory barriersKent Overstreet
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook
2023-10-27acpi: Move common tables helper functions to common libDave Jiang
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-24kprobes: unused header files removedwuqiang.matt
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2023-10-20netlink: add variable-length / auto integersJakub Kicinski
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-10-19closures: Add a missing includeKent Overstreet
2023-10-19bcache: move closures to lib/Kent Overstreet
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18percpu_counter: extend _limited_add() to negative amountsHugh Dickins
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-18Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-10-18lib: objpool test module addedwuqiang.matt
2023-10-18lib: objpool added: ring-array based lockless MPMCwuqiang.matt
2023-10-16bitmap: move bitmap_*_region() functions to bitmap.hYury Norov
2023-10-16lib: add light-weight queuing mechanism.NeilBrown
2023-10-16llist: add llist_del_first_this()NeilBrown
2023-10-14bitmap: drop _reg_op() functionYury Norov
2023-10-14bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()Yury Norov