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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
objtool: Keep track of retpoline call sites
Peter Zijlstra
5
-6
/
+34
2022-07-25
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
2
-0
/
+61
2022-07-25
objtool: Extract elf_symbol_add()
Peter Zijlstra
1
-25
/
+31
2022-07-25
objtool: Extract elf_strtab_concat()
Peter Zijlstra
1
-22
/
+38
2022-07-25
objtool: Create reloc sections implicitly
Peter Zijlstra
4
-7
/
+8
2022-07-25
objtool: Add elf_create_reloc() helper
Peter Zijlstra
4
-90
/
+79
2022-07-25
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
4
-13
/
+14
2022-07-25
objtool: Handle per arch retpoline naming
Peter Zijlstra
3
-2
/
+14
2022-07-25
objtool: Correctly handle retpoline thunk calls
Peter Zijlstra
1
-0
/
+12
2022-07-25
x86/retpoline: Simplify retpolines
Peter Zijlstra
1
-2
/
+1
2022-07-25
x86/alternatives: Optimize optimize_nops()
Peter Zijlstra
1
-1
/
+1
2022-07-25
x86: Add insn_decode_kernel()
Ben Hutchings
1
-0
/
+2
2022-07-25
x86/insn: Add an insn_decode() API
Borislav Petkov
3
-55
/
+264
2022-07-25
x86/insn: Add a __ignore_sync_check__ marker
Borislav Petkov
6
-14
/
+30
2022-07-25
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
4
-26
/
+21
2022-07-25
objtool: Assume only ELF functions do sibling calls
Josh Poimboeuf
1
-14
/
+22
2022-07-25
objtool: Support retpoline jump detection for vmlinux.o
Josh Poimboeuf
1
-4
/
+4
2022-07-25
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
4
-111
/
+159
2022-07-25
objtool: Add 'alt_group' struct
Josh Poimboeuf
2
-7
/
+35
2022-07-25
objtool: Refactor ORC section generation
Josh Poimboeuf
7
-159
/
+140
2022-07-12
selftests: forwarding: fix error message in learning_test
Vladimir Oltean
1
-1
/
+1
2022-07-12
selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT
Vladimir Oltean
1
-0
/
+2
2022-07-12
selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
Vladimir Oltean
1
-0
/
+2
2022-07-07
selftests/rseq: Change type of rseq_offset to ptrdiff_t
Mathieu Desnoyers
3
-10
/
+12
2022-07-07
selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area
Mathieu Desnoyers
1
-32
/
+34
2022-07-07
selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
Mathieu Desnoyers
1
-28
/
+30
2022-07-07
selftests/rseq: Fix: work-around asm goto compiler bugs
Mathieu Desnoyers
7
-6
/
+245
2022-07-07
selftests/rseq: Remove arm/mips asm goto compiler work-around
Mathieu Desnoyers
2
-74
/
+0
2022-07-07
selftests/rseq: Fix warnings about #if checks of undefined tokens
Mathieu Desnoyers
2
-2
/
+2
2022-07-07
selftests/rseq: Fix ppc32 offsets by using long rather than off_t
Mathieu Desnoyers
9
-11
/
+11
2022-07-07
selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/...
Mathieu Desnoyers
1
-27
/
+28
2022-07-07
selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
Mathieu Desnoyers
5
-38
/
+38
2022-07-07
selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
Mathieu Desnoyers
3
-88
/
+88
2022-07-07
selftests/rseq: Introduce thread pointer getters
Mathieu Desnoyers
4
-0
/
+114
2022-07-07
selftests/rseq: Introduce rseq_get_abi() helper
Mathieu Desnoyers
7
-94
/
+99
2022-07-07
selftests/rseq: Remove volatile from __rseq_abi
Mathieu Desnoyers
2
-4
/
+4
2022-07-07
selftests/rseq: Remove useless assignment to cpu variable
Mathieu Desnoyers
1
-3
/
+1
2022-07-07
selftests/rseq: introduce own copy of rseq uapi header
Mathieu Desnoyers
3
-14
/
+161
2022-07-07
selftests/rseq: remove ARRAY_SIZE define from individual tests
Shuah Khan
2
-4
/
+2
2022-07-07
selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
Dimitris Michailidis
1
-1
/
+1
2022-06-29
selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
Jie2x Zhou
1
-1
/
+1
2022-06-22
net/sched: act_police: more accurate MTU policing
Davide Caratti
1
-0
/
+52
2022-06-16
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
1
-0
/
+6
2022-06-16
x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
Pawan Gupta
2
-0
/
+20
2022-06-14
netfilter: nat: really support inet nat without l3 address
Florian Westphal
1
-0
/
+43
2022-06-14
perf c2c: Fix sorting in percent_rmt_hitm_cmp()
Leo Yan
1
-2
/
+2
2022-06-09
kseltest/cgroup: Make test_stress.sh work if run interactively
Waiman Long
1
-1
/
+1
2022-06-09
perf jevents: Fix event syntax error caused by ExtSel
Zhengjun Xing
1
-1
/
+1
2022-06-09
perf c2c: Use stdio interface if slang is not supported
Leo Yan
1
-2
/
+4
2022-06-09
kselftest/cgroup: fix test_stress.sh to use OUTPUT dir
Phil Auld
1
-1
/
+1
[prev]
[next]