index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
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
5
-87
/
+22
|
*
|
|
|
|
|
powerpc/tm: update comment about interrupt re-entrancy
Nicholas Piggin
2019-07-02
1
-2
/
+2
|
*
|
|
|
|
|
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
|
*
|
|
|
|
|
powerpc/64s/exception: shuffle windup code around
Nicholas Piggin
2019-07-02
1
-24
/
+16
|
*
|
|
|
|
|
powerpc/64s/exception: simplify hmi windup code
Nicholas Piggin
2019-07-02
1
-4
/
+18
|
*
|
|
|
|
|
powerpc/64s/exception: move machine check windup in_mce handling
Nicholas Piggin
2019-07-02
1
-4
/
+4
|
*
|
|
|
|
|
powerpc/64s/exception: windup use r9 consistently to restore SPRs
Nicholas Piggin
2019-07-02
1
-6
/
+6
|
*
|
|
|
|
|
powerpc/64s/exception: mtmsrd L=1 cleanup
Nicholas Piggin
2019-07-02
1
-7
/
+2
|
*
|
|
|
|
|
powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entry
Nicholas Piggin
2019-07-02
1
-7
/
+7
|
*
|
|
|
|
|
powerpc/64s/exception: clean up system call entry
Nicholas Piggin
2019-07-02
1
-17
/
+7
|
*
|
|
|
|
|
powerpc/64s/exception: move paca save area offsets into exception-64s.S
Nicholas Piggin
2019-07-02
2
-14
/
+25
|
*
|
|
|
|
|
powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection
Nicholas Piggin
2019-07-02
1
-57
/
+51
|
*
|
|
|
|
|
powerpc/64s/exception: generate regs clear instructions using .rept
Nicholas Piggin
2019-07-02
1
-13
/
+16
|
*
|
|
|
|
|
powerpc/64s/exception: fix indenting irregularities
Nicholas Piggin
2019-07-02
1
-46
/
+46
|
*
|
|
|
|
|
powerpc/64s/exception: use a gas macro for system call handler code
Nicholas Piggin
2019-07-02
1
-72
/
+55
|
*
|
|
|
|
|
powerpc/64s/exception: remove unused BRANCH_TO_COMMON
Nicholas Piggin
2019-07-02
1
-8
/
+0
|
*
|
|
|
|
|
powerpc/64s/exception: remove __BRANCH_TO_KVM
Nicholas Piggin
2019-07-02
1
-25
/
+18
|
*
|
|
|
|
|
powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used
Nicholas Piggin
2019-07-02
3
-253
/
+251
|
*
|
|
|
|
|
powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...
Nicholas Piggin
2019-07-02
2
-431
/
+431
|
*
|
|
|
|
|
powerpc/64s/exception: move KVM related code together
Nicholas Piggin
2019-07-02
1
-19
/
+21
|
*
|
|
|
|
|
powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants
Nicholas Piggin
2019-07-02
2
-24
/
+17
|
*
|
|
|
|
|
powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place
Nicholas Piggin
2019-07-02
1
-56
/
+57
|
*
|
|
|
|
|
powerpc/64s/exception: improve 0x500 handler code
Nicholas Piggin
2019-07-02
1
-12
/
+4
|
*
|
|
|
|
|
powerpc/64s/exception: unwind exception-64s.h macros
Nicholas Piggin
2019-07-02
3
-139
/
+82
|
*
|
|
|
|
|
powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers
Nicholas Piggin
2019-07-02
3
-52
/
+39
|
*
|
|
|
|
|
powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...
Nicholas Piggin
2019-07-02
2
-21
/
+26
|
*
|
|
|
|
|
powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...
Nicholas Piggin
2019-07-02
2
-24
/
+25
|
*
|
|
|
|
|
powerpc/64s/exception: KVM handler can set the HSRR trap bit
Nicholas Piggin
2019-07-02
2
-5
/
+7
|
*
|
|
|
|
|
powerpc/64s/exception: merge KVM handler and skip variants
Nicholas Piggin
2019-07-02
3
-23
/
+15
|
*
|
|
|
|
|
powerpc/64s/exception: consolidate maskable and non-maskable prologs
Nicholas Piggin
2019-07-02
2
-77
/
+55
|
*
|
|
|
|
|
powerpc/64s/exception: remove the "extra" macro parameter
Nicholas Piggin
2019-07-02
2
-122
/
+114
|
*
|
|
|
|
|
powerpc/64s/exception: fix sreset KVM test code
Nicholas Piggin
2019-07-02
1
-3
/
+3
|
*
|
|
|
|
|
powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
Nicholas Piggin
2019-07-02
2
-54
/
+51
|
*
|
|
|
|
|
powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
Nicholas Piggin
2019-07-02
2
-38
/
+17
|
*
|
|
|
|
|
powerpc/64s/exception: remove H concatenation for EXC_HV variants
Nicholas Piggin
2019-07-02
3
-184
/
+253
|
*
|
|
|
|
|
powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980
Michael Ellerman
2019-07-02
1
-1
/
+0
|
*
|
|
|
|
|
powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros
Nicholas Piggin
2019-07-01
2
-52
/
+52
|
*
|
|
|
|
|
powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions
Christoph Hellwig
2019-07-01
3
-49
/
+0
|
*
|
|
|
|
|
powerpc/powernv: remove unused NPU DMA code
Christoph Hellwig
2019-07-01
4
-581
/
+0
|
*
|
|
|
|
|
powerpc/powernv: remove the unused tunneling exports
Christoph Hellwig
2019-07-01
4
-77
/
+3
|
*
|
|
|
|
|
powerpc/powernv: remove the unused pnv_pci_set_p2p function
Christoph Hellwig
2019-07-01
5
-84
/
+0
|
*
|
|
|
|
|
powerpc/xmon: Fix disabling tracing while in xmon
Naveen N. Rao
2019-07-01
1
-2
/
+4
|
*
|
|
|
|
|
powerpc/cacheflush: fix variable set but not used
Qian Cai
2019-07-01
1
-2
/
+5
|
*
|
|
|
|
|
powerpc/eeh_cache: fix a W=1 kernel-doc warning
Qian Cai
2019-07-01
1
-0
/
+3
|
*
|
|
|
|
|
powerpc/ftrace: Enable C Version of recordmcount
Christophe Leroy
2019-07-01
1
-0
/
+1
[prev]
[next]