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
2023-02-02
selftests/bpf: Don't refill on completion in xdp_metadata
Stanislav Fomichev
1
-3
/
+2
2023-02-01
perf symbols: Allow for static executables with .plt
Adrian Hunter
2
-10
/
+21
2023-02-01
perf symbols: Allow for .plt without header
Adrian Hunter
1
-1
/
+15
2023-02-01
perf symbols: Add support for IFUNC symbols for x86_64
Adrian Hunter
1
-1
/
+37
2023-02-01
perf symbols: Record whether a symbol is an alias for an IFUNC symbol
Adrian Hunter
2
-0
/
+6
2023-02-01
perf symbols: Sort plt relocations for x86
Adrian Hunter
1
-3
/
+57
2023-02-01
perf symbols: Add support for x86 .plt.sec
Adrian Hunter
1
-7
/
+23
2023-02-01
perf symbols: Correct plt entry sizes for x86
Adrian Hunter
1
-4
/
+13
2023-02-01
perf tests shell: Fix check for libtracevent support
Athira Rajeev
3
-0
/
+17
2023-02-01
perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...
Athira Rajeev
1
-0
/
+5
2023-02-01
perf test: Add pipe mode test to the Intel PT test suite
Namhyung Kim
1
-0
/
+17
2023-02-01
perf session: Avoid calling lseek(2) for pipe
Namhyung Kim
1
-2
/
+7
2023-02-01
perf intel-pt: Do not try to queue auxtrace data on pipe
Namhyung Kim
3
-0
/
+39
2023-02-01
KVM: selftests: Verify APIC_ID is set when forcing x2APIC=>xAPIC transition
Emanuele Giuseppe Esposito
1
-0
/
+55
2023-02-02
selftests/bpf: xdp_hw_metadata use strncpy for ifname
Jesper Dangaard Brouer
1
-2
/
+2
2023-02-02
selftests/bpf: xdp_hw_metadata correct status value in error(3)
Jesper Dangaard Brouer
1
-14
/
+14
2023-02-02
selftests/bpf: xdp_hw_metadata cleanup cause segfault
Jesper Dangaard Brouer
1
-1
/
+1
2023-02-02
selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
Jesper Dangaard Brouer
1
-1
/
+5
2023-02-02
selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.c
Jesper Dangaard Brouer
1
-1
/
+1
2023-02-02
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
2
-0
/
+12
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
1
-1
/
+1
2023-02-01
KVM: selftests: Test Hyper-V extended hypercall exit to userspace
Vipin Sharma
3
-0
/
+99
2023-02-01
perf inject: Use perf_data__read() for auxtrace
Namhyung Kim
1
-3
/
+3
2023-02-01
KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
Vipin Sharma
1
-1
/
+1
2023-02-01
KVM: selftests: Test Hyper-V extended hypercall enablement
Vipin Sharma
2
-0
/
+14
2023-02-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
8
-5
/
+45
2023-02-01
kselftest/arm64: Fix enumeration of systems without 128 bit SME for SSVE+ZA
Mark Brown
1
-0
/
+4
2023-02-01
kselftest/arm64: Fix enumeration of systems without 128 bit SME
Mark Brown
2
-0
/
+8
2023-02-01
kselftest/arm64: Don't require FA64 for streaming SVE tests
Mark Brown
1
-6
/
+1
2023-02-01
objtool: Optimize layout of struct special_alt
Thomas Weißschuh
1
-1
/
+1
2023-02-01
objtool: Optimize layout of struct symbol
Thomas Weißschuh
1
-3
/
+2
2023-02-01
objtool: Allocate multiple structures with calloc()
Thomas Weißschuh
2
-21
/
+25
2023-02-01
objtool: Make struct check_options static
Thomas Weißschuh
2
-3
/
+1
2023-02-01
objtool: Make struct entries[] static and const
Thomas Weißschuh
1
-3
/
+3
2023-02-01
objtool: Fix HOSTCC flag usage
Ian Rogers
1
-12
/
+15
2023-01-31
selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()
Petr Machata
1
-21
/
+0
2023-01-31
selftests: mlxsw: qos_defprio: Convert from lldptool to dcb
Petr Machata
1
-52
/
+16
2023-01-31
selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcb
Petr Machata
1
-21
/
+6
2023-01-31
selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcb
Petr Machata
1
-18
/
+5
2023-01-31
tools: net: use python3 explicitly
Jakub Kicinski
2
-2
/
+2
2023-01-31
tools: ynl: load jsonschema on demand
Jakub Kicinski
2
-1
/
+14
2023-01-31
tools: ynl: use operation names from spec on the CLI
Jakub Kicinski
2
-4
/
+11
2023-01-31
tools: ynl: support pretty printing bad attribute names
Jakub Kicinski
1
-0
/
+40
2023-01-31
tools: ynl: support multi-attr
Jakub Kicinski
1
-7
/
+14
2023-01-31
tools: ynl: support directional enum-model in CLI
Jakub Kicinski
1
-4
/
+4
2023-01-31
tools: ynl: add support for types needed by ethtool
Jakub Kicinski
1
-1
/
+10
2023-01-31
tools: ynl: use the common YAML loading and validation code
Jakub Kicinski
2
-232
/
+142
2023-01-31
tools: ynl: add an object hierarchy to represent parsed spec
Jakub Kicinski
2
-1
/
+304
2023-01-31
tools: ynl: move the cli and netlink code around
Jakub Kicinski
3
-1
/
+6
2023-01-31
tools: ynl-gen: prevent do / dump reordering
Jakub Kicinski
1
-2
/
+2
[prev]
[next]