index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
powerpc/64s: add do_bad_page_fault_segv handler
Nicholas Piggin
2021-02-08
1
-3
/
+1
*
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
2021-02-08
3
-5
/
+3
*
powerpc/32: transfer can avoid saving r4/r5 over trace call
Nicholas Piggin
2021-02-08
1
-6
/
+1
*
powerpc: DebugException remove args
Nicholas Piggin
2021-02-08
4
-3
/
+6
*
powerpc: do_break get registers from regs
Nicholas Piggin
2021-02-08
2
-7
/
+5
*
powerpc/fsl_booke/32: CacheLockingException remove args
Nicholas Piggin
2021-02-08
2
-5
/
+6
*
powerpc: remove arguments from fault handler functions
Nicholas Piggin
2021-02-08
6
-29
/
+15
*
powerpc/64s: move the hash fault handling logic to C
Nicholas Piggin
2021-02-08
1
-99
/
+28
*
powerpc/64s: move DABR match out of handle_page_fault
Nicholas Piggin
2021-02-08
1
-18
/
+16
*
powerpc/32s: move DABR match out of handle_page_fault
Christophe Leroy
2021-02-08
2
-15
/
+3
*
powerpc/64s: interrupt exit improve bounding of interrupt recursion
Nicholas Piggin
2021-02-08
1
-22
/
+33
*
powerpc/pci: Move PHB discovery for PCI_DN using platforms
Oliver O'Halloran
2021-02-08
1
-22
/
+0
*
powerpc/pci: Add ppc_md.discover_phbs()
Oliver O'Halloran
2021-02-02
1
-0
/
+10
*
powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
Christophe Leroy
2021-01-31
1
-0
/
+12
*
powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()
Markus Elfring
2021-01-31
1
-6
/
+5
*
powerpc/mce: Remove per cpu variables from MCE handlers
Ganesh Goudar
2021-01-31
2
-32
/
+49
*
powerpc/time: Enable sched clock for irqtime
Pingfan Liu
2021-01-31
1
-0
/
+2
*
powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan
Cédric Le Goater
2021-01-31
1
-8
/
+4
*
powerpc/pci: Delete traverse_pci_dn()
Oliver O'Halloran
2021-01-31
1
-40
/
+0
*
powerpc/eeh: Add a debugfs interface to check if a driver supports recovery
Oliver O'Halloran
2021-01-31
1
-0
/
+50
*
powerpc/eeh: Rework pci_dev lookup in debugfs attributes
Oliver O'Halloran
2021-01-31
1
-34
/
+37
*
powerpc/iommu/debug: Add debugfs entries for IOMMU tables
Alexey Kardashevskiy
2021-01-30
1
-0
/
+46
*
powerpc/watchdog: Declare soft_nmi_interrupt() prototype
Cédric Le Goater
2021-01-30
1
-0
/
+1
*
powerpc/optprobes: Make patch_imm64_load_insns() static
Cédric Le Goater
2021-01-30
1
-1
/
+1
*
powerpc/optprobes: Remove unused routine patch_imm32_load_insns()
Cédric Le Goater
2021-01-30
1
-19
/
+0
*
powerpc/smp: Make debugger_ipi_callback() static
Cédric Le Goater
2021-01-30
1
-1
/
+1
*
powerpc/smp: Include tick_broadcast() prototype
Cédric Le Goater
2021-01-30
1
-0
/
+1
*
powerpc/mce: Include prototypes
Cédric Le Goater
2021-01-30
1
-0
/
+1
*
powerpc/setup_64: Make some routines static
Cédric Le Goater
2021-01-30
1
-3
/
+4
*
Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-12-24
4
-13
/
+20
|
\
|
*
powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...
Christophe Leroy
2020-12-21
1
-9
/
+16
|
*
powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSO
Michael Ellerman
2020-12-21
1
-1
/
+1
|
*
powerpc/vdso: Block R_PPC_REL24 relocations
Michael Ellerman
2020-12-21
2
-2
/
+2
|
*
powerpc/smp: Add __init to init_big_cores()
Cédric Le Goater
2020-12-21
1
-1
/
+1
*
|
Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-12-22
1
-2
/
+69
|
\
\
|
*
|
powerpc/dma: Fallback to dma_ops when persistent memory present
Alexey Kardashevskiy
2020-11-27
1
-2
/
+69
|
*
|
Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-11-19
4
-40
/
+178
|
|
\
\
*
|
|
|
epoll: wire up syscall epoll_pwait2
Willem de Bruijn
2020-12-19
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-12-17
64
-3066
/
+1972
|
\
\
\
|
*
|
|
powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cache
Gautham R. Shenoy
2020-12-10
1
-10
/
+20
|
*
|
|
powerpc/smp: Add support detecting thread-groups sharing L2 cache
Gautham R. Shenoy
2020-12-10
1
-5
/
+53
|
*
|
|
powerpc/smp: Rename init_thread_group_l1_cache_map() to make it generic
Gautham R. Shenoy
2020-12-10
1
-7
/
+10
|
*
|
|
powerpc/smp: Rename cpu_l1_cache_map as thread_group_l1_cache_map
Gautham R. Shenoy
2020-12-10
1
-7
/
+7
|
*
|
|
powerpc/smp: Parse ibm,thread-groups with multiple properties
Gautham R. Shenoy
2020-12-10
1
-61
/
+113
|
*
|
|
powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions
Ravi Bangoria
2020-12-10
1
-2
/
+65
|
*
|
|
powerpc/64s: Remove idle workaround code from restore_cpu_cpufeatures
Nicholas Piggin
2020-12-10
1
-20
/
+1
|
*
|
|
powerpc/64: irq replay remove decrementer overflow check
Nicholas Piggin
2020-12-09
2
-55
/
+7
|
*
|
|
powerpc/64s: Remove MSR[ISF] bit
Nicholas Piggin
2020-12-09
2
-3
/
+2
|
*
|
|
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
2020-12-09
3
-3
/
+3
|
*
|
|
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exception
Christophe Leroy
2020-12-09
1
-5
/
+4
[prev]
[next]