index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2023-01-05
x86/alternatives: Add alt_instr.flags
Borislav Petkov (AMD)
-3
/
+3
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-86
/
+656
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-1
/
+74
2023-01-04
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-19
/
+24
2023-01-04
cxl/pci: Move tracepoint definitions to drivers/cxl/core/
Dan Williams
-0
/
+2
2023-01-04
perf tools: Fix build on uClibc systems by adding missing sys/types.h include
Jesus Sanchez-Palencia
-0
/
+1
2023-01-04
perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...
Namhyung Kim
-5
/
+18
2023-01-04
perf stat: Fix handling of unsupported cgroup events when using BPF counters
Namhyung Kim
-11
/
+3
2023-01-04
perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar...
Thomas Richter
-0
/
+1
2023-01-04
memblock tests: Fix compilation error.
Aaron Thompson
-1
/
+3
2023-01-03
tools: memory-model: Make plain accesses carry dependencies
Jonas Oberhauser
-1
/
+45
2023-01-03
tools: memory-model: Add rmw-sequences to the LKMM
Alan Stern
-2
/
+33
2023-01-03
rcu: Permit string-valued Kconfig options in kvm.sh
Paul E. McKenney
-1
/
+1
2023-01-03
torture: Permit double-quoted-string Kconfig options
Paul E. McKenney
-3
/
+2
2023-01-03
selftests: rcutorture: Use "grep -E" instead of "egrep"
Tiezhu Yang
-12
/
+12
2023-01-03
torture: make kvm-find-errors.sh check for compressed vmlinux files
Paul E. McKenney
-1
/
+1
2023-01-03
libbpf: Return -ENODATA for missing btf section
Changbin Du
-1
/
+1
2023-01-03
perf lock contention: Fix core dump related to not finding the "__sched_text_...
Thomas Richter
-0
/
+2
2023-01-03
perf build: Don't propagate subdir to submakes for install_headers
Ian Rogers
-5
/
+5
2023-01-03
libbpf: Add LoongArch support to bpf_tracing.h
Hengqi Chen
-0
/
+23
2023-01-03
perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b...
Arnaldo Carvalho de Melo
-1
/
+1
2023-01-02
perf tools: Fix segfault when trying to process tracepoints in perf.data and ...
Arnaldo Carvalho de Melo
-0
/
+12
2023-01-02
perf tools: Don't include signature in version strings
Ahelenia ZiemiaĆska
-2
/
+2
2023-01-02
perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commands
Yang Jihong
-7
/
+22
2023-01-02
perf tools riscv: Fix build error on riscv due to missing header for 'struct ...
Eric Lin
-1
/
+1
2023-01-02
perf tools: Fix resources leak in perf_data__open_dir()
Miaoqian Lin
-0
/
+2
2023-01-02
kselftest/alsa: pcm - Add more coverage by default
Mark Brown
-1
/
+46
2023-01-02
kselftest/alsa: pcm - Provide descriptions for the default tests
Mark Brown
-0
/
+2
2023-01-02
kselftest/alsa: pcm - Support optional description for tests
Mark Brown
-0
/
+5
2023-01-02
kselftest/alsa: pcm - skip tests when we fail to set params
Mark Brown
-6
/
+33
2023-01-02
kselftest/alsa: pcm - Always run the default set of tests
Mark Brown
-25
/
+58
2023-01-02
kselftest/alsa: pcm - move more configuration to configuration files
Jaroslav Kysela
-36
/
+121
2023-01-02
kselftest/alsa: pcm - Drop recent coverage improvement changes
Mark Brown
-81
/
+42
2023-01-01
selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...
Po-Hsu Lin
-2
/
+9
2023-01-01
selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
Po-Hsu Lin
-2
/
+2
2022-12-30
selftests: net: fix cmsg_so_mark.sh test hang
Po-Hsu Lin
-1
/
+1
2022-12-30
tcp: Add selftest for bind() and TIME_WAIT.
Kuniyuki Iwashima
-0
/
+93
2022-12-29
libbpf: Restore errno after pr_warn.
Alexei Starovoitov
-1
/
+3
2022-12-29
libbpf: Added the description of some API functions
Xin Liu
-2
/
+27
2022-12-29
libbpf: Fix invalid return address register in s390
Daniel T. Lee
-1
/
+1
2022-12-29
Merge branch 'kvm-late-6.1' into HEAD
Paolo Bonzini
-327
/
+399
2022-12-29
KVM: selftests: Test Hyper-V invariant TSC control
Vitaly Kuznetsov
-0
/
+51
2022-12-29
KVM: selftests: Test that values written to Hyper-V MSRs are preserved
Vitaly Kuznetsov
-8
/
+28
2022-12-29
KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
Vitaly Kuznetsov
-81
/
+127
2022-12-29
KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...
Vitaly Kuznetsov
-92
/
+92
2022-12-29
KVM: selftests: x86: Use TAP interface in the tsc_msrs_test
Thomas Huth
-4
/
+12
2022-12-29
KVM: selftests: Use TAP interface in the kvm_binary_stats_test
Thomas Huth
-2
/
+9
2022-12-28
selftests/bpf: add a test for iter/task_vma for short-lived processes
Kui-Feng Lee
-0
/
+73
2022-12-28
libbpf: fix errno is overwritten after being closed.
Xin Liu
-3
/
+2
2022-12-28
selftests/bpf: Temporarily disable part of btf_dump:var_data test.
Alexei Starovoitov
-1
/
+1
[prev]
[next]