index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
string.h: Introduce memtostr() and memtostr_pad()
Kees Cook
1
-0
/
+26
2024-04-20
Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+16
2024-04-19
string: Convert KUnit test names to standard convention
Kees Cook
1
-36
/
+36
2024-04-19
string: Merge strcat KUnit tests into string_kunit.c
Kees Cook
4
-110
/
+82
2024-04-19
string: Prepare to merge strcat KUnit tests into string_kunit.c
Kees Cook
1
-6
/
+6
2024-04-19
string: Merge strscpy KUnit tests into string_kunit.c
Kees Cook
4
-149
/
+120
2024-04-19
string: Prepare to merge strscpy_kunit.c into string_kunit.c
Kees Cook
1
-25
/
+26
2024-04-19
Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-9
/
+13
2024-04-18
string_kunit: Add test cases for str*cmp functions
Ivan Orlov
1
-0
/
+155
2024-04-17
bootconfig: Fix the kerneldoc of _xbc_exit()
Masami Hiramatsu (Google)
1
-1
/
+2
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
1
-1
/
+1
2024-04-16
ubsan: Add awareness of signed integer overflow traps
Kees Cook
1
-2
/
+16
2024-04-15
net: dqs: make struct dql more cache efficient
Breno Leitao
1
-4
/
+9
2024-04-14
bootconfig: use memblock_free_late to free xbc memory to buddy
Qiang Zhang
1
-8
/
+11
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
1
-0
/
+14
2024-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+6
2024-04-11
Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+3
2024-04-10
Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-04-10
lib: Add one-byte emulation function
Paul E. McKenney
2
-0
/
+46
2024-04-09
vdso: Fix powerpc build U64_MAX undeclared error
Adrian Hunter
1
-1
/
+1
2024-04-08
vdso: Make delta calculation overflow safe
Adrian Hunter
1
-1
/
+16
2024-04-08
vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT
Adrian Hunter
1
-0
/
+7
2024-04-08
vdso: Consolidate nanoseconds calculation
Adrian Hunter
1
-24
/
+19
2024-04-08
vdso: Consolidate vdso_calc_delta()
Adrian Hunter
1
-1
/
+8
2024-04-08
lib: checksum: hide unused expected_csum_ipv6_magic[]
Arnd Bergmann
1
-2
/
+3
2024-04-05
stackdepot: rename pool_index to pool_index_plus_1
Peter Collingbourne
1
-2
/
+2
2024-04-05
bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
Andrii Nakryiko
1
-2
/
+3
2024-04-04
mm/slub, kunit: Use inverted data to corrupt kmem cache
Guenter Roeck
1
-1
/
+1
2024-04-04
ubsan: fix unused variable warning in test module
Arnd Bergmann
1
-1
/
+1
2024-04-01
lib/bitmap: add compile-time test for __assign_bit() optimization
Alexander Lobakin
1
-8
/
+10
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-2
/
+0
2024-04-01
lib/test_bitmap: use pr_info() for non-error messages
Alexander Potapenko
1
-5
/
+5
2024-04-01
lib/test_bitmap: add tests for bitmap_{read,write}()
Alexander Potapenko
1
-7
/
+172
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
45
-1137
/
+1782
2024-03-23
Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-15
/
+21
2024-03-23
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
1
-0
/
+19
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2024-03-22
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2024-03-21
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+11
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2024-03-18
Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"
Guenter Roeck
2
-15
/
+0
2024-03-18
ubsan: Disable signed integer overflow sanitizer on GCC < 8
Kees Cook
1
-0
/
+2
2024-03-16
Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-5
/
+10
2024-03-16
fbcon: Increase maximum font width x height to 64 x 128
Samuel Thibault
1
-6
/
+9
2024-03-15
Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-23
/
+12
2024-03-15
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
12
-96
/
+42
2024-03-15
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-62
/
+252
2024-03-14
Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-391
/
+1
2024-03-14
lib/generic-radix-tree.c: Make nodes more reasonably sized
Kent Overstreet
1
-23
/
+12
[prev]
[next]