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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
2021-02-09
powerpc/64: Make stack tracing work during very early boot
Michael Ellerman
2021-02-09
powerpc64/idle: Fix SP offsets when saving GPRs
Christopher M. Riedl
2021-02-09
powerpc/8xx: Fix software emulation interrupt
Christophe Leroy
2021-02-09
powerpc/44x: Fix a spelling mismach to mismatch in head_44x.S
Bhaskar Chowdhury
2021-02-09
powerpc: remove unneeded semicolons
Chengyang Fan
2021-02-09
powerpc/64s: runlatch interrupt handling in C
Nicholas Piggin
2021-02-09
powerpc/64s: move NMI soft-mask handling to C
Nicholas Piggin
2021-02-09
powerpc: move NMI entry/exit code into wrapper
Nicholas Piggin
2021-02-09
powerpc/64: entry cpu time accounting in C
Nicholas Piggin
2021-02-09
powerpc/64: move account_stolen_time into its own function
Nicholas Piggin
2021-02-09
powerpc/64s: reconcile interrupts in C
Nicholas Piggin
2021-02-09
powerpc/64s: move context tracking exit to interrupt exit path
Nicholas Piggin
2021-02-09
powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
Nicholas Piggin
2021-02-09
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
2021-02-09
powerpc/64: context tracking remove _TIF_NOHZ
Nicholas Piggin
2021-02-09
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-09
powerpc/traps: factor common code from program check and emulation assist
Nicholas Piggin
2021-02-09
powerpc: improve handling of unrecoverable system reset
Nicholas Piggin
2021-02-09
powerpc/mce: ensure machine check handler always tests RI
Nicholas Piggin
2021-02-09
powerpc: introduce die_mce
Nicholas Piggin
2021-02-09
powerpc: add and use unknown_async_exception
Nicholas Piggin
2021-02-09
powerpc/perf: move perf irq/nmi handling details into traps.c
Nicholas Piggin
2021-02-09
powerpc/traps: add NOKPROBE_SYMBOL for sreset and mce
Nicholas Piggin
2021-02-09
powerpc/64s: move bad_page_fault handling to C
Nicholas Piggin
2021-02-09
powerpc/64s: add do_bad_page_fault_segv handler
Nicholas Piggin
2021-02-09
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
2021-02-09
powerpc/32: transfer can avoid saving r4/r5 over trace call
Nicholas Piggin
2021-02-09
powerpc: DebugException remove args
Nicholas Piggin
2021-02-09
powerpc: do_break get registers from regs
Nicholas Piggin
2021-02-09
powerpc/fsl_booke/32: CacheLockingException remove args
Nicholas Piggin
2021-02-09
powerpc: remove arguments from fault handler functions
Nicholas Piggin
2021-02-09
powerpc/64s: move the hash fault handling logic to C
Nicholas Piggin
2021-02-09
powerpc/64s: move DABR match out of handle_page_fault
Nicholas Piggin
2021-02-09
powerpc/32s: move DABR match out of handle_page_fault
Christophe Leroy
2021-02-09
powerpc/64s: interrupt exit improve bounding of interrupt recursion
Nicholas Piggin
2021-02-09
powerpc/pci: Move PHB discovery for PCI_DN using platforms
Oliver O'Halloran
2021-02-03
powerpc/pci: Add ppc_md.discover_phbs()
Oliver O'Halloran
2021-02-02
powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semantics
Raoni Fassina Firmino
2021-01-31
powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
Christophe Leroy
2021-01-31
powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()
Markus Elfring
2021-01-31
powerpc/mce: Remove per cpu variables from MCE handlers
Ganesh Goudar
2021-01-31
powerpc/time: Enable sched clock for irqtime
Pingfan Liu
2021-01-31
powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan
Cédric Le Goater
2021-01-31
powerpc/pci: Delete traverse_pci_dn()
Oliver O'Halloran
2021-01-31
powerpc/eeh: Add a debugfs interface to check if a driver supports recovery
Oliver O'Halloran
2021-01-31
powerpc/eeh: Rework pci_dev lookup in debugfs attributes
Oliver O'Halloran
2021-01-30
powerpc/vdso64: remove meaningless vgettimeofday.o build rule
Masahiro Yamada
2021-01-30
powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
Masahiro Yamada
2021-01-30
powerpc/iommu/debug: Add debugfs entries for IOMMU tables
Alexey Kardashevskiy
[prev]
[next]