summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-2150-62/+231
|\ \ \
| * | | lib/bch.c: use swap() to improve codeThorsten Blum2024-07-121-15/+5
| * | | test_bpf: convert comma to semicolonChen Ni2024-07-121-2/+2
| * | | math: rational: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-041-0/+1
| * | | lib/zlib: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-041-0/+1
| * | | lib/rbtree.c: fix the example typoHsin Chang Yu2024-07-041-4/+4
| * | | selftests/fpu: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | | build-id: require program headers to be right after ELF headerAlexey Dobriyan2024-06-281-0/+14
| * | | KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.koJeff Johnson2024-06-2420-2/+22
| * | | lib/dump_stack: report process UID in dump_stack_print_info()Suren Baghdasaryan2024-06-241-2/+4
| * | | lib/plist.c: avoid worst case scenario in plist_addI Hsin Cheng2024-06-241-1/+37
| * | | lib/Kconfig.debug: document panic= command line option and procfs entry for P...Brian Masney2024-06-241-1/+3
| * | | lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| * | | lib/test_kmod: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| * | | siphash: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| * | | uuid: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| * | | kunit: add missing MODULE_DESCRIPTION() macros to lib/*.cJeff Johnson2024-06-246-0/+6
| * | | lib/asn1_encoder: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| * | | KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.koJeff Johnson2024-06-242-0/+2
| * | | kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-242-0/+2
| * | | kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-241-0/+3
| * | | lib/ts: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-243-0/+3
| * | | lib/plist.c: enforce memory ordering in plist_check_listI Hsin Cheng2024-06-241-2/+2
| * | | percpu_counter: add a cmpxchg-based _add_batch variantMateusz Guzik2024-06-241-5/+39
| * | | lib/test_sort: add a testcase to ensure code coverageKuan-Wei Chiu2024-06-241-1/+13
| * | | lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu2024-06-241-4/+6
| * | | lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu2024-06-241-1/+1
| * | | lib/sort: remove unused pr_fmt macroKuan-Wei Chiu2024-06-241-2/+0
| * | | lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu2024-06-241-0/+36
| * | | lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-241-13/+13
| * | | lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-241-7/+6
* | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-217-9/+39
|\ \ \ \
| * \ \ \ Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-1/+3
| |\ \ \ \
| * | | | | lib/zlib: unpoison DFLTCC output buffersIlya Leoshkevich2024-07-032-0/+29
| * | | | | maple_tree: modified return type of mas_wr_store_entry()JaeJoon Jung2024-07-031-9/+6
| * | | | | lib: test_hmm: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * | | | | test_maple_tree: add the missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * | | | | ubsan: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * | | | | test_xarray: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
* | | | | | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-193-0/+3
|\ \ \ \ \ \
| * | | | | | Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman2024-07-017-18/+84
| |\| | | | |
| * | | | | | Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-171-0/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | lib/math: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-042-0/+2
| * | | | | | dyndbg: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-041-0/+1
* | | | | | | Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-07-1910-17/+15
|\ \ \ \ \ \ \
| * | | | | | | crypto: lib/mpi - delete unnecessary conditionDan Carpenter2024-07-131-6/+4