index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-06
perf_counter: fix update_userpage()
Peter Zijlstra
2
-15
/
+58
2009-04-06
perf_counter: unify and fix delayed counter wakeup
Peter Zijlstra
10
-76
/
+142
2009-04-06
perf_counter: record time running and time enabled for each counter
Paul Mackerras
3
-21
/
+191
2009-04-06
perf_counter: allow and require one-page mmap on counting counters
Peter Zijlstra
1
-1
/
+5
2009-04-06
perf_counter: kerneltop: output event support
Peter Zijlstra
1
-6
/
+59
2009-04-06
perf_counter: kerneltop: mmap_pages argument
Peter Zijlstra
1
-6
/
+25
2009-04-06
perf_counter: optionally provide the pid/tid of the sampled task
Peter Zijlstra
2
-3
/
+20
2009-04-06
perf_counter: sanity check on the output API
Peter Zijlstra
1
-0
/
+4
2009-04-06
perf_counter: output objects
Peter Zijlstra
2
-12
/
+52
2009-04-06
perf_counter: more elaborate write API
Peter Zijlstra
1
-34
/
+75
2009-04-06
perf_counter: fix perf_poll()
Peter Zijlstra
2
-2
/
+13
2009-04-06
perf_counter: update documentation
Paul Mackerras
1
-66
/
+202
2009-04-06
perf_counter tools: remove glib dependency and fix bugs in kerneltop.c, fix p...
Peter Zijlstra
1
-5
/
+6
2009-04-06
perf_counter tools: remove glib dependency and fix bugs in kerneltop.c
Paul Mackerras
2
-68
/
+46
2009-04-06
perf_counter tools: increase cpu-cycles again
Ingo Molnar
1
-1
/
+1
2009-04-06
perf_counter tools: fix build warning in kerneltop.c
Ingo Molnar
1
-1
/
+1
2009-04-06
perf_counter tools: tidy up in-kernel dependencies
Ingo Molnar
4
-395
/
+2
2009-04-06
perf_counter tools: use mmap() output
Peter Zijlstra
1
-14
/
+79
2009-04-06
perf_counter tools: update to new syscall ABI
Peter Zijlstra
1
-78
/
+157
2009-04-06
perf_counter: new output ABI - part 1
Peter Zijlstra
3
-246
/
+263
2009-04-06
mutex: drop "inline" from mutex_lock() inside kernel/mutex.c
H. Peter Anvin
1
-1
/
+1
2009-04-06
mutex: add atomic_dec_and_mutex_lock()
Eric Paris
1
-0
/
+23
2009-04-06
perf_counter: add an mmap method to allow userspace to read hardware counters
Paul Mackerras
3
-0
/
+97
2009-04-06
perf_counter: avoid recursion
Peter Zijlstra
2
-0
/
+33
2009-04-06
perf_counter: remove the event config bitfields
Peter Zijlstra
4
-40
/
+70
2009-04-06
perf_counter tools: when no command is feed to perfstat, display help and exit
Wu Fengguang
1
-0
/
+3
2009-04-06
perf_counter tools: cut down default count for cpu-cycles
Wu Fengguang
1
-1
/
+1
2009-04-06
perf_counter tools: fix event_id type
Wu Fengguang
1
-4
/
+5
2009-04-06
perf_counter tools: fix comment for sym_weight()
Wu Fengguang
1
-1
/
+1
2009-04-06
perf_counter tools: move remaining code into kerneltop.c
Wu Fengguang
2
-230
/
+432
2009-04-06
perf_counter tools: Reuse event_name() in kerneltop
Wu Fengguang
1
-14
/
+1
2009-04-06
perf_counter tools: support symbolic event names in kerneltop
Wu Fengguang
3
-35
/
+16
2009-04-06
perf_counter tools: Move perfstat supporting code into perfcounters.h
Wu Fengguang
2
-130
/
+130
2009-04-06
perf_counter tools: Merge common code into perfcounters.h
Wu Fengguang
3
-264
/
+139
2009-04-06
perf_counter: add sample user-space to Documentation/perf_counter/
Ingo Molnar
3
-0
/
+1489
2009-04-06
perf_counter: create Documentation/perf_counter/ and move perfcounters.txt there
Ingo Molnar
1
-0
/
+0
2009-04-06
perf_counter: fix type/event_id layout on big-endian systems
Paul Mackerras
2
-4
/
+17
2009-04-06
perf_counter: powerpc: clean up perc_counter_interrupt
Paul Mackerras
1
-12
/
+7
2009-04-06
perf_counter: unify irq output code
Peter Zijlstra
4
-151
/
+61
2009-04-06
perf_counter: revamp syscall input ABI
Peter Zijlstra
4
-75
/
+117
2009-04-06
perf_counter: hook up the tracepoint events
Peter Zijlstra
3
-0
/
+51
2009-04-06
perf_counter: fix up counter free paths
Peter Zijlstra
1
-3
/
+8
2009-04-06
perf_counter: generic context switch event
Peter Zijlstra
3
-63
/
+4
2009-04-06
perf_counter: fix uninitialized usage of event_list
Peter Zijlstra
2
-1
/
+3
2009-04-06
perf_counter: abstract wakeup flag setting in core to fix powerpc build
Paul Mackerras
5
-14
/
+19
2009-04-06
perf_counter: fix crash on perfmon v1 systems
Ingo Molnar
1
-5
/
+11
2009-04-06
perf_counter: include missing header
Tim Blechmann
1
-0
/
+2
2009-04-06
perf_counter: fix hrtimer sampling
Peter Zijlstra
1
-4
/
+4
2009-04-06
perf_counter: add an event_list
Peter Zijlstra
2
-11
/
+23
2009-04-06
perf_counter: hrtimer based sampling for software time events
Peter Zijlstra
2
-43
/
+100
[next]