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-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-1
/
+1
2021-09-30
KVM: selftests: Ensure all migrations are performed when test is affined
Sean Christopherson
1
-10
/
+59
2021-09-29
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
1
-2
/
+4
2021-09-29
libbpf: Properly ignore STT_SECTION symbols in legacy map definitions
Toke Høiland-Jørgensen
1
-0
/
+2
2021-09-29
libbpf: Make gen_loader data aligned.
Alexei Starovoitov
1
-1
/
+6
2021-09-29
bpf: selftests: Fix fd cleanup in get_branch_snapshot
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-09-29
perf tests vmlinux-kallsyms: Ignore hidden symbols
Michael Petlan
1
-0
/
+102
2021-09-29
perf metric: Avoid events for an 'if' constant result
Ian Rogers
2
-0
/
+17
2021-09-29
perf metric: Don't compute unused events
Ian Rogers
2
-7
/
+34
2021-09-29
perf expr: Propagate constants for binary operations
Ian Rogers
1
-18
/
+45
2021-09-29
perf expr: Merge find_ids and regular parsing
Ian Rogers
4
-59
/
+136
2021-09-29
perf metric: Allow metrics with no events
Ian Rogers
1
-50
/
+56
2021-09-29
perf metric: Add utilities to work on ids map.
Ian Rogers
3
-4
/
+126
2021-09-29
perf metric: Rename expr__find_other.
Ian Rogers
6
-26
/
+25
2021-09-29
perf expr: Move actions to the left.
Ian Rogers
1
-49
/
+75
2021-09-29
perf expr: Use macros for operators
Ian Rogers
1
-8
/
+14
2021-09-29
perf expr: Separate token declataion from type
Ian Rogers
1
-5
/
+4
2021-09-29
perf expr: Remove unused headers and inline d_ratio
Ian Rogers
1
-15
/
+7
2021-09-29
perf metric: Use NAN for missing event IDs.
Ian Rogers
1
-5
/
+4
2021-09-29
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
6
-107
/
+159
2021-09-29
selftests: arm64: Verify that all possible vector lengths are handled
Mark Brown
1
-0
/
+77
2021-09-29
selftests: arm64: Fix and enable test for setting current VL in vec-syscfg
Mark Brown
1
-6
/
+4
2021-09-29
selftests: arm64: Remove bogus error check on writing to files
Mark Brown
1
-6
/
+0
2021-09-29
selftests: arm64: Fix printf() format mismatch in vec-syscfg
Mark Brown
1
-1
/
+1
2021-09-29
selftests: arm64: Move FPSIMD in SVE ptrace test into a function
Mark Brown
1
-61
/
+59
2021-09-29
selftests: arm64: More comprehensively test the SVE ptrace interface
Mark Brown
2
-82
/
+254
2021-09-29
selftests: arm64: Verify interoperation of SVE and FPSIMD register sets
Mark Brown
1
-2
/
+26
2021-09-29
selftests: arm64: Clarify output when verifying SVE register set
Mark Brown
1
-1
/
+1
2021-09-29
selftests: arm64: Document what the SVE ptrace test is doing
Mark Brown
1
-3
/
+8
2021-09-29
selftests: arm64: Remove extraneous register setting code
Mark Brown
3
-62
/
+1
2021-09-29
selftests: arm64: Don't log child creation as a test in SVE ptrace test
Mark Brown
1
-3
/
+1
2021-09-29
selftests: arm64: Use a define for the number of SVE ptrace tests to be run
Mark Brown
1
-1
/
+3
2021-09-28
selftests/bpf: Fix probe_user test failure with clang build kernel
Yonghong Song
2
-4
/
+28
2021-09-28
bpftool: Avoid using "?: " in generated code
Yucong Sun
1
-1
/
+4
2021-09-28
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
2
-20
/
+20
2021-09-28
libbpf: Add opt-in strict BPF program section name handling logic
Andrii Nakryiko
2
-46
/
+99
2021-09-28
libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
Andrii Nakryiko
1
-101
/
+35
2021-09-28
libbpf: Refactor ELF section handler definitions
Andrii Nakryiko
1
-111
/
+84
2021-09-28
libbpf: Reduce reliance of attach_fns on sec_def internals
Andrii Nakryiko
2
-18
/
+30
2021-09-28
libbpf: Refactor internal sec_def handling to enable pluggability
Andrii Nakryiko
1
-42
/
+87
2021-09-28
selftests/bpf: Normalize all the rest SEC() uses
Andrii Nakryiko
12
-35
/
+33
2021-09-28
selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")
Andrii Nakryiko
39
-157
/
+141
2021-09-28
selftests/bpf: Normalize XDP section names in selftests
Andrii Nakryiko
19
-30
/
+27
2021-09-28
libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
Andrii Nakryiko
1
-0
/
+1
2021-09-28
perf vendor events arm64: Revise hip08 uncore events
John Garry
3
-62
/
+142
2021-09-28
perf test: Add pmu-event test for event described as "config="
John Garry
2
-0
/
+32
2021-09-28
perf test: Verify more event members in pmu-events test
John Garry
1
-10
/
+40
2021-09-28
perf jevents: Support ConfigCode
John Garry
1
-1
/
+12
2021-09-28
perf parse-events: Set numeric term config
John Garry
3
-8
/
+8
2021-09-28
libtraceevent: Increase libtraceevent logging when verbose
Ian Rogers
1
-0
/
+19
[prev]
[next]