summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64e.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-7/+248
* powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-011-32/+0
* powerpc: unify definition of M_IF_NEEDEDJason Yan2019-11-131-11/+1
* powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy2019-08-271-9/+13
* powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy2019-08-271-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/fsl: Fix the flush of branch predictor.Christophe Leroy2019-02-271-0/+1
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-1/+1
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-11/+0
* powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2018-12-201-1/+25
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-241-0/+4
* powerpc/64s: Fix may_hard_irq_enable() for PMI soft maskingNicholas Piggin2018-02-081-0/+2
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-5/+5
* powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan2018-01-191-5/+5
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-3/+3
* powerpc/64e: Fix hang when debugging programs with relocated kernelLiuHailong2017-04-301-0/+12
* powerpc/64e: Don't branch to dot symbolsNicholas Piggin2016-11-281-3/+3
* powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-2/+2
* powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* powerpc/book3e: support CONFIG_RELOCATABLETiejun Chen2015-10-281-2/+7
* powerpc/book3e-64: rename interrupt_end_book3e with __end_interruptsTiejun Chen2015-10-281-4/+4
* powerpc/fsl: Force coherent memory on e500mc derivativesScott Wood2015-08-081-5/+8
* powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbersMihai Caraman2014-09-221-2/+2
* powerpc: Remove platforms/wsp and associated piecesMichael Ellerman2014-06-111-16/+0
* powerpc: Remove dot symbol usage in exception macrosAnton Blanchard2014-04-231-4/+4
* powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard2014-04-231-2/+2
* powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-64/+64
* powerpc/booke64: Critical and machine check exception supportScott Wood2014-03-201-59/+284
* powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMONScott Wood2014-03-201-30/+33
* powerpc/booke64: Remove ints from EXCEPTION_COMMONScott Wood2014-03-201-36/+46
* powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-201-17/+2
* powerpc/booke64: Fix exception numbersScott Wood2014-03-201-6/+6
* powerpc/book3e: store crit/mc/dbg exception thread infoTiejun Chen2014-03-201-3/+19
* powerpc: Replaced tlbilx with tlbwe in the initialization codeDiana Craciun2014-01-111-8/+2
* powerpc/booke64: Add LRAT error exception handlerMihai Caraman2014-01-081-0/+17
* powerpc/booke64: Use common defines for AltiVec interrupts numbersMihai Caraman2013-10-171-2/+3
* powerpc/booke64: Check napping in performance monitor interruptKevin Hao2013-10-111-0/+1
* powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen2013-08-141-2/+2
* powerpc/booke64: Fix kernel hangs at kernel_dbg_excScott Wood2013-05-141-4/+4
* powerpc/85xx: Add AltiVec support for e6500Kumar Gala2013-03-121-0/+47
* powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to callerHaren Myneni2013-01-101-1/+2
* powerpc/booke: Separate out restore_e5500/setup_e5500 routines.Varun Sethi2012-09-121-16/+2
* powerpc: Restore VDSO information on critical exception om BookEMihai Caraman2012-09-071-1/+3
* powerpc/booke64: Use SPRG0/3 scratch for bolted TLB miss & crit intMihai Caraman2012-09-051-2/+15
* powerpc/booke64: Eemove mfspr srr1 duplicate in exception prologMihai Caraman2012-09-051-35/+32
* powerpc/booke64: Add DO_KVM kernel hooksMihai Caraman2012-09-051-34/+59
* powerpc/booke64: Use GSRR registers in Guest Doorbell interruptsMihai Caraman2012-09-051-2/+19
* powerpc/booke64: Fix machine check handler to use the right prologMihai Caraman2012-09-051-1/+1
* powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder2012-07-111-1/+1