summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-12-06lib/vsprintf: Fix %pfwf when current node refcount == 0Herve Codina-3/+8
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe-13/+0
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe-1/+1
2023-12-05mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka-11/+5
2023-12-03Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+17
2023-12-02Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-2/+3
2023-12-01Merge branch 'acpi-tables'Rafael J. Wysocki-1/+1
2023-12-01lib: objpool: fix head overrun on RK3588 SBCwuqiang.matt-0/+17
2023-12-01Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...Linus Torvalds-3/+41
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+0
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+1
2023-11-30bpf/tests: Remove duplicate JSGT testsYujie Liu-2/+0
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+0
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller-6/+0
2023-11-24Merge branch 'firmware_loader'Jakub Kicinski-0/+1
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent-0/+1
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet-2/+3
2023-11-22ACPI: Fix ARM32 platforms compile issue introduced by fw_table changesDave Jiang-1/+1
2023-11-22debugobjects: Stop accessing objects after releasing hash bucket lockAndrzej Hajda-122/+78
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-16/+0
2023-11-18iov_iter: fix copy_page_to_iter_nofault()Omar Sandoval-1/+1
2023-11-17crypto: lib/aesgcm - Add kernel docs for aesgcm_macSagar Vashnav-0/+13
2023-11-15bpf: Remove test for MOVSX32 with offset=32Puranjay Mohan-16/+0
2023-11-14Merge tag 'zstd-linus-v6.7-rc2' of https://github.com/terrelln/linuxLinus Torvalds-1/+1
2023-11-14zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell-1/+1
2023-11-14kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald-1/+1
2023-11-14kunit: Reset suite counter right before running testsMichal Wajdeczko-2/+2
2023-11-14kunit: Warn if tests are slowMaxime Ripard-0/+38
2023-11-10lib: test_objpool: make global variables staticwuqiang.matt-3/+3
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-2/+7
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-0/+193
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+1
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-15/+13
2023-11-03Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-13/+12
2023-11-03Merge tag 'bitmap-for-6.7' of https://github.com/norov/linuxLinus Torvalds-684/+549
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+79
2023-11-02lib/fw_table: Remove acpi_parse_entries_array() exportDan Williams-1/+0
2023-11-02seq_buf: Export seq_buf_puts()Christophe JAILLET-0/+1
2023-11-02seq_buf: Export seq_buf_putc()Christophe JAILLET-0/+1
2023-11-01Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-139/+728
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-1/+984
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-24/+3
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+52
2023-11-01vsprintf: uninline simple_strntoull(), reorder argumentsAlexey Dobriyan-13/+12
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+393
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2023-10-30closures: Fix race in closure_sync()Kent Overstreet-0/+3