aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-11-17crypto: lib/aesgcm - Add kernel docs for aesgcm_macGravatar Sagar Vashnav 1-0/+13
2023-11-10lib: test_objpool: make global variables staticGravatar wuqiang.matt 1-3/+3
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-2/+7
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 3-0/+193
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-15/+13
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-13/+12
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxGravatar Linus Torvalds 5-684/+549
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+79
2023-11-02lib/fw_table: Remove acpi_parse_entries_array() exportGravatar Dan Williams 1-1/+0
2023-11-02seq_buf: Export seq_buf_puts()Gravatar Christophe JAILLET 1-0/+1
2023-11-02seq_buf: Export seq_buf_putc()Gravatar Christophe JAILLET 1-0/+1
2023-11-01Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 10-139/+728
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 4-1/+984
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-24/+3
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+52
2023-11-01vsprintf: uninline simple_strntoull(), reorder argumentsGravatar Alexey Dobriyan 1-13/+12
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-0/+393
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2023-10-30closures: Fix race in closure_sync()Gravatar Kent Overstreet 1-0/+3
2023-10-30closures: Better memory barriersGravatar Kent Overstreet 1-2/+4
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 7-7/+299
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 4-1/+192
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-301/+136
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Gravatar Kees Cook 1-3/+1
2023-10-27acpi: Move common tables helper functions to common libGravatar Dave Jiang 3-0/+194
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-12/+25
2023-10-24kprobes: unused header files removedGravatar wuqiang.matt 1-6/+0
2023-10-20tracing: Move readpos from seq_buf to trace_seqGravatar Matthew Wilcox (Oracle) 1-12/+10
2023-10-20netlink: add variable-length / auto integersGravatar Jakub Kicinski 1-0/+22
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Gravatar Kent Overstreet 1-0/+59
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Gravatar Kent Overstreet 1-3/+14
2023-10-19closures: Add a missing includeGravatar Kent Overstreet 1-0/+1
2023-10-19bcache: move closures to lib/Gravatar Kent Overstreet 4-0/+218
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-1/+1
2023-10-18percpu_counter: extend _limited_add() to negative amountsGravatar Hugh Dickins 1-14/+40
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Gravatar Hugh Dickins 1-0/+53
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Gravatar Liam R. Howlett 2-12/+25
2023-10-18Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 1-0/+52
2023-10-18lib: objpool test module addedGravatar wuqiang.matt 3-0/+709
2023-10-18lib: objpool added: ring-array based lockless MPMCGravatar wuqiang.matt 2-1/+281
2023-10-16bitmap: move bitmap_*_region() functions to bitmap.hGravatar Yury Norov 1-64/+0
2023-10-16lib: add light-weight queuing mechanism.Gravatar NeilBrown 3-1/+164
2023-10-16llist: add llist_del_first_this()Gravatar NeilBrown 1-0/+28
2023-10-14bitmap: drop _reg_op() functionGravatar Yury Norov 1-76/+0
2023-10-14bitmap: replace _reg_op(REG_OP_ISFREE) with find_next_bit()Gravatar Yury Norov 1-1/+1
2023-10-14bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()Gravatar Yury Norov 1-1/+1