summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-11powerpc/eeh: Output PHB3 diag-dataGavin Shan2-0/+135
2013-10-11powerpc/powernv: Double size of log blobGavin Shan1-1/+1
2013-10-11powerpc/eeh: Output error numberGavin Shan1-2/+2
2013-10-11powerpc/powernv: Support inbound error injectionGavin Shan1-9/+50
2013-10-11powerpc/powernv: Enable EEH for PHB3Gavin Shan2-19/+12
2013-10-11powerpc/scom: Use "devspec" rather than "path" in debugfs entriesBenjamin Herrenschmidt1-1/+1
2013-10-11powerpc/scom: CONFIG_SCOM_DEBUGFS should depend on CONFIG_DEBUG_FSBenjamin Herrenschmidt1-1/+1
2013-10-11powerpc/powernv: Add scom support under OPALv3Benjamin Herrenschmidt3-0/+107
2013-10-11powerpc/scom: Create debugfs files using ibm,chip-id if availableBenjamin Herrenschmidt1-2/+7
2013-10-11powerpc/scom: Add support for "reg" propertyBenjamin Herrenschmidt1-5/+17
2013-10-11powerpc/scom: Change scom_read() and scom_write() to return errorsBenjamin Herrenschmidt5-23/+46
2013-10-11powerpc: Enable /dev/port when isa_io_special is setBenjamin Herrenschmidt1-1/+1
2013-10-11powerpc: Make ftrace endian-safe.Eugene Surovegin1-0/+4
2013-10-11powerpc: Make kernel module helper endian-safe.Eugene Surovegin1-0/+16
2013-10-11powerpc: prom_init exception when updating core valueLaurent Dufour1-6/+22
2013-10-11powerpc/booke64: Check napping in performance monitor interruptKevin Hao1-0/+1
2013-10-11powerpc/kernel: Fix endian issue in rtas_pciCedric Le Goater1-3/+3
2013-10-11powerpc/pseries: Implement arch_get_random_long() based on H_RANDOMMichael Ellerman2-1/+45
2013-10-11hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman3-0/+95
2013-10-11powerpc: Implement arch_get_random_long/int() for powernvMichael Ellerman6-1/+163
2013-10-11hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2013-10-11powerpc: Added __cmpdi2 for signed 64bit comparisionBharat Bhushan2-0/+16
2013-10-11powerpc: Fix section mismatch warning in free_lppacasVladimir Murzin1-3/+3
2013-10-11powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernelKevin Hao1-3/+1
2013-10-11powerpc/8xx/tqm8xx: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-2/+2
2013-10-11powerpc/legacy_serial: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-10-11powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood1-1/+7
2013-10-11powerpc: Work around little endian gcc bugAnton Blanchard1-1/+1
2013-10-11powerpc: Don't set HAVE_EFFICIENT_UNALIGNED_ACCESS on little endian buildsAnton Blanchard1-1/+1
2013-10-11powerpc: Add ability to build little endian kernelsIan Munsie4-4/+31
2013-10-11KVM: PPC: Disable KVM on little endian buildsAnton Blanchard1-0/+1
2013-10-11tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt1-2/+2
2013-10-11powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt2-21/+20
2013-10-11powerpc/powernv: Fix some PCI sparse errors and one LE bugAnton Blanchard5-19/+19
2013-10-11powerpc/powernv: More little endian issues in OPAL RTC driverAnton Blanchard2-11/+12
2013-10-11powerpc/powernv: Don't register exception handlers in little endian modeBenjamin Herrenschmidt1-0/+2
2013-10-11powerpc/powernv: Fix OPAL entry and exit in little endian modeBenjamin Herrenschmidt1-1/+8
2013-10-11powerpc/powernv: Fix endian issues in OPAL console and udbg backendBenjamin Herrenschmidt2-16/+20
2013-10-11powerpc/powernv: Fix endian issues in powernv PCI codeBenjamin Herrenschmidt2-28/+30
2013-10-11powerpc/powernv: Make OPAL NVRAM device tree accesses endian safeBenjamin Herrenschmidt1-2/+2
2013-10-11powerpc/powernv: Fix endian issues in OPAL ICS backendBenjamin Herrenschmidt1-8/+9
2013-10-11powerpc/powernv: Fix endian issues in OPAL RTC driverBenjamin Herrenschmidt1-0/+7
2013-10-11powerpc: Little endian sparse clean up for arch/powerpc/platforms/powernv/pci...Alistair Popple1-2/+2
2013-10-11powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci-p5ioc2.cAlistair Popple1-2/+2
2013-10-11powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci.cAlistair Popple1-4/+5
2013-10-11powerpc: Little endian fixes for platforms/powernv/opal.cAlistair Popple1-1/+1
2013-10-11powerpc: uname should return ppc64le/ppcle on little endian buildsAnton Blanchard1-2/+11
2013-10-11powerpc: Use generic memcpy code in little endianAnton Blanchard3-3/+12
2013-10-11powerpc: Use generic checksum code in little endianAnton Blanchard4-2/+17
2013-10-11powerpc: Handle VSX alignment faults in little endian modeAnton Blanchard1-8/+33