index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf ui: Move ui_progress routines to separate file in util/ui/
Arnaldo Carvalho de Melo
2010-08-10
5
-59
/
+74
*
perf ui: Move ui_helpline routines to separate file in util/ui/
Arnaldo Carvalho de Melo
2010-08-10
4
-37
/
+55
*
perf ui: Shorten ui_browser member names
Arnaldo Carvalho de Melo
2010-08-10
3
-50
/
+49
*
perf ui: Start breaking down newt.c into multiple files
Arnaldo Carvalho de Melo
2010-08-06
4
-304
/
+368
*
perf tui: Introduce list_head based generic ui_browser refresh routine
Arnaldo Carvalho de Melo
2010-08-06
2
-25
/
+32
*
perf probe: Fix memory leaks in add_perf_probe_events
Masami Hiramatsu
2010-08-06
1
-3
/
+8
*
perf probe: Fix to copy the type for raw parameters
Masami Hiramatsu
2010-08-06
1
-2
/
+6
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2010-08-06
9
-40
/
+297
|
\
|
*
perf report: Speed up exit path
Arnaldo Carvalho de Melo
2010-08-05
1
-1
/
+12
|
*
perf timechart: Adjust confusing if indentation
Julia Lawall
2010-08-05
1
-2
/
+2
|
*
perf trace: Clean up #includes
Andrea Gelmini
2010-08-05
1
-12
/
+7
|
*
perf probe: Remove duplicated #include
Andrea Gelmini
2010-08-05
1
-1
/
+0
|
*
perf ui: Add search by name/addr to the map__browser
Arnaldo Carvalho de Melo
2010-08-05
2
-10
/
+117
|
*
perf hists: Fixup addr snprintf width on 32 bit arches
Arnaldo Carvalho de Melo
2010-08-05
1
-2
/
+4
|
*
perf hists: Handle verbose in hists__sort_list_width
Arnaldo Carvalho de Melo
2010-08-05
1
-0
/
+3
|
*
perf ui: Shorten ui_browser->refresh_entries to refresh
Arnaldo Carvalho de Melo
2010-08-05
1
-12
/
+12
|
*
perf ui: Add a map browser
Arnaldo Carvalho de Melo
2010-08-05
1
-2
/
+127
|
*
perf symbols: Store the symbol binding
Arnaldo Carvalho de Melo
2010-08-05
2
-8
/
+23
*
|
oprofile: add support for Intel processor model 30
Josh Hunt
2010-08-05
1
-0
/
+1
|
/
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
2010-08-05
4
-27
/
+25
|
\
|
*
tracing/kprobes: unregister_trace_probe needs to be called under mutex
Srikar Dronamraju
2010-08-04
1
-0
/
+3
|
*
perf: expose event__process function
Srikar Dronamraju
2010-08-04
3
-20
/
+21
|
*
perf events: Fix mmap offset determination
Dave Martin
2010-08-04
1
-7
/
+1
*
|
Merge branch 'perf/nmi' into perf/core
Ingo Molnar
2010-08-05
16
-348
/
+770
|
\
\
|
|
/
|
/
|
|
*
kernel/watchdog: Initialize 'result'
Kulikov Vasiliy
2010-07-07
1
-1
/
+1
|
*
lockup_detector: Don't enable the lockup detector by default
Frederic Weisbecker
2010-05-19
1
-1
/
+0
|
*
lockup_detector: Convert per_cpu to __get_cpu_var for readability
Don Zickus
2010-05-19
1
-18
/
+17
|
*
lockup_detector: Cross arch compile fixes
Don Zickus
2010-05-16
3
-5
/
+8
|
*
lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTOR
Frederic Weisbecker
2010-05-16
4
-14
/
+14
|
*
lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archs
Frederic Weisbecker
2010-05-16
3
-3
/
+5
|
*
lockup_detector: Update some config
Frederic Weisbecker
2010-05-16
1
-22
/
+3
|
*
x86, watchdog: Fix build error in hw_nmi.c
Ingo Molnar
2010-05-13
1
-0
/
+1
|
*
watchdog: Export touch_softlockup_watchdog
Ingo Molnar
2010-05-13
1
-0
/
+1
|
*
lockup_detector: Fix forgotten config conversion
Frederic Weisbecker
2010-05-13
1
-1
/
+1
|
*
lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTOR
Frederic Weisbecker
2010-05-13
1
-1
/
+1
|
*
lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdog
Don Zickus
2010-05-12
1
-3
/
+4
|
*
x86: Cleanup hw_nmi.c cruft
Don Zickus
2010-05-12
1
-58
/
+0
|
*
x86: Move trigger_all_cpu_backtrace to its own die_notifier
Don Zickus
2010-05-12
1
-14
/
+51
|
*
lockup_detector: Remove nmi_watchdog.c file
Don Zickus
2010-05-12
1
-259
/
+0
|
*
lockup_detector: Remove old softlockup code
Don Zickus
2010-05-12
2
-305
/
+10
|
*
lockup_detector: Touch_softlockup cleanups and softlockup_tick removal
Don Zickus
2010-05-12
4
-55
/
+6
|
*
lockup_detector: Combine nmi_watchdog and softlockup detector
Don Zickus
2010-05-12
12
-29
/
+650
|
*
Merge commit 'v2.6.34-rc7' into perf/nmi
Frederic Weisbecker
2010-05-12
11210
-279117
/
+611513
|
|
\
|
*
|
nmi_watchdog: Tell the world we're active
Peter Zijlstra
2010-03-02
1
-0
/
+2
|
*
|
nmi_watchdog: Turn it off by default
Ingo Molnar
2010-02-28
1
-1
/
+0
|
*
|
nmi_watchdog: Clean up various small details
Don Zickus
2010-02-25
4
-37
/
+36
|
*
|
nmi_watchdog: Fix undefined 'apic' build bug
Don Zickus
2010-02-19
1
-0
/
+2
|
*
|
nmi_watchdog: Properly configure for software events
Don Zickus
2010-02-17
1
-5
/
+18
|
*
|
nmi_watchdog: support for oprofile
Don Zickus
2010-02-17
1
-62
/
+82
|
*
|
nmi_watchdog: Fallback to software events when no hardware pmu detected
Don Zickus
2010-02-14
1
-2
/
+6
[next]