Age | Commit message (Expand) | Author | Files | Lines |
2014-08-05 | powerpc/book3s: Add basic infrastructure to handle HMI in Linux. | Mahesh Salgaonkar | 1 | -0/+2 |
2014-07-28 | powerpc: Remove misleading DISABLE_INTS | Michael Ellerman | 1 | -4/+7 |
2014-07-28 | powerpc: Document register clobbering in EXCEPTION_COMMON() | Michael Ellerman | 1 | -0/+1 |
2014-04-23 | powerpc: No need to use dot symbols when branching to a function | Anton Blanchard | 1 | -1/+1 |
2014-03-24 | powerpc/book3s: Fix CFAR clobbering issue in machine check handler. | Mahesh Salgaonkar | 1 | -0/+8 |
2013-12-30 | Merge branch 'merge' into next | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-12-30 | powerpc: Fix bad stack check in exception entry | Michael Neuling | 1 | -1/+1 |
2013-12-05 | powerpc/book3s: Split the common exception prolog logic into two section. | Mahesh Salgaonkar | 1 | -7/+14 |
2013-10-17 | kvm: powerpc: book3s: Cleanup interrupt handling code | Aneesh Kumar K.V | 1 | -0/+11 |
2013-10-17 | kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE | Aneesh Kumar K.V | 1 | -1/+1 |
2013-10-17 | KVM: PPC: Book3S HV: Add support for guest Program Priority Register | Paul Mackerras | 1 | -0/+8 |
2013-08-14 | powerpc: Avoid link stack corruption for MMU on exceptions | Michael Neuling | 1 | -16/+17 |
2013-08-14 | powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE | Tiejun Chen | 1 | -1/+1 |
2013-07-01 | Merge tag 'v3.10' into next | Benjamin Herrenschmidt | 1 | -1/+1 |
2013-07-01 | powerpc: Remove KVMTEST from RELON exception handlers | Michael Ellerman | 1 | -4/+4 |
2013-06-15 | powerpc: Fix stack overflow crash in resume_kernel when ftracing | Michael Ellerman | 1 | -1/+1 |
2013-04-26 | powerpc: Fix "attempt to move .org backwards" error | Paul Mackerras | 1 | -1/+1 |
2013-02-15 | powerpc/kvm/book3s_hv: Preserve guest CFAR register value | Paul Mackerras | 1 | -2/+6 |
2013-02-15 | powerpc: Save CFAR before branching in interrupt entry paths | Paul Mackerras | 1 | -16/+68 |
2013-01-10 | powerpc: Implement PPR save/restore | Haren Myneni | 1 | -8/+10 |
2013-01-10 | powerpc: Macros for saving/restore PPR | Haren Myneni | 1 | -0/+37 |
2013-01-10 | powerpc: Increase exceptions arrays in paca struct to save PPR | Haren Myneni | 1 | -0/+1 |
2013-01-10 | powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to caller | Haren Myneni | 1 | -1/+2 |
2013-01-10 | powerpc: Add book3s privileged doorbell exception vectors | Ian Munsie | 1 | -0/+1 |
2013-01-10 | powerpc: Add book3s hypervisor doorbell exception vectors | Ian Munsie | 1 | -0/+2 |
2012-11-15 | powerpc: Add relocation on exception vector handlers | Michael Neuling | 1 | -1/+3 |
2012-11-15 | powerpc: Add new macros needed for relocation on exceptions | Michael Neuling | 1 | -0/+90 |
2012-11-15 | powerpc: Make load_hander handle upto 64k offset | Michael Neuling | 1 | -1/+2 |
2012-07-11 | powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly | Stuart Yoder | 1 | -2/+2 |
2012-05-09 | powerpc/irq: Make alignment & program interrupt behave the same | Benjamin Herrenschmidt | 1 | -7/+0 |
2012-03-09 | powerpc: Rework lazy-interrupt handling | Benjamin Herrenschmidt | 1 | -21/+13 |
2012-03-09 | powerpc: Replace mfmsr instructions with load from PACA kernel_msr field | Benjamin Herrenschmidt | 1 | -1/+1 |
2012-03-09 | powerpc: Improve behaviour of irq tracing on 64-bit exception entry | Benjamin Herrenschmidt | 1 | -3/+22 |
2012-03-09 | powerpc: Rework runlatch code | Benjamin Herrenschmidt | 1 | -23/+27 |
2012-03-09 | powerpc: Use the same interrupt prolog for perfmon as other interrupts | Benjamin Herrenschmidt | 1 | -14/+3 |
2012-03-09 | powerpc: Remove legacy iSeries bits from assembly files | Benjamin Herrenschmidt | 1 | -15/+0 |
2011-07-12 | KVM: PPC: book3s_hv: Add support for PPC970-family processors | Paul Mackerras | 1 | -0/+4 |
2011-07-12 | KVM: PPC: Add support for Book3S processors in hypervisor mode | Paul Mackerras | 1 | -4/+15 |
2011-07-12 | KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu | Paul Mackerras | 1 | -5/+5 |
2011-07-12 | powerpc, KVM: Rework KVM checks in first-level interrupt handlers | Paul Mackerras | 1 | -40/+81 |
2011-05-04 | powerpc: Save Come-From Address Register (CFAR) in exception frame | Paul Mackerras | 1 | -0/+9 |
2011-05-04 | powerpc: Save register r9-r13 values accurately on interrupt with bad stack | Paul Mackerras | 1 | -3/+4 |
2011-04-20 | powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV mode | Paul Mackerras | 1 | -8/+7 |
2011-04-20 | powerpc: More work to support HV exceptions | Benjamin Herrenschmidt | 1 | -13/+24 |
2011-04-20 | powerpc: Base support for exceptions using HSRR0/1 | Benjamin Herrenschmidt | 1 | -32/+33 |
2011-04-20 | powerpc: In HV mode, use HSPRG0 for PACA | Benjamin Herrenschmidt | 1 | -3/+3 |
2010-09-02 | powerpc: Account time using timebase rather than PURR | Paul Mackerras | 1 | -1/+2 |
2009-11-05 | Make head_64.S aware of KVM real mode code | Alexander Graf | 1 | -0/+2 |
2009-08-20 | powerpc: Remove use of a second scratch SPRG in STAB code | Benjamin Herrenschmidt | 1 | -2/+5 |
2009-08-20 | powerpc: Use names rather than numbers for SPRGs (v2) | Benjamin Herrenschmidt | 1 | -9/+9 |