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
2022-11-16
perf stat: Split print_running() function
Namhyung Kim
1
-10
/
+27
2022-11-16
perf stat: Clear screen only if output file is a tty
Namhyung Kim
1
-0
/
+8
2022-11-15
selftests/bpf: allow unpriv bpf for selftests by default
Eduard Zingerman
1
-0
/
+1
2022-11-15
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
1
-3
/
+3
2022-11-15
selftests/bpf: check nullness propagation for reg to reg comparisons
Eduard Zingerman
1
-0
/
+174
2022-11-15
selftests: rtc: skip when RTC is not present
Alexandre Belloni
1
-1
/
+32
2022-11-15
x86/cpu: Restore AMD's DE_CFG MSR after resume
Borislav Petkov
1
-3
/
+5
2022-11-15
perf pmu: Restructure print_pmu_events() to avoid memory allocations
Ian Rogers
1
-98
/
+110
2022-11-15
perf list: Simplify symbol event printing
Ian Rogers
1
-58
/
+21
2022-11-15
perf list: Simplify cache event printing
Ian Rogers
1
-103
/
+27
2022-11-15
perf list: Generalize limiting to a PMU name
Ian Rogers
4
-13
/
+18
2022-11-15
perf tracepoint: Sort events in iterator
Ian Rogers
1
-71
/
+37
2022-11-15
tools lib api fs tracing_path: Add scandir alphasort
Ian Rogers
2
-0
/
+17
2022-11-15
perf pmu: Add data structure documentation
Ian Rogers
2
-6
/
+132
2022-11-15
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
5
-16
/
+6
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
3
-3
/
+3
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
1
-0
/
+10
2022-11-14
kselftest/cgroup: Fix gathering number of CPUs
Breno Leitao
1
-1
/
+1
2022-11-14
libbpf: checkpatch: Fixed code alignments in ringbuf.c
Kang Minchul
1
-2
/
+2
2022-11-14
libbpf: Fixed various checkpatch issues in libbpf.c
Kang Minchul
1
-17
/
+28
2022-11-14
libbpf: checkpatch: Fixed code alignments in btf.c
Kang Minchul
1
-2
/
+3
2022-11-14
libbpf: Use correct return pointer in attach_raw_tp
Jiri Olsa
1
-1
/
+1
2022-11-14
perf stat: Add missing separator in the CSV header
Namhyung Kim
1
-2
/
+2
2022-11-14
perf stat: Fix summary output in CSV with --metric-only
Namhyung Kim
1
-3
/
+8
2022-11-14
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
26
-69
/
+36437
2022-11-14
tools/testing/cxl: Add bridge mocking support
Dan Williams
1
-2
/
+8
2022-11-14
cxl: Unify debug messages when calling devm_cxl_add_dport()
Robert Richter
1
-8
/
+1
2022-11-14
selftests/ftrace: event_triggers: wait longer for test_event_enable
Yipeng Zou
1
-4
/
+11
2022-11-14
libbpf: Fix uninitialized warning in btf_dump_dump_type_data
David Michael
1
-1
/
+1
2022-11-14
perf stat: Consolidate condition to print metrics
Namhyung Kim
1
-3
/
+1
2022-11-14
perf stat: Fix condition in print_interval()
Namhyung Kim
1
-2
/
+2
2022-11-14
perf stat: Add header for interval in JSON output
Namhyung Kim
1
-0
/
+4
2022-11-14
perf stat: Do not indent headers for JSON
Namhyung Kim
1
-1
/
+1
2022-11-14
perf stat: Fix --metric-only --json output
Namhyung Kim
1
-19
/
+3
2022-11-14
perf stat: Move common code in print_metric_headers()
Namhyung Kim
1
-5
/
+8
2022-11-14
perf stat: Clear screen only if output file is a tty
Namhyung Kim
1
-1
/
+1
2022-11-14
perf stat: Increase metric length to align outputs
Namhyung Kim
1
-1
/
+1
2022-11-14
kselftest/arm64: fix array_size.cocci warning
[email protected]
1
-5
/
+4
2022-11-11
selftests: mptcp: use max_time instead of time
Geliang Tang
1
-2
/
+2
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
42
-637
/
+1689
2022-11-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-2
/
+14
2022-11-11
Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-4
/
+35792
2022-11-11
selftests/bpf: fix veristat's singular file-or-prog filter
Andrii Nakryiko
1
-1
/
+7
2022-11-11
Merge tag 'io_uring-6.1-2022-11-11' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2022-11-11
selftests/bpf: Test skops->skb_hwtstamp
Martin KaFai Lau
3
-2
/
+8
2022-11-11
selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
Martin KaFai Lau
1
-2
/
+2
2022-11-11
bpf: Add hwtstamp field for the sockops prog
Martin KaFai Lau
1
-0
/
+1
2022-11-11
selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
Yang Jihong
1
-2
/
+3
2022-11-11
selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULT
Alban Crequy
2
-0
/
+12
2022-11-11
libbpf: Hashmap.h update to fix build issues using LLVM14
Eduard Zingerman
2
-2
/
+4
[prev]
[next]