index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-26
perf scripting: Shut up 'perf record' final status
Arnaldo Carvalho de Melo
5
-7
/
+16
2010-10-26
perf record: Remove newline character from perror() argument
Matt Fleming
1
-2
/
+2
2010-10-26
perf python scripting: Support fedora 11 (audit 1.7.17)
Arnaldo Carvalho de Melo
1
-1
/
+4
2010-10-26
perf python scripting: Improve the syscalls-by-pid script
Arnaldo Carvalho de Melo
1
-8
/
+13
2010-10-26
perf python scripting: print the syscall name on sctop
Arnaldo Carvalho de Melo
1
-5
/
+2
2010-10-26
perf python scripting: Improve the syscalls-counts script
Arnaldo Carvalho de Melo
1
-2
/
+3
2010-10-26
perf python scripting: Improve the failed-syscalls-by-pid script
Arnaldo Carvalho de Melo
2
-8
/
+50
2010-10-23
perf probe: Fix format specified for Dwarf_Off parameter
Arnaldo Carvalho de Melo
1
-1
/
+2
2010-10-23
perf trace: Fix detection of script extension
Ben Hutchings
1
-1
/
+1
2010-10-23
perf trace: Use $PERF_EXEC_PATH in canned report scripts
Ben Hutchings
13
-15
/
+15
2010-10-23
perf tools: Document event modifiers
Sonny Rao
1
-0
/
+17
2010-10-22
perf tools: Remove direct slang.h include
Arnaldo Carvalho de Melo
1
-1
/
+0
2010-10-21
perf probe: Add basic module support
Masami Hiramatsu
7
-69
/
+239
2010-10-21
perf probe: Show accessible global variables
Masami Hiramatsu
6
-14
/
+41
2010-10-21
perf probe: Function style fix
Masami Hiramatsu
3
-4
/
+4
2010-10-21
perf probe: Show accessible local variables
Masami Hiramatsu
6
-105
/
+480
2010-10-21
perf probe: Support global variables
Masami Hiramatsu
1
-8
/
+17
2010-10-21
perf probe: Fix local variable searching loop
Masami Hiramatsu
1
-8
/
+18
2010-10-21
perf probe: Fix type searching
Masami Hiramatsu
1
-8
/
+17
2010-10-21
tracing: Cleanup the convoluted softirq tracepoints
Thomas Gleixner
3
-42
/
+30
2010-10-19
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
6
-131
/
+373
2010-10-19
tracing: Fix compile issue for trace_sched_wakeup.c
Steven Rostedt
1
-2
/
+1
2010-10-19
[S390] hardirq: remove pointless header file includes
Heiko Carstens
1
-4
/
+0
2010-10-19
[IA64] Move local_softirq_pending() definition
Tony Luck
1
-6
/
+5
2010-10-19
perf, powerpc: Fix power_pmu_event_init to not use event->ctx
Paul Mackerras
1
-1
/
+1
2010-10-19
Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...
Ingo Molnar
1
-1
/
+7
2010-10-19
ftrace: Remove recursion between recordmcount and scripts/mod/empty
Steven Rostedt
1
-1
/
+7
2010-10-18
jump_label: Add COND_STMT(), reducer wrappery
Peter Zijlstra
2
-10
/
+12
2010-10-18
perf: Optimize sw events
Peter Zijlstra
2
-11
/
+13
2010-10-18
perf: Use jump_labels to optimize the scheduler hooks
Peter Zijlstra
2
-17
/
+34
2010-10-18
jump_label: Add atomic_t interface
Peter Zijlstra
1
-0
/
+44
2010-10-18
jump_label: Use more consistent naming
Peter Zijlstra
3
-9
/
+9
2010-10-18
perf, hw_breakpoint: Fix crash in hw_breakpoint creation
Peter Zijlstra
3
-9
/
+29
2010-10-18
perf: Find task before event alloc
Peter Zijlstra
1
-11
/
+12
2010-10-18
perf: Fix task refcount bugs
Peter Zijlstra
1
-3
/
+4
2010-10-18
perf: Fix group moving
Peter Zijlstra
1
-1
/
+6
2010-10-18
irq_work: Add generic hardirq context callbacks
Peter Zijlstra
39
-242
/
+311
2010-10-18
perf_events: Fix transaction recovery in group_sched_in()
Stephane Eranian
1
-13
/
+63
2010-10-18
perf_events: Fix bogus AMD64 generic TLB events
Stephane Eranian
1
-2
/
+2
2010-10-18
perf_events: Fix bogus context time tracking
Stephane Eranian
1
-1
/
+7
2010-10-18
tracing: Remove parent recording in latency tracer graph options
Steven Rostedt
1
-1
/
+0
2010-10-18
tracing: Use one prologue for the preempt irqs off tracer function tracers
Steven Rostedt
1
-48
/
+48
2010-10-18
tracing: Use one prologue for the wakeup tracer function tracers
Steven Rostedt
1
-52
/
+50
2010-10-18
tracing: Graph support for wakeup tracer
Jiri Olsa
1
-10
/
+221
2010-10-18
tracing: Make graph related irqs/preemptsoff functions global
Jiri Olsa
3
-52
/
+71
2010-10-18
tracing: Add proper check for irq_depth routines
Jiri Olsa
1
-4
/
+20
2010-10-18
tracing/trivial: Remove cast from void*
matt mooney
2
-3
/
+3
2010-10-16
Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...
Ingo Molnar
18
-510
/
+510
2010-10-16
Merge branch 'tip/perf/recordmcount' of git://git.kernel.org/pub/scm/linux/ke...
Ingo Molnar
2
-3
/
+21
2010-10-15
ftrace: Use objtree for C version of recordmcount
Steven Rostedt
1
-1
/
+1
[next]