aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/misc_64.S
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextGravatar Michael Ellerman 1-6/+1
2019-11-13powerpc: unify definition of M_IF_NEEDEDGravatar Jason Yan 1-6/+1
2019-11-07powerpc: Convert flush_icache_range & friends to CGravatar Alastair D'Silva 1-102/+0
2019-11-07powerpc: Allow flush_icache_range to work across ranges >4GBGravatar Alastair D'Silva 1-2/+2
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-52/+0
2019-07-05powerpc/64: reuse PPC32 static inline flush_dcache_range()Gravatar Christophe Leroy 1-29/+0
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Gravatar Christophe Leroy 1-25/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hGravatar Christophe Leroy 1-0/+1
2018-03-20powerpc: Remove unused flush_dcache_phys_range()Gravatar Matt Brown 1-38/+0
2017-11-24powerpc/kexec: Fix kexec/kdump in P9 guest kernelsGravatar Michael Ellerman 1-0/+2
2017-07-10powerpc/kexec: Fix radix to hash kexec due to IAMR/AMORGravatar Balbir Singh 1-0/+12
2017-04-05powerpc/64: Fix flush_(d|i)cache_range() called from modulesGravatar Oliver O'Halloran 1-2/+2
2017-02-06powerpc/64: Fix naming of cache block vs. cache lineGravatar Benjamin Herrenschmidt 1-14/+14
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Gravatar Thiago Jung Bauermann 1-3/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+4
2016-09-23powerpc/64/kexec: Copy image with MMU off when possibleGravatar Benjamin Herrenschmidt 1-4/+14
2016-09-23powerpc/64/kexec: NULL check "clear_all" in kexec_sequenceGravatar Benjamin Herrenschmidt 1-3/+4
2016-09-19powerpc/kernel: Use kprobe blacklist for asm functionsGravatar Nicholas Piggin 1-2/+3
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+4
2016-07-21powerpc/mm: Move hash table ops to a separate structureGravatar Benjamin Herrenschmidt 1-1/+1
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Gravatar Michael Ellerman 1-1/+1
2016-01-21powerpc: Simplify module TOC handlingGravatar Alan Modra 1-28/+0
2015-10-27powerpc/book3e-64: Enable kexecGravatar Tiejun Chen 1-0/+6
2015-10-27powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloopGravatar Scott Wood 1-0/+2
2015-10-27powerpc/book3e-64/kexec: create an identity TLB mappingGravatar Tiejun Chen 1-1/+51
2015-08-20powerpc/kexec: Reset secondary cpu endianness before kexecGravatar Samuel Mendoza-Jonas 1-2/+11
2014-04-23powerpc: module: handle MODVERSION for .TOC.Gravatar Rusty Russell 1-0/+9
2014-04-23powerpc: EXPORT_SYMBOL(.TOC.)Gravatar Rusty Russell 1-0/+19
2014-04-23powerpc: ABIv2 function calls must place target address in r12Gravatar Anton Blanchard 1-2/+6
2014-04-23powerpc: No need to use dot symbols when branching to a functionGravatar Anton Blanchard 1-5/+5
2013-12-30Merge branch 'merge' into nextGravatar Benjamin Herrenschmidt 1-1/+4
2013-12-10powerpc: Fix build break with PPC_EARLY_DEBUG_BOOTX=yGravatar Michael Ellerman 1-1/+4
2013-12-02powerpc: purge all the prefetched instructions for the coherent icache flushGravatar Kevin Hao 1-0/+6
2013-09-25powerpc/irq: Run softirqs off the top of the irq stackGravatar Benjamin Herrenschmidt 1-6/+4
2013-08-14powerpc: remove the unused function disable_kernel_fp()Gravatar Kevin Hao 1-13/+0
2013-08-14powerpc/pmac: Early debug output on screen on 64-bit macsGravatar Benjamin Herrenschmidt 1-0/+31
2013-08-14powerpc: Remove the symbol __flush_icache_rangeGravatar Kevin Hao 1-1/+1
2013-08-14powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeGravatar Kevin Hao 1-1/+3
2013-05-14powerpc: Provide __bswapdi2Gravatar David Woodhouse 1-0/+11
2012-09-30powerpc: split ret_from_forkGravatar Al Viro 1-34/+0
2012-07-10powerpc: Fixes for instructions not using correct register namingGravatar Michael Neuling 1-2/+2
2012-07-10powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hGravatar Michael Neuling 1-5/+0
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeGravatar Michael Neuling 1-2/+2
2011-06-29powerpc/maple: Enable scom access functions on MapleGravatar Dmitry Eremin-Solenikov 1-2/+2
2011-05-19powerpc/kexec: Fix memory corruption from unallocated slavesGravatar Milton Miller 1-5/+8
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADGravatar Stephen Rothwell 1-0/+1
2010-06-15powerpc: Unconditionally enabled irq stacksGravatar Christoph Hellwig 1-2/+0
2010-05-21powerpc/kexec: Fix race in kexec shutdownGravatar Michael Neuling 1-3/+5
2009-06-09powerpc: Move VMX and VSX asm code to vector.SGravatar Benjamin Herrenschmidt 1-92/+0