index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
2020-04-30
11
-35
/
+35
*
x86: Simplify retpoline declaration
Peter Zijlstra
2020-04-30
3
-41
/
+49
*
x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
Peter Zijlstra
2020-04-30
1
-6
/
+10
*
objtool: Add support for intra-function calls
Alexandre Chartre
2020-04-30
4
-4
/
+102
*
objtool: Move the IRET hack into the arch decoder
Miroslav Benes
2020-04-30
5
-25
/
+21
*
objtool: Remove INSN_STACK
Peter Zijlstra
2020-04-30
3
-27
/
+0
*
objtool: Make handle_insn_ops() unconditional
Peter Zijlstra
2020-04-30
1
-5
/
+3
*
objtool: Rework allocating stack_ops on decode
Peter Zijlstra
2020-04-30
1
-104
/
+147
*
objtool: UNWIND_HINT_RET_OFFSET should not check registers
Alexandre Chartre
2020-04-30
1
-0
/
+8
*
objtool: is_fentry_call() crashes if call has no destination
Alexandre Chartre
2020-04-30
1
-1
/
+1
*
x86,smap: Fix smap_{save,restore}() alternatives
Peter Zijlstra
2020-04-30
1
-3
/
+8
*
objtool: Fix ORC vs alternatives
Peter Zijlstra
2020-04-30
2
-1
/
+40
*
objtool: Uniquely identify alternative instruction groups
Alexandre Chartre
2020-04-30
2
-2
/
+7
*
objtool: Remove check preventing branches within alternative
Julien Thierry
2020-04-30
1
-6
/
+0
*
objtool: Constify arch_decode_instruction()
Ingo Molnar
2020-04-23
2
-4
/
+4
*
objtool: Rename elf_read() to elf_open_read()
Ingo Molnar
2020-04-23
3
-3
/
+3
*
objtool: Constify 'struct elf *' parameters
Ingo Molnar
2020-04-23
2
-15
/
+15
*
objtool: Also consider .entry.text as noinstr
Thomas Gleixner
2020-04-22
1
-6
/
+12
*
objtool: Add STT_NOTYPE noinstr validation
Peter Zijlstra
2020-04-22
1
-16
/
+30
*
objtool: Rearrange validate_section()
Peter Zijlstra
2020-04-22
1
-22
/
+29
*
objtool: Avoid iterating !text section symbols
Peter Zijlstra
2020-04-22
1
-1
/
+5
*
kbuild/objtool: Add objtool-vmlinux.o pass
Peter Zijlstra
2020-04-22
2
-0
/
+29
*
objtool: Use sec_offset_hash() for insn_hash
Peter Zijlstra
2020-04-22
1
-2
/
+3
*
objtool: Optimize !vmlinux.o again
Peter Zijlstra
2020-04-22
3
-26
/
+52
*
objtool: Implement noinstr validation
Peter Zijlstra
2020-04-22
5
-4
/
+112
*
objtool: Fix !CFI insn_state propagation
Peter Zijlstra
2020-04-22
4
-140
/
+157
*
objtool: Rename struct cfi_state
Peter Zijlstra
2020-04-22
4
-4
/
+4
*
objtool: Remove SAVE/RESTORE hints
Peter Zijlstra
2020-04-22
5
-73
/
+6
*
x86,ftrace: Shrink ftrace_regs_caller() by one byte
Peter Zijlstra
2020-04-22
1
-2
/
+2
*
x86,ftrace: Use SIZEOF_PTREGS
Peter Zijlstra
2020-04-22
1
-2
/
+2
*
x86,ftrace: Fix ftrace_regs_caller() unwind
Peter Zijlstra
2020-04-22
2
-19
/
+25
*
objtool: Introduce HINT_RET_OFFSET
Peter Zijlstra
2020-04-22
5
-9
/
+31
*
objtool: Better handle IRET
Peter Zijlstra
2020-04-22
4
-17
/
+29
*
objtool: Support multiple stack_op per instruction
Julien Thierry
2020-04-22
4
-31
/
+62
*
objtool: Remove redundant .rodata section name comparison
Muchun Song
2020-04-22
1
-2
/
+2
*
objtool: Documentation: document UACCESS warnings
Nick Desaulniers
2020-04-22
1
-0
/
+26
*
objtool: Split out arch-specific CFI definitions
Julien Thierry
2020-04-22
3
-20
/
+29
*
objtool: Add abstraction for destination offsets
Raphael Gault
2020-04-22
3
-8
/
+27
*
objtool: Use arch specific values in restore_reg()
Julien Thierry
2020-04-22
1
-2
/
+2
*
objtool: Ignore empty alternatives
Julien Thierry
2020-04-22
1
-0
/
+6
*
objtool: Clean instruction state before each function validation
Julien Thierry
2020-04-22
1
-7
/
+6
*
objtool: Remove redundant checks on operand type
Julien Thierry
2020-04-22
1
-3
/
+1
*
objtool: Always do header sync check
Julien Thierry
2020-04-22
1
-1
/
+1
*
objtool: Fix off-by-one in symbol_by_offset()
Julien Thierry
2020-04-22
1
-1
/
+1
*
objtool: Fix 32bit cross builds
Peter Zijlstra
2020-04-22
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-21
16
-27
/
+70
|
\
|
*
tools/vm: fix cross-compile build
Lucas Stach
2020-04-21
1
-0
/
+2
|
*
coredump: fix null pointer dereference on coredump
Sudip Mukherjee
2020-04-21
1
-0
/
+2
|
*
mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
Yang Shi
2020-04-21
1
-2
/
+2
|
*
shmem: fix possible deadlocks on shmlock_user_lock
Hugh Dickins
2020-04-21
1
-2
/
+5
[next]