summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc: Little endian SMP IPI demuxAnton Blanchard2013-08-141-9/+10
| * | | | powerpc: Emulate instructions in little endian modeAnton Blanchard2013-08-141-1/+1
| * | | | powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-1415-32/+65
| * | | | powerpc: Add endian annotations to lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-141-25/+25
| * | | | powerpc: Make NUMA device node code endian safeAlistair Popple2013-08-141-48/+52
| * | | | powerpc: Little endian fixes for legacy_serial.cAlistair Popple2013-08-141-3/+3
| * | | | powerpc: Make PCI device node device tree accesses endian safeAnton Blanchard2013-08-141-9/+11
| * | | | powerpc: Make OF PCI device tree accesses endian safeAnton Blanchard2013-08-142-13/+16
| * | | | powerpc: Make device tree accesses in VIO subsystem endian safeAnton Blanchard2013-08-141-14/+17
| * | | | powerpc: Make prom_init.c endian safeBenjamin Herrenschmidt2013-08-141-106/+147
| * | | | powerpc: Make device tree accesses in cache info code endian safeAnton Blanchard2013-08-141-6/+6
| * | | | powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard2013-08-145-17/+17
| * | | | powerpc: Fix some endian issues in xics codeAnton Blanchard2013-08-141-5/+5
| * | | | powerpc: Add some endian annotations to time and xics codeAnton Blanchard2013-08-142-2/+2
| * | | | powerpc: More little endian fixes for setup-common.cAlistair Popple2013-08-141-2/+5
| * | | | powerpc: Make logical to real cpu mapping code endian safeAnton Blanchard2013-08-141-3/+3
| * | | | powerpc: Make RTAS calls endian safeAnton Blanchard2013-08-142-23/+23
| * | | | powerpc: Make cache info device tree accesses endian safeAnton Blanchard2013-08-141-5/+5
| * | | | powerpc: Make RTAS device tree accesses endian safeAnton Blanchard2013-08-141-14/+14
| * | | | powerpc: More little endian fixes for prom.cAlistair Popple2013-08-141-2/+2
| * | | | powerpc: Make prom.c device tree accesses endian safeIan Munsie2013-08-141-29/+31
| * | | | powerpc: Avoid link stack corruption for MMU on exceptionsMichael Neuling2013-08-142-19/+20
| * | | | powerpc: Make chip-id information available to userspaceVasant Hegde2013-08-143-0/+17
| * | | | powerpc/eeh: powerpc/eeh: Fix undefined variableMike Qiu2013-08-141-14/+8
| * | | | Revert "powerpc/e500: Update compilation flags with core specific options"Benjamin Herrenschmidt2013-08-141-16/+2
| * | | | powerpc: Use ibm, chip-id property to compute cpu_core_mask if availablePaul Mackerras2013-08-141-3/+45
| * | | | powerpc: Pull out cpu_core_mask updates into a separate functionPaul Mackerras2013-08-141-28/+28
| * | | | powerpc: Fix denormalized exception handlerPaul Mackerras2013-08-141-5/+6
| * | | | powerpc: Ignore zImage.epaprMark Brown2013-08-141-0/+1
| * | | | powerpc/math-emu: Fix load/store indexed emulationJames Yang2013-08-141-10/+5
| * | | | powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao2013-08-146-33/+4
| * | | | powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabledKevin Hao2013-08-143-3/+9
| * | | | powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao2013-08-141-2/+0
| * | | | powerpc/mpc85xx: Only emulate the unimplemented FP instructions on corenet64Kevin Hao2013-08-141-0/+1
| * | | | powerpc: remove the unused function disable_kernel_fp()Kevin Hao2013-08-142-14/+0
| * | | | powerpc: split She math emulation into two partsKevin Hao2013-08-143-18/+46
| * | | | powerpc: Introduce function emulate_math()Kevin Hao2013-08-141-45/+34
| * | | | powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao2013-08-142-9/+9
| * | | | powerpc/85xx: Enable the math emulation for the corenet64_smp_defconfigKevin Hao2013-08-141-0/+1
| * | | | powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMUPaul Bolle2013-08-143-203/+0
| * | | | powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.cKevin Hao2013-08-141-4/+0
| * | | | powerpc/math-emu: Remove the dead code in math.cKevin Hao2013-08-141-42/+0
| * | | | powerpc/powernv: Enable detection of legacy UARTsBenjamin Herrenschmidt2013-08-141-0/+1
| * | | | powerpc/powernv: Don't crash if there are no OPAL consolesBenjamin Herrenschmidt2013-08-141-7/+9
| * | | | powerpc: Check "status" property before adding legacy ISA serial portsBenjamin Herrenschmidt2013-08-141-3/+5
| * | | | powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTsBenjamin Herrenschmidt2013-08-143-193/+206
| * | | | powerpc/powernv: Add PIO accessors for Power8 LPC busBenjamin Herrenschmidt2013-08-148-1/+226
| * | | | powerpc/powernv: Add helper to get ibm,chip-id of a nodeBenjamin Herrenschmidt2013-08-142-0/+28
| * | | | powerpc/powernv: Update opal.h to add new LPC and XSCOM functionsBenjamin Herrenschmidt2013-08-142-0/+27
| * | | | powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIOBenjamin Herrenschmidt2013-08-145-21/+37