summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-24KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.koJeff Johnson2-0/+2
2024-06-24kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula1-0/+3
2024-06-24lib/ts: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-24lib/plist.c: enforce memory ordering in plist_check_listI Hsin Cheng1-2/+2
2024-06-24percpu_counter: add a cmpxchg-based _add_batch variantMateusz Guzik1-5/+39
2024-06-24lib/test_sort: add a testcase to ensure code coverageKuan-Wei Chiu1-1/+13
2024-06-24lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu1-4/+6
2024-06-24lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu1-1/+1
2024-06-24lib/sort: remove unused pr_fmt macroKuan-Wei Chiu1-2/+0
2024-06-24lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu1-0/+36
2024-06-24lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu1-13/+13
2024-06-24lib min_heap: add type safe interfaceKuan-Wei Chiu1-7/+6
2024-06-24debugobjects: Annotate racy debug variablesBreno Leitao1-10/+11
2024-06-24lib/fonts: Fix visiblity of SUN12x22 and TER16x32 if DRM_PANICGeert Uytterhoeven1-2/+4
2024-06-23closures: closure_get_not_zero(), closure_return_sync()Kent Overstreet1-6/+46
2024-06-22Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+8
2024-06-21closures: Change BUG_ON() to WARN_ON()Kent Overstreet1-2/+8
2024-06-21crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-21crypto: lib/mpi - Use swap() in mpi_powm()Jiapeng Chong1-7/+2
2024-06-21crypto: lib/mpi - Use swap() in mpi_ec_mul_point()Jiapeng Chong1-4/+2
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-10/+10
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+32
2024-06-19fortify: Do not special-case 0-sized destinationsKees Cook1-2/+1
2024-06-18lib: bitmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-18cpumask: limit FORCE_NR_CPUS to just the UP caseLinus Torvalds1-7/+1
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+13
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+18
2024-06-17Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman1-0/+1
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman1-0/+1
2024-06-15lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=nSuren Baghdasaryan1-3/+13
2024-06-14usercopy: Convert test_user_copy to KUnit testKees Cook4-344/+339
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook2-0/+114
2024-06-13mm profiling: Remove superfluous sentinel element from ctl_tableJoel Granados1-1/+0
2024-06-12vsprintf: add missing MODULE_DESCRIPTION() macroJeff Johnson2-0/+2
2024-06-12kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu1-1/+16
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2024-06-10kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()Kees Cook1-3/+17
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-15/+0
2024-06-10lib: objagg: Fix general protection faultIdo Schimmel1-0/+3
2024-06-10lib: test_objagg: Fix spellingIdo Schimmel1-1/+1
2024-06-10lib: objagg: Fix spellingIdo Schimmel1-1/+1
2024-06-07list: test: add the missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-07kunit: add missing MODULE_DESCRIPTION() macros to core modulesJeff Johnson3-0/+3
2024-06-07crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker1-1/+1
2024-06-04lib/math: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-04dyndbg: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-03lib/test_rhashtable: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1