aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-07-18Merge tag 'bootconfig-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+9
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-10/+12
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-23/+155
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds14-368/+871
2024-07-16Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2024-07-15Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+10
2024-07-15Merge tag 'core-debugobjects-2024-07-14' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+11
2024-07-14Merge tag 'kbuild-fixes-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2024-07-15fortify: fix warnings in fortify tests with KASANMasahiro Yamada1-0/+4
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner8-18/+85
2024-07-12kunit: executor: Simplify string allocation handlingKees Cook2-10/+4
2024-07-12bootconfig: Remove duplicate included header file linux/bootconfig.hThorsten Blum1-11/+9
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+3
2024-07-10closures: fix closure_sync + closure debuggingKent Overstreet1-0/+3
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+10
2024-07-06lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 ...Paul Menzel1-1/+3
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter7-18/+84
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+48
2024-07-03vdso/gettimeofday: Clarify comment about open coded functionAnna-Maria Behnsen1-10/+10
2024-07-02kunit/usercopy: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook2-0/+9
2024-06-28Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+2
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-6/+46
2024-06-28string: kunit: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-28Merge tag 'drm-misc-next-2024-06-27' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+4
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2024-06-25bpf: Fix tailcall cases in test_bpfLeon Hwang1-0/+10
2024-06-25dim: add new interfaces for initialization and getting resultsHeng Qi1-0/+68
2024-06-25ethtool: provide customized dim profile managementHeng Qi1-0/+70
2024-06-25dim: make DIMLIB dependent on NETHeng Qi1-0/+1
2024-06-25linux/dim: move useful macros to .h fileHeng Qi1-6/+0
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-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-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-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-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1