summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-06perf_counter: fix update_userpage()Peter Zijlstra2-15/+58
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra10-76/+142
2009-04-06perf_counter: record time running and time enabled for each counterPaul Mackerras3-21/+191
2009-04-06perf_counter: allow and require one-page mmap on counting countersPeter Zijlstra1-1/+5
2009-04-06perf_counter: kerneltop: output event supportPeter Zijlstra1-6/+59
2009-04-06perf_counter: kerneltop: mmap_pages argumentPeter Zijlstra1-6/+25
2009-04-06perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra2-3/+20
2009-04-06perf_counter: sanity check on the output APIPeter Zijlstra1-0/+4
2009-04-06perf_counter: output objectsPeter Zijlstra2-12/+52
2009-04-06perf_counter: more elaborate write APIPeter Zijlstra1-34/+75
2009-04-06perf_counter: fix perf_poll()Peter Zijlstra2-2/+13
2009-04-06perf_counter: update documentationPaul Mackerras1-66/+202
2009-04-06perf_counter tools: remove glib dependency and fix bugs in kerneltop.c, fix p...Peter Zijlstra1-5/+6
2009-04-06perf_counter tools: remove glib dependency and fix bugs in kerneltop.cPaul Mackerras2-68/+46
2009-04-06perf_counter tools: increase cpu-cycles againIngo Molnar1-1/+1
2009-04-06perf_counter tools: fix build warning in kerneltop.cIngo Molnar1-1/+1
2009-04-06perf_counter tools: tidy up in-kernel dependenciesIngo Molnar4-395/+2
2009-04-06perf_counter tools: use mmap() outputPeter Zijlstra1-14/+79
2009-04-06perf_counter tools: update to new syscall ABIPeter Zijlstra1-78/+157
2009-04-06perf_counter: new output ABI - part 1Peter Zijlstra3-246/+263
2009-04-06mutex: drop "inline" from mutex_lock() inside kernel/mutex.cH. Peter Anvin1-1/+1
2009-04-06mutex: add atomic_dec_and_mutex_lock()Eric Paris1-0/+23
2009-04-06perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras3-0/+97
2009-04-06perf_counter: avoid recursionPeter Zijlstra2-0/+33
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra4-40/+70
2009-04-06perf_counter tools: when no command is feed to perfstat, display help and exitWu Fengguang1-0/+3
2009-04-06perf_counter tools: cut down default count for cpu-cyclesWu Fengguang1-1/+1
2009-04-06perf_counter tools: fix event_id typeWu Fengguang1-4/+5
2009-04-06perf_counter tools: fix comment for sym_weight()Wu Fengguang1-1/+1
2009-04-06perf_counter tools: move remaining code into kerneltop.cWu Fengguang2-230/+432
2009-04-06perf_counter tools: Reuse event_name() in kerneltopWu Fengguang1-14/+1
2009-04-06perf_counter tools: support symbolic event names in kerneltopWu Fengguang3-35/+16
2009-04-06perf_counter tools: Move perfstat supporting code into perfcounters.hWu Fengguang2-130/+130
2009-04-06perf_counter tools: Merge common code into perfcounters.hWu Fengguang3-264/+139
2009-04-06perf_counter: add sample user-space to Documentation/perf_counter/Ingo Molnar3-0/+1489
2009-04-06perf_counter: create Documentation/perf_counter/ and move perfcounters.txt thereIngo Molnar1-0/+0
2009-04-06perf_counter: fix type/event_id layout on big-endian systemsPaul Mackerras2-4/+17
2009-04-06perf_counter: powerpc: clean up perc_counter_interruptPaul Mackerras1-12/+7
2009-04-06perf_counter: unify irq output codePeter Zijlstra4-151/+61
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra4-75/+117
2009-04-06perf_counter: hook up the tracepoint eventsPeter Zijlstra3-0/+51
2009-04-06perf_counter: fix up counter free pathsPeter Zijlstra1-3/+8
2009-04-06perf_counter: generic context switch eventPeter Zijlstra3-63/+4
2009-04-06perf_counter: fix uninitialized usage of event_listPeter Zijlstra2-1/+3
2009-04-06perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras5-14/+19
2009-04-06perf_counter: fix crash on perfmon v1 systemsIngo Molnar1-5/+11
2009-04-06perf_counter: include missing headerTim Blechmann1-0/+2
2009-04-06perf_counter: fix hrtimer samplingPeter Zijlstra1-4/+4
2009-04-06perf_counter: add an event_listPeter Zijlstra2-11/+23
2009-04-06perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra2-43/+100