summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-09-05Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-28Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf
2013-08-28powerpc/pseries: Move lparcfg.c to platforms/pseriesBenjamin Herrenschmidt
2013-08-28Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-27powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisorBenjamin Herrenschmidt
2013-08-27powerpc/btext: Fix CONFIG_PPC_EARLY_DEBUG_BOOTX on ppc32Benjamin Herrenschmidt
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-27powerpc: Skip emulating & leave interrupts off for kernel program checksMichael Ellerman
2013-08-27powerpc: Add more exception trampolines for hypervisor exceptionsMichael Ellerman
2013-08-27powerpc: Fix location and rename exception trampolinesMichael Ellerman
2013-08-27powerpc: Never handle VSX alignment exceptions from kernelAnton Blanchard
2013-08-24powerpc: add Book E support to 64-bit hibernationWang Dongsheng
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha
2013-08-21powerpc: refactor of_get_cpu_node to support other architecturesSudeep KarkadaNagesha
2013-08-21powerpc: Convert some mftb/mftbu into mfsprScott Wood
2013-08-16powerpc/wsp: Fix early debug buildBenjamin Herrenschmidt
2013-08-14powerpc: Little endian SMP IPI demuxAnton Blanchard
2013-08-14powerpc: Emulate instructions in little endian modeAnton Blanchard
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard
2013-08-14powerpc: Little endian fixes for legacy_serial.cAlistair Popple
2013-08-14powerpc: Make PCI device node device tree accesses endian safeAnton Blanchard
2013-08-14powerpc: Make OF PCI device tree accesses endian safeAnton Blanchard
2013-08-14powerpc: Make device tree accesses in VIO subsystem endian safeAnton Blanchard
2013-08-14powerpc: Make prom_init.c endian safeBenjamin Herrenschmidt
2013-08-14powerpc: Make device tree accesses in cache info code endian safeAnton Blanchard
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard
2013-08-14powerpc: Add some endian annotations to time and xics codeAnton Blanchard
2013-08-14powerpc: More little endian fixes for setup-common.cAlistair Popple
2013-08-14powerpc: Make logical to real cpu mapping code endian safeAnton Blanchard
2013-08-14powerpc: Make RTAS calls endian safeAnton Blanchard
2013-08-14powerpc: Make cache info device tree accesses endian safeAnton Blanchard
2013-08-14powerpc: Make RTAS device tree accesses endian safeAnton Blanchard
2013-08-14powerpc: More little endian fixes for prom.cAlistair Popple
2013-08-14powerpc: Make prom.c device tree accesses endian safeIan Munsie
2013-08-14powerpc: Make chip-id information available to userspaceVasant Hegde
2013-08-14powerpc: Use ibm, chip-id property to compute cpu_core_mask if availablePaul Mackerras
2013-08-14powerpc: Pull out cpu_core_mask updates into a separate functionPaul Mackerras
2013-08-14powerpc: Fix denormalized exception handlerPaul Mackerras
2013-08-14powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao
2013-08-14powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabledKevin Hao
2013-08-14powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao
2013-08-14powerpc: remove the unused function disable_kernel_fp()Kevin Hao
2013-08-14powerpc: Introduce function emulate_math()Kevin Hao
2013-08-14powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao