aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt1-14/+14
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-3/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+4
2016-09-23powerpc/64/kexec: Copy image with MMU off when possibleBenjamin Herrenschmidt1-4/+14
2016-09-23powerpc/64/kexec: NULL check "clear_all" in kexec_sequenceBenjamin Herrenschmidt1-3/+4
2016-09-19powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin1-2/+3
2016-08-07ppc: move exports to definitionsAl Viro1-0/+4
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt1-1/+1
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman1-1/+1
2016-01-21powerpc: Simplify module TOC handlingAlan Modra1-28/+0
2015-10-27powerpc/book3e-64: Enable kexecTiejun Chen1-0/+6
2015-10-27powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloopScott Wood1-0/+2
2015-10-27powerpc/book3e-64/kexec: create an identity TLB mappingTiejun Chen1-1/+51
2015-08-20powerpc/kexec: Reset secondary cpu endianness before kexecSamuel Mendoza-Jonas1-2/+11
2014-04-23powerpc: module: handle MODVERSION for .TOC.Rusty Russell1-0/+9
2014-04-23powerpc: EXPORT_SYMBOL(.TOC.)Rusty Russell1-0/+19
2014-04-23powerpc: ABIv2 function calls must place target address in r12Anton Blanchard1-2/+6
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard1-5/+5
2013-12-30Merge branch 'merge' into nextBenjamin Herrenschmidt1-1/+4
2013-12-10powerpc: Fix build break with PPC_EARLY_DEBUG_BOOTX=yMichael Ellerman1-1/+4
2013-12-02powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao1-0/+6
2013-09-25powerpc/irq: Run softirqs off the top of the irq stackBenjamin Herrenschmidt1-6/+4
2013-08-14powerpc: remove the unused function disable_kernel_fp()Kevin Hao1-13/+0
2013-08-14powerpc/pmac: Early debug output on screen on 64-bit macsBenjamin Herrenschmidt1-0/+31
2013-08-14powerpc: Remove the symbol __flush_icache_rangeKevin Hao1-1/+1
2013-08-14powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao1-1/+3
2013-05-14powerpc: Provide __bswapdi2David Woodhouse1-0/+11
2012-09-30powerpc: split ret_from_forkAl Viro1-34/+0
2012-07-10powerpc: Fixes for instructions not using correct register namingMichael Neuling1-2/+2
2012-07-10powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hMichael Neuling1-5/+0
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling1-2/+2
2011-06-29powerpc/maple: Enable scom access functions on MapleDmitry Eremin-Solenikov1-2/+2
2011-05-19powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller1-5/+8
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell1-0/+1
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig1-2/+0
2010-05-21powerpc/kexec: Fix race in kexec shutdownMichael Neuling1-3/+5
2009-06-09powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt1-92/+0
2009-04-07powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling1-0/+8
2008-10-31powerpc: Kexec exit should not use magic numbersMilton Miller1-6/+3
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M1-3/+6
2008-10-10powerpc: Fix error path in kernel_thread functionJosh Poimboeuf1-3/+5
2008-07-15powerpc: fix giveup_vsx to save registers correctlyMichael Neuling1-4/+4
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling1-0/+33
2008-04-24[POWERPC] Clean up misc_64.SKumar Gala1-16/+4
2007-12-11[POWERPC] kernel_execve is identical in 32 and 64 bitStephen Rothwell1-7/+0
2007-06-25[POWERPC] kexec: Send slaves to new kernel earlierMilton Miller1-13/+13
2007-02-07[POWERPC] pasemi: UART udbg supportOlof Johansson1-0/+40
2006-10-25[POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt1-124/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-10-04Merge branch 'master' of git://oak/home/sfr/kernels/iseries/workPaul Mackerras1-0/+46