index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-08
perf hists: Use own hpp_list for hierarchy mode
Namhyung Kim
7
-73
/
+103
2016-03-08
perf hists: Introduce perf_hpp__setup_hists_formats()
Namhyung Kim
4
-0
/
+118
2016-03-08
perf stat: Document --detailed option
Borislav Petkov
1
-0
/
+8
2016-03-08
perf hists: Add level field to struct perf_hpp_fmt
Namhyung Kim
2
-33
/
+42
2016-03-08
perf tools: Use 64-bit shifts with (TSC) time conversion
Adrian Hunter
2
-2
/
+2
2016-03-08
perf jit: Move clockid validation
Adrian Hunter
2
-24
/
+23
2016-03-08
perf jit: Let jit_process() return errors
Adrian Hunter
2
-6
/
+16
2016-03-08
perf session: Simplify tool stubs
Adrian Hunter
1
-33
/
+7
2016-03-08
perf inject: Hit all DSOs for AUX data in JIT and other cases
Adrian Hunter
1
-4
/
+8
2016-03-08
perf tools: Explicitly declare inc_group_count as a void function
Colin Ian King
1
-1
/
+1
2016-03-04
Merge tag 'perf-core-for-mingo-20160303' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
16
-149
/
+566
2016-03-03
perf stat: Check for frontend stalled for metrics
Andi Kleen
3
-1
/
+10
2016-03-03
tools/power turbostat: fix various build warnings
Colin Ian King
1
-4
/
+4
2016-03-03
perf tests: Initialize sa.sa_flags
Colin Ian King
1
-0
/
+1
2016-03-03
perf test: Fix hists related entries
Arnaldo Carvalho de Melo
1
-15
/
+22
2016-03-03
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...
Steven Rostedt (Red Hat)
1
-1
/
+1
2016-03-03
tools lib traceevent: Set int_array fields to NULL if freeing from error
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-03-03
tools lib traceevent: Fix time stamp rounding issue
Chaos.Chen
1
-0
/
+5
2016-03-03
perf script: Fix double free on command_line
Colin Ian King
1
-2
/
+2
2016-03-03
tools build: Use .s extension for preprocessed assembler code
Masahiro Yamada
1
-1
/
+1
2016-03-03
perf stat: Support metrics in --per-core/socket mode
Andi Kleen
2
-8
/
+63
2016-03-03
perf stat: Implement CSV metrics output
Andi Kleen
2
-5
/
+70
2016-03-03
perf record: Ensure return non-zero rc when mmap fail
Wang Nan
1
-1
/
+4
2016-03-03
perf record: Introduce record__finish_output() to finish a perf.data
Wang Nan
1
-12
/
+25
2016-03-03
perf record: Extract synthesize code to record__synthesize()
Wang Nan
1
-55
/
+70
2016-03-03
perf record: Use WARN_ONCE to replace 'if' condition
Wang Nan
1
-8
/
+7
2016-03-03
perf data: Explicitly set byte order for integer types
Wang Nan
1
-0
/
+6
2016-03-03
perf data: Support converting data from bpf_perf_event_output()
Wang Nan
1
-1
/
+111
2016-03-03
perf stat: Check existence of frontend/backed stalled cycles
Andi Kleen
1
-2
/
+20
2016-03-03
perf tools: Fix locale handling in pmu parsing
Jiri Olsa
1
-0
/
+13
2016-03-03
perf/x86/uncore: Fix build on UP-IOAPIC configs
Ingo Molnar
1
-0
/
+2
2016-02-29
tools lib traceevent: Split pevent_print_event() into specific functionality ...
Steven Rostedt
2
-32
/
+117
2016-02-29
tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:
Taeung Song
1
-7
/
+9
2016-02-29
perf trace: Check and discard not only 'nr' but also '__syscall_nr'
Taeung Song
1
-2
/
+6
2016-02-29
perf tools: Fix python extension build
Jiri Olsa
1
-0
/
+4
2016-02-29
perf: Export perf_event_sysfs_show()
Thomas Gleixner
1
-0
/
+1
2016-02-29
perf/x86/intel/rapl: Convert it to a per package facility
Thomas Gleixner
1
-108
/
+86
2016-02-29
perf/x86/intel/rapl: Utilize event->pmu_private
Thomas Gleixner
1
-4
/
+12
2016-02-29
perf/x86/intel/rapl: Make PMU lock raw
Thomas Gleixner
1
-10
/
+10
2016-02-29
perf/x86/intel/rapl: Refactor the code some more
Thomas Gleixner
1
-30
/
+31
2016-02-29
perf/x86/intel/rapl: Clean up the printk output
Thomas Gleixner
1
-19
/
+23
2016-02-29
perf/x86/intel/rapl: Calculate timing once
Thomas Gleixner
1
-21
/
+18
2016-02-29
perf/x86/intel/rapl: Sanitize the quirk handling
Thomas Gleixner
1
-30
/
+19
2016-02-29
perf/x86/intel/rapl: Add proper error handling
Thomas Gleixner
1
-8
/
+21
2016-02-29
perf/x86/intel/rapl: Make Knights Landings support functional
Thomas Gleixner
1
-1
/
+1
2016-02-29
perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookups
Thomas Gleixner
1
-21
/
+11
2016-02-29
cpumask: Export cpumask_any_but()
Thomas Gleixner
1
-0
/
+1
2016-02-29
perf/x86/intel/uncore: Make PCI and MSR uncore independent
Thomas Gleixner
1
-16
/
+18
2016-02-29
perf/x86/intel/uncore: Clear all hardware state on exit
Thomas Gleixner
1
-0
/
+26
2016-02-29
perf/x86/uncore: Track packages, not per CPU data
Thomas Gleixner
3
-252
/
+198
[next]