index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-01
tools include uapi: Grab a copy of sound/asound.h
Arnaldo Carvalho de Melo
3
-0
/
+1028
2017-08-01
perf trace beauty ioctl: Beautify DRM ioctl cmds
Arnaldo Carvalho de Melo
3
-3
/
+40
2017-08-01
tools include uapi: Grab copies of drm/{drm,i915_drm}.h
Arnaldo Carvalho de Melo
4
-0
/
+2411
2017-08-01
perf trace beauty ioctl: Improve 'cmd' beautifier
Arnaldo Carvalho de Melo
4
-43
/
+95
2017-08-01
tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header
Arnaldo Carvalho de Melo
1
-6
/
+8
2017-08-01
tools perf: Do not check spaces/blank lines when checking header file copy drift
Arnaldo Carvalho de Melo
1
-5
/
+5
2017-08-01
tools include uapi: Grab a copy of asm-generic/ioctls.h
Arnaldo Carvalho de Melo
3
-0
/
+120
2017-07-31
tools headers: Fixup tools/include/uapi/linux/bpf.h copy of kernel ABI header
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-07-31
tools headers: Sync kernel ABI headers with tooling headers
Ingo Molnar
6
-1
/
+34
2017-07-31
perf build: Clarify open-coded header version warning message
Ingo Molnar
2
-3
/
+3
2017-07-31
perf build: Clarify header version warning message
Ingo Molnar
1
-1
/
+1
2017-07-28
perf data: Add doc when no conversion support compiled
Geneviève Bastien
1
-1
/
+1
2017-07-28
perf data: Add mmap[2] events to CTF conversion
Geneviève Bastien
1
-0
/
+35
2017-07-28
perf data: Add callchain to CTF conversion
Geneviève Bastien
1
-1
/
+91
2017-07-28
perf annotate TUI: Set appropriate column width for period/percent
Arnaldo Carvalho de Melo
1
-4
/
+6
2017-07-28
perf annotate TUI: Fix column header when toggling period/percent
Taeung Song
1
-1
/
+1
2017-07-28
perf annotate TUI: Clarify calculation of column header widths
Arnaldo Carvalho de Melo
1
-9
/
+11
2017-07-28
perf annotate TUI: Fix --show-total-period
Taeung Song
1
-1
/
+1
2017-07-28
perf annotate TUI: Use sym_hist_entry in disasm_line_samples
Arnaldo Carvalho de Melo
1
-4
/
+4
2017-07-28
perf annotate: Fix storing per line sym_hist_entry
Arnaldo Carvalho de Melo
1
-2
/
+3
2017-07-26
perf annotate stdio: Set enough columns for --show-total-period
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-07-26
perf sort: Use default sort if evlist is empty
David Carrillo-Cisneros
2
-1
/
+6
2017-07-26
perf annotate: Do not overwrite perf_sample->weight
Arnaldo Carvalho de Melo
1
-2
/
+0
2017-07-26
perf stat: Use group read for event groups
Jiri Olsa
3
-3
/
+38
2017-07-26
perf evsel: Add read_counter()
Jiri Olsa
4
-2
/
+109
2017-07-26
perf tools: Add perf_evsel__read_size function
Jiri Olsa
1
-1
/
+28
2017-07-26
perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFEST
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-07-26
perf annotate stdio: Fix column header when using --show-total-period
Taeung Song
1
-1
/
+2
2017-07-26
perf jevents: Make build fail on JSON parse error
Andi Kleen
2
-11
/
+14
2017-07-26
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
2
-48
/
+111
2017-07-26
perf report: Make --branch-history work without callgraphs(-g) option in perf...
Jin Yao
4
-9
/
+25
2017-07-26
perf script python: Generate hooks with additional argument
Arun Kalyanasundaram
1
-4
/
+18
2017-07-26
perf script python: Add perf_sample dict to tracepoint handlers
Arun Kalyanasundaram
1
-1
/
+40
2017-07-26
perf script python: Add sample_read to dict
Arun Kalyanasundaram
1
-0
/
+51
2017-07-26
perf script python: Refactor creation of perf sample dict
Arun Kalyanasundaram
1
-41
/
+53
2017-07-26
perf script python: Allocate memory only if handler exists
Arun Kalyanasundaram
1
-16
/
+22
2017-07-26
perf script: Remove some bogus error handling
Dan Carpenter
1
-6
/
+1
2017-07-26
perf top: Support lookup of symbols in other mount namespaces.
Krister Johansen
2
-0
/
+19
2017-07-25
perf evsel: Add verbose output for sys_perf_event_open fallback
Jiri Olsa
1
-0
/
+8
2017-07-25
perf jvmti: Fix linker error when libelf config is disabled
Sudeep Holla
1
-1
/
+1
2017-07-25
perf annotate: Process tracing data in pipe mode
David Carrillo-Cisneros
1
-0
/
+1
2017-07-25
perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefile
David Carrillo-Cisneros
1
-1
/
+7
2017-07-25
perf cgroup: Fix refcount usage
Arnaldo Carvalho de Melo
1
-3
/
+5
2017-07-25
perf report: Fix kernel symbol adjustment for s390x
Thomas Richter
2
-0
/
+23
2017-07-25
perf annotate stdio: Fix --show-total-period
Taeung Song
1
-1
/
+1
2017-07-24
kprobes/x86: Release insn_slot in failure path
Masami Hiramatsu
1
-1
/
+9
2017-07-24
perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regs
Stephane Eranian
1
-0
/
+1
2017-07-24
perf/x86/intel/uncore: Fix SKX CHA event extra regs
Stephane Eranian
1
-0
/
+13
2017-07-24
perf/x86/intel/uncore: Remove invalid Skylake server CHA filter field
Kan Liang
1
-3
/
+0
2017-07-24
perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umask
Kan Liang
1
-2
/
+2
[next]