summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | lib/zlib: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-051-0/+1
| * | | | | | | lib/rbtree.c: fix the example typoHsin Chang Yu2024-07-051-4/+4
| * | | | | | | selftests/fpu: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-291-0/+1
| * | | | | | | build-id: require program headers to be right after ELF headerAlexey Dobriyan2024-06-291-0/+14
| * | | | | | | KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.koJeff Johnson2024-06-2520-2/+22
| * | | | | | | lib/dump_stack: report process UID in dump_stack_print_info()Suren Baghdasaryan2024-06-251-2/+4
| * | | | | | | lib/plist.c: avoid worst case scenario in plist_addI Hsin Cheng2024-06-251-1/+37
| * | | | | | | lib/Kconfig.debug: document panic= command line option and procfs entry for P...Brian Masney2024-06-251-1/+3
| * | | | | | | lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-251-0/+1
| * | | | | | | lib/test_kmod: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-251-0/+1
| * | | | | | | siphash: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-251-0/+1
| * | | | | | | uuid: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-251-0/+1
| * | | | | | | kunit: add missing MODULE_DESCRIPTION() macros to lib/*.cJeff Johnson2024-06-256-0/+6
| * | | | | | | lib/asn1_encoder: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-251-0/+1
| * | | | | | | KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.koJeff Johnson2024-06-252-0/+2
| * | | | | | | kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-252-0/+2
| * | | | | | | kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-251-0/+3
| * | | | | | | lib/ts: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-253-0/+3
| * | | | | | | lib/plist.c: enforce memory ordering in plist_check_listI Hsin Cheng2024-06-251-2/+2
| * | | | | | | percpu_counter: add a cmpxchg-based _add_batch variantMateusz Guzik2024-06-251-5/+39
| * | | | | | | lib/test_sort: add a testcase to ensure code coverageKuan-Wei Chiu2024-06-251-1/+13
| * | | | | | | lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu2024-06-251-4/+6
| * | | | | | | lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu2024-06-251-1/+1
| * | | | | | | lib/sort: remove unused pr_fmt macroKuan-Wei Chiu2024-06-251-2/+0