index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
selftests: gpio: provide a helper for reading chip info
Bartosz Golaszewski
3
-1
/
+59
2021-12-17
Merge tag 'lkdtm-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
1
-1
/
+15
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-77
/
+92
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-15
/
+15
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
37
-124
/
+854
2021-12-16
selftest/lkdtm: Skip stack-entropy test if lkdtm is not available
Misono Tomohiro
1
-1
/
+15
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
14
-16
/
+421
2021-12-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
9
-3
/
+353
2021-12-16
bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
Martin KaFai Lau
1
-2
/
+14
2021-12-16
selftest/bpf: Add a test that reads various addresses.
Alexei Starovoitov
2
-0
/
+32
2021-12-16
selftests/bpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-4
/
+4
2021-12-16
tools/runqslower: Enable cross-building with clang
Jean-Philippe Brucker
1
-2
/
+2
2021-12-16
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
1
-6
/
+7
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-1
/
+2
2021-12-16
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
1
-0
/
+1
2021-12-16
tools: Help cross-building with clang
Jean-Philippe Brucker
1
-1
/
+12
2021-12-16
perf test: Test 73 Sig_trap fails on s390
Thomas Richter
1
-0
/
+18
2021-12-16
bpf, selftests: Add test case trying to taint map value pointer
Daniel Borkmann
1
-0
/
+23
2021-12-16
perf ftrace: Implement cpu and task filters in BPF
Namhyung Kim
2
-1
/
+62
2021-12-16
perf ftrace: Add -b/--use-bpf option for latency subcommand
Namhyung Kim
6
-67
/
+380
2021-12-16
perf ftrace: Add 'latency' subcommand
Namhyung Kim
1
-9
/
+276
2021-12-16
perf ftrace: Move out common code from __cmd_ftrace
Namhyung Kim
1
-30
/
+33
2021-12-16
perf ftrace: Add 'trace' subcommand
Namhyung Kim
1
-12
/
+23
2021-12-16
perf arch: Support register names from all archs
German Gomez
13
-601
/
+697
2021-12-16
perf arm64: Rename perf_event_arm_regs for ARM64 registers
German Gomez
2
-0
/
+4
2021-12-16
perf namespaces: Add helper nsinfo__is_in_root_namespace()
Leo Yan
2
-30
/
+48
2021-12-16
libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
Colin Ian King
1
-1
/
+1
2021-12-16
perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix check
Miaoqian Lin
1
-6
/
+9
2021-12-16
perf cs-etm: Remove duplicate and incorrect aux size checks
James Clark
1
-19
/
+0
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
[prev]
[next]