summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | powerpc/8xx: Fixing issue with CONFIG_PIN_TLBLEROY Christophe2013-10-291-0/+3
| | * | | | | | powerpc/mpc8xx: Clearer Oops message for Software Emulation ExceptionLEROY Christophe2013-10-291-1/+2
| | * | | | | | powerpc: Set the NOTE type for SPE regsetSuzuki Poulose2013-10-291-1/+1
| | * | | | | | powerpc/booke: clear DBCR0_BT in user_disable_single_step()James Yang2013-10-191-1/+1
| | * | | | | | powerpc: export debug registers save function for KVMBharat Bhushan2013-10-191-1/+2
| | * | | | | | powerpc: move debug registers in a structureBharat Bhushan2013-10-196-120/+121
| | * | | | | | powerpc: remove unnecessary line continuationsBharat Bhushan2013-10-191-1/+1
| | * | | | | | powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_infoTiejun Chen2013-10-191-3/+3
| | * | | | | | powerpc: Emulate sync instruction variantsJames Yang2013-10-171-0/+7
| | * | | | | | powerpc/fsl-booke: Use common defines for SPE/FP interrupts numbersMihai Caraman2013-10-171-5/+5
| | * | | | | | powerpc/booke64: Use common defines for AltiVec interrupts numbersMihai Caraman2013-10-171-2/+3
| * | | | | | | Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-292-12/+17
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | powerpc: Don't corrupt user registers on 32-bitPaul Mackerras2013-10-232-12/+17
| * | | | | | | Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-1113-218/+215
| |\| | | | | |
| | * | | | | | powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras2013-10-115-3/+64
| | * | | | | | powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-1112-215/+151
| | | |/ / / / | | |/| | | |
| * | | | | | powerpc/eeh: Reorder output messagesGavin Shan2013-10-111-3/+3
| * | | | | | powerpc: Make ftrace endian-safe.Eugene Surovegin2013-10-111-0/+4
| * | | | | | powerpc: Make kernel module helper endian-safe.Eugene Surovegin2013-10-111-0/+16
| * | | | | | powerpc: prom_init exception when updating core valueLaurent Dufour2013-10-111-6/+22
| * | | | | | powerpc/booke64: Check napping in performance monitor interruptKevin Hao2013-10-111-0/+1
| * | | | | | powerpc/kernel: Fix endian issue in rtas_pciCedric Le Goater2013-10-111-3/+3
| * | | | | | 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/legacy_serial: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-10-111-1/+1
| * | | | | | powerpc: Add ability to build little endian kernelsIan Munsie2013-10-112-0/+8
| * | | | | | powerpc: Use generic memcpy code in little endianAnton Blanchard2013-10-111-0/+2
| * | | | | | powerpc: Use generic checksum code in little endianAnton Blanchard2013-10-111-0/+2
| * | | | | | 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-112-16/+23
| * | | | | | powerpc: Reset MSR_LE on signal entryAnton Blanchard2013-10-112-2/+4
| * | | | | | powerpc: PTRACE_PEEKUSR/PTRACE_POKEUSER of FPR registers in little endian buildsAnton Blanchard2013-10-111-4/+4
| |/ / / / /
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-16/+1
|\ \ \ \ \ \
| * | | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-16/+1
| | |/ / / / | |/| | | |
* | | | | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-195-40/+92
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | powerpc/irq: Don't switch to irq stack from softirq stackBenjamin Herrenschmidt2013-10-071-2/+3
| | |/ / / | |/| | |
| * | | | powerpc/tm: Switch out userspace PPR and DSCR soonerMichael Neuling2013-10-031-31/+63
| * | | | powerpc/tm: Turn interrupts hard off in tm_reclaim()Michael Neuling2013-10-031-0/+1
| * | | | powerpc/vio: Fix modalias_show return valuesPrarit Bhargava2013-10-031-4/+8
| * | | | powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()Nishanth Aravamudan2013-10-031-1/+1
| * | | | powerpc/sysfs: Disable writing to PURR in guest modeMadhavan Srinivasan2013-10-031-2/+16
| |/ / /
* | | | Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-306-69/+93
|\| | |
| * | | powerpc/pseries: Do not start secondaries in Open FirmwareBenjamin Herrenschmidt2013-09-251-0/+21
| * | | powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt2013-09-254-14/+20
| * | | powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt2013-09-253-63/+60
| |/ /