summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-2220-36/+75
|\
| * powerpc/signals: Mark VSX not saved with small contextsMichael Neuling2013-11-211-1/+9
| * powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman2013-11-211-0/+1
| * powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-214-17/+22
| * powerpc/vio: Fix a dma_mask issue of vioLi Zhong2013-11-211-1/+1
| * powerpc: booke: Fix build failuresAneesh Kumar K.V2013-11-217-0/+9
| * powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard2013-11-211-1/+1
| * powerpc: Only print PACATMSCRATCH in oops when TM is activeAnton Blanchard2013-11-211-1/+2
| * powerpc/pseries: Duplicate dtl entries sometimes sent to userspaceAnton Blanchard2013-11-211-2/+2
| * powerpc: Remove a few lines of oops outputAnton Blanchard2013-11-211-9/+9
| * powerpc: Print DAR and DSISR on machine check oopsesAnton Blanchard2013-11-211-1/+1
| * powerpc: Fix __get_user_pages_fast() irq handlingHeiko Carstens2013-11-211-2/+3
| * powerpc/eeh: More accurate logGavin Shan2013-11-211-2/+7
| * powerpc/eeh: Enable PCI_COMMAND_MASTER for PCI bridgesGavin Shan2013-11-211-0/+9
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-2013-34/+542
|\ \
| * | powerpc: Wrong DWARF CFI in the kernel vdso for little-endian / ELFv2Ulrich Weigand2013-11-211-1/+15
| * | powerpc: Add pseries_le_defconfigAnton Blanchard2013-11-211-0/+352
| * | powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.Anton Blanchard2013-11-211-0/+11
| * | powerpc: Don't use ELFv2 ABI to build the kernelAlistair Popple2013-11-211-0/+1
| * | powerpc: ELF2 binaries signal handlingRusty Russell2013-11-211-9/+16
| * | powerpc: ELF2 binaries launched directly.Rusty Russell2013-11-211-15/+35
| * | powerpc: Set eflags correctly for ELF ABIv2 core dumps.Rusty Russell2013-11-211-0/+2
| * | powerpc: Add TIF_ELF2ABI flag.Rusty Russell2013-11-212-0/+11
| * | pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard2013-11-214-0/+87
| * | powerpc/pseries: Fix endian issues in pseries EEH codeAnton Blanchard2013-11-211-9/+12
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-204-4/+168
|\ \ \ | |_|/ |/| |
| * | DMA: Freescale: Add new 8-channel DMA engine device tree nodesHongbo Zhang2013-11-134-4/+168
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \ \
| * | | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-152-2/+2
|\ \ \ \
| * | | | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
| * | | | treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \ \ \ \
| * | | | | powerpc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1558-1585/+3185
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-0464-1719/+3332
| |\ \ \ \ \ \
| | * | | | | | kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-176-8/+10
| | * | | | | | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-1713-91/+183
| | * | | | | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-174-10/+13
| | * | | | | | kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-1710-9/+42
| | * | | | | | kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V2013-10-175-207/+183
| | * | | | | | kvm: powerpc: book3s: pr: move PR related tracepoints to a separate headerAneesh Kumar K.V2013-10-175-230/+309
| | * | | | | | kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-177-81/+79
| | * | | | | | kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-173-4/+20
| | * | | | | | kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-1724-287/+748
| | * | | | | | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-1710-24/+43
| | * | | | | | kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-179-16/+16
| | * | | | | | kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binaryPaul Mackerras2013-10-172-4/+9
| | * | | | | | kvm: powerpc: book3s: remove kvmppc_handler_highmem labelPaul Mackerras2013-10-172-6/+0
| | * | | | | | KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-174-18/+231
OpenPOWER on IntegriCloud