index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
exceptions-64s.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64s: Reimplement power4_idle code in C
Nicholas Piggin
2020-01-16
1
-2
/
+11
*
powerpc/64s/exception: Fix kaup -> kuap typo
Andrew Donnellan
2019-11-13
1
-3
/
+3
*
powerpc/64s/exception: reduce page fault unnecessary loads
Nicholas Piggin
2019-08-30
1
-21
/
+17
*
powerpc/64s/exception: Remove pointless KVM handler name bifurcation
Nicholas Piggin
2019-08-30
1
-58
/
+44
*
powerpc/64s/exception: program check handler do not branch into a macro
Nicholas Piggin
2019-08-30
1
-7
/
+8
*
powerpc/64s/exception: move interrupt entry code above the common handler
Nicholas Piggin
2019-08-30
1
-225
/
+225
*
powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options
Nicholas Piggin
2019-08-30
1
-60
/
+51
*
powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into caller
Nicholas Piggin
2019-08-30
1
-45
/
+40
*
powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller
Nicholas Piggin
2019-08-30
1
-27
/
+27
*
powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ...
Nicholas Piggin
2019-08-30
1
-20
/
+32
*
powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3
Nicholas Piggin
2019-08-30
1
-12
/
+6
*
powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros
Nicholas Piggin
2019-08-30
1
-8
/
+8
*
powerpc/64s/exception: Add INT_KVM_HANDLER gas macro
Nicholas Piggin
2019-08-30
1
-59
/
+40
*
powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI
Nicholas Piggin
2019-08-30
1
-6
/
+10
*
powerpc/64s/exception: Add the virt variant of the denorm interrupt handler
Nicholas Piggin
2019-08-30
1
-1
/
+5
*
powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
Nicholas Piggin
2019-08-30
1
-78
/
+73
*
powerpc/64s/exceptions: Use keyword params to shorten arg lists
Michael Ellerman
2019-08-30
1
-60
/
+60
*
powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro
Nicholas Piggin
2019-08-30
1
-296
/
+206
*
powerpc/64s/exception: remove 0xb00 handler
Nicholas Piggin
2019-08-30
1
-4
/
+2
*
powerpc/64s/exception: Fix performance monitor virt handler
Nicholas Piggin
2019-08-30
1
-1
/
+1
*
powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE
Nicholas Piggin
2019-08-30
1
-23
/
+79
*
powerpc/64s/exception: move head-64.h exception code to exception-64s.S
Nicholas Piggin
2019-08-30
1
-0
/
+41
*
powerpc/64s/exception: Fix DAR load for handle_page_fault error case
Nicholas Piggin
2019-08-30
1
-1
/
+1
*
powerpc/64s/exception: machine check improve labels and comments
Nicholas Piggin
2019-08-30
1
-4
/
+10
*
powerpc/64s/exception: untangle early machine check handler branch
Nicholas Piggin
2019-08-30
1
-67
/
+62
*
powerpc/64s/exception: machine check move unrecoverable handling out of line
Nicholas Piggin
2019-08-30
1
-43
/
+44
*
powerpc/64s/exception: simplify machine check early path
Nicholas Piggin
2019-08-30
1
-9
/
+22
*
powerpc/64s/exception: machine check move tramp code
Nicholas Piggin
2019-08-30
1
-11
/
+11
*
powerpc/64s/exception: machine check restructure to reuse common macros
Nicholas Piggin
2019-08-30
1
-35
/
+36
*
powerpc/64s/exception: machine check pseries should skip the late handler for...
Nicholas Piggin
2019-08-30
1
-20
/
+2
*
powerpc/64s/exception: machine check use correct cfar for late handler
Nicholas Piggin
2019-08-30
1
-0
/
+4
*
powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch
Nicholas Piggin
2019-08-30
1
-13
/
+10
*
powerpc/64s/exception: machine check pseries should always run the early handler
Nicholas Piggin
2019-08-30
1
-4
/
+0
*
powerpc/64s/exception: machine check adjust RFI target
Nicholas Piggin
2019-08-30
1
-1
/
+1
*
powerpc/64s/exception: machine check fix KVM guest test
Nicholas Piggin
2019-08-30
1
-20
/
+13
*
powerpc/64s/exception: machine check remove bitrotted comment
Nicholas Piggin
2019-08-30
1
-4
/
+0
*
powerpc/64s/exception: machine check fwnmi remove HV case
Nicholas Piggin
2019-08-30
1
-2
/
+1
*
powerpc/64: remove support for kernel-mode syscalls
Nicholas Piggin
2019-08-28
1
-2
/
+0
*
powerpc/prom: convert PROM_BUG() to standard trap
Christophe Leroy
2019-08-28
1
-1
/
+2
*
docs: powerpc: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-07-17
1
-1
/
+1
*
powerpc/64s/exception: simplify hmi control flow
Nicholas Piggin
2019-07-03
1
-16
/
+10
*
powerpc/64s/exception: hmi remove special case macro
Nicholas Piggin
2019-07-03
1
-12
/
+4
*
powerpc/64s/exception: sreset move trampoline ahead of common code
Nicholas Piggin
2019-07-03
1
-12
/
+12
*
powerpc/64s/exception: optimise system_reset for idle, clean up non-idle case
Nicholas Piggin
2019-07-03
1
-31
/
+38
*
powerpc/64s/exception: remove bad stack branch
Nicholas Piggin
2019-07-02
1
-80
/
+16
*
powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0
Nicholas Piggin
2019-07-02
1
-24
/
+1
*
powerpc/64s/exception: denorm handler use standard scratch save macro
Nicholas Piggin
2019-07-02
1
-1
/
+1
*
powerpc/64s/exception: machine check use standard macros to save dar/dsisr
Nicholas Piggin
2019-07-02
1
-5
/
+1
*
powerpc/64s/exception: add dar and dsisr options to exception macro
Nicholas Piggin
2019-07-02
1
-56
/
+45
*
powerpc/64s/exception: use common macro for windup
Nicholas Piggin
2019-07-02
1
-76
/
+36
[next]