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
2009-06-03
perf_counter: Fix race in counter initialization
Peter Zijlstra
1
-11
/
+14
2009-06-03
perf report: Fix comm sorting
Peter Zijlstra
1
-6
/
+112
2009-06-03
perf record: Use long arg for counter period
Peter Zijlstra
3
-3
/
+21
2009-06-03
perf_counter: Add a comm hook for pure fork()s
Peter Zijlstra
1
-0
/
+6
2009-06-03
perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errors
Paul Mackerras
1
-2
/
+14
2009-06-03
perf_counter: powerpc: Fix event alternative code generation on POWER5/5+
Paul Mackerras
2
-4
/
+4
2009-06-03
perf report: Handle vDSO symbols properly
Ingo Molnar
1
-0
/
+15
2009-06-03
perf report: Improve sort key recognition
Ingo Molnar
1
-12
/
+17
2009-06-03
perf report: Print -D to stdout
Ingo Molnar
1
-34
/
+30
2009-06-03
perf_counter tools: Cover PLT symbols too
Arnaldo Carvalho de Melo
1
-5
/
+138
2009-06-03
perf_counter/x86: Remove the IRQ (non-NMI) handling bits
Yong Wang
7
-26
/
+6
2009-06-03
perf record: Print out the number of events captured
Ingo Molnar
1
-0
/
+3
2009-06-03
perf_counter tools: Make source code headers more coherent
Ingo Molnar
5
-57
/
+62
2009-06-03
perf report: Print more info instead of <unknown> entries
Ingo Molnar
1
-8
/
+20
2009-06-03
perf record: Increase mmap buffering default
Ingo Molnar
1
-2
/
+2
2009-06-03
perf record: Add --append option
Ingo Molnar
1
-14
/
+26
2009-06-03
perf report: Fix column width/alignment of dsos
Ingo Molnar
1
-4
/
+4
2009-06-02
perf report: Separate out idle threads
Peter Zijlstra
1
-0
/
+13
2009-06-02
perf_counter tools: Fix up the ABI shakeup
Peter Zijlstra
4
-32
/
+32
2009-06-02
perf_counter: Rename perf_counter_hw_event => perf_counter_attr
Peter Zijlstra
5
-104
/
+104
2009-06-02
perf_counter: Add ioctl for changing the sample period/frequency
Peter Zijlstra
2
-4
/
+46
2009-06-02
perf_counter: Change data head from u32 to u64
Peter Zijlstra
2
-10
/
+12
2009-06-02
perf_counter: x86: Emulate longer sample periods
Peter Zijlstra
1
-9
/
+22
2009-06-02
perf_counter: Remove the last nmi/irq bits
Peter Zijlstra
2
-9
/
+1
2009-06-02
perf_counter: Rename various fields
Peter Zijlstra
4
-78
/
+78
2009-06-02
perf_counter: Add unique counter id
Peter Zijlstra
2
-5
/
+12
2009-06-02
x86: Fix atomic_long_xchg() on 64bit
Peter Zijlstra
1
-1
/
+1
2009-06-02
perf_counter tools: Remove the last nmi bits
Peter Zijlstra
2
-2
/
+0
2009-06-02
perf report: Clean up the default output
Ingo Molnar
1
-27
/
+28
2009-06-02
perf_counter: tools: Better handle existing data files
Peter Zijlstra
1
-3
/
+12
2009-06-02
perf_counter: tools: Expand the COMM,MMAP event synthesizer
Peter Zijlstra
2
-21
/
+65
2009-06-02
perf_counter: Use PID namespaces properly
Peter Zijlstra
2
-8
/
+37
2009-06-02
perf_counter: Remove unused prev_state field
Paul Mackerras
2
-5
/
+0
2009-06-02
perf_counter: Fix cpu migration counter
Paul Mackerras
3
-53
/
+26
2009-06-02
perf_counter: Initialize per-cpu context earlier on cpu up
Paul Mackerras
2
-2
/
+8
2009-06-02
perf_counter tools: Fix uninitialized variable in perf-report.c
Mike Galbraith
1
-1
/
+3
2009-06-02
perf_counter tools: Cleanup Makefile
Mike Galbraith
1
-68
/
+73
2009-06-02
perf_counter tools: Make .gitignore reflect perf_counter tools files
Mike Galbraith
1
-175
/
+12
2009-06-02
perf_counter tools: Add missing rb_erase in dso__delete_symbols
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-06-02
perf_counter tools: Use hex2u64 in more places
Arnaldo Carvalho de Melo
5
-70
/
+54
2009-06-02
perf_counter tools: Add string.[ch]
Arnaldo Carvalho de Melo
2
-0
/
+42
2009-06-01
perf_counter tools: Guard against record damaging existing files
Mike Galbraith
1
-1
/
+1
2009-06-01
perf_counter: Tidy up style details
Ingo Molnar
2
-19
/
+22
2009-06-01
perf_counter: Allow software counters to count while task is not running
Paul Mackerras
1
-6
/
+42
2009-06-01
perf_counter: Provide functions for locking and pinning the context for a task
Paul Mackerras
2
-54
/
+75
2009-06-01
Merge branch 'linus' into perfcounters/core
Ingo Molnar
347
-1495
/
+12477
2009-06-01
perf_counter tools: Fix unknown command help text
Ingo Molnar
1
-3
/
+0
2009-05-30
perf_counter tools: Generate per command manpages (and pdf/html, etc.)
Ingo Molnar
14
-27
/
+581
2009-05-30
perf_counter tools: Fix 'make install'
Ingo Molnar
1
-0
/
+1
2009-05-30
perf_counter tools: Print 'CPU utilization factor' in builtin-stat
Ingo Molnar
1
-2
/
+11
[next]