index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
perf pmu: Make pmu_sys_event_tables const.
Ian Rogers
4
-4
/
+4
2021-10-20
perf pmu: Add const to pmu_events_map.
Ian Rogers
11
-36
/
+36
2021-10-20
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
6
-0
/
+275
2021-10-19
bpftool: Turn check on zlib from a phony target into a conditional error
Quentin Monnet
1
-5
/
+5
2021-10-19
bpftool: Do not FORCE-build libbpf
Quentin Monnet
1
-2
/
+2
2021-10-19
bpftool: Fix install for libbpf's internal header(s)
Quentin Monnet
1
-7
/
+7
2021-10-19
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
Quentin Monnet
1
-6
/
+0
2021-10-19
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
8
-383
/
+938
2021-10-19
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
2
-30
/
+62
2021-10-19
kunit: tool: support running each suite/test separately
Daniel Latypov
2
-22
/
+118
2021-10-19
kunit: tool: actually track how long it took to run tests
Daniel Latypov
1
-3
/
+5
2021-10-19
kunit: tool: factor exec + parse steps into a function
Daniel Latypov
1
-25
/
+19
2021-10-19
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
2
-2
/
+7
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
3
-19
/
+12
2021-10-19
kunit: tool: allow filtering test cases via glob
Daniel Latypov
1
-3
/
+2
2021-10-19
tools/perf: Add mem_hops field in perf_mem_data_src structure
Kajol Jain
2
-3
/
+27
2021-10-19
perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove an extra line
Kajol Jain
2
-2
/
+7
2021-10-19
selftests: mlxsw: Add a test for un/offloadable qdisc trees
Petr Machata
1
-0
/
+276
2021-10-19
Merge tag 'counter-for-5.16a-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
4
-6
/
+153
2021-10-18
mm/userfaultfd: selftests: fix memory corruption with thp enabled
Peter Xu
1
-3
/
+20
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
14
-155
/
+155
2021-10-18
selftests: KVM: Introduce system counter offset test
Oliver Upton
3
-0
/
+134
2021-10-18
selftests: KVM: Add helpers for vCPU device attributes
Oliver Upton
2
-0
/
+47
2021-10-18
selftests: KVM: Fix kvm device helper ioctl assertions
Oliver Upton
1
-3
/
+3
2021-10-18
selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
Oliver Upton
4
-0
/
+207
2021-10-18
tools: arch: x86: pull in pvclock headers
Oliver Upton
2
-0
/
+151
2021-10-18
KVM: kvm_stat: do not show halt_wait_ns
Christian Borntraeger
1
-1
/
+1
2021-10-18
selftests/tls: add SM4 algorithm dependency for tls selftests
Tianjia Zhang
1
-0
/
+1
2021-10-17
Merge tag 'objtool_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-31
/
+25
2021-10-17
Merge branch kvm-arm64/selftest/timer into kvmarm-master/next
Marc Zyngier
21
-48
/
+2626
2021-10-17
KVM: arm64: selftests: arch_timer: Support vCPU migration
Raghavendra Rao Ananta
1
-1
/
+114
2021-10-17
KVM: arm64: selftests: Add arch_timer test
Raghavendra Rao Ananta
3
-0
/
+368
2021-10-17
KVM: arm64: selftests: Add host support for vGIC
Raghavendra Rao Ananta
4
-3
/
+92
2021-10-17
KVM: arm64: selftests: Add basic GICv3 support
Raghavendra Rao Ananta
6
-1
/
+448
2021-10-17
KVM: arm64: selftests: Add light-weight spinlock support
Raghavendra Rao Ananta
3
-1
/
+41
2021-10-17
KVM: arm64: selftests: Add guest support to get the vcpuid
Raghavendra Rao Ananta
2
-0
/
+8
2021-10-17
KVM: arm64: selftests: Maintain consistency for vcpuid type
Raghavendra Rao Ananta
2
-2
/
+2
2021-10-17
KVM: arm64: selftests: Add support to disable and enable local IRQs
Raghavendra Rao Ananta
1
-0
/
+10
2021-10-17
KVM: arm64: selftests: Add basic support to generate delays
Raghavendra Rao Ananta
1
-0
/
+25
2021-10-17
KVM: arm64: selftests: Add basic support for arch_timers
Raghavendra Rao Ananta
1
-0
/
+142
2021-10-17
KVM: arm64: selftests: Add support for cpu_relax
Raghavendra Rao Ananta
1
-0
/
+5
2021-10-17
KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
Raghavendra Rao Ananta
4
-19
/
+21
2021-10-17
tools: arm64: Import sysreg.h
Raghavendra Rao Ananta
3
-26
/
+1311
2021-10-17
KVM: arm64: selftests: Add MMIO readl/writel support
Raghavendra Rao Ananta
1
-1
/
+45
2021-10-17
tools/counter: Create Counter tools
William Breathitt Gray
4
-6
/
+153
2021-10-16
Merge tag 'perf-tools-fixes-for-v5.15-2021-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Linus Torvalds
3
-8
/
+9
2021-10-16
Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+52
2021-10-16
mptcp: increase default max additional subflows to 2
Paolo Abeni
2
-4
/
+7
2021-10-15
vsock_diag_test: remove free_sock_stat() call in test_no_sockets
Stefano Garzarella
1
-2
/
+0
2021-10-15
ipv6: When forwarding count rx stats on the orig netdev
Stephen Suryaputra
4
-0
/
+183
[prev]
[next]