summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-122-3/+1Star
* Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-1119-2/+4684
|\
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-113-7/+11
| |\
| * | perf_counter: Rename L2 to LL cachePeter Zijlstra2009-06-116-6/+6
| * | perf_counter: Standardize event namesPeter Zijlstra2009-06-116-33/+33
| * | perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras2009-06-118-6/+294
| * | perf_counters: powerpc: Add support for POWER7 processorsPaul Mackerras2009-06-113-1/+322
| * | perf_counter: Accurate period dataPeter Zijlstra2009-06-111-3/+6
| * | perf_counter: Introduce struct for sample dataPeter Zijlstra2009-06-111-3/+7
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-061-83/+195
| |\ \
| * | | perf_counter: Separate out attr->type from attr->configIngo Molnar2009-06-061-3/+3
| * | | perf_counter: powerpc: Use new identifier names in powerpc-specific codePaul Mackerras2009-06-041-1/+1
| * | | perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errorsPaul Mackerras2009-06-031-2/+14
| * | | perf_counter: powerpc: Fix event alternative code generation on POWER5/5+Paul Mackerras2009-06-032-4/+4
| * | | perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra2009-06-021-19/+19
| * | | perf_counter: Rename various fieldsPeter Zijlstra2009-06-021-6/+6
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-0118-311/+556
| |\ \ \
| * | | | perf_counter: powerpc: Implement interrupt throttlingPaul Mackerras2009-05-261-5/+43
| * | | | perf_counter: powerpc: initialize cpuhw pointer before usePaul Mackerras2009-05-181-2/+1Star
| * | | | Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar2009-05-1899-12707/+3854Star
| |\ \ \ \
| * | | | | perf_counter: powerpc: supply more precise information on counter overflow ev...Paul Mackerras2009-05-155-7/+97
| * | | | | perf_counter: powerpc: use u64 for event codes internallyPaul Mackerras2009-05-157-52/+48Star
| * | | | | perf_counter: frequency based adaptive irq_periodPeter Zijlstra2009-05-151-7/+6Star
| * | | | | perf_counter: Rework the perf counter disable/enablePeter Zijlstra2009-05-151-12/+12
| * | | | | perf_counter: powerpc: allow use of limited-function countersPaul Mackerras2009-04-297-76/+479
| * | | | | perfcounters: rename struct hw_perf_counter_ops into struct pmuRobert Richter2009-04-291-13/+12Star
| * | | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-2946-5534/+941Star
| |\ \ \ \ \
| * | | | | | perf_counter: powerpc: add nmi_enter/nmi_exit callsPaul Mackerras2009-04-091-14/+17
| * | | | | | perf_counter: allow for data addresses to be recordedPeter Zijlstra2009-04-082-4/+6
| * | | | | | perf_counter: powerpc: set sample enable bit for marked instruction eventsPaul Mackerras2009-04-085-12/+413
| * | | | | | perf_counter: fix powerpc buildPaul Mackerras2009-04-081-2/+1Star
| * | | | | | Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-0836-89/+190
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-073-5/+11
| |\ \ \ \ \ \ \
| * | | | | | | | perf_counter: theres more to overflow than writing eventsPeter Zijlstra2009-04-071-1/+1
| * | | | | | | | perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras2009-04-061-7/+7
| * | | | | | | | perf_counter: powerpc: only reserve PMU hardware when we need itPaul Mackerras2009-04-061-5/+42
| * | | | | | | | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-063-23/+5Star
| * | | | | | | | perf_counter: record time running and time enabled for each counterPaul Mackerras2009-04-061-0/+2
| * | | | | | | | perf_counter: new output ABI - part 1Peter Zijlstra2009-04-061-6/+3Star
| * | | | | | | | perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras2009-04-061-0/+6
| * | | | | | | | perf_counter: remove the event config bitfieldsPeter Zijlstra2009-04-061-3/+3
| * | | | | | | | perf_counter: fix type/event_id layout on big-endian systemsPaul Mackerras2009-04-061-4/+5
| * | | | | | | | perf_counter: powerpc: clean up perc_counter_interruptPaul Mackerras2009-04-061-12/+7Star
| * | | | | | | | perf_counter: unify irq output codePeter Zijlstra2009-04-061-49/+2Star
| * | | | | | | | perf_counter: revamp syscall input ABIPeter Zijlstra2009-04-061-2/+2
| * | | | | | | | perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-063-13/+15
| * | | | | | | | perf_counter: provide major/minor page fault software eventsPeter Zijlstra2009-04-061-1/+4
| * | | | | | | | perf_counter: provide pagefault software eventsPeter Zijlstra2009-04-061-0/+3
| * | | | | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-06324-5168/+22183
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perfcounters/powerpc: add support for POWER4 processorsPaul Mackerras2009-03-063-1/+563