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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
tools lib api: Add dependency test to install_headers
Ian Rogers
1
-12
/
+26
2022-12-14
perf stat: Fix printing field separator in CSV metrics output
Athira Rajeev
1
-12
/
+1
2022-12-14
perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"
Anshuman Khandual
2
-0
/
+8
2022-12-14
perf stat: Check existence of os->prefix, fixing a segfault
Ian Rogers
1
-1
/
+2
2022-12-05
Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"
Namhyung Kim
1
-4
/
+4
2022-12-05
perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nu
Hans-Peter Nilsson
1
-1
/
+1
2022-12-05
perf branch: Fix interpretation of branch records
James Clark
1
-1
/
+2
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
15
-27
/
+27
2022-11-24
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
32
-120
/
+259
2022-11-24
perf list: List callback support for libpfm
Ian Rogers
2
-90
/
+71
2022-11-24
perf list: JSON escape encoding improvements
Ian Rogers
1
-42
/
+67
2022-11-24
perf list: Support newlines in wordwrap
Ian Rogers
1
-4
/
+7
2022-11-24
perf symbol: correction while adjusting symbol
Ajay Kaher
1
-1
/
+1
2022-11-24
perf vendor events intel: Update events and metrics for alderlake
Zhengjun Xing
11
-2691
/
+1525
2022-11-24
perf vendor events intel: Add metrics for Alderlake-N
Zhengjun Xing
1
-0
/
+583
2022-11-24
perf vendor events intel: Add uncore event list for Alderlake-N
Zhengjun Xing
2
-0
/
+208
2022-11-24
perf vendor events intel: Add core event list for Alderlake-N
Zhengjun Xing
8
-1
/
+1075
2022-11-24
perf stat: Tidy up JSON metric-only output when no metrics
Namhyung Kim
1
-10
/
+17
2022-11-24
perf stat: Rename "aggregate-number" to "cpu-count" in JSON
Namhyung Kim
1
-4
/
+4
2022-11-24
perf stat: Fix JSON output in metric-only mode
Namhyung Kim
1
-18
/
+24
2022-11-24
perf stat: Pass through 'struct outstate'
Namhyung Kim
4
-63
/
+50
2022-11-24
perf stat: Do not pass runtime_stat to printout()
Namhyung Kim
1
-5
/
+4
2022-11-24
perf stat: Pass struct outstate to printout()
Namhyung Kim
1
-20
/
+18
2022-11-24
perf stat: Pass 'struct outstate' to print_metric_begin()
Namhyung Kim
1
-22
/
+28
2022-11-24
perf stat: Use 'struct outstate' in evlist__print_counters()
Namhyung Kim
1
-11
/
+14
2022-11-24
perf stat: Pass const char *prefix to display routines
Namhyung Kim
2
-10
/
+10
2022-11-24
perf stat: Remove metric_only argument in print_counter_aggrdata()
Namhyung Kim
1
-11
/
+6
2022-11-24
perf stat: Remove prefix argument in print_metric_headers()
Namhyung Kim
1
-16
/
+10
2022-11-24
perf stat: Use scnprintf() in prepare_interval()
Namhyung Kim
1
-10
/
+10
2022-11-24
perf stat: Do not align time prefix in CSV output
Namhyung Kim
1
-3
/
+6
2022-11-24
perf stat: Move summary prefix printing logic in CSV output
Namhyung Kim
1
-7
/
+7
2022-11-24
perf stat: Fix cgroup display in JSON output
Namhyung Kim
1
-1
/
+1
2022-11-23
Merge tag 'pci-v6.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2022-11-23
Merge tag 'spi-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-7
/
+20
2022-11-23
Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linux
Linus Torvalds
2
-11
/
+22
2022-11-23
fscache: fix OOB Read in __fscache_acquire_volume
David Howells
2
-3
/
+6
2022-11-23
perf lock contention: Do not use BPF task local storage
Namhyung Kim
2
-12
/
+23
2022-11-23
MAINTAINERS: Update John Garry's email address for arm64 perf tooling
John Garry
1
-1
/
+1
2022-11-23
perf test: Fix record test on KVM guests
Michael Petlan
1
-1
/
+1
2022-11-23
perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZE
Namhyung Kim
1
-1
/
+2
2022-11-23
perf test: Skip watchpoint tests if no watchpoints available
Naveen N. Rao
1
-5
/
+7
2022-11-23
perf trace: Remove unused bpf map 'syscalls'
Leo Yan
2
-118
/
+0
2022-11-23
perf augmented_raw_syscalls: Remove unused variable 'syscall'
Leo Yan
1
-1
/
+0
2022-11-23
perf trace: Handle failure when trace point folder is missed
Leo Yan
1
-7
/
+10
2022-11-23
perf trace: Return error if a system call doesn't exist
Leo Yan
1
-2
/
+2
2022-11-23
perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
Leo Yan
1
-4
/
+7
2022-11-23
perf list: Add JSON output option
Ian Rogers
2
-67
/
+245
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
7
-512
/
+624
2022-11-23
perf build: Fix LIBTRACEEVENT_DYNAMIC
Ian Rogers
2
-4
/
+24
2022-11-23
perf test: Replace data symbol test workload with datasym
Namhyung Kim
1
-28
/
+1
[next]