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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
Jiri Olsa
5
-13
/
+21
2019-10-10
libperf: Add 'struct perf_mmap_param'
Jiri Olsa
4
-8
/
+18
2019-10-10
libperf: Add perf_mmap__init() function
Jiri Olsa
4
-3
/
+14
2019-10-10
MAINTAINERS: Add entry for perf tool arm64 pmu-events files
John Garry
1
-0
/
+7
2019-10-10
perf tools: Avoid 'sample_reg_masks' being const + weak
Ian Rogers
13
-8
/
+46
2019-10-09
perf beauty: Introduce strtoul() for x86 MSRs
Arnaldo Carvalho de Melo
3
-1
/
+9
2019-10-09
perf trace: Expand strings in filters to integers
Arnaldo Carvalho de Melo
1
-0
/
+130
2019-10-09
perf trace: Introduce a strtoul() method for 'struct strarrays'
Arnaldo Carvalho de Melo
2
-0
/
+33
2019-10-09
perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
Arnaldo Carvalho de Melo
1
-1
/
+7
2019-10-09
perf trace: Introduce --filter for tracepoint events
Arnaldo Carvalho de Melo
2
-3
/
+10
2019-10-09
perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
Arnaldo Carvalho de Melo
2
-0
/
+17
2019-10-09
perf evlist: Introduce append_tp_filter() method
Arnaldo Carvalho de Melo
2
-0
/
+22
2019-10-09
perf evlist: Factor out asprintf routine to build a tracepoint pid filter
Arnaldo Carvalho de Melo
1
-4
/
+15
2019-10-09
perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-10-09
perf trace beauty: Add the glue for the autogenerated MSR arrays
Arnaldo Carvalho de Melo
4
-0
/
+39
2019-10-09
perf trace: Allow associating scnprintf routines with well known arg names
Arnaldo Carvalho de Melo
1
-0
/
+26
2019-10-09
perf beauty: Hook up the x86 MSR table generator
Arnaldo Carvalho de Melo
1
-0
/
+9
2019-10-09
perf trace beauty: Add a x86 MSR cmd id->str table generator
Arnaldo Carvalho de Melo
1
-0
/
+40
2019-10-09
perf beauty: Make strarray's offset be u64
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-10-07
tools arch x86: Grab a copy of the file containing the MSR numbers
Arnaldo Carvalho de Melo
2
-0
/
+858
2019-10-07
perf trace: Allow choosing how to augment the tracepoint arguments
Arnaldo Carvalho de Melo
3
-3
/
+90
2019-10-07
perf trace: Enclose all events argument lists with ()
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-07
perf trace: Add array of chars scnprintf beautifier
Arnaldo Carvalho de Melo
1
-1
/
+15
2019-10-07
perf trace: Add the syscall_arg_fmt pointer to syscall_arg
Arnaldo Carvalho de Melo
2
-22
/
+26
2019-10-07
perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
Arnaldo Carvalho de Melo
1
-12
/
+13
2019-10-07
perf trace: Allocate an array of beautifiers for tracepoint args
Arnaldo Carvalho de Melo
1
-1
/
+16
2019-10-07
perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
Arnaldo Carvalho de Melo
1
-10
/
+18
2019-10-07
perf script: Allow --time with --reltime
Andi Kleen
1
-5
/
+0
2019-10-07
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
1
-0
/
+1
2019-10-07
perf tools: Make usage of test_attr__* optional for perf-sys.h
Björn Töpel
1
-2
/
+4
2019-10-07
perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
Adrian Hunter
1
-2
/
+1331
2019-10-07
perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...
Adrian Hunter
1
-1
/
+43
2019-10-07
perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
Adrian Hunter
1
-7
/
+8
2019-10-07
perf scripts python: exported-sql-viewer.py: Add global time range calculations
Adrian Hunter
1
-4
/
+109
2019-10-07
perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
Adrian Hunter
1
-10
/
+31
2019-10-07
perf scripts python: exported-sql-viewer.py: Add LookupModel()
Adrian Hunter
1
-0
/
+9
2019-10-07
perf trace augmented_syscalls: Do not show syscalls when none was asked for
Arnaldo Carvalho de Melo
1
-10
/
+95
2019-10-07
perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose ...
Arnaldo Carvalho de Melo
1
-9
/
+22
2019-10-07
perf trace: Generalize the syscall_fmt find routines
Arnaldo Carvalho de Melo
1
-5
/
+16
2019-10-07
perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
Arnaldo Carvalho de Melo
1
-2
/
+4
2019-10-07
perf trace: Make evlist__set_evsel_handler() affect just entries without a ha...
Arnaldo Carvalho de Melo
1
-4
/
+6
2019-10-07
perf evlist: Adopt __set_tracepoint_handlers method from perf_session
Arnaldo Carvalho de Melo
4
-34
/
+32
2019-10-07
perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...
Arnaldo Carvalho de Melo
1
-0
/
+11
2019-10-07
perf env: Add routine to read the env->cpuid from the running machine
Arnaldo Carvalho de Melo
2
-0
/
+17
2019-10-07
perf/core: Fix inheritance of aux_output groups
Alexander Shishkin
1
-0
/
+4
2019-10-07
Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...
Ingo Molnar
38
-99
/
+315
2019-10-06
Linux 5.4-rc2
v5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-06
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-10-05
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
14
-144
/
+53
[next]