Age | Commit message (Expand) | Author | Files | Lines |
2013-10-11 | powerpc/eeh: Output error number | Gavin Shan | 1 | -2/+2 |
2013-10-11 | powerpc/powernv: Support inbound error injection | Gavin Shan | 1 | -9/+50 |
2013-10-11 | powerpc/powernv: Enable EEH for PHB3 | Gavin Shan | 2 | -19/+12 |
2013-10-11 | powerpc/scom: Use "devspec" rather than "path" in debugfs entries | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-10-11 | powerpc/scom: CONFIG_SCOM_DEBUGFS should depend on CONFIG_DEBUG_FS | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-10-11 | powerpc/powernv: Add scom support under OPALv3 | Benjamin Herrenschmidt | 3 | -0/+107 |
2013-10-11 | powerpc/scom: Create debugfs files using ibm,chip-id if available | Benjamin Herrenschmidt | 1 | -2/+7 |
2013-10-11 | powerpc/scom: Add support for "reg" property | Benjamin Herrenschmidt | 1 | -5/+17 |
2013-10-11 | powerpc/scom: Change scom_read() and scom_write() to return errors | Benjamin Herrenschmidt | 5 | -23/+46 |
2013-10-11 | powerpc: Enable /dev/port when isa_io_special is set | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-10-11 | powerpc: Make ftrace endian-safe. | Eugene Surovegin | 1 | -0/+4 |
2013-10-11 | powerpc: Make kernel module helper endian-safe. | Eugene Surovegin | 1 | -0/+16 |
2013-10-11 | powerpc: prom_init exception when updating core value | Laurent Dufour | 1 | -6/+22 |
2013-10-11 | powerpc/booke64: Check napping in performance monitor interrupt | Kevin Hao | 1 | -0/+1 |
2013-10-11 | powerpc/kernel: Fix endian issue in rtas_pci | Cedric Le Goater | 1 | -3/+3 |
2013-10-11 | powerpc/pseries: Implement arch_get_random_long() based on H_RANDOM | Michael Ellerman | 2 | -1/+45 |
2013-10-11 | powerpc: Implement arch_get_random_long/int() for powernv | Michael Ellerman | 6 | -1/+163 |
2013-10-11 | powerpc: Added __cmpdi2 for signed 64bit comparision | Bharat Bhushan | 2 | -0/+16 |
2013-10-11 | powerpc: Fix section mismatch warning in free_lppacas | Vladimir Murzin | 1 | -3/+3 |
2013-10-11 | powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernel | Kevin Hao | 1 | -3/+1 |
2013-10-11 | powerpc/8xx/tqm8xx: Fix incorrect placement of __initdata tag | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2013-10-11 | powerpc/legacy_serial: Fix incorrect placement of __initdata tag | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2013-10-11 | powerpc/mpic: Disable preemption when calling mpic_processor_id() | Scott Wood | 1 | -1/+7 |
2013-10-11 | powerpc: Work around little endian gcc bug | Anton Blanchard | 1 | -1/+1 |
2013-10-11 | powerpc: Don't set HAVE_EFFICIENT_UNALIGNED_ACCESS on little endian builds | Anton Blanchard | 1 | -1/+1 |
2013-10-11 | powerpc: Add ability to build little endian kernels | Ian Munsie | 4 | -4/+31 |
2013-10-11 | KVM: PPC: Disable KVM on little endian builds | Anton Blanchard | 1 | -0/+1 |
2013-10-11 | powerpc/hvsi: Fix endian issues in HVSI driver | Benjamin Herrenschmidt | 1 | -8/+8 |
2013-10-11 | powerpc/powernv: Fix some PCI sparse errors and one LE bug | Anton Blanchard | 5 | -19/+19 |
2013-10-11 | powerpc/powernv: More little endian issues in OPAL RTC driver | Anton Blanchard | 2 | -11/+12 |
2013-10-11 | powerpc/powernv: Don't register exception handlers in little endian mode | Benjamin Herrenschmidt | 1 | -0/+2 |
2013-10-11 | powerpc/powernv: Fix OPAL entry and exit in little endian mode | Benjamin Herrenschmidt | 1 | -1/+8 |
2013-10-11 | powerpc/powernv: Fix endian issues in OPAL console and udbg backend | Benjamin Herrenschmidt | 2 | -16/+20 |
2013-10-11 | powerpc/powernv: Fix endian issues in powernv PCI code | Benjamin Herrenschmidt | 2 | -28/+30 |
2013-10-11 | powerpc/powernv: Make OPAL NVRAM device tree accesses endian safe | Benjamin Herrenschmidt | 1 | -2/+2 |
2013-10-11 | powerpc/powernv: Fix endian issues in OPAL ICS backend | Benjamin Herrenschmidt | 1 | -8/+9 |
2013-10-11 | powerpc/powernv: Fix endian issues in OPAL RTC driver | Benjamin Herrenschmidt | 1 | -0/+7 |
2013-10-11 | powerpc: Little endian sparse clean up for arch/powerpc/platforms/powernv/pci... | Alistair Popple | 1 | -2/+2 |
2013-10-11 | powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci-p5ioc2.c | Alistair Popple | 1 | -2/+2 |
2013-10-11 | powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci.c | Alistair Popple | 1 | -4/+5 |
2013-10-11 | powerpc: Little endian fixes for platforms/powernv/opal.c | Alistair Popple | 1 | -1/+1 |
2013-10-11 | powerpc: uname should return ppc64le/ppcle on little endian builds | Anton Blanchard | 1 | -2/+11 |
2013-10-11 | powerpc: Use generic memcpy code in little endian | Anton Blanchard | 3 | -3/+12 |
2013-10-11 | powerpc: Use generic checksum code in little endian | Anton Blanchard | 4 | -2/+17 |
2013-10-11 | powerpc: Handle VSX alignment faults in little endian mode | Anton Blanchard | 1 | -8/+33 |
2013-10-11 | powerpc: Add little endian support to alignment handler | Anton Blanchard | 1 | -30/+63 |
2013-10-11 | powerpc: Alignment handler shouldn't access VSX registers with TS_FPR | Anton Blanchard | 1 | -1/+1 |
2013-10-11 | powerpc: Remove hard coded FP offsets in alignment handler | Anton Blanchard | 1 | -2/+2 |
2013-10-11 | powerpc: Remove open coded byte swap macro in alignment handler | Anton Blanchard | 1 | -24/+12 |
2013-10-11 | powerpc: Endian safe trampoline | Benjamin Herrenschmidt | 3 | -17/+53 |