index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
exceptions-64s.S
Age
Commit message (
Expand
)
Author
Lines
2016-06-23
powerpc: Fix faults caused by radix patching of SLB miss handler
Michael Ellerman
-3
/
+4
2016-05-11
powerpc/powernv: Rename machine_check_pSeries_early() to powernv
Mahesh Salgaonkar
-2
/
+2
2016-05-11
powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
Aneesh Kumar K.V
-5
/
+23
2016-04-21
powerpc/book3s64: Remove __end_handlers marker
Hari Bathini
-9
/
+4
2016-04-21
powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
Hari Bathini
-5
/
+11
2016-04-11
powerpc/mm: Remove long disabled SLB code
Michael Ellerman
-102
/
+0
2015-12-17
powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIES
Michael Ellerman
-8
/
+8
2015-12-17
powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARD
Michael Ellerman
-9
/
+0
2015-12-14
powerpc/mm: Remove the dependency on pte bit position in asm code
Aneesh Kumar K.V
-14
/
+4
2015-12-01
powerpc/64: Include KVM guest test in all interrupt vectors
Paul Mackerras
-17
/
+17
2015-06-02
powerpc: Non relocatable system call doesn't need a trampoline
Anton Blanchard
-1
/
+1
2015-06-02
powerpc: Relocatable system call no longer uses the LR
Anton Blanchard
-12
/
+4
2015-03-23
powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER
Mahesh Salgaonkar
-1
/
+1
2014-12-15
powernv/powerpc: Add winkle support for offline cpus
Shreyas B. Prabhu
-3
/
+10
2014-12-15
powernv/cpuidle: Redesign idle states management
Shreyas B. Prabhu
-9
/
+15
2014-12-08
powerpc/powernv: Return to cpu offline loop when finished in KVM guest
Paul Mackerras
-0
/
+2
2014-12-05
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
Aneesh Kumar K.V
-0
/
+2
2014-12-02
powerpc/powernv: Cleanup unused MCE definitions/declarations.
Mahesh Salgaonkar
-17
/
+0
2014-11-12
powerpc: Save/restore PPR for KVM hypercalls
Suresh E. Warrier
-1
/
+12
2014-10-10
powerpc/book3s: Don't clear MSR_RI in hmi handler.
Mahesh Salgaonkar
-5
/
+0
2014-08-13
powerpc: Fix "attempt to move .org backwards" error
Guenter Roeck
-55
/
+55
2014-08-05
powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
Mahesh Salgaonkar
-3
/
+63
2014-07-28
powerpc: Remove misleading DISABLE_INTS
Michael Ellerman
-14
/
+14
2014-07-28
powerpc: Move bad_stack() below the fwnmi_data_area
Michael Ellerman
-60
/
+60
2014-07-28
powerpc: Remove STAB code
Michael Ellerman
-155
/
+0
2014-06-12
powerpc/book3s: Fix some ABIv2 issues in machine check code
Anton Blanchard
-2
/
+2
2014-06-11
powerpc/book3s: Add stack overflow check in machine check handler.
Mahesh Salgaonkar
-4
/
+20
2014-06-11
powerpc/book3s: Fix machine check handling for unhandled errors
Mahesh Salgaonkar
-3
/
+37
2014-04-23
powerpc: Remove dot symbol usage in exception macros
Anton Blanchard
-23
/
+23
2014-04-23
powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()
Anton Blanchard
-1
/
+1
2014-04-23
powerpc: Remove superflous function descriptors in assembly only code
Anton Blanchard
-9
/
+9
2014-04-23
powerpc: No need to use dot symbols when branching to a function
Anton Blanchard
-70
/
+70
2014-04-09
powerpc: Remove dead code in sycall entry
Michael Neuling
-8
/
+0
2014-04-02
Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+8
2014-03-24
powerpc/book3s: Fix CFAR clobbering issue in machine check handler.
Mahesh Salgaonkar
-0
/
+5
2014-03-05
powerpc/powernv: Add OPAL call to resync timebase on wakeup
Vaidyanathan Srinivasan
-1
/
+1
2014-03-05
powerpc/powernv: Add context management for Fast Sleep
Vaidyanathan Srinivasan
-2
/
+8
2013-12-30
powerpc: Fix "attempt to move .org backwards" error
Mahesh Salgaonkar
-140
/
+138
2013-12-05
powerpc/book3s: Queue up and process delayed MCE events.
Mahesh Salgaonkar
-2
/
+5
2013-12-05
powerpc/book3s: Return from interrupt if coming from evil context.
Mahesh Salgaonkar
-0
/
+82
2013-12-05
powerpc/book3s: handle machine check in Linux host.
Mahesh Salgaonkar
-0
/
+111
2013-10-17
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
-1
/
+1
2013-10-17
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
-1
/
+1
2013-10-17
KVM: PPC: Book3S: Move skip-interrupt handlers to common code
Paul Mackerras
-0
/
+26
2013-08-27
Merge branch 'merge' into next
Benjamin Herrenschmidt
-2
/
+3
2013-08-27
powerpc: Add more exception trampolines for hypervisor exceptions
Michael Ellerman
-1
/
+7
2013-08-27
powerpc: Fix location and rename exception trampolines
Michael Ellerman
-10
/
+10
2013-08-14
powerpc: Fix denormalized exception handler
Paul Mackerras
-5
/
+6
2013-08-09
powerpc: Fix hypervisor facility unavaliable vector number
Michael Neuling
-2
/
+3
2013-07-01
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
-1
/
+1
[next]