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
2022-04-04
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64
Ilya Leoshkevich
1
-0
/
+2
2022-04-04
bpftool: Handle libbpf_probe_prog_type errors
Milan Landaverde
1
-1
/
+1
2022-04-04
bpftool: Add missing link types
Milan Landaverde
1
-0
/
+3
2022-04-04
bpftool: Add syscall prog type
Milan Landaverde
1
-0
/
+1
2022-04-04
selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync
Quentin Monnet
1
-1
/
+1
2022-04-04
kunit: tool: Do not colorize output when redirected
Kees Cook
1
-0
/
+7
2022-04-04
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
3
-3
/
+5
2022-04-04
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
3
-21
/
+33
2022-04-04
kunit: tool: readability tweaks in KernelCI json generation logic
Daniel Latypov
1
-10
/
+10
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
3
-37
/
+24
2022-04-04
kunit: tool: drop last uses of collections.namedtuple
Daniel Latypov
2
-11
/
+15
2022-04-04
kunit: tool: drop unused KernelDirectoryPath var
Daniel Latypov
1
-2
/
+0
2022-04-04
kunit: tool: make --json handling a bit clearer
Daniel Latypov
3
-16
/
+11
2022-04-04
selftests/harness: Pass variant to teardown
Willem de Bruijn
1
-5
/
+7
2022-04-04
selftests/harness: Run TEARDOWN for ASSERT failures
Kees Cook
1
-15
/
+34
2022-04-04
selftests: fix an unused variable warning in pidfd selftest
Axel Rasmussen
1
-1
/
+0
2022-04-04
selftests: fix header dependency for pid_namespace selftests
Axel Rasmussen
1
-3
/
+3
2022-04-04
selftests: x86: add 32bit build warnings for SUSE
Geliang Tang
1
-0
/
+4
2022-04-04
selftests/proc: fix array_size.cocci warning
Guo Zhengkui
1
-2
/
+4
2022-04-04
selftests/vDSO: fix array_size.cocci warning
Guo Zhengkui
1
-6
/
+3
2022-04-04
Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into asm-generic
Arnd Bergmann
2
-22
/
+0
2022-04-04
x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
Borislav Petkov
1
-7
/
+1
2022-04-03
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
1
-4
/
+2
2022-04-03
selftests/bpf: Add tests for uprobe auto-attach via skeleton
Alan Maguire
2
-0
/
+90
2022-04-03
selftests/bpf: Add tests for u[ret]probe attach by name
Alan Maguire
2
-17
/
+109
2022-04-03
libbpf: Add auto-attach for uprobes based on section name
Alan Maguire
4
-6
/
+76
2022-04-03
libbpf: Support function name-based attach uprobes
Alan Maguire
2
-1
/
+213
2022-04-03
libbpf: auto-resolve programs/libraries when necessary for uprobes
Alan Maguire
1
-1
/
+53
2022-04-03
bpf: Correct the comment for BTF kind bitfield
Haiyue Wang
1
-2
/
+2
2022-04-03
selftests/bpf: Fix cd_flavor_subdir() of test_progs
Yuntao Wang
1
-2
/
+4
2022-04-03
selftests/bpf: Return true/false (not 1/0) from bool functions
Haowen Bai
2
-7
/
+7
2022-04-03
selftests/bpf: Fix vfs_link kprobe definition
Nikolay Borisov
1
-2
/
+3
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+14
2022-04-03
selftests: net: fix nexthop warning cleanup double ip typo
Nikolay Aleksandrov
1
-2
/
+2
2022-04-02
KVM: x86: Test case for TSC scaling and offset sync
David Woodhouse
2
-0
/
+120
2022-04-02
KVM: x86/xen: Update self test for Xen PV timers
David Woodhouse
1
-3
/
+32
2022-04-02
KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SEND
David Woodhouse
1
-13
/
+320
2022-04-02
KVM: x86/xen: handle PV spinlocks slowpath
Boris Ostrovsky
1
-0
/
+6
2022-04-02
selftests: KVM: Test KVM_X86_QUIRK_FIX_HYPERCALL_INSN
Oliver Upton
3
-0
/
+172
2022-04-01
bpf, test_offload.py: Skip base maps without names
Yauheni Kaliuta
1
-1
/
+1
2022-04-01
selftests/bpf: Remove unused variable from bpf_sk_assign test
Eyal Birger
1
-3
/
+1
2022-04-01
perf python: Convert tracepoint.py example to python3
Tanu M
1
-2
/
+2
2022-04-01
perf evlist: Directly return instead of using local ret variable
Haowen Bai
1
-2
/
+1
2022-04-01
perf cpumap: More cpu map reuse by merge.
Ian Rogers
1
-10
/
+5
2022-04-01
perf cpumap: Add is_subset function
Ian Rogers
2
-0
/
+21
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
19
-53
/
+62
2022-04-01
perf tools: Stop depending on .git files for building PERF-VERSION-FILE
John Garry
1
-12
/
+2
2022-04-01
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-04-01
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+40
2022-04-01
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+9
[prev]
[next]