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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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-12
selftests/net: fix section name when using xdp_dummy.o
Hangbin Liu
4
-6
/
+6
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-12
Revert "selftests/bpf: Add test for bpf_timer overwriting crash"
Po-Hsu Lin
2
-86
/
+0
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/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-07-07
selftests: mptcp: more stable diag tests
Paolo Abeni
1
-8
/
+40
2022-07-07
selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
Dimitris Michailidis
1
-1
/
+1
2022-06-29
perf build-id: Fix caching files with a wrong build ID
Adrian Hunter
1
-0
/
+28
2022-06-29
selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
Jie2x Zhou
1
-1
/
+1
2022-06-29
perf arm-spe: Don't set data source if it's not a memory operation
Leo Yan
1
-14
/
+8
2022-06-25
selftests/bpf: Add selftest for calling global functions from freplace
Toke Høiland-Jørgensen
2
-0
/
+32
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
net/sched: act_police: more accurate MTU policing
Davide Caratti
1
-0
/
+52
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-14
selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read
Song Liu
1
-1
/
+1
2022-06-14
selftests/bpf: fix selftest after random: Urandom_read tracepoint removal
Andrii Nakryiko
1
-10
/
+2
2022-06-09
kseltest/cgroup: Make test_stress.sh work if run interactively
Waiman Long
1
-1
/
+1
2022-06-09
landlock: Fix same-layer rule unions
Mickaël Salaün
1
-0
/
+107
2022-06-09
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
1
-1
/
+1
2022-06-09
selftests/landlock: Test landlock_create_ruleset(2) argument check ordering
Mickaël Salaün
1
-1
/
+20
2022-06-09
landlock: Change landlock_restrict_self(2) check ordering
Mickaël Salaün
1
-10
/
+37
2022-06-09
landlock: Change landlock_add_rule(2) argument check ordering
Mickaël Salaün
1
-2
/
+32
2022-06-09
selftests/landlock: Add tests for O_PATH
Mickaël Salaün
1
-2
/
+8
2022-06-09
selftests/landlock: Fully test file rename with "remove" access
Mickaël Salaün
1
-4
/
+37
2022-06-09
selftests/landlock: Extend access right tests to directories
Mickaël Salaün
1
-8
/
+22
2022-06-09
selftests/landlock: Add tests for unknown access rights
Mickaël Salaün
1
-0
/
+16
2022-06-09
selftests/landlock: Extend tests for minimal valid attribute size
Mickaël Salaün
1
-0
/
+5
2022-06-09
selftests/landlock: Make tests build with old libc
Mickaël Salaün
1
-5
/
+18
2022-06-09
selftests/landlock: Format with clang-format
Mickaël Salaün
4
-251
/
+312
2022-06-09
selftests/landlock: Normalize array assignment
Mickaël Salaün
1
-56
/
+56
2022-06-09
selftests/landlock: Add clang-format exceptions
Mickaël Salaün
3
-7
/
+38
[next]