summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-261-0/+28
|\
| * powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regsPaul Mackerras2010-03-181-0/+28
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-03-194-21/+5Star
|\ \
| * | powerpc: Remove IOMMU_VMERGE config optionFUJITA Tomonori2010-03-191-6/+1Star
| * | powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori2010-03-192-12/+0Star
| * | powerpc: Do not call prink when CONFIG_PRINTK is not definedMárton Németh2010-03-191-0/+4
| * | Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-03-191-3/+0Star
| |\ \
| | * | powerpc/fsl-booke: Get coherent bit from PTEKumar Gala2010-03-171-3/+0Star
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-191-1/+20
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra2010-03-111-1/+1
| * | perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra2010-03-101-1/+20
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-4/+4
|\| |
| * | perf: Provide generic perf_sample_data initializationPeter Zijlstra2010-03-101-4/+4
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-03-1310-39/+893
|\ \ \ | | |/ | |/|
| * | powerpc/booke: Fix breakpoint/watchpoint one-shot behaviorDave Kleikamp2010-03-091-6/+6
| * | powerpc: Reset kernel stack on cpu online from cede stateVaidyanathan Srinivasan2010-03-091-0/+11
| * | powerpc/booke: Fix a couple typos in the advanced ptrace codeDave Kleikamp2010-03-091-1/+1
| * | powerpc: Dynamically allocate pacasMichael Ellerman2010-03-095-31/+86
| * | Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2010-03-094-2/+790
| |\ \ | | |/ | |/|
| | * powerpc/perf: e500 supportScott Wood2010-03-054-1/+788
| | * powerpc/perf: Build callchain code regardless of hardware event support.Scott Wood2010-03-041-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \ \
| | * | | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
* | | | | dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma...FUJITA Tomonori2010-03-131-15/+0Star
* | | | | Add generic sys_olduname()Christoph Hellwig2010-03-131-57/+0Star
* | | | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-131-13/+0Star
* | | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-131-94/+0Star
| |_|/ / |/| | |
* | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
|/ / /
* | | KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf2010-03-011-0/+1
* | | KVM: PPC: Export __giveup_vsxAlexander Graf2010-03-011-0/+1
* | | KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf2010-03-011-2/+1Star
* | | KVM: PPC: Use PACA backed shadow vcpuAlexander Graf2010-03-011-3/+30
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-282-8/+5Star
|\ \ \
| * | | perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra2010-02-261-5/+5
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-295-15/+36
| |\ \ \
| * | | | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-281-3/+0Star
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-02-2717-166/+890
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-263-840/+51Star
| |\ \ \ \
| * | | | | powerpc: Convert pmc_owner_lock to raw_spinlockThomas Gleixner2010-02-191-5/+5
| * | | | | powerpc: Convert die.lock to raw_spinlockThomas Gleixner2010-02-191-4/+4
| * | | | | powerpc: Convert big_irq_lock to raw_spinlockThomas Gleixner2010-02-191-11/+11
| * | | | | powerpc/fsl-booke: replace a hardcoded constantSebastian Andrzej Siewior2010-02-181-2/+2
| * | | | | powerpc/booke: Add support for advanced debug registersDave Kleikamp2010-02-175-72/+577
| * | | | | powerpc: Extended ptrace interfaceDave Kleikamp2010-02-171-0/+90
| * | | | | powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-177-27/+23Star
| * | | | | powerpc: Convert global "BAD" interrupt to per cpu spuriousAnton Blanchard2010-02-171-12/+7Star
| * | | | | powerpc: Add timer, performance monitor and machine check counts to /proc/int...Anton Blanchard2010-02-173-0/+41
| * | | | | powerpc: Rework /proc/interruptsAnton Blanchard2010-02-171-33/+46
| * | | | | powerpc: Reduce footprint of irq_statAnton Blanchard2010-02-171-0/+3