summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-04lib/zlib: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-04lib/rbtree.c: fix the example typoHsin Chang Yu
2024-06-28selftests/fpu: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-28build-id: require program headers to be right after ELF headerAlexey Dobriyan
2024-06-24KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.koJeff Johnson
2024-06-24lib/dump_stack: report process UID in dump_stack_print_info()Suren Baghdasaryan
2024-06-24lib/plist.c: avoid worst case scenario in plist_addI Hsin Cheng
2024-06-24lib/Kconfig.debug: document panic= command line option and procfs entry for P...Brian Masney
2024-06-24lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-24lib/test_kmod: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-24siphash: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-24uuid: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-24kunit: add missing MODULE_DESCRIPTION() macros to lib/*.cJeff Johnson
2024-06-24lib/asn1_encoder: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-24KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.koJeff Johnson
2024-06-24kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula
2024-06-24lib/ts: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-24lib/plist.c: enforce memory ordering in plist_check_listI Hsin Cheng
2024-06-24percpu_counter: add a cmpxchg-based _add_batch variantMateusz Guzik
2024-06-24lib/test_sort: add a testcase to ensure code coverageKuan-Wei Chiu
2024-06-24lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu
2024-06-24lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu
2024-06-24lib/sort: remove unused pr_fmt macroKuan-Wei Chiu
2024-06-24lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu
2024-06-22Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-21closures: Change BUG_ON() to WARN_ON()Kent Overstreet
2024-06-18cpumask: limit FORCE_NR_CPUS to just the UP caseLinus Torvalds
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-06-15lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=nSuren Baghdasaryan
2024-06-10kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()Kees Cook
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker
2024-06-03lib/test_rhashtable: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-05-31kunit/fortify: Remove __kmalloc_node() testKees Cook
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-24lib: add version into /proc/allocinfo outputSuren Baghdasaryan
2024-05-24Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-22Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-05-21Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-19usercopy: Don't use "proxy" headersAndy Shevchenko
2024-05-19bitops: Move aligned_byte_mask() to wordpart.hAndy Shevchenko
2024-05-19stackdepot: use gfp_nested_mask() instead of open coded maskingDave Chinner
2024-05-19selftests/fpu: allow building on other architecturesSamuel Holland