index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
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-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
2021-01-31
powerpc/time: Enable sched clock for irqtime
Pingfan Liu
1
-0
/
+2
2021-01-31
powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan
Cédric Le Goater
1
-8
/
+4
2021-01-31
powerpc/pci: Delete traverse_pci_dn()
Oliver O'Halloran
1
-40
/
+0
2021-01-31
powerpc/eeh: Add a debugfs interface to check if a driver supports recovery
Oliver O'Halloran
1
-0
/
+50
2021-01-31
powerpc/eeh: Rework pci_dev lookup in debugfs attributes
Oliver O'Halloran
1
-34
/
+37
2021-01-30
powerpc/vdso64: remove meaningless vgettimeofday.o build rule
Masahiro Yamada
1
-2
/
+0
2021-01-30
powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.o
Masahiro Yamada
5
-11
/
+4
2021-01-30
powerpc/iommu/debug: Add debugfs entries for IOMMU tables
Alexey Kardashevskiy
1
-0
/
+46
2021-01-30
powerpc/watchdog: Declare soft_nmi_interrupt() prototype
Cédric Le Goater
1
-0
/
+1
2021-01-30
powerpc/optprobes: Make patch_imm64_load_insns() static
Cédric Le Goater
1
-1
/
+1
2021-01-30
powerpc/optprobes: Remove unused routine patch_imm32_load_insns()
Cédric Le Goater
1
-19
/
+0
2021-01-30
powerpc/smp: Make debugger_ipi_callback() static
Cédric Le Goater
1
-1
/
+1
2021-01-30
powerpc/smp: Include tick_broadcast() prototype
Cédric Le Goater
1
-0
/
+1
2021-01-30
powerpc/mce: Include prototypes
Cédric Le Goater
1
-0
/
+1
2021-01-30
powerpc/setup_64: Make some routines static
Cédric Le Goater
1
-3
/
+4
2021-01-29
arch: powerpc: Stop building and using oprofile
Viresh Kumar
2
-69
/
+0
2021-01-24
fs: add mount_setattr()
Christian Brauner
1
-0
/
+1
2021-01-24
powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous int...
Nicholas Piggin
1
-12
/
+16
2021-01-20
powerpc/64s: fix scv entry fallback flush vs interrupt
Nicholas Piggin
3
-1
/
+27
2021-01-12
powerpc: Fix alignment bug within the init sections
Ariel Marcovitch
1
-0
/
+8
2021-01-06
powerpc: Handle .text.{hot,unlikely}.* in linker script
Nathan Chancellor
1
-1
/
+1
2021-01-04
powerpc/32s: Fix RTAS machine check with VMAP stack
Christophe Leroy
1
-0
/
+9
2020-12-24
Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-13
/
+20
2020-12-22
Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+69
[prev]
[next]