summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar2013-12-055-0/+227
| * | powerpc/book3s: Add flush_tlb operation in cpu_spec.Mahesh Salgaonkar2013-12-054-25/+44
| * | powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar2013-12-052-2/+12
| * | powerpc/book3s: Return from interrupt if coming from evil context.Mahesh Salgaonkar2013-12-052-0/+83
| * | powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar2013-12-053-0/+127
| * | powerpc/book3s: Introduce exclusive emergency stack for machine check exception.Mahesh Salgaonkar2013-12-053-1/+22
| * | powerpc/book3s: Split the common exception prolog logic into two section.Mahesh Salgaonkar2013-12-051-7/+14
| * | powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman2013-12-022-6/+1
| * | powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIESMichael Ellerman2013-12-021-1/+1
| * | powerpc/kernel/sysfs: Cleanup set up macros for PMC/non-PMC SPRsMadhavan Srinivasan2013-12-021-34/+38
| * | powerpc: Make irq_stat.timers_irqs counting more specificfan.du2013-12-023-5/+13
| * | powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao2013-12-023-2/+22
| * | powerpc: kernel: remove useless code which related with 'max_cpus'Chen Gang2013-12-021-7/+2
| * | powerpc/boot: Ignore .dtb files.Ian Campbell2013-12-021-0/+1
| * | powerpc/dts/virtex440: Declare address/size-cells for phy deviceIan Campbell2013-12-021-0/+2
| * | powerpc/4xx: Fix warning in kilauea.dtbIan Campbell2013-12-021-1/+1
| * | powerpc: Use patch_exception to update the debug exception handlerKevin Hao2013-12-021-5/+1
| * | powerpc: Move the patch_exception to a common placeKevin Hao2013-12-023-19/+22
| * | powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-12-021-1/+1
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-281-0/+14
|\ \ \
| * | | powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-0/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-1/+4
|\ \ \ \
| * | | | net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-191-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-182-12/+17
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-0620-96/+172
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1825-86/+94
| |\ \ \ \ \ \
| * | | | | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-181-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-01-2563-157/+2
|\ \ \ \ \ \ \
| * | | | | | | dt/bindings: Remove device_type "serial" from marvell,mv64360-mpscGrant Likely2014-01-164-6/+2
| * | | | | | | dt/bindings: remove users of device_type "mdio"Grant Likely2014-01-166-6/+0
| * | | | | | | dt/bindings: Remove all references to device_type "ethernet-phy"Grant Likely2014-01-1659-145/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-01-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on powerpcMark Salter2014-01-031-0/+1
* | | | | | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-251-56/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | POWERPC: pseries: cpuidle: use the common cpuidle_[un]register() routinesBartlomiej Zolnierkiewicz2014-01-111-54/+3
| * | | | | | | | POWERPC: pseries: cpuidle: remove superfluous dev->state_count initializationBartlomiej Zolnierkiewicz2014-01-111-2/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2014-01-241-2/+2
* | | | | | | | powerpc: use generic fixmap.hMark Salter2014-01-241-42/+2
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-232-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: fix comments and printk msgsMasanari Iida2014-01-071-2/+2
| * | | | | | | | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-233-7/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/eeh: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-151-3/+16
| * | | | | | | | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-212-4/+4
* | | | | | | | | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-222-4/+6
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-202-4/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-1632-169/+253
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-1662-109/+896
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |