aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-10-30powerpc/kexec: kexec_sequence() is in misc_64.SGeert Uytterhoeven1-1/+1
2013-10-30powerpc: Use 32 bit loads and stores when operating on condition register valuesAnton Blanchard1-4/+4
2013-10-30powerpc: Enable Little Endian Alignment Handler for Float Pair InstructionsTom Musta1-6/+0
2013-10-30powerpc: Fix Handler of Unaligned Load/Store StringsTom Musta1-5/+16
2013-10-30powerpc: Fix little endian issue in OF PCI scanAnton Blanchard1-2/+2
2013-10-30powerpc/vio: use strcpy in modalias_showPrarit Bhargava1-2/+2
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings8-23/+4
2013-10-30Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt10-133/+148
2013-10-30Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2-12/+17
2013-10-28powerpc: Fix PPC_EMULATED_STATS build break with sync patchScott Wood1-0/+1
2013-10-28powerpc/8xx: Fixing issue with CONFIG_PIN_TLBLEROY Christophe1-0/+3
2013-10-28powerpc/mpc8xx: Clearer Oops message for Software Emulation ExceptionLEROY Christophe1-1/+2
2013-10-28powerpc: Set the NOTE type for SPE regsetSuzuki Poulose1-1/+1
2013-10-23powerpc: Don't corrupt user registers on 32-bitPaul Mackerras2-12/+17
2013-10-18powerpc/booke: clear DBCR0_BT in user_disable_single_step()James Yang1-1/+1
2013-10-18powerpc: export debug registers save function for KVMBharat Bhushan1-1/+2
2013-10-18powerpc: move debug registers in a structureBharat Bhushan6-120/+121
2013-10-18powerpc: remove unnecessary line continuationsBharat Bhushan1-1/+1
2013-10-18powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_infoTiejun Chen1-3/+3
2013-10-16powerpc: Emulate sync instruction variantsJames Yang1-0/+7
2013-10-16powerpc/fsl-booke: Use common defines for SPE/FP interrupts numbersMihai Caraman1-5/+5
2013-10-16powerpc/booke64: Use common defines for AltiVec interrupts numbersMihai Caraman1-2/+3
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt13-218/+215
2013-10-11powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras5-3/+64
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras12-215/+151
2013-10-11powerpc/eeh: Reorder output messagesGavin Shan1-3/+3
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: 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/legacy_serial: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-10-11powerpc: Add ability to build little endian kernelsIan Munsie2-0/+8
2013-10-11powerpc: Use generic memcpy code in little endianAnton Blanchard1-0/+2
2013-10-11powerpc: Use generic checksum code in little endianAnton Blanchard1-0/+2
2013-10-11powerpc: Handle VSX alignment faults in little endian modeAnton Blanchard1-8/+33
2013-10-11powerpc: Add little endian support to alignment handlerAnton Blanchard1-30/+63
2013-10-11powerpc: Alignment handler shouldn't access VSX registers with TS_FPRAnton Blanchard1-1/+1
2013-10-11powerpc: Remove hard coded FP offsets in alignment handlerAnton Blanchard1-2/+2
2013-10-11powerpc: Remove open coded byte swap macro in alignment handlerAnton Blanchard1-24/+12
2013-10-11powerpc: Endian safe trampolineBenjamin Herrenschmidt2-16/+23
2013-10-11powerpc: Reset MSR_LE on signal entryAnton Blanchard2-2/+4
2013-10-11powerpc: PTRACE_PEEKUSR/PTRACE_POKEUSER of FPR registers in little endian buildsAnton Blanchard1-4/+4
2013-10-07powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt1-2/+3
2013-10-03powerpc/tm: Switch out userspace PPR and DSCR soonerMichael Neuling1-31/+63
2013-10-03powerpc/tm: Turn interrupts hard off in tm_reclaim()Michael Neuling1-0/+1
2013-10-03powerpc/vio: Fix modalias_show return valuesPrarit Bhargava1-4/+8