summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-202-16/+17
|\
| * Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-202-16/+17
| |\
| | * powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-181-0/+1
| | * powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-111-16/+16
* | | powerpc: Fix endian issues in crash dump codeAnton Blanchard2013-12-131-3/+3
* | | powerpc: Fix topology core_id endian issue on LE buildsAnton Blanchard2013-12-131-2/+2
* | | powerpc: Fix endian issue in setup-common.cAnton Blanchard2013-12-131-2/+2
* | | powerpc: PTRACE_PEEKUSR always returns FPR0Ulrich Weigand2013-12-131-2/+2
|/ /
* | powerpc: Fix up the kdump base cap to 128MMahesh Salgaonkar2013-12-101-1/+1
* | powerpc: Fix build break with PPC_EARLY_DEBUG_BOOTX=yMichael Ellerman2013-12-101-1/+4
* | arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang2013-11-251-1/+1
* | powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling2013-11-252-9/+13
* | powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2013-11-251-0/+12
* | powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-221-0/+6
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-228-32/+59
|\ \
| * | powerpc/signals: Mark VSX not saved with small contextsMichael Neuling2013-11-211-1/+9
| * | powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-212-16/+20
| * | powerpc/vio: Fix a dma_mask issue of vioLi Zhong2013-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/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-203-25/+66
|\ \ \ | |/ / |/| |
| * | powerpc: Wrong DWARF CFI in the kernel vdso for little-endian / ELFv2Ulrich Weigand2013-11-211-1/+15
| * | powerpc: ELF2 binaries signal handlingRusty Russell2013-11-211-9/+16
| * | powerpc: ELF2 binaries launched directly.Rusty Russell2013-11-211-15/+35
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ \ | |_|/ |/| |
| * | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-154-11/+44
|\ \ \
| * \ \ Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-048-131/+166
| |\ \ \
| | * | | kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-1/+1
| | * | | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-172-5/+5
| | * | | kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-172-2/+2
| | * | | powerpc: export debug registers save function for KVMBharat Bhushan2013-10-171-1/+2
| | * | | powerpc: move debug registers in a structureBharat Bhushan2013-10-176-120/+121
| | * | | powerpc: remove unnecessary line continuationsBharat Bhushan2013-10-171-1/+1
| | * | | KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras2013-10-171-0/+26
| | * | | KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-171-2/+2
| | * | | KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-0/+1
| | * | | KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-171-0/+2
| | * | | KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-0/+1
| | * | | KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-171-0/+1
| | * | | KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-171-0/+2
* | | | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-3/+2
|\ \ \ \ \
| * | | | | powerpc/pci: Use pci_is_pcie() to simplify code [fix]Yijing Wang2013-11-041-1/+1
| * | | | | powerpc/pci: Use pci_is_pcie() to simplify codeYijing Wang2013-09-231-2/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-12/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-10-281-12/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |