index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-04-12
perf evlist: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
perf annotate: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-12
perf parse-events: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf expr: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-7
/
+7
2023-04-12
perf evsel: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+2
2023-04-12
perf pmu: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-8
/
+7
2023-04-12
perf env: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-12
perf x86 iostat: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+4
2023-04-12
perf symbol: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
perf list: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
perf c2c: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-7
/
+7
2023-04-12
perf trace: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-4
/
+4
2023-04-12
perf daemon: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-7
/
+7
2023-04-12
perf inject: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-12
perf vendor events: Update icelakex to v1.20
Ian Rogers
2
-2
/
+2
2023-04-12
perf vendor events: Update alderlake to v1.20
Ian Rogers
3
-4
/
+7
2023-04-11
perf bperf: Avoid use after free via unrelated 'struct evsel' anonymous union...
Ian Rogers
1
-0
/
+1
2023-04-10
perf evsel: Avoid SEGV if delete is called on NULL
Ian Rogers
1
-0
/
+3
2023-04-10
perf script ibs: Change bit description according to latest AMD PPR ("Process...
Ravi Bangoria
1
-7
/
+7
2023-04-10
perf mem: Increase HISTC_MEM_LVL column size to 39 chars
Ravi Bangoria
1
-1
/
+1
2023-04-10
perf mem: Refactor perf_mem__lvl_scnprintf() to process 'union perf_mem_data_...
Ravi Bangoria
1
-42
/
+47
2023-04-10
perf mem: Add support for printing PERF_MEM_LVLNUM_UNC
Ravi Bangoria
1
-0
/
+1
2023-04-10
perf mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_DATA_SRC_NONE
Ravi Bangoria
1
-1
/
+2
2023-04-10
tools include UAPI: Sync uapi/linux/perf_event.h with the kernel sources
Ravi Bangoria
1
-1
/
+2
2023-04-10
perf build: Warn for BPF skeletons if endian mismatches
Ian Rogers
1
-7
/
+10
2023-04-10
perf util: Move perf_guest/host declarations
Ian Rogers
11
-10
/
+12
2023-04-10
perf util: Move input_name to util
Ian Rogers
16
-14
/
+16
2023-04-10
perf version: Use regular verbose flag
Ian Rogers
3
-5
/
+3
2023-04-10
perf header: Move perf_version_string declaration
Ian Rogers
3
-2
/
+3
2023-04-10
perf usage: Move usage strings
Ian Rogers
5
-9
/
+10
2023-04-10
perf ui: Move window resize signal functions
Ian Rogers
5
-21
/
+22
2023-04-10
perf test stat+json_output: Write JSON output to a file
Ian Rogers
2
-13
/
+38
2023-04-10
perf stat: Don't write invalid "started on" comment for JSON output
Ian Rogers
1
-2
/
+4
2023-04-10
perf test stat+csv_output: Write CSV output to a file
Ian Rogers
1
-16
/
+42
2023-04-10
perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...
Ian Rogers
1
-2
/
+26
2023-04-10
perf lock contention: Support pre-5.14 kernels
Ian Rogers
1
-1
/
+14
2023-04-06
perf map: Changes to reference counting
Ian Rogers
11
-44
/
+112
2023-04-06
perf maps: Modify maps_by_name to hold a reference to a map
Ian Rogers
2
-18
/
+33
2023-04-06
perf test: Add extra diagnostics to maps test
Ian Rogers
1
-15
/
+36
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
9
-23
/
+33
2023-04-06
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
6
-12
/
+28
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
26
-69
/
+81
2023-04-06
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
6
-13
/
+13
[next]