summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2014-05-30KVM: PPC: Book3S: PR: Fix C/R bit settingAlexander Graf2-3/+3
2014-05-30KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options onAneesh Kumar K.V1-0/+8
2014-05-30KVM: PPC: BOOK3S: PR: Enable Little Endian PR guestAneesh Kumar K.V4-4/+25
2014-05-30KVM: PPC: E500: Add dcbtls emulationAlexander Graf2-0/+15
2014-05-30KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFRAlexander Graf1-0/+1
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas1-5/+0
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2-4/+2
2014-05-28USB: remove CONFIG_USB_DEBUG from defconfig filesGreg Kroah-Hartman2-2/+0
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-8/+127
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff6-35/+29
2014-05-28powerpc: Split __SYSFS_SPRSETUP macroSam bobroff1-6/+13
2014-05-28arch: powerpc/fadump: Cleaning up inconsistent NULL checksRickard Strandqvist1-3/+5
2014-05-28powerpc: Fix comment around arch specific definition of RECLAIM_DISTANCEPreeti U Murthy1-1/+1
2014-05-28powerpc/powernv: Add support for POWER8 split core on powernvMichael Ellerman7-9/+527
2014-05-28powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman2-11/+17
2014-05-28powerpc: Check cpu_thread_in_subcore() in __cpu_up()Michael Ellerman1-1/+1
2014-05-28powerpc: Add threads_per_subcoreMichael Ellerman2-1/+10
2014-05-28powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()Michael Ellerman3-2/+11
2014-05-28powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman5-43/+45
2014-05-28powerpc/numa: Enable CONFIG_HAVE_MEMORYLESS_NODESNishanth Aravamudan2-0/+5
2014-05-28powerpc/numa: Enable USE_PERCPU_NUMA_NODE_IDNishanth Aravamudan3-13/+10
2014-05-28Merge branch 'merge' into nextBenjamin Herrenschmidt3-3/+10
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat1-1/+1
2014-05-28powerpc: Fix 64 bit builds with binutils 2.24Guenter Roeck2-2/+9
2014-05-28Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt47-289/+1929
2014-05-27USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO28-28/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-05-27powerpc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2-4/+2
2014-05-26booke/watchdog: refine and clean up the codesTang Yuantian1-27/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+2
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely2-7/+3
2014-05-22powerpc/fsl: Add fsl,portid-mapping to corenet1-cf chipsScott Wood10-0/+27
2014-05-22PPC: ePAPR: Fix hypercall on LE guestAlexander Graf1-2/+3
2014-05-22powerpc/mpc85xx: Add BSC9132 QDS Supportharninder rai7-0/+471
2014-05-22powerpc/mpc85xx: Remove P1023 RDS supportLijun Pan6-255/+10
2014-05-22powerpc/mpic: Don't init the fsl error int until after mpic initScott Wood1-4/+4
2014-05-22powerpc/fsl-booke: Add initial T104x_QDS board supportPrabhakar Kushwaha5-1/+263
2014-05-22powerpc/mpc85xx:Add initial device tree support of T104xPrabhakar Kushwaha3-0/+571
2014-05-22powerpc/fsl: Updated corenet-cf compatible string for corenet1-cf chipsDiana Craciun5-5/+5
2014-05-22powerpc/fsl: Updated device trees for platforms with corenet version 2Diana Craciun9-12/+42
2014-05-22powerpc: Fix unused variable warning for epapr_has_idleScott Wood1-1/+1
2014-05-22powerpc: fix build of epapr_paravirt on 64-bit book3sScott Wood1-0/+2
2014-05-22powerpc: move epapr paravirt init of power_save to an initcallStuart Yoder1-1/+11
2014-05-22powerpc/85xx: Add OCA4080 board supportMartijn de Gouw4-1/+122
2014-05-22powerpc/mpc85xx: add support for Keymile's kmcoge4 boardValentin Longchamp4-2/+380
2014-05-22fsl/pci: fix RC cannot detect PME message comingWang Dongsheng1-2/+1
2014-05-22powerpc/rmu: Fix the error memory free parametersLiu Gang1-3/+3
2014-05-22powerpc/fsl-booke64: Set vmemmap_psize to 4KScott Wood1-1/+6
2014-05-22powerpc/fsl: fsl_soc: remove 'fixed-link' parsing codeFlorian Fainelli1-32/+0
2014-05-22Merge branch 'sched/core'Ingo Molnar1-8/+23