summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Implement arch_get_random_long/int() for powernvMichael Ellerman2013-10-116-1/+163
* powerpc: Added __cmpdi2 for signed 64bit comparisionBharat Bhushan2013-10-112-0/+16
* powerpc: Fix section mismatch warning in free_lppacasVladimir Murzin2013-10-111-3/+3
* powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernelKevin Hao2013-10-111-3/+1
* powerpc/8xx/tqm8xx: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-10-111-2/+2
* powerpc/legacy_serial: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-10-111-1/+1
* powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood2013-10-111-1/+7
* powerpc: Work around little endian gcc bugAnton Blanchard2013-10-111-1/+1
* powerpc: Don't set HAVE_EFFICIENT_UNALIGNED_ACCESS on little endian buildsAnton Blanchard2013-10-111-1/+1
* powerpc: Add ability to build little endian kernelsIan Munsie2013-10-114-4/+31
* KVM: PPC: Disable KVM on little endian buildsAnton Blanchard2013-10-111-0/+1
* powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt2013-10-111-8/+8
* powerpc/powernv: Fix some PCI sparse errors and one LE bugAnton Blanchard2013-10-115-19/+19
* powerpc/powernv: More little endian issues in OPAL RTC driverAnton Blanchard2013-10-112-11/+12
* powerpc/powernv: Don't register exception handlers in little endian modeBenjamin Herrenschmidt2013-10-111-0/+2
* powerpc/powernv: Fix OPAL entry and exit in little endian modeBenjamin Herrenschmidt2013-10-111-1/+8
* powerpc/powernv: Fix endian issues in OPAL console and udbg backendBenjamin Herrenschmidt2013-10-112-16/+20
* powerpc/powernv: Fix endian issues in powernv PCI codeBenjamin Herrenschmidt2013-10-112-28/+30
* powerpc/powernv: Make OPAL NVRAM device tree accesses endian safeBenjamin Herrenschmidt2013-10-111-2/+2
* powerpc/powernv: Fix endian issues in OPAL ICS backendBenjamin Herrenschmidt2013-10-111-8/+9
* powerpc/powernv: Fix endian issues in OPAL RTC driverBenjamin Herrenschmidt2013-10-111-0/+7
* powerpc: Little endian sparse clean up for arch/powerpc/platforms/powernv/pci...Alistair Popple2013-10-111-2/+2
* powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci-p5ioc2.cAlistair Popple2013-10-111-2/+2
* powerpc: Little endian fix for arch/powerpc/platforms/powernv/pci.cAlistair Popple2013-10-111-4/+5
* powerpc: Little endian fixes for platforms/powernv/opal.cAlistair Popple2013-10-111-1/+1
* powerpc: uname should return ppc64le/ppcle on little endian buildsAnton Blanchard2013-10-111-2/+11
* powerpc: Use generic memcpy code in little endianAnton Blanchard2013-10-113-3/+12
* powerpc: Use generic checksum code in little endianAnton Blanchard2013-10-114-2/+17
* powerpc: Handle VSX alignment faults in little endian modeAnton Blanchard2013-10-111-8/+33
* powerpc: Add little endian support to alignment handlerAnton Blanchard2013-10-111-30/+63
* powerpc: Alignment handler shouldn't access VSX registers with TS_FPRAnton Blanchard2013-10-111-1/+1
* powerpc: Remove hard coded FP offsets in alignment handlerAnton Blanchard2013-10-111-2/+2
* powerpc: Remove open coded byte swap macro in alignment handlerAnton Blanchard2013-10-111-24/+12
* powerpc: Endian safe trampolineBenjamin Herrenschmidt2013-10-113-17/+53
* powerpc: Include the appropriate endianness headerIan Munsie2013-10-111-0/+4
* powerpc: Reset MSR_LE on signal entryAnton Blanchard2013-10-112-2/+4
* powerpc: Set MSR_LE bit on little endian buildsAnton Blanchard2013-10-111-1/+6
* powerpc: Add little endian support for word-at-a-time functionsAnton Blanchard2013-10-111-0/+71
* powerpc: Support endian agnostic MMIOIan Munsie2013-10-111-18/+49
* powerpc: Little endian builds double word swap VSX state during context save/...Anton Blanchard2013-10-112-4/+20
* powerpc: PTRACE_PEEKUSR/PTRACE_POKEUSER of FPR registers in little endian buildsAnton Blanchard2013-10-111-4/+4
* powerpc: Fix offset of FPRs in VSX registers in little endian buildsAnton Blanchard2013-10-111-2/+10
* powerpc: Book 3S MMU little endian supportAnton Blanchard2013-10-113-42/+46
* powerpc: Fix endian issues in VMX copy loopsAnton Blanchard2013-10-112-46/+63
* powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt2013-10-071-2/+3
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-10-079-42/+84
|\
| * arch: tile: re-use kbasename() helperAndy Shevchenko2013-09-301-7/+5
| * tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPTChris Metcalf2013-09-301-3/+31
| * tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf2013-09-272-0/+6
| * tile: change lock initalization in hardwallHenrik Austad2013-09-271-3/+3