index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
exceptions-64s.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64s: Make rfi_flush_fallback a little more robust
Michael Ellerman
2018-09-15
1
-0
/
+6
*
powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
Nicholas Piggin
2018-05-30
1
-2
/
+17
*
powerpc/64s: Improve RFI L1-D cache flush fallback
Nicholas Piggin
2018-05-30
1
-40
/
+36
*
powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
Nicholas Piggin
2018-04-08
1
-1
/
+1
*
powerpc: Fix DABR match on hash based systems
Benjamin Herrenschmidt
2018-02-22
1
-1
/
+1
*
powerpc/64s: Add support for RFI flush of L1-D cache
Michael Ellerman
2018-01-23
1
-0
/
+84
*
powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL
Nicholas Piggin
2018-01-23
1
-1
/
+28
*
powerpc/64s: Simple RFI macro conversions
Nicholas Piggin
2018-01-23
1
-11
/
+11
*
powerpc/64s: Fix masking of SRR1 bits on instruction fault
Michael Ellerman
2017-11-30
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
powerpc/64s: Use emergency stack for kernel TM Bad Thing program checks
Cyril Bur
2017-10-06
1
-1
/
+23
*
powerpc/64s: Remove spurious IRQ reason in IRQ replay
Nicholas Piggin
2017-08-23
1
-2
/
+0
*
powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9
Nicholas Piggin
2017-08-23
1
-0
/
+4
*
powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replay
Nicholas Piggin
2017-08-23
1
-1
/
+1
*
powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13
Nicholas Piggin
2017-08-23
1
-1
/
+1
*
powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()
Nicholas Piggin
2017-08-23
1
-2
/
+1
*
powerpc/64s: Avoid a branch in masked_[H]interrupt()
Nicholas Piggin
2017-08-23
1
-4
/
+2
*
powerpc/64s: Fix replay interrupt return label name
Michael Ellerman
2017-08-23
1
-2
/
+2
*
Merge branch 'fixes' into next
Michael Ellerman
2017-08-23
1
-1
/
+9
|
\
|
*
powerpc/64s: Fix stack setup in watchdog soft_nmi_common()
Nicholas Piggin
2017-07-31
1
-1
/
+9
|
*
Merge tag 'v4.13-rc1' into fixes
Michael Ellerman
2017-07-31
1
-2
/
+28
|
|
\
*
|
|
powerpc: Fix powerpc-specific watchdog build configuration
Nicholas Piggin
2017-08-10
1
-3
/
+3
*
|
|
powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIs
Benjamin Herrenschmidt
2017-08-03
1
-1
/
+1
*
|
|
powerpc/mm: Update bits used to skip hash_page
Benjamin Herrenschmidt
2017-08-03
1
-2
/
+4
*
|
|
Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-07-21
1
-14
/
+14
|
\
|
|
|
|
/
|
/
|
|
*
powerpc/64s: Fix hypercall entry clobbering r12 input
Nicholas Piggin
2017-07-18
1
-14
/
+14
*
|
powerpc/64s: implement arch-specific hardlockup watchdog
Nicholas Piggin
2017-07-12
1
-2
/
+28
|
/
*
powerpc/64s: Blacklist functions invoked on a trap
Naveen N. Rao
2017-07-03
1
-0
/
+2
*
powerpc/64s: Convert .L__replay_interrupt_return to a local label
Naveen N. Rao
2017-07-03
1
-2
/
+2
*
Merge branch 'fixes' into next
Michael Ellerman
2017-07-03
1
-4
/
+7
|
\
|
*
powerpc/64s: Handle data breakpoints in Radix mode
Naveen N. Rao
2017-06-16
1
-4
/
+7
*
|
powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9
Benjamin Herrenschmidt
2017-06-27
1
-3
/
+5
*
|
powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()
Michael Ellerman
2017-06-21
1
-1
/
+1
*
|
powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()
Michael Ellerman
2017-06-21
1
-6
/
+9
*
|
powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmode
Michael Ellerman
2017-06-21
1
-38
/
+4
*
|
powerpc/64s: Avoid r3 save/restore in SLB miss handler
Nicholas Piggin
2017-06-20
1
-15
/
+26
*
|
powerpc/64s: SLB miss already has CTR saved for relocatable kernel
Nicholas Piggin
2017-06-20
1
-8
/
+1
*
|
powerpc/64s: Avoid saving faulting address into EX_DAR in SLB miss
Nicholas Piggin
2017-06-20
1
-5
/
+8
*
|
powerpc/64s/idle: Avoid SRR usage in idle sleep/wake paths
Nicholas Piggin
2017-06-19
1
-0
/
+1
*
|
powerpc/64s/idle: Branch to handler with virtual mode offset
Nicholas Piggin
2017-06-19
1
-2
/
+4
*
|
powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()
Nicholas Piggin
2017-06-19
1
-1
/
+7
*
|
powerpc/64s: msgclr when handling doorbell exceptions from system reset
Nicholas Piggin
2017-06-19
1
-2
/
+21
*
|
powerpc/64s: Optimize hypercall/syscall entry
Nicholas Piggin
2017-06-15
1
-37
/
+97
|
/
*
Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-05-12
1
-3
/
+1
|
\
|
*
powerpc/64s: Fix unnecessary machine check handler relocation branch
Nicholas Piggin
2017-05-09
1
-3
/
+1
*
|
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-05-05
1
-99
/
+87
|
\
|
|
*
powerpc/64s: Dedicated system reset interrupt stack
Nicholas Piggin
2017-04-28
1
-3
/
+5
|
*
powerpc/64s: Disallow system reset vs system reset reentrancy
Nicholas Piggin
2017-04-28
1
-5
/
+32
|
*
powerpc/64s: Fix system reset vs general interrupt reentrancy
Nicholas Piggin
2017-04-28
1
-3
/
+6
|
*
powerpc/64s: Exception macro for stack frame and initial register save
Nicholas Piggin
2017-04-28
1
-9
/
+4
[next]