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-12-16
perf vendor events: Rename arm64 arch std event files
Andrew Kilroy
2
-0
/
+0
2021-12-16
perf vendor events: For the Arm Neoverse N2
Andrew Kilroy
12
-0
/
+681
2021-12-16
perf dlfilter: Drop unused variable
Salvatore Bonaccorso
1
-2
/
+0
2021-12-16
perf arm-spe: Add SPE total latency as PERF_SAMPLE_WEIGHT
Namhyung Kim
3
-1
/
+7
2021-12-16
perf bench: Use unbuffered output when pipe/tee'ing to a file
Sohaib Mohamed
2
-2
/
+6
2021-12-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
41
-345
/
+1199
2021-12-16
iio: event_monitor: Flush output on event
Zach DeCook
1
-0
/
+1
2021-12-16
selftests/powerpc: skip tests for unavailable mitigations.
Sachin Sant
1
-1
/
+4
2021-12-15
kunit: tool: Default --jobs to number of CPUs
David Gow
2
-3
/
+7
2021-12-15
kunit: tool: fix newly introduced typechecker errors
Daniel Latypov
2
-2
/
+3
2021-12-15
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
2
-2
/
+10
2021-12-15
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
4
-35
/
+29
2021-12-15
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
2
-70
/
+75
2021-12-15
objtool: Add a missing comma to avoid string concatenation
Eric W. Biederman
1
-1
/
+1
2021-12-15
selftests: mlxsw: vxlan: Remove IPv6 test case
Amit Cohen
1
-18
/
+0
2021-12-14
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
1
-1
/
+4
2021-12-14
bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer
Daniel Borkmann
1
-2
/
+65
2021-12-14
bpf, selftests: Add test case for atomic fetch on spilled pointer
Daniel Borkmann
2
-0
/
+117
2021-12-14
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
1
-0
/
+1
2021-12-14
tools/perf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
1
-1
/
+12
2021-12-14
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
10
-67
/
+104
2021-12-14
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
8
-24
/
+3
2021-12-14
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
6
-39
/
+143
2021-12-14
kselftest/arm64: Add pidbench for floating point syscall cases
Mark Brown
3
-1
/
+75
2021-12-14
kselftest/arm64: Add a test program to exercise the syscall ABI
Mark Brown
5
-1
/
+568
2021-12-14
kselftest/arm64: Allow signal tests to trigger from a function
Mark Brown
1
-7
/
+5
2021-12-14
kselftest/arm64: Parameterise ptrace vector length information
Mark Brown
1
-77
/
+142
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
6
-19
/
+31
2021-12-14
libbpf: Fix potential uninit memory read
Andrii Nakryiko
1
-0
/
+1
2021-12-14
selftests/bpf: Fix OOB write in test_verifier
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-12-14
selftests: mlxsw: Add a test case for MAC profiles consolidation
Danielle Ratson
1
-0
/
+30
2021-12-13
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
1
-0
/
+24
2021-12-13
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
1
-4
/
+3
2021-12-13
kunit: tool: suggest using decode_stacktrace.sh on kernel crash
Daniel Latypov
1
-0
/
+6
2021-12-13
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
2
-11
/
+74
2021-12-13
kunit: tool: revamp message for invalid kunitconfig
Daniel Latypov
1
-9
/
+11
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
3
-0
/
+31
2021-12-13
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
3
-42
/
+37
2021-12-13
kunit: tool: print parsed test results fully incrementally
Daniel Latypov
2
-7
/
+57
2021-12-13
kunit: tool: Report an error if any test has no subtests
David Gow
3
-5
/
+30
2021-12-13
kunit: tool: Do not error on tests without test plans
David Gow
2
-4
/
+6
2021-12-13
kunit: add run_checks.py script to validate kunit changes
Daniel Latypov
1
-0
/
+81
2021-12-13
kunit: tool: fix --json output for skipped tests
Daniel Latypov
2
-0
/
+8
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
1
-1
/
+1
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2021-12-13
exit: Implement kthread_exit
Eric W. Biederman
1
-0
/
+1
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+2
2021-12-13
selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2
-0
/
+167
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-0
/
+28
2021-12-13
selftests/bpf: Add test to access int ptr argument in tracing program
Jiri Olsa
1
-0
/
+12
[prev]
[next]