summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: glob.c: added null check for character classAlok Swaminathan2024-09-101-0/+2
* lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin2024-09-021-1/+1
* dimlib: use *-y instead of *-objs in MakefileAndy Shevchenko2024-09-021-1/+1
* lib/percpu_counter: add missing __percpu qualifier to a castUros Bizjak2024-09-021-1/+1
* lib/bcd: optimize _bin2bcd() for improved performanceKuan-Wei Chiu2024-09-021-1/+3
* fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula2024-09-021-0/+1
* lib/rhashtable: cleanup fallback check in bucket_table_alloc()Davidlohr Bueso2024-09-021-1/+1
* lockdep: upper limit LOCKDEP_CHAINS_BITSJ. R. Okajima2024-09-021-1/+1
* lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()Thorsten Blum2024-09-021-6/+3
* lib/lru_cache: fix spelling mistake "colision"->"collision"Deshan Zhang2024-09-021-5/+5
* closures: use seq_putc() in debug_show()Markus Elfring2024-09-021-1/+1
* dyndbg: use seq_putc() in ddebug_proc_show()Markus Elfring2024-09-021-2/+2
* xz: remove XZ_EXTERN and extern from functionsLasse Collin2024-09-026-30/+22
* xz: adjust arch-specific options for better kernel compressionLasse Collin2024-09-021-2/+12
* xz: add RISC-V BCJ filterLasse Collin2024-09-024-3/+114
* xz: Add ARM64 BCJ filterLasse Collin2024-09-023-3/+61
* xz: optimize for-loop conditions in the BCJ decodersLasse Collin2024-09-021-5/+18
* xz: cleanup CRC32 edits from 2018Lasse Collin2024-09-022-5/+1
* xz: fix comments and coding styleLasse Collin2024-09-022-11/+12
* xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin2024-09-0210-42/+22
* kcov: don't instrument lib/find_bit.cAndrey Konovalov2024-09-021-0/+1
* lib: test_objpool: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-09-021-1/+2
* mul_u64_u64_div_u64: basic sanity testNicolas Pitre2024-09-024-1/+118
* mul_u64_u64_div_u64: make it precise alwaysNicolas Pitre2024-09-021-43/+65
* Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-08-291-0/+4
|\
| * random: vDSO: reject unknown getrandom() flagsYann Droneaud2024-08-261-0/+4
* | Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-171-0/+2
|\ \
| * | lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet2024-08-141-0/+2
* | | kunit/overflow: Fix UB in overflow_allocation_testIvan Orlov2024-08-151-2/+1
| |/ |/|
* | minmax: don't use max() in situations that want a C constant expressionLinus Torvalds2024-07-291-1/+1
* | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-292-1/+2
|/
* Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-271-26/+4
|\
| * uaccess: always export _copy_[from|to]_user with CONFIG_RUSTArnd Bergmann2024-07-081-26/+4
* | Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...Linus Torvalds2024-07-271-1/+2
|\ \
| * | decompress_bunzip2: fix rare decompression failureRoss Lagerwall2024-07-261-1/+2
* | | Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-263-0/+3
|\ \ \ | |/ / |/| |
| * | lib: bitmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-183-0/+3
* | | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-252-0/+2
|\ \ \
| * | | vsprintf: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-122-0/+2
* | | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+16
|\ \ \ \
| * \ \ \ Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-171-0/+1
| |\ \ \ \
| * | | | | kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu2024-06-121-1/+16
* | | | | | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-242-0/+256
|\ \ \ \ \ \
| * | | | | | random: introduce generic vDSO getrandom() implementationJason A. Donenfeld2024-07-192-0/+256
* | | | | | | Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-221-7/+29
|\ \ \ \ \ \ \
| * | | | | | | sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang2024-07-191-7/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-2250-62/+231
|\ \ \ \ \ \ \
| * | | | | | | lib/bch.c: use swap() to improve codeThorsten Blum2024-07-131-15/+5
| * | | | | | | test_bpf: convert comma to semicolonChen Ni2024-07-131-2/+2
| * | | | | | | math: rational: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-051-0/+1