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
2023-04-18
perf cs-etm: Fix segfault in dso lookup
James Clark
1
-2
/
+4
2023-04-17
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
1
-1
/
+1
2023-04-17
perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...
Arnaldo Carvalho de Melo
1
-3
/
+8
2023-04-17
perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...
Arnaldo Carvalho de Melo
1
-4
/
+8
2023-04-17
perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-17
perf namespaces: Add reference count checking
Ian Rogers
2
-57
/
+78
2023-04-17
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
6
-10
/
+12
2023-04-17
perf cpumap: Add reference count checking
Ian Rogers
5
-50
/
+58
2023-04-17
perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...
Ian Rogers
1
-5
/
+5
2023-04-17
perf cpumap: Remove initializations done in perf_cpu_map__alloc()
Arnaldo Carvalho de Melo
1
-6
/
+1
2023-04-17
libperf: Add reference count checking macros
Ian Rogers
1
-0
/
+94
2023-04-17
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
Arnaldo Carvalho de Melo
3
-5
/
+9
2023-04-14
perf test: Simplify for_each_test() to avoid tripping on -Werror=array-bounds
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-13
perf map: Delete two variable initialisations before null pointer checks in s...
Markus Elfring
1
-2
/
+1
2023-04-13
perf vendor events intel: Fix uncore topics for tigerlake
Ian Rogers
2
-88
/
+90
2023-04-13
perf vendor events intel: Fix uncore topics for snowridgex
Ian Rogers
4
-22056
/
+22060
2023-04-13
perf vendor events intel: Fix uncore topics for skylakex
Ian Rogers
5
-26144
/
+26148
2023-04-13
perf vendor events intel: Fix uncore topics for skylake
Ian Rogers
3
-79
/
+81
2023-04-13
perf vendor events intel: Fix uncore topics for sandybridge
Ian Rogers
2
-25
/
+25
2023-04-13
perf vendor events intel: Fix uncore topics for knightslanding
Ian Rogers
3
-260
/
+262
2023-04-13
perf vendor events intel: Fix uncore topics for jaketown
Ian Rogers
4
-1574
/
+1574
2023-04-13
perf vendor events intel: Fix uncore topics for ivytown
Ian Rogers
4
-2531
/
+2531
2023-04-13
perf vendor events intel: Fix uncore topics for ivybridge
Ian Rogers
2
-25
/
+25
2023-04-13
perf vendor events intel: Fix uncore topics for icelakex
Ian Rogers
4
-33697
/
+33701
2023-04-13
perf vendor events intel: Fix uncore topics for icelake
Ian Rogers
2
-72
/
+74
2023-04-13
perf vendor events intel: Fix uncore topics for haswellx
Ian Rogers
4
-3491
/
+3491
2023-04-13
perf vendor events intel: Fix uncore topics for haswell
Ian Rogers
3
-75
/
+77
2023-04-13
perf vendor events intel: Fix uncore topics for cascadelakex
Ian Rogers
5
-26345
/
+26349
2023-04-13
perf vendor events intel: Fix uncore topics for broadwellx
Ian Rogers
4
-3572
/
+3572
2023-04-13
perf vendor events intel: Fix uncore topics for broadwellde
Ian Rogers
3
-774
/
+776
2023-04-13
perf vendor events intel: Fix uncore topics for broadwell
Ian Rogers
3
-74
/
+76
2023-04-13
perf vendor events intel: Fix uncore topics for alderlake
Ian Rogers
4
-112
/
+116
2023-04-13
perf vendor events intel: Add sierraforest
Ian Rogers
7
-0
/
+332
2023-04-13
perf vendor events intel: Add grandridge
Ian Rogers
7
-0
/
+332
2023-04-13
perf vendor events intel: Update sapphirerapids to v1.12
Ian Rogers
10
-4530
/
+18906
2023-04-12
perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...
Chunxin Zang
1
-1
/
+14
2023-04-12
perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_match() to allow for r...
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...
Arnaldo Carvalho de Melo
2
-0
/
+7
2023-04-12
libperf: Make perf_cpu_map__alloc() available as an internal function for too...
Ian Rogers
3
-2
/
+3
2023-04-12
perf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
Ian Rogers
1
-6
/
+6
2023-04-12
perf map: Add map__refcnt() accessor to use in the maps test
Arnaldo Carvalho de Melo
2
-2
/
+7
2023-04-12
perf scripts python intel-pt-events: Delete unused 'event_attr variable
Alexander Pantyukhin
1
-3
/
+3
2023-04-12
perf top: Expand the range of multithreaded phase
Hangliang Lai
1
-2
/
+2
2023-04-12
tools headers: Remove s390 ptrace.h in check-headers.sh
Tiezhu Yang
1
-1
/
+0
2023-04-12
perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf metricgroups: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-9
/
+9
2023-04-12
perf arm-spe: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf tests api-io: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-12
perf bench inject-buildid: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-12
perf genelf: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
[next]