summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Do load of PACAKBASE in LOAD_HANDLERMichael Ellerman2016-09-131-12/+0
* powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras2016-09-131-6/+34
* powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin2016-08-221-1/+20
* powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin2016-08-221-4/+4
* powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers.Mahesh Salgaonkar2016-08-091-29/+40
* Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-051-4/+4
|\
| * powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V2016-08-011-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-1/+3
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-201-1/+3
* | powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt2016-07-171-0/+19
* | powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt2016-07-171-8/+9
* | powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu2016-07-151-4/+4
* | powerpc/kvm: make hypervisor state restore a functionShreyas B. Prabhu2016-07-151-24/+4
* | powerpc: Fix faults caused by radix patching of SLB miss handlerMichael Ellerman2016-06-231-3/+4
|/
* powerpc/powernv: Rename machine_check_pSeries_early() to powernvMahesh Salgaonkar2016-05-111-2/+2
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-111-5/+23
* powerpc/book3s64: Remove __end_handlers markerHari Bathini2016-04-211-9/+4
* powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini2016-04-211-5/+11
* powerpc/mm: Remove long disabled SLB codeMichael Ellerman2016-04-111-102/+0
* powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIESMichael Ellerman2015-12-171-8/+8
* powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARDMichael Ellerman2015-12-171-9/+0
* powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V2015-12-141-14/+4
* powerpc/64: Include KVM guest test in all interrupt vectorsPaul Mackerras2015-12-011-17/+17
* powerpc: Non relocatable system call doesn't need a trampolineAnton Blanchard2015-06-021-1/+1
* powerpc: Relocatable system call no longer uses the LRAnton Blanchard2015-06-021-12/+4
* powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLERMahesh Salgaonkar2015-03-231-1/+1
* powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu2014-12-151-3/+10
* powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu2014-12-151-9/+15
* powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras2014-12-081-0/+2
* powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-0/+2
* powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar2014-12-021-17/+0
* powerpc: Save/restore PPR for KVM hypercallsSuresh E. Warrier2014-11-121-1/+12
* powerpc/book3s: Don't clear MSR_RI in hmi handler.Mahesh Salgaonkar2014-10-101-5/+0
* powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck2014-08-131-55/+55
* powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-051-3/+63
* powerpc: Remove misleading DISABLE_INTSMichael Ellerman2014-07-281-14/+14
* powerpc: Move bad_stack() below the fwnmi_data_areaMichael Ellerman2014-07-281-60/+60
* powerpc: Remove STAB codeMichael Ellerman2014-07-281-155/+0
* powerpc/book3s: Fix some ABIv2 issues in machine check codeAnton Blanchard2014-06-121-2/+2
* powerpc/book3s: Add stack overflow check in machine check handler.Mahesh Salgaonkar2014-06-111-4/+20
* powerpc/book3s: Fix machine check handling for unhandled errorsMahesh Salgaonkar2014-06-111-3/+37
* powerpc: Remove dot symbol usage in exception macrosAnton Blanchard2014-04-231-23/+23
* powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard2014-04-231-1/+1
* powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard2014-04-231-9/+9
* powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-70/+70
* powerpc: Remove dead code in sycall entryMichael Neuling2014-04-091-8/+0
* Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-2/+8
|\
| * powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan2014-03-051-1/+1
| * powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan2014-03-051-2/+8
* | powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar2014-03-241-0/+5
|/