summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-10-11powerpc: Use generic memcpy code in little endianAnton Blanchard1-0/+2
2013-10-11powerpc: Use generic checksum code in little endianAnton Blanchard1-0/+2
2013-10-11powerpc: Handle VSX alignment faults in little endian modeAnton Blanchard1-8/+33
2013-10-11powerpc: Add little endian support to alignment handlerAnton Blanchard1-30/+63
2013-10-11powerpc: Alignment handler shouldn't access VSX registers with TS_FPRAnton Blanchard1-1/+1
2013-10-11powerpc: Remove hard coded FP offsets in alignment handlerAnton Blanchard1-2/+2
2013-10-11powerpc: Remove open coded byte swap macro in alignment handlerAnton Blanchard1-24/+12
2013-10-11powerpc: Endian safe trampolineBenjamin Herrenschmidt2-16/+23
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard2-2/+4
2013-10-11powerpc: PTRACE_PEEKUSR/PTRACE_POKEUSER of FPR registers in little endian buildsAnton Blanchard1-4/+4
2013-10-10powerpc: add explicit OF includesRob Herring1-0/+1
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-10-08powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt1-2/+3
2013-10-03powerpc/tm: Switch out userspace PPR and DSCR soonerMichael Neuling1-31/+63
2013-10-03powerpc/tm: Turn interrupts hard off in tm_reclaim()Michael Neuling1-0/+1
2013-10-03powerpc/vio: Fix modalias_show return valuesPrarit Bhargava1-4/+8
2013-10-03powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()Nishanth Aravamudan1-1/+1
2013-10-03powerpc/sysfs: Disable writing to PURR in guest modeMadhavan Srinivasan1-2/+16
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-16/+1
2013-09-30Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman6-69/+93
2013-09-27PPC: VIO: convert bus code to use bus_groupsGreg Kroah-Hartman1-30/+36
2013-09-27PPC: ibmebus: convert bus code to use bus_groupsGreg Kroah-Hartman1-6/+8
2013-09-25powerpc/pseries: Do not start secondaries in Open FirmwareBenjamin Herrenschmidt1-0/+21
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt4-14/+20
2013-09-25powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt3-63/+60
2013-09-11powerpc: Fix section mismatch warning for prom_rtas_callVladimir Murzin1-1/+2
2013-09-11powerpc: Export cpu_to_chip_id() to fix build errorGuenter Roeck1-0/+1
2013-09-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-7/+1
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds48-1733/+1093
2013-09-05Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+3
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+2
2013-09-04Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-41/+2
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf39-213/+3960
2013-08-29of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-08-28Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely18-170/+345
2013-08-28powerpc/pseries: Move lparcfg.c to platforms/pseriesBenjamin Herrenschmidt2-711/+0
2013-08-28Merge branch 'merge' into nextBenjamin Herrenschmidt1-13/+9
2013-08-27powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisorBenjamin Herrenschmidt1-13/+9
2013-08-27powerpc/btext: Fix CONFIG_PPC_EARLY_DEBUG_BOOTX on ppc32Benjamin Herrenschmidt1-2/+2
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling2-30/+8
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt7-37/+97
2013-08-27powerpc: Skip emulating & leave interrupts off for kernel program checksMichael Ellerman1-0/+11
2013-08-27powerpc: Add more exception trampolines for hypervisor exceptionsMichael Ellerman1-1/+7
2013-08-27powerpc: Fix location and rename exception trampolinesMichael Ellerman1-10/+10
2013-08-27powerpc: Never handle VSX alignment exceptions from kernelAnton Blanchard1-0/+4
2013-08-24powerpc: add Book E support to 64-bit hibernationWang Dongsheng1-2/+43
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-6/+2
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha1-57/+0
2013-08-21powerpc: refactor of_get_cpu_node to support other architecturesSudeep KarkadaNagesha1-29/+47