index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2020-11-22
powerpc/64s: flush L1D after user accesses
Nicholas Piggin
1
-57
/
+24
2020-11-22
powerpc/64s: flush L1D on kernel entry
Nicholas Piggin
1
-6
/
+43
2020-06-24
powerpc/64s/exception: Fix machine check no-loss idle wakeup
Nicholas Piggin
1
-6
/
+8
2019-08-30
powerpc/64s/exception: reduce page fault unnecessary loads
Nicholas Piggin
1
-21
/
+17
2019-08-30
powerpc/64s/exception: Remove pointless KVM handler name bifurcation
Nicholas Piggin
1
-58
/
+44
2019-08-30
powerpc/64s/exception: program check handler do not branch into a macro
Nicholas Piggin
1
-7
/
+8
2019-08-30
powerpc/64s/exception: move interrupt entry code above the common handler
Nicholas Piggin
1
-225
/
+225
2019-08-30
powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options
Nicholas Piggin
1
-60
/
+51
2019-08-30
powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into caller
Nicholas Piggin
1
-45
/
+40
2019-08-30
powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller
Nicholas Piggin
1
-27
/
+27
2019-08-30
powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ...
Nicholas Piggin
1
-20
/
+32
2019-08-30
powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3
Nicholas Piggin
1
-12
/
+6
2019-08-30
powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros
Nicholas Piggin
1
-8
/
+8
2019-08-30
powerpc/64s/exception: Add INT_KVM_HANDLER gas macro
Nicholas Piggin
1
-59
/
+40
2019-08-30
powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI
Nicholas Piggin
1
-6
/
+10
2019-08-30
powerpc/64s/exception: Add the virt variant of the denorm interrupt handler
Nicholas Piggin
1
-1
/
+5
2019-08-30
powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
Nicholas Piggin
1
-78
/
+73
2019-08-30
powerpc/64s/exceptions: Use keyword params to shorten arg lists
Michael Ellerman
1
-60
/
+60
2019-08-30
powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro
Nicholas Piggin
1
-296
/
+206
2019-08-30
powerpc/64s/exception: remove 0xb00 handler
Nicholas Piggin
1
-4
/
+2
2019-08-30
powerpc/64s/exception: Fix performance monitor virt handler
Nicholas Piggin
1
-1
/
+1
2019-08-30
powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE
Nicholas Piggin
1
-23
/
+79
2019-08-30
powerpc/64s/exception: move head-64.h exception code to exception-64s.S
Nicholas Piggin
1
-0
/
+41
2019-08-30
powerpc/64s/exception: Fix DAR load for handle_page_fault error case
Nicholas Piggin
1
-1
/
+1
2019-08-30
powerpc/64s/exception: machine check improve labels and comments
Nicholas Piggin
1
-4
/
+10
2019-08-30
powerpc/64s/exception: untangle early machine check handler branch
Nicholas Piggin
1
-67
/
+62
2019-08-30
powerpc/64s/exception: machine check move unrecoverable handling out of line
Nicholas Piggin
1
-43
/
+44
2019-08-30
powerpc/64s/exception: simplify machine check early path
Nicholas Piggin
1
-9
/
+22
2019-08-30
powerpc/64s/exception: machine check move tramp code
Nicholas Piggin
1
-11
/
+11
2019-08-30
powerpc/64s/exception: machine check restructure to reuse common macros
Nicholas Piggin
1
-35
/
+36
2019-08-30
powerpc/64s/exception: machine check pseries should skip the late handler for...
Nicholas Piggin
1
-20
/
+2
2019-08-30
powerpc/64s/exception: machine check use correct cfar for late handler
Nicholas Piggin
1
-0
/
+4
2019-08-30
powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch
Nicholas Piggin
1
-13
/
+10
2019-08-30
powerpc/64s/exception: machine check pseries should always run the early handler
Nicholas Piggin
1
-4
/
+0
2019-08-30
powerpc/64s/exception: machine check adjust RFI target
Nicholas Piggin
1
-1
/
+1
2019-08-30
powerpc/64s/exception: machine check fix KVM guest test
Nicholas Piggin
1
-20
/
+13
2019-08-30
powerpc/64s/exception: machine check remove bitrotted comment
Nicholas Piggin
1
-4
/
+0
2019-08-30
powerpc/64s/exception: machine check fwnmi remove HV case
Nicholas Piggin
1
-2
/
+1
2019-08-28
powerpc/64: remove support for kernel-mode syscalls
Nicholas Piggin
1
-2
/
+0
2019-08-28
powerpc/prom: convert PROM_BUG() to standard trap
Christophe Leroy
1
-1
/
+2
2019-07-17
docs: powerpc: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
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
[next]