aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-22powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin1-1/+20
2016-08-22powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin1-4/+4
2016-08-09powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers.Mahesh Salgaonkar1-29/+40
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+4
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V1-4/+4
2016-07-17powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt1-0/+19
2016-07-17powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt1-8/+9
2016-07-15powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu1-4/+4
2016-07-15powerpc/kvm: make hypervisor state restore a functionShreyas B. Prabhu1-24/+4
2016-06-23powerpc: Fix faults caused by radix patching of SLB miss handlerMichael Ellerman1-3/+4
2016-06-20KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar1-1/+3
2016-05-11powerpc/powernv: Rename machine_check_pSeries_early() to powernvMahesh Salgaonkar1-2/+2
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V1-5/+23
2016-04-21powerpc/book3s64: Remove __end_handlers markerHari Bathini1-9/+4
2016-04-21powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini1-5/+11
2016-04-11powerpc/mm: Remove long disabled SLB codeMichael Ellerman1-102/+0
2015-12-17powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIESMichael Ellerman1-8/+8
2015-12-17powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARDMichael Ellerman1-9/+0
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V1-14/+4
2015-12-01powerpc/64: Include KVM guest test in all interrupt vectorsPaul Mackerras1-17/+17
2015-06-02powerpc: Non relocatable system call doesn't need a trampolineAnton Blanchard1-1/+1
2015-06-02powerpc: Relocatable system call no longer uses the LRAnton Blanchard1-12/+4
2015-03-23powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLERMahesh Salgaonkar1-1/+1
2014-12-15powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu1-3/+10
2014-12-15powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu1-9/+15
2014-12-08powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras1-0/+2
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-0/+2
2014-12-02powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar1-17/+0
2014-11-12powerpc: Save/restore PPR for KVM hypercallsSuresh E. Warrier1-1/+12
2014-10-10powerpc/book3s: Don't clear MSR_RI in hmi handler.Mahesh Salgaonkar1-5/+0
2014-08-13powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck1-55/+55
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-3/+63
2014-07-28powerpc: Remove misleading DISABLE_INTSMichael Ellerman1-14/+14
2014-07-28powerpc: Move bad_stack() below the fwnmi_data_areaMichael Ellerman1-60/+60
2014-07-28powerpc: Remove STAB codeMichael Ellerman1-155/+0
2014-06-12powerpc/book3s: Fix some ABIv2 issues in machine check codeAnton Blanchard1-2/+2
2014-06-11powerpc/book3s: Add stack overflow check in machine check handler.Mahesh Salgaonkar1-4/+20
2014-06-11powerpc/book3s: Fix machine check handling for unhandled errorsMahesh Salgaonkar1-3/+37
2014-04-23powerpc: Remove dot symbol usage in exception macrosAnton Blanchard1-23/+23
2014-04-23powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard1-1/+1
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard1-9/+9
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard1-70/+70
2014-04-09powerpc: Remove dead code in sycall entryMichael Neuling1-8/+0
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+8
2014-03-24powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar1-0/+5
2014-03-05powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan1-1/+1
2014-03-05powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan1-2/+8
2013-12-30powerpc: Fix "attempt to move .org backwards" errorMahesh Salgaonkar1-140/+138
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar1-2/+5