summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-08-20powerpc: Convert some mftb/mftbu into mfsprScott Wood1-3/+3
2013-08-16powerpc/wsp: Fix early debug buildBenjamin Herrenschmidt1-37/+1
2013-08-14powerpc: Little endian SMP IPI demuxAnton Blanchard1-9/+10
2013-08-14powerpc: Emulate instructions in little endian modeAnton Blanchard1-1/+1
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard4-21/+25
2013-08-14powerpc: Little endian fixes for legacy_serial.cAlistair Popple1-3/+3
2013-08-14powerpc: Make PCI device node device tree accesses endian safeAnton Blanchard1-9/+11
2013-08-14powerpc: Make OF PCI device tree accesses endian safeAnton Blanchard2-13/+16
2013-08-14powerpc: Make device tree accesses in VIO subsystem endian safeAnton Blanchard1-14/+17
2013-08-14powerpc: Make prom_init.c endian safeBenjamin Herrenschmidt1-106/+147
2013-08-14powerpc: Make device tree accesses in cache info code endian safeAnton Blanchard1-6/+6
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard2-10/+9
2013-08-14powerpc: Add some endian annotations to time and xics codeAnton Blanchard1-1/+1
2013-08-14powerpc: More little endian fixes for setup-common.cAlistair Popple1-2/+5
2013-08-14powerpc: Make logical to real cpu mapping code endian safeAnton Blanchard1-3/+3
2013-08-14powerpc: Make RTAS calls endian safeAnton Blanchard1-19/+19
2013-08-14powerpc: Make cache info device tree accesses endian safeAnton Blanchard1-5/+5
2013-08-14powerpc: Make RTAS device tree accesses endian safeAnton Blanchard1-14/+14
2013-08-14powerpc: More little endian fixes for prom.cAlistair Popple1-2/+2
2013-08-14powerpc: Make prom.c device tree accesses endian safeIan Munsie1-29/+31
2013-08-14powerpc: Make chip-id information available to userspaceVasant Hegde1-0/+15
2013-08-14powerpc: Use ibm, chip-id property to compute cpu_core_mask if availablePaul Mackerras1-3/+45
2013-08-14powerpc: Pull out cpu_core_mask updates into a separate functionPaul Mackerras1-28/+28
2013-08-14powerpc: Fix denormalized exception handlerPaul Mackerras1-5/+6
2013-08-14powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao5-32/+2
2013-08-14powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabledKevin Hao1-0/+2
2013-08-14powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao1-2/+0
2013-08-14powerpc: remove the unused function disable_kernel_fp()Kevin Hao1-13/+0
2013-08-14powerpc: Introduce function emulate_math()Kevin Hao1-45/+34
2013-08-14powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao1-9/+0
2013-08-14powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMUPaul Bolle2-201/+0
2013-08-14powerpc: Check "status" property before adding legacy ISA serial portsBenjamin Herrenschmidt1-3/+5
2013-08-14powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTsBenjamin Herrenschmidt2-189/+201
2013-08-14powerpc/powernv: Add PIO accessors for Power8 LPC busBenjamin Herrenschmidt1-0/+3
2013-08-14powerpc/powernv: Add helper to get ibm,chip-id of a nodeBenjamin Herrenschmidt1-0/+26
2013-08-14powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIOBenjamin Herrenschmidt3-5/+21
2013-08-14powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen2-4/+4
2013-08-14powerpc/pmac: Early debug output on screen on 64-bit macsBenjamin Herrenschmidt5-117/+201
2013-08-14powerpc/pci: Remove duplicate check in pcibios_fixup_bus()Gavin Shan1-2/+1
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras3-2/+19
2013-08-14powerpc: Add smp_generic_cpu_bootableAndy Fleming1-0/+22
2013-08-14powerpc: Remove the symbol __flush_icache_rangeKevin Hao3-3/+2
2013-08-14powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao2-1/+4
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard1-2/+3
2013-08-14powerpc/pci: Don't use bitfield for force_32bit_msiAnton Blanchard1-1/+1
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard6-11/+11
2013-08-14powerpc: Handle unaligned ldbrx/stdbrxAnton Blanchard1-0/+10
2013-08-14powerpc: Align p_tocAnton Blanchard1-0/+1
2013-08-09Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt7-15/+35
2013-08-07powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR3-13/+22