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
2021-06-03
perf jevents: Fix getting maximum number of fds
Felix Fietkau
1
-1
/
+1
2021-06-03
perf debug: Move debug initialization earlier
Ian Rogers
1
-2
/
+2
2021-06-03
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
4
-10
/
+16
2021-06-03
KVM: X86: Use _BITUL() macro in UAPI headers
Joe Richey
1
-2
/
+3
2021-06-03
net/sched: fq_pie: re-factor fix for fq_pie endless loop
Davide Caratti
1
-4
/
+4
2021-06-03
perf scripts python: exported-sql-viewer.py: Fix warning display
Adrian Hunter
1
-0
/
+5
2021-06-03
perf scripts python: exported-sql-viewer.py: Fix Array TypeError
Adrian Hunter
1
-2
/
+3
2021-06-03
perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...
Adrian Hunter
1
-1
/
+1
2021-06-03
perf intel-pt: Fix transaction abort handling
Adrian Hunter
1
-1
/
+5
2021-06-03
perf intel-pt: Fix sample instruction bytes
Adrian Hunter
1
-1
/
+4
2021-05-26
powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...
Nicholas Piggin
1
-9
/
+18
2021-05-26
tools/testing/selftests/exec: fix link error
Yang Yingliang
1
-3
/
+3
2021-05-19
perf tools: Fix dynamic libbpf link
Jiri Olsa
2
-0
/
+8
2021-05-19
libbpf: Fix signed overflow in ringbuf_process_ring
Brendan Jackman
1
-9
/
+21
2021-05-19
selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test
Petr Machata
2
-3
/
+19
2021-05-19
selftests: mlxsw: Increase the tolerance of backlog buildup
Petr Machata
1
-2
/
+2
2021-05-19
selftests: Set CC to clang in lib.mk if LLVM is set
Yonghong Song
1
-0
/
+4
2021-05-19
selftests: mptcp: launch mptcp_connect with timeout
Matthieu Baerts
4
-33
/
+72
2021-05-19
selftests/powerpc: Fix L1D flushing tests for Power10
Russell Currey
3
-2
/
+6
2021-05-14
perf session: Add swap operation for event TIME_CONV
Leo Yan
1
-1
/
+14
2021-05-14
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
2
-10
/
+22
2021-05-14
perf tools: Change fields type in perf_record_time_conv
Leo Yan
1
-2
/
+3
2021-05-14
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
1
-1
/
+1
2021-05-14
selftests/bpf: Fix core_reloc test runner
Andrii Nakryiko
1
-8
/
+12
2021-05-14
selftests/bpf: Fix field existence CO-RE reloc tests
Andrii Nakryiko
9
-48
/
+24
2021-05-14
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
1
-4
/
+12
2021-05-14
selftests: mlxsw: Remove a redundant if statement in tc_flower_scale test
Danielle Ratson
1
-5
/
+1
2021-05-14
selftests: mlxsw: Remove a redundant if statement in port_scale test
Danielle Ratson
1
-5
/
+1
2021-05-14
selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static
Petr Machata
1
-1
/
+1
2021-05-14
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
1
-11
/
+29
2021-05-14
perf beauty: Fix fsconfig generator
Vitaly Chikunov
1
-4
/
+3
2021-05-14
perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metric
Smita Koralahalli
4
-8
/
+8
2021-05-14
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
1
-0
/
+1
2021-05-14
selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed
Andrii Nakryiko
1
-2
/
+3
2021-05-14
bpftool: Fix maybe-uninitialized warnings
Andrii Nakryiko
3
-3
/
+5
2021-05-14
libbpf: Add explicit padding to bpf_xdp_set_link_opts
Andrii Nakryiko
1
-0
/
+1
2021-05-14
perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-05-14
selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
Ilya Leoshkevich
1
-1
/
+2
2021-05-14
spi: tools: make a symbolic link to the header file spi.h
Quanyang Wang
1
-2
/
+3
2021-05-14
selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S
Andy Lutomirski
1
-0
/
+2
2021-05-14
Revert "tools/power turbostat: adjust for temperature offset"
Len Brown
1
-29
/
+33
2021-05-14
KVM: selftests: Always run vCPU thread with blocked SIG_IPI
Paolo Bonzini
1
-2
/
+7
2021-05-14
KVM: selftests: Sync data verify of dirty logging with guest sync
Peter Xu
1
-10
/
+50
2021-05-12
tools/power turbostat: Fix offset overflow issue in index converting
Calvin Walton
1
-5
/
+6
2021-05-12
tools/power/turbostat: Fix turbostat for AMD Zen CPUs
Bas Nieuwenhuizen
1
-2
/
+6
2021-05-12
selftests/resctrl: Fix checking for < 0 for unsigned values
Fenghua Yu
1
-18
/
+23
2021-05-12
selftests/resctrl: Fix incorrect parsing of iMC counters
Fenghua Yu
1
-2
/
+20
2021-05-12
selftests/resctrl: Use resctrl/info for feature detection
Fenghua Yu
2
-12
/
+46
2021-05-12
selftests/resctrl: Fix missing options "-n" and "-p"
Fenghua Yu
1
-1
/
+1
2021-05-12
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
10
-35
/
+41
[next]