summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2024-06-12kobject_uevent: Fix OOB access within zap_modalias_env()Zijun Hu-1/+16
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+1
2024-06-10kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()Kees Cook-3/+17
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel-15/+0
2024-06-10lib: objagg: Fix general protection faultIdo Schimmel-0/+3
2024-06-10lib: test_objagg: Fix spellingIdo Schimmel-1/+1
2024-06-10lib: objagg: Fix spellingIdo Schimmel-1/+1
2024-06-07list: test: add the missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-07kunit: add missing MODULE_DESCRIPTION() macros to core modulesJeff Johnson-0/+3
2024-06-07crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+4
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker-1/+1
2024-06-04lib/math: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-06-04dyndbg: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-03lib/test_rhashtable: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-03list: test: remove unused struct 'klist_test_struct'Dr. David Alan Gilbert-6/+0
2024-06-03test_bpf: Add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-05-31kunit/fortify: Remove __kmalloc_node() testKees Cook-3/+0
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov-8/+400
2024-05-28mm, slab: don't wrap internal functions with alloc_hooks()Vlastimil Babka-6/+1
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard-815/+2355
2024-05-25Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds-15/+32
2024-05-24lib: add version into /proc/allocinfo outputSuren Baghdasaryan-15/+32
2024-05-24Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+2
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds-79/+64
2024-05-22Merge tag 'mm-stable-2024-05-22-17-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+2
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-52/+55
2024-05-21Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds-6/+38
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2024-05-19usercopy: Don't use "proxy" headersAndy Shevchenko-2/+6
2024-05-19bitops: Move aligned_byte_mask() to wordpart.hAndy Shevchenko-0/+1
2024-05-19stackdepot: use gfp_nested_mask() instead of open coded maskingDave Chinner-9/+2
2024-05-19selftests/fpu: allow building on other architecturesSamuel Holland-25/+7
2024-05-19selftests/fpu: move FP code to a separate translation unitSamuel Holland-32/+48
2024-05-19lib/raid6: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland-23/+10
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-17/+25
2024-05-19Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-0/+37
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-31/+707
2024-05-18kunit/fortify: Fix memcmp() test to be amplitude agnosticKees Cook-1/+1
2024-05-18ubsan: Restore dependency on ARCH_HAS_UBSANKees Cook-0/+1
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-7/+6
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+6
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-106/+6
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-28/+201
2024-05-14Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-32/+99
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+26
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-19/+43
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-393/+644
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds-4/+4