index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
exceptions-64s.S
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
powerpc/64s/exception: simplify hmi control flow
Nicholas Piggin
1
-16
/
+10
2019-07-03
powerpc/64s/exception: hmi remove special case macro
Nicholas Piggin
1
-12
/
+4
2019-07-03
powerpc/64s/exception: sreset move trampoline ahead of common code
Nicholas Piggin
1
-12
/
+12
2019-07-03
powerpc/64s/exception: optimise system_reset for idle, clean up non-idle case
Nicholas Piggin
1
-31
/
+38
2019-07-02
powerpc/64s/exception: remove bad stack branch
Nicholas Piggin
1
-80
/
+16
2019-07-02
powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0
Nicholas Piggin
1
-24
/
+1
2019-07-02
powerpc/64s/exception: denorm handler use standard scratch save macro
Nicholas Piggin
1
-1
/
+1
2019-07-02
powerpc/64s/exception: machine check use standard macros to save dar/dsisr
Nicholas Piggin
1
-5
/
+1
2019-07-02
powerpc/64s/exception: add dar and dsisr options to exception macro
Nicholas Piggin
1
-56
/
+45
2019-07-02
powerpc/64s/exception: use common macro for windup
Nicholas Piggin
1
-76
/
+36
2019-07-02
powerpc/64s/exception: shuffle windup code around
Nicholas Piggin
1
-24
/
+16
2019-07-02
powerpc/64s/exception: simplify hmi windup code
Nicholas Piggin
1
-4
/
+18
2019-07-02
powerpc/64s/exception: move machine check windup in_mce handling
Nicholas Piggin
1
-4
/
+4
2019-07-02
powerpc/64s/exception: windup use r9 consistently to restore SPRs
Nicholas Piggin
1
-6
/
+6
2019-07-02
powerpc/64s/exception: mtmsrd L=1 cleanup
Nicholas Piggin
1
-7
/
+2
2019-07-02
powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entry
Nicholas Piggin
1
-7
/
+7
2019-07-02
powerpc/64s/exception: clean up system call entry
Nicholas Piggin
1
-17
/
+7
2019-07-02
powerpc/64s/exception: move paca save area offsets into exception-64s.S
Nicholas Piggin
1
-0
/
+22
2019-07-02
powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection
Nicholas Piggin
1
-57
/
+51
2019-07-02
powerpc/64s/exception: generate regs clear instructions using .rept
Nicholas Piggin
1
-13
/
+16
2019-07-02
powerpc/64s/exception: fix indenting irregularities
Nicholas Piggin
1
-46
/
+46
2019-07-02
powerpc/64s/exception: use a gas macro for system call handler code
Nicholas Piggin
1
-72
/
+55
2019-07-02
powerpc/64s/exception: remove unused BRANCH_TO_COMMON
Nicholas Piggin
1
-8
/
+0
2019-07-02
powerpc/64s/exception: remove __BRANCH_TO_KVM
Nicholas Piggin
1
-25
/
+18
2019-07-02
powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used
Nicholas Piggin
1
-0
/
+251
2019-07-02
powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...
Nicholas Piggin
1
-0
/
+431
2019-07-02
powerpc/64s/exception: improve 0x500 handler code
Nicholas Piggin
1
-12
/
+4
2019-07-02
powerpc/64s/exception: unwind exception-64s.h macros
Nicholas Piggin
1
-19
/
+25
2019-07-02
powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers
Nicholas Piggin
1
-21
/
+24
2019-07-02
powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...
Nicholas Piggin
1
-8
/
+13
2019-07-02
powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...
Nicholas Piggin
1
-12
/
+12
2019-07-02
powerpc/64s/exception: merge KVM handler and skip variants
Nicholas Piggin
1
-1
/
+1
2019-07-02
powerpc/64s/exception: consolidate maskable and non-maskable prologs
Nicholas Piggin
1
-10
/
+10
2019-07-02
powerpc/64s/exception: remove the "extra" macro parameter
Nicholas Piggin
1
-34
/
+44
2019-07-02
powerpc/64s/exception: fix sreset KVM test code
Nicholas Piggin
1
-3
/
+3
2019-07-02
powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
Nicholas Piggin
1
-9
/
+9
2019-07-02
powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
Nicholas Piggin
1
-6
/
+6
2019-07-02
powerpc/64s/exception: remove H concatenation for EXC_HV variants
Nicholas Piggin
1
-41
/
+56
2019-07-01
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+1
2019-06-25
powerpc/64s/exception: Fix machine check early corrupting AMR
Nicholas Piggin
1
-1
/
+1
2019-06-19
powerpc/watchpoint: Restore NV GPRs while returning from exception
Ravi Bangoria
1
-2
/
+7
2019-04-30
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-9
/
+14
2019-04-30
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
1
-9
/
+14
2019-04-21
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
1
-0
/
+3
2019-04-08
powerpc/64s/radix: Fix radix segment exception handling
Nicholas Piggin
1
-0
/
+12
2019-03-01
powerpc/64s: Fix unrelocated interrupt trampoline address test
Nicholas Piggin
1
-4
/
+4
2019-02-26
powerpc/64s: Fix data interrupts vs d-side MCE reentrancy
Nicholas Piggin
1
-10
/
+26
2019-02-26
powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancy
Nicholas Piggin
1
-6
/
+42
2019-02-26
powerpc/64s: Fix HV NMI vs HV interrupt recoverability test
Nicholas Piggin
1
-0
/
+8
2019-02-23
powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO
Christophe Leroy
1
-1
/
+1
[next]