index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...
Yunlong Song
1
-4
/
+4
2015-04-08
perf sched replay: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+1
2015-04-08
perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...
Yunlong Song
1
-5
/
+26
2015-04-08
perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...
Yunlong Song
1
-1
/
+3
2015-04-08
perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...
Yunlong Song
1
-2
/
+3
2015-04-08
perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...
Yunlong Song
1
-1
/
+6
2015-04-08
perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...
Yunlong Song
1
-2
/
+9
2015-04-08
perf sched replay: Increase the MAX_PID value to fix assertion failure problem
Yunlong Song
1
-1
/
+1
2015-04-08
perf sched replay: Use struct task_desc instead of struct task_task for corre...
Yunlong Song
1
-1
/
+1
2015-04-08
perf kmem: Respect -i option
Jiri Olsa
1
-1
/
+2
2015-04-08
tools lib traceevent: Honor operator priority
Namhyung Kim
1
-1
/
+16
2015-04-08
perf kmaps: Check kmaps to make code more robust
Wang Nan
7
-16
/
+70
2015-04-08
perf evlist: Fix inverted logic in perf_mmap__empty
He Kuang
1
-1
/
+1
2015-04-03
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
22
-47
/
+69
2015-04-02
perf data: Support using -f to override perf.data file ownership for 'convert'
Yunlong Song
3
-3
/
+6
2015-04-02
perf trace: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+3
2015-04-02
perf timechart: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+3
2015-04-02
perf script: Support using -f to override perf.data file ownership
Yunlong Song
1
-4
/
+5
2015-04-02
perf mem: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+3
2015-04-02
perf lock: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+5
2015-04-02
perf kvm: Support using -f to override perf.data.guest file ownership
Yunlong Song
2
-0
/
+3
2015-04-02
perf kmem: Support using -f to override perf.data file ownership
Yunlong Song
1
-4
/
+5
2015-04-02
perf inject: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+1
2015-04-02
perf evlist: Support using -f to override perf.data file ownership
Yunlong Song
2
-0
/
+3
2015-04-02
perf probe: Fix to track down unnamed union/structure members
Masami Hiramatsu
2
-5
/
+17
2015-04-02
perf db-export: No need to have ->thread twice in struct export_sample
Arnaldo Carvalho de Melo
3
-3
/
+1
2015-04-02
perf db-export: No need to pass thread twice to db_export__sample
Arnaldo Carvalho de Melo
3
-4
/
+4
2015-04-02
perf scripting: No need to pass thread twice to the scripting callbacks
Arnaldo Carvalho de Melo
5
-17
/
+11
2015-04-02
perf script: No need to lookup thread twice
Arnaldo Carvalho de Melo
1
-9
/
+1
2015-04-02
perf/x86/intel/pt: Fix the 32-bit build
Ingo Molnar
2
-3
/
+3
2015-04-02
perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRs
Andi Kleen
1
-2
/
+4
2015-04-02
perf/x86/intel: Streamline LBR MSR handling in PMI
Andi Kleen
3
-10
/
+27
2015-04-02
perf/x86: Only dump PEBS register when PEBS has been detected
Andi Kleen
1
-2
/
+4
2015-04-02
perf/x86: Dump DEBUGCTL in PMU dump
Andi Kleen
1
-1
/
+5
2015-04-02
perf/x86/intel: Reset more state in PMU reset
Andi Kleen
1
-0
/
+12
2015-04-02
perf/x86/intel: Make the HT bug workaround conditional on HT enabled
Stephane Eranian
2
-21
/
+79
2015-04-02
watchdog: Add watchdog enable/disable all functions
Stephane Eranian
2
-0
/
+36
2015-04-02
perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...
Stephane Eranian
2
-2
/
+22
2015-04-02
perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraints
Stephane Eranian
1
-5
/
+10
2015-04-02
perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSW
Maria Dimakopoulou
2
-11
/
+37
2015-04-02
perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSW
Maria Dimakopoulou
1
-9
/
+44
2015-04-02
perf/x86/intel: Implement cross-HT corruption bug workaround
Maria Dimakopoulou
3
-13
/
+331
2015-04-02
perf/x86/intel: Add cross-HT counter exclusion infrastructure
Maria Dimakopoulou
2
-5
/
+98
2015-04-02
perf/x86: Add 'index' param to get_event_constraint() callback
Stephane Eranian
4
-10
/
+19
2015-04-02
perf/x86: Add 3 new scheduling callbacks
Maria Dimakopoulou
2
-0
/
+18
2015-04-02
perf/x86: Vectorize cpuc->kfree_on_online
Stephane Eranian
4
-6
/
+19
2015-04-02
perf/x86: Rename x86_pmu::er_flags to 'flags'
Stephane Eranian
2
-15
/
+18
2015-04-02
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
37
-162
/
+269
2015-04-02
perf/x86/intel/bts: Add BTS PMU driver
Alexander Shishkin
5
-3
/
+540
2015-04-02
perf/x86/intel/pt: Add Intel PT PMU driver
Alexander Shishkin
6
-0
/
+1256
[next]