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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
fortify: Split reporting and avoid passing string pointer
Kees Cook
6
-28
/
+84
2024-03-01
refcount: Annotated intentional signed integer wrap-around
Kees Cook
1
-3
/
+6
2024-03-01
coccinelle: semantic patch to check for potential struct_size calls
Jacob Keller
1
-0
/
+74
2024-03-01
coccinelle: Add rules to find str_plural() replacements
Kees Cook
2
-0
/
+42
2024-03-01
lib/string_choices: Add str_plural() helper
Michal Wajdeczko
1
-0
/
+11
2024-03-01
overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()
Kees Cook
2
-0
/
+75
2024-03-01
overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
Kees Cook
2
-4
/
+68
2024-03-01
overflow: Adjust check_*_overflow() kern-doc to reflect results
Kees Cook
1
-12
/
+9
2024-03-01
kernel.h: Move upper_*_bits() and lower_*_bits() to wordpart.h
Andy Shevchenko
2
-28
/
+31
2024-02-21
hardening: Enable KFENCE in the hardening config
Marco Elver
1
-0
/
+3
2024-02-21
hardening: drop obsolete DRM_LEGACY from config fragment
Lukas Bulwahn
1
-3
/
+0
2024-02-21
hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment
Lukas Bulwahn
1
-1
/
+0
2024-02-21
um: Convert strscpy() usage to 2-argument style
Kees Cook
7
-10
/
+10
2024-02-21
string: Allow 2-argument strscpy_pad()
Kees Cook
1
-13
/
+20
2024-02-21
string: Allow 2-argument strscpy()
Kees Cook
4
-28
/
+41
2024-02-21
string: Redefine strscpy_pad() as a macro
Kees Cook
2
-36
/
+31
2024-02-21
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
7
-2
/
+137
2024-02-06
ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
Kees Cook
11
-41
/
+18
2024-02-06
ubsan: Silence W=1 warnings in self-test
Kees Cook
2
-2
/
+3
2024-02-06
ubsan: Use Clang's -fsanitize-trap=undefined option
Kees Cook
1
-1
/
+1
2024-02-06
MAINTAINERS: Add UBSAN section
Kees Cook
1
-0
/
+17
2024-02-01
VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()
Harshit Mogalapalli
1
-1
/
+2
2024-02-01
VMCI: Use struct_size() in kmalloc()
Harshit Mogalapalli
1
-2
/
+2
2024-02-01
cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrict
Jingzi Meng
1
-11
/
+0
2024-02-01
lib/string: shrink lib/string.i via IWYU
Tanzir Hasan
1
-8
/
+9
2024-02-01
kernel.h: removed REPEAT_BYTE from kernel.h
Tanzir Hasan
12
-17
/
+31
2024-02-01
lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)
Douglas Anderson
1
-1
/
+1
2024-02-01
lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimization
Douglas Anderson
1
-1
/
+2
2024-02-01
lkdtm: Make lkdtm_do_action() return to avoid tail call optimization
Douglas Anderson
1
-8
/
+14
2024-01-29
Linux 6.8-rc2
v6.8-rc2
Linus Torvalds
1
-1
/
+1
2024-01-29
Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-13
/
+23
2024-01-28
Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
34
-230
/
+83
2024-01-28
Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-6
/
+20
2024-01-28
Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-01-28
Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+29
2024-01-28
Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-12
/
+50
2024-01-28
Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2024-01-27
Merge tag 'platform-drivers-x86-v6.8-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
14
-177
/
+460
2024-01-27
Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-11
/
+14
2024-01-27
Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-10
/
+17
2024-01-27
Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
10
-32
/
+42
2024-01-27
Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-3
/
+6
2024-01-27
Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-74
/
+467
2024-01-27
mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
Xi Ruoyao
1
-0
/
+6
2024-01-27
MIPS: loongson64: set nid for reserved memblock region
Huang Pei
2
-0
/
+5
2024-01-27
Revert "MIPS: loongson64: set nid for reserved memblock region"
Thomas Bogendoerfer
2
-4
/
+0
2024-01-27
Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...
Linus Torvalds
4
-8
/
+31
2024-01-27
Merge tag 'block-6.8-2024-01-26' of git://git.kernel.dk/linux
Linus Torvalds
5
-7
/
+20
2024-01-27
Merge tag 'io_uring-6.8-2024-01-26' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+4
2024-01-27
Merge tag 'thermal-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-32
/
+0
[next]