summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix typosBjorn Helgaas2024-05-081-2/+2
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-161-1/+1
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-1/+1
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-1/+3
|\
| * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-1/+3
* | powerpc: allow minimum sized kernel stack framesNicholas Piggin2022-12-021-2/+2
|/
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-3/+3
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-191-1/+1
* powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy2021-08-251-1/+1
* powerpc/irq: Inline call_do_irq() and call_do_softirq()Christophe Leroy2021-03-291-22/+0
* powerpc: Remove SYNC on non 6xxChristophe Leroy2020-10-081-1/+0
* powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexecAneesh Kumar K.V2020-07-201-14/+0
* Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman2019-11-141-6/+1
|\
| * powerpc: unify definition of M_IF_NEEDEDJason Yan2019-11-131-6/+1
* | powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2019-11-071-102/+0
* | powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva2019-11-071-2/+2
|/
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-52/+0
|\
| * powerpc/64: reuse PPC32 static inline flush_dcache_range()Christophe Leroy2019-07-051-29/+0
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-051-25/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc: Remove unused flush_dcache_phys_range()Matt Brown2018-03-201-38/+0
* powerpc/kexec: Fix kexec/kdump in P9 guest kernelsMichael Ellerman2017-11-241-0/+2
* powerpc/kexec: Fix radix to hash kexec due to IAMR/AMORBalbir Singh2017-07-101-0/+12
* powerpc/64: Fix flush_(d|i)cache_range() called from modulesOliver O'Halloran2017-04-051-2/+2
* powerpc/64: Fix naming of cache block vs. cache lineBenjamin Herrenschmidt2017-02-061-14/+14
* powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann2016-11-301-3/+3
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+4
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+4
* | powerpc/64/kexec: Copy image with MMU off when possibleBenjamin Herrenschmidt2016-09-231-4/+14
* | powerpc/64/kexec: NULL check "clear_all" in kexec_sequenceBenjamin Herrenschmidt2016-09-231-3/+4
* | powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin2016-09-191-2/+3
|/
* 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/+0
* powerpc/book3e-64: Enable kexecTiejun Chen2015-10-271-0/+6
* powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloopScott Wood2015-10-271-0/+2
* powerpc/book3e-64/kexec: create an identity TLB mappingTiejun Chen2015-10-271-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/+4
* powerpc: remove the unused function disable_kernel_fp()Kevin Hao2013-08-141-13/+0
* 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