index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
powerpc/64s: syscall real mode entry use mtmsrd rather than rfid
Nicholas Piggin
2
-6
/
+9
2021-02-11
powerpc/kuap: Restore AMR after replaying soft interrupts
Alexey Kardashevskiy
1
-1
/
+26
2021-02-11
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
1
-9
/
+0
2021-02-10
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
1
-0
/
+1
2021-02-10
KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
Nicholas Piggin
1
-3
/
+0
2021-02-10
KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWR
Ravi Bangoria
1
-0
/
+2
2021-02-10
KVM: PPC: Book3S HV: Rename current DAWR macros and variables
Ravi Bangoria
1
-2
/
+2
2021-02-09
powerpc/64s: Handle program checks in wrong endian during early boot
Michael Ellerman
1
-0
/
+45
2021-02-09
powerpc/64: Make stack tracing work during very early boot
Michael Ellerman
1
-0
/
+3
2021-02-09
powerpc64/idle: Fix SP offsets when saving GPRs
Christopher M. Riedl
1
-65
/
+73
2021-02-09
powerpc/8xx: Fix software emulation interrupt
Christophe Leroy
1
-1
/
+1
2021-02-09
powerpc/44x: Fix a spelling mismach to mismatch in head_44x.S
Bhaskar Chowdhury
1
-2
/
+2
2021-02-09
powerpc: remove unneeded semicolons
Chengyang Fan
2
-7
/
+7
2021-02-09
powerpc/64s: runlatch interrupt handling in C
Nicholas Piggin
1
-18
/
+0
2021-02-09
powerpc/64s: move NMI soft-mask handling to C
Nicholas Piggin
1
-60
/
+0
2021-02-09
powerpc: move NMI entry/exit code into wrapper
Nicholas Piggin
3
-46
/
+10
2021-02-09
powerpc/64: entry cpu time accounting in C
Nicholas Piggin
2
-6
/
+0
2021-02-09
powerpc/64: move account_stolen_time into its own function
Nicholas Piggin
1
-9
/
+1
2021-02-09
powerpc/64s: reconcile interrupts in C
Nicholas Piggin
1
-26
/
+0
2021-02-09
powerpc/64s: move context tracking exit to interrupt exit path
Nicholas Piggin
1
-2
/
+16
2021-02-09
powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
Nicholas Piggin
5
-18
/
+6
2021-02-09
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
1
-51
/
+7
2021-02-09
powerpc/64: context tracking remove _TIF_NOHZ
Nicholas Piggin
3
-34
/
+46
2021-02-09
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
1
-17
/
+7
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
9
-44
/
+73
2021-02-09
powerpc/traps: factor common code from program check and emulation assist
Nicholas Piggin
1
-14
/
+24
2021-02-09
powerpc: improve handling of unrecoverable system reset
Nicholas Piggin
1
-1
/
+4
2021-02-09
powerpc/mce: ensure machine check handler always tests RI
Nicholas Piggin
1
-1
/
+1
2021-02-09
powerpc: introduce die_mce
Nicholas Piggin
1
-6
/
+15
2021-02-09
powerpc: add and use unknown_async_exception
Nicholas Piggin
3
-5
/
+17
2021-02-09
powerpc/perf: move perf irq/nmi handling details into traps.c
Nicholas Piggin
1
-1
/
+30
2021-02-09
powerpc/traps: add NOKPROBE_SYMBOL for sreset and mce
Nicholas Piggin
1
-0
/
+2
2021-02-09
powerpc/64s: move bad_page_fault handling to C
Nicholas Piggin
1
-12
/
+0
2021-02-09
powerpc/64s: add do_bad_page_fault_segv handler
Nicholas Piggin
1
-3
/
+1
2021-02-09
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
3
-5
/
+3
2021-02-09
powerpc/32: transfer can avoid saving r4/r5 over trace call
Nicholas Piggin
1
-6
/
+1
2021-02-09
powerpc: DebugException remove args
Nicholas Piggin
4
-3
/
+6
2021-02-09
powerpc: do_break get registers from regs
Nicholas Piggin
2
-7
/
+5
2021-02-09
powerpc/fsl_booke/32: CacheLockingException remove args
Nicholas Piggin
2
-5
/
+6
2021-02-09
powerpc: remove arguments from fault handler functions
Nicholas Piggin
6
-29
/
+15
2021-02-09
powerpc/64s: move the hash fault handling logic to C
Nicholas Piggin
1
-99
/
+28
2021-02-09
powerpc/64s: move DABR match out of handle_page_fault
Nicholas Piggin
1
-18
/
+16
2021-02-09
powerpc/32s: move DABR match out of handle_page_fault
Christophe Leroy
2
-15
/
+3
2021-02-09
powerpc/64s: interrupt exit improve bounding of interrupt recursion
Nicholas Piggin
1
-22
/
+33
2021-02-09
powerpc/pci: Move PHB discovery for PCI_DN using platforms
Oliver O'Halloran
1
-22
/
+0
2021-02-03
powerpc/pci: Add ppc_md.discover_phbs()
Oliver O'Halloran
1
-0
/
+10
2021-02-02
powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semantics
Raoni Fassina Firmino
2
-2
/
+11
2021-01-31
powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
Christophe Leroy
1
-0
/
+12
2021-01-31
powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()
Markus Elfring
1
-6
/
+5
2021-01-31
powerpc/mce: Remove per cpu variables from MCE handlers
Ganesh Goudar
2
-32
/
+49
[prev]
[next]