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.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
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
3
-5
/
+5
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
9
-6
/
+23
2022-04-22
objtool: Make jump label hack optional
Josh Poimboeuf
8
-12
/
+44
2022-04-22
objtool: Make static call annotation optional
Josh Poimboeuf
5
-5
/
+14
2022-04-22
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
5
-10
/
+3
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
17
-57
/
+73
2022-04-22
objtool: Extricate sls from stack validation
Josh Poimboeuf
1
-13
/
+43
2022-04-22
objtool: Rework ibt and extricate from stack validation
Josh Poimboeuf
1
-133
/
+147
2022-04-22
objtool: Make stack validation optional
Josh Poimboeuf
5
-13
/
+23
2022-04-22
objtool: Add option to print section addresses
Josh Poimboeuf
3
-14
/
+19
2022-04-22
objtool: Don't print parentheses in function addresses
Josh Poimboeuf
1
-5
/
+1
2022-04-22
objtool: Ditch subcommands
Josh Poimboeuf
10
-211
/
+72
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
9
-78
/
+108
2022-04-22
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
1
-3
/
+14
2022-04-22
Merge branch 'tip/x86/urgent'
Peter Zijlstra
19
-23
/
+52
2022-04-22
objtool: Fix code relocs vs weak symbols
Peter Zijlstra
1
-22
/
+165
2022-04-22
objtool: Fix type of reloc::addend
Peter Zijlstra
3
-7
/
+7
2022-04-19
objtool: Fix function fallthrough detection for vmlinux
Josh Poimboeuf
3
-3
/
+2
2022-04-19
objtool: Fix sibling call detection in alternatives
Josh Poimboeuf
1
-19
/
+17
2022-04-19
objtool: Don't set 'jump_dest' for sibling calls
Josh Poimboeuf
1
-13
/
+22
2022-04-19
x86/uaccess: Don't jump between functions
Josh Poimboeuf
1
-35
/
+52
2022-04-19
x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT config
Nur Hussein
1
-1
/
+1
2022-04-19
objtool: Use offstr() to print address of missing ENDBR
Josh Poimboeuf
1
-3
/
+2
2022-04-19
objtool: Print data address for "!ENDBR" data warnings
Josh Poimboeuf
1
-5
/
+2
2022-04-19
x86/xen: Add ANNOTATE_NOENDBR to startup_xen()
Josh Poimboeuf
1
-0
/
+1
2022-04-19
x86/uaccess: Add ENDBR to __put_user_nocheck*()
Josh Poimboeuf
1
-0
/
+4
2022-04-19
x86/retpoline: Add ANNOTATE_NOENDBR for retpolines
Josh Poimboeuf
1
-1
/
+1
2022-04-19
x86/static_call: Add ANNOTATE_NOENDBR to static call trampoline
Josh Poimboeuf
1
-0
/
+1
2022-04-19
objtool: Enable unreachable warnings for CLANG LTO
Josh Poimboeuf
2
-2
/
+2
2022-04-19
x86,objtool: Explicitly mark idtentry_body()s tail REACHABLE
Peter Zijlstra
1
-0
/
+3
2022-04-19
x86,objtool: Mark cpu_startup_entry() __noreturn
Peter Zijlstra
2
-1
/
+2
2022-04-19
x86,xen,objtool: Add UNWIND hint
Peter Zijlstra
1
-0
/
+1
2022-04-19
lib/strn*,objtool: Enforce user_access_begin() rules
Peter Zijlstra
2
-2
/
+2
2022-04-19
MAINTAINERS: Add x86 unwinding entry
Josh Poimboeuf
1
-0
/
+9
2022-04-19
x86/unwind/orc: Recheck address range after stack info was updated
Dmitry Monakhov
1
-4
/
+4
2022-04-19
x86/cpu: Load microcode during restore_processor_state()
Borislav Petkov
3
-4
/
+14
2022-04-19
x86/cpu: Add new Alderlake and Raptorlake CPU model numbers
Tony Luck
1
-0
/
+3
2022-04-17
Linux 5.18-rc3
v5.18-rc3
Linus Torvalds
1
-1
/
+1
2022-04-17
Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-64
/
+23
2022-04-17
Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-24
/
+102
2022-04-17
Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-7
/
+10
2022-04-17
Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-19
/
+19
2022-04-17
Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2022-04-17
Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...
Linus Torvalds
2
-0
/
+8
2022-04-17
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-12
/
+54
2022-04-17
Merge tag 'devicetree-fixes-for-5.18-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
28
-165
/
+145
2022-04-17
Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-13
/
+21
2022-04-17
Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
146
-605
/
+299
2022-04-17
Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-25
/
+21
2022-04-16
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
12
-311
/
+280
[next]