summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
AgeCommit message (Expand)Author
2016-06-23powerpc: Fix faults caused by radix patching of SLB miss handlerMichael Ellerman
2016-05-11powerpc/powernv: Rename machine_check_pSeries_early() to powernvMahesh Salgaonkar
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V
2016-04-21powerpc/book3s64: Remove __end_handlers markerHari Bathini
2016-04-21powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini
2016-04-11powerpc/mm: Remove long disabled SLB codeMichael Ellerman
2015-12-17powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIESMichael Ellerman
2015-12-17powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARDMichael Ellerman
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V
2015-12-01powerpc/64: Include KVM guest test in all interrupt vectorsPaul Mackerras
2015-06-02powerpc: Non relocatable system call doesn't need a trampolineAnton Blanchard
2015-06-02powerpc: Relocatable system call no longer uses the LRAnton Blanchard
2015-03-23powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLERMahesh Salgaonkar
2014-12-15powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu
2014-12-15powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu
2014-12-08powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V
2014-12-02powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar
2014-11-12powerpc: Save/restore PPR for KVM hypercallsSuresh E. Warrier
2014-10-10powerpc/book3s: Don't clear MSR_RI in hmi handler.Mahesh Salgaonkar
2014-08-13powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar
2014-07-28powerpc: Remove misleading DISABLE_INTSMichael Ellerman
2014-07-28powerpc: Move bad_stack() below the fwnmi_data_areaMichael Ellerman
2014-07-28powerpc: Remove STAB codeMichael Ellerman
2014-06-12powerpc/book3s: Fix some ABIv2 issues in machine check codeAnton Blanchard
2014-06-11powerpc/book3s: Add stack overflow check in machine check handler.Mahesh Salgaonkar
2014-06-11powerpc/book3s: Fix machine check handling for unhandled errorsMahesh Salgaonkar
2014-04-23powerpc: Remove dot symbol usage in exception macrosAnton Blanchard
2014-04-23powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard
2014-04-09powerpc: Remove dead code in sycall entryMichael Neuling
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-03-24powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar
2014-03-05powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan
2014-03-05powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan
2013-12-30powerpc: Fix "attempt to move .org backwards" errorMahesh Salgaonkar
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar
2013-12-05powerpc/book3s: Return from interrupt if coming from evil context.Mahesh Salgaonkar
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V
2013-10-17kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V
2013-10-17KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-27powerpc: Add more exception trampolines for hypervisor exceptionsMichael Ellerman
2013-08-27powerpc: Fix location and rename exception trampolinesMichael Ellerman
2013-08-14powerpc: Fix denormalized exception handlerPaul Mackerras
2013-08-09powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt