summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras2012-09-052-2/+11
* powerpc: Restore correct DSCR in context switchAnton Blanchard2012-09-052-6/+18
* powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard2012-09-051-10/+2Star
* powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard2012-09-052-2/+5
* powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard2012-09-051-0/+8
* powerpc/powernv: Always go into nap mode when CPU is offlinePaul Mackerras2012-09-051-0/+2
* powerpc: Give hypervisor decrementer interrupts their own handlerPaul Mackerras2012-09-052-1/+11
* powerpc: Fix personality handling in ppc64_personality()Jiri Kosina2012-08-241-4/+4
* powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen2012-08-241-5/+4Star
* powerpc/kgdb: Restore current_thread_info properlyTiejun Chen2012-08-241-2/+9
* powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen2012-08-241-0/+15
* powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen2012-08-241-1/+0Star
* powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling2012-08-241-1/+1
* Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-304-17/+22
|\
| * common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski2012-07-304-17/+22
* | powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt2012-07-271-6/+5Star
* | powerpc: Lack of firmware flash support is not an errorAnton Blanchard2012-07-271-1/+1
* | powerpc: Set stack limit properly in crit_transfer_to_handlerStuart Yoder2012-07-271-2/+10
* | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-253-12/+13
|\ \
| * \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-5/+0Star
| |\ \
| | * | powerpc/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0Star
| * | | powerpc/PCI: register busn_res for root busesYinghai Lu2012-06-132-7/+12
| * | | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-133-5/+5
| |/ /
* | | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-242-7/+4Star
|\ \ \
| * | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-062-7/+4Star
* | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-245-36/+82
|\ \ \ \
| * \ \ \ Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-06-065-36/+82
| |\ \ \ \
| | * | | | KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.Bharat Bhushan2012-05-301-1/+1
| | * | | | KVM: PPC: Factor out guest epapr initializationLiu Yu-B132012012-05-305-35/+81
* | | | | | Remove stale .rej fileBenjamin Herrenschmidt2012-07-231-22/+0Star
* | | | | | powerpc/iommu: Fix iommu pool initializationBenjamin Herrenschmidt2012-07-131-2/+2
* | | | | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-07-133-41/+33Star
|\ \ \ \ \ \
| * | | | | | powerpc/watchdog: move booke watchdog param related code to setup-common.cShaohui Xie2012-07-112-24/+27
| * | | | | | powerpc/e500: make load_up_spe a normal fuctionLiu Yu2012-07-101-17/+6Star
* | | | | | | powerpc/ftrace: Fix assembly trampoline register usageroger blofeld2012-07-111-6/+6
* | | | | | | powerpc/hw_breakpoints: Fix incorrect pointer accessNaveen N. Rao2012-07-111-1/+1
* | | | | | | powerpc: Add VDSO version of getcpuAnton Blanchard2012-07-119-2/+130
* | | | | | | powerpc: Add a symbol for hypervisor trampolinesMichael Ellerman2012-07-111-0/+1
* | | | | | | powerpc: Fixup oddity in entry_32.SBenjamin Herrenschmidt2012-07-111-6/+0Star
* | | | | | | powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder2012-07-1111-29/+51
|/ / / / / /
* | | | | | powerpc: IOMMU fault injectionAnton Blanchard2012-07-101-0/+94
* | | | | | powerpc: Call dma_debug_add_bus for PCI and VIO busesAnton Blanchard2012-07-102-4/+10
* | | | | | powerpc/vio: Separate vio bus probe and device probeAnton Blanchard2012-07-101-1/+7
* | | | | | powerpc/vio: Remove dma not supported warningsAnton Blanchard2012-07-101-9/+15
* | | | | | powerpc: Enforce usage of RA 0-R31 where possibleMichael Neuling2012-07-102-5/+5
* | | | | | powerpc: Enforce usage of R0-R31 where possibleMichael Neuling2012-07-101-5/+7
* | | | | | powerpc: Fixes for instructions not using correct register namingMichael Neuling2012-07-102-6/+6
* | | | | | powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hMichael Neuling2012-07-101-5/+0Star
* | | | | | powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-104-8/+8
* | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-07-101-1/+47
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |