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
*
objtool: Support repeated uses of the same C jump table
Jann Horn
2019-07-18
3
-25
/
+30
*
objtool: Refactor jump table code
Josh Poimboeuf
2019-07-18
3
-40
/
+46
*
objtool: Refactor sibling call detection logic
Josh Poimboeuf
2019-07-18
1
-32
/
+33
*
objtool: Do frame pointer check before dead end check
Josh Poimboeuf
2019-07-18
1
-9
/
+9
*
objtool: Change dead_end_function() to return boolean
Josh Poimboeuf
2019-07-18
1
-22
/
+14
*
objtool: Warn on zero-length functions
Josh Poimboeuf
2019-07-18
1
-0
/
+6
*
objtool: Refactor function alias logic
Josh Poimboeuf
2019-07-18
2
-8
/
+10
*
objtool: Track original function across branches
Josh Poimboeuf
2019-07-18
1
-16
/
+12
*
objtool: Add mcsafe_handle_tail() to the uaccess safe list
Josh Poimboeuf
2019-07-18
1
-0
/
+1
*
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
2019-07-18
3
-1
/
+7
*
x86/uaccess: Remove redundant CLACs in getuser/putuser error paths
Josh Poimboeuf
2019-07-18
2
-23
/
+26
*
x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()
Josh Poimboeuf
2019-07-18
1
-1
/
+1
*
x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()
Josh Poimboeuf
2019-07-18
1
-1
/
+1
*
x86/head/64: Annotate start_cpu0() as non-callable
Josh Poimboeuf
2019-07-18
1
-2
/
+2
*
x86/entry: Fix thunk function ELF sizes
Josh Poimboeuf
2019-07-18
1
-3
/
+2
*
x86/kvm: Don't call kvm_spurious_fault() from .fixup
Josh Poimboeuf
2019-07-18
1
-15
/
+19
*
x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2
Josh Poimboeuf
2019-07-18
1
-3
/
+3
*
x86/kvm: Fix fastop function ELF metadata
Josh Poimboeuf
2019-07-18
1
-13
/
+31
*
x86/paravirt: Fix callee-saved function ELF sizes
Josh Poimboeuf
2019-07-18
2
-0
/
+2
*
Merge branch 'x86/debug' into core/urgent
Thomas Gleixner
2019-07-18
3
-9
/
+26
|
\
|
*
bpf: Fix ORC unwinding in non-JIT BPF code
Josh Poimboeuf
2019-07-09
1
-2
/
+1
|
*
objtool: Add support for C jump tables
Josh Poimboeuf
2019-07-09
2
-7
/
+25
*
|
stacktrace: Force USER_DS for stack_trace_save_user()
Peter Zijlstra
2019-07-18
1
-0
/
+5
*
|
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
Michael Forney
2019-07-18
3
-3
/
+3
*
|
objtool: Use Elf_Scn typedef instead of assuming struct name
Michael Forney
2019-07-18
1
-1
/
+1
*
|
Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
2019-07-17
7
-22
/
+206
|
\
\
|
*
|
hwspinlock: add the 'in_atomic' API
Fabien Dessenne
2019-06-29
3
-16
/
+127
|
*
|
hwspinlock: document the hwspinlock 'raw' API
Fabien Dessenne
2019-06-29
1
-0
/
+42
|
*
|
hwspinlock: stm32: implement the relax() ops
Fabien Dessenne
2019-06-29
1
-0
/
+7
|
*
|
hwspinlock: ignore disabled device
Fabien Dessenne
2019-06-29
1
-0
/
+5
|
*
|
hwspinlock/omap: Add a trace during probe
Suman Anna
2019-06-29
1
-0
/
+3
|
*
|
hwspinlock/omap: Add support for TI K3 SoCs
Suman Anna
2019-06-29
2
-1
/
+2
|
*
|
dt-bindings: hwlock: Update OMAP binding for TI K3 SoCs
Suman Anna
2019-06-29
1
-5
/
+20
*
|
|
Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
2019-07-17
17
-57
/
+1009
|
\
\
\
|
*
|
|
remoteproc: stm32: fix building without ARM SMCC
Arnd Bergmann
2019-07-08
1
-1
/
+1
|
*
|
|
remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADER
YueHaibing
2019-07-04
1
-0
/
+1
|
*
|
|
remoteproc: copy parent dma_pfn_offset for vdev
Clement Leger
2019-07-01
1
-0
/
+1
|
*
|
|
remoteproc: qcom: q6v5-mss: Support loading non-split images
Bjorn Andersson
2019-07-01
1
-8
/
+25
|
*
|
|
soc: qcom: mdt_loader: Support loading non-split images
Bjorn Andersson
2019-07-01
2
-3
/
+87
|
*
|
|
remoteproc: stm32: add an ST stm32_rproc driver
Fabien Dessenne
2019-06-29
3
-0
/
+644
|
*
|
|
dt-bindings: remoteproc: add bindings for stm32 remote processor driver
Fabien Dessenne
2019-06-29
1
-0
/
+63
|
*
|
|
dt-bindings: stm32: add bindings for ML-AHB interconnect
Fabien Dessenne
2019-06-29
1
-0
/
+37
|
*
|
|
remoteproc: Use struct_size() helper
Gustavo A. R. Silva
2019-06-29
1
-2
/
+1
|
*
|
|
remoteproc: add vendor resources handling
Clement Leger
2019-06-29
4
-11
/
+60
|
*
|
|
remoteproc: imx: Fix typo in "failed"
Fabio Estevam
2019-06-03
1
-4
/
+4
|
*
|
|
remoteproc: imx: Broaden the Kconfig selection logic
Fabio Estevam
2019-06-03
1
-1
/
+1
|
*
|
|
remoteproc,rpmsg: add missing MAINTAINERS file entries
Robert P. J. Day
2019-05-22
1
-0
/
+5
|
*
|
|
remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSP
Bjorn Andersson
2019-05-21
1
-18
/
+55
|
*
|
|
dt-bindings: remoteproc: Rename and amend Hexagon v56 binding
Bjorn Andersson
2019-05-21
1
-10
/
+25
|
|
/
/
*
|
|
Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
2019-07-17
2
-1
/
+7
|
\
\
\
[next]