summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-211-1/+1
* powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-141-1/+1
* powerpc: Simplify module TOC handlingAlan Modra2016-01-211-28/+0Star
* powerpc/book3e-64: Enable kexecTiejun Chen2015-10-281-0/+6
* powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloopScott Wood2015-10-281-0/+2
* powerpc/book3e-64/kexec: create an identity TLB mappingTiejun Chen2015-10-281-1/+51
* powerpc/kexec: Reset secondary cpu endianness before kexecSamuel Mendoza-Jonas2015-08-201-2/+11
* powerpc: module: handle MODVERSION for .TOC.Rusty Russell2014-04-231-0/+9
* powerpc: EXPORT_SYMBOL(.TOC.)Rusty Russell2014-04-231-0/+19
* powerpc: ABIv2 function calls must place target address in r12Anton Blanchard2014-04-231-2/+6
* powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-5/+5
* Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-301-1/+4
|\
| * powerpc: Fix build break with PPC_EARLY_DEBUG_BOOTX=yMichael Ellerman2013-12-101-1/+4
* | powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao2013-12-021-0/+6
|/
* powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt2013-09-251-6/+4Star
* powerpc: remove the unused function disable_kernel_fp()Kevin Hao2013-08-141-13/+0Star
* powerpc/pmac: Early debug output on screen on 64-bit macsBenjamin Herrenschmidt2013-08-141-0/+31
* powerpc: Remove the symbol __flush_icache_rangeKevin Hao2013-08-141-1/+1
* powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao2013-08-141-1/+3
* powerpc: Provide __bswapdi2David Woodhouse2013-05-141-0/+11
* powerpc: split ret_from_forkAl Viro2012-10-011-34/+0Star
* powerpc: Fixes for instructions not using correct register namingMichael Neuling2012-07-101-2/+2
* powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hMichael Neuling2012-07-101-5/+0Star
* powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-101-2/+2
* powerpc/maple: Enable scom access functions on MapleDmitry Eremin-Solenikov2011-06-291-2/+2
* powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller2011-05-191-5/+8
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc: Unconditionally enabled irq stacksChristoph Hellwig2010-06-151-2/+0Star
* powerpc/kexec: Fix race in kexec shutdownMichael Neuling2010-05-211-3/+5
* powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt2009-06-091-92/+0Star
* powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2009-04-071-0/+8
* powerpc: Kexec exit should not use magic numbersMilton Miller2008-10-311-6/+3Star
* powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-221-3/+6
* powerpc: Fix error path in kernel_thread functionJosh Poimboeuf2008-10-101-3/+5
* powerpc: fix giveup_vsx to save registers correctlyMichael Neuling2008-07-151-4/+4
* powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling2008-07-011-0/+33
* [POWERPC] Clean up misc_64.SKumar Gala2008-04-241-16/+4Star
* [POWERPC] kernel_execve is identical in 32 and 64 bitStephen Rothwell2007-12-111-7/+0Star
* [POWERPC] kexec: Send slaves to new kernel earlierMilton Miller2007-06-251-13/+13
* [POWERPC] pasemi: UART udbg supportOlof Johansson2007-02-071-0/+40
* [POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt2006-10-251-124/+0Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* Merge branch 'master' of git://oak/home/sfr/kernels/iseries/workPaul Mackerras2006-10-041-0/+46
|\
| * [POWERPC] implement BEGIN/END_FW_FTR_SECTIONStephen Rothwell2006-10-031-0/+46
* | [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-021-1/+1
|/
* [POWERPC] Minor comment fix for misc_64.SGeoff Levand2006-07-311-1/+1
* [POWERPC] Use the genirq frameworkBenjamin Herrenschmidt2006-07-031-4/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [POWERPC] Consolidate some of kernel/misc*.SStephen Rothwell2006-06-281-177/+4Star
* [POWERPC] Remove unused function call_with_mmu_offStephen Rothwell2006-06-281-42/+0Star