summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-305-44/+80
|\
| * Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-252-23/+23
| |\
| | * pcpcntr: remove percpu_counter_sum_all()Dave Chinner2023-03-191-29/+11
| | * pcpcntrs: fix dying cpu summation raceDave Chinner2023-03-191-3/+12
| | * cpumask: introduce for_each_cpu_orDave Chinner2023-03-191-0/+9
| * | lib: dhry: fix unstable smp_processor_id(_) usageGeert Uytterhoeven2023-03-231-2/+4
| * | test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett2023-03-231-0/+48
| * | maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett2023-03-231-19/+5
* | | Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-03-281-11/+46
|\ \ \
| * | | lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen2023-03-241-0/+11
| * | | lib: cpu_rmap: Use allocator for rmap entriesEli Cohen2023-03-241-11/+32
| * | | lib: cpu_rmap: Avoid use after free on rmap->obj array entriesEli Cohen2023-03-241-1/+4
| |/ /
* | | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2023-03-282-1/+282
|\ \ \
| * | | atomics: Provide rcuref - scalable reference countingThomas Gleixner2023-03-282-1/+282
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-173-5/+24
|\ \ \ | | |/ | |/|
| * | Merge tag 'zstd-linus-v6.3-rc3' of https://github.com/terrelln/linuxLinus Torvalds2023-03-143-5/+24
| |\ \ | | |/ | |/|
| | * zstd: Fix definition of assert()Jonathan Neuschäfer2023-03-061-1/+1
| | * lib: zstd: Backport fix for in-place decompressionNick Terrell2023-03-061-3/+22
| | * lib: zstd: Fix -Wstringop-overflow warningKees Cook2023-03-061-1/+1
* | | lib: packing: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-091-1/+0
|/ /
* | cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-051-13/+1
* | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-043-8/+19
|\ \
| * | lib: parser: update documentation for match_NUMBER functionsEric Biggers2023-03-021-7/+7
| * | kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver2023-03-021-0/+9
| * | lib/zlib: DFLTCC deflate does not write all available bits for Z_NO_FLUSHMikhail Zaslonko2023-02-271-1/+3
* | | kunit: Fix 'hooks.o' build by recursing into kunitDavid Gow2023-02-272-9/+5
|/ /
* | Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-251-0/+1
|\ \
| * | kcsan: select CONFIG_CONSTRUCTORSArnd Bergmann2023-02-221-0/+1
* | | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-3/+3
|\ \ \
| * \ \ Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams2023-02-101-3/+3
| |\ \ \
| | * | | kernel/range: Uplevel the cxl subsystem's range_contains() helperDan Williams2023-02-101-3/+3
* | | | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-6/+15
|\ \ \ \ \
| * | | | | kobject: make dynamic_kobj_ktype and kset_ktype constThomas Weißschuh2023-02-081-2/+2
| * | | | | Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-223-12/+16
| |\ \ \ \ \
| * | | | | | test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-201-1/+2
| * | | | | | test_firmware: use kernel-doc struct notationRandy Dunlap2023-01-201-1/+1
| * | | | | | kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai2023-01-111-2/+10
* | | | | | | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-2317-138/+1130
|\ \ \ \ \ \ \
| * | | | | | | lib/zlib: remove redundation assignement of avail_in dfltcc_gdht()Tom Rix2023-02-021-1/+1
| * | | | | | | lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo2023-02-021-1/+4
| * | | | | | | lib/zlib: DFLTCC always switch to software inflate for Z_PACKET_FLUSH optionMikhail Zaslonko2023-02-021-2/+4
| * | | | | | | lib/zlib: DFLTCC support inflate with small windowMikhail Zaslonko2023-02-021-8/+0
| * | | | | | | lib/zlib: Split deflate and inflate states for DFLTCCMikhail Zaslonko2023-02-028-76/+110
| * | | | | | | lib/zlib: DFLTCC not writing header bits when avail_out == 0Mikhail Zaslonko2023-02-021-4/+9
| * | | | | | | lib/zlib: fix DFLTCC ignoring flush modes when avail_in == 0Mikhail Zaslonko2023-02-021-1/+2
| * | | | | | | lib/zlib: fix DFLTCC not flushing EOBS when creating raw streamsMikhail Zaslonko2023-02-021-6/+13
| * | | | | | | lib/zlib: implement switching between DFLTCC and softwareMikhail Zaslonko2023-02-021-16/+22
| * | | | | | | lib/zlib: adjust offset calculation for dfltcc_stateMikhail Zaslonko2023-02-021-1/+2
| * | | | | | | lib/genalloc: use try_cmpxchg in {set,clear}_bits_llUros Bizjak2023-02-021-10/+8
| * | | | | | | lib: add Dhrystone benchmark testGeert Uytterhoeven2023-02-026-0/+938