index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/oops: Line up NIP & MSR with other rows
Michael Ellerman
2017-08-28
1
-2
/
+2
*
powerpc/oops: Print CR/XER on same line as MSR
Michael Ellerman
2017-08-28
1
-1
/
+1
*
powerpc/oops: Use IS_ENABLED() for oops markers
Michael Ellerman
2017-08-28
1
-9
/
+10
*
powerpc/oops: Print the kernel's endian in the oops
Michael Ellerman
2017-08-28
1
-0
/
+6
*
powerpc/oops: Fix the oops markers to use pr_cont()
Michael Ellerman
2017-08-28
1
-5
/
+5
*
powerpc/uprobes: Implement arch_uretprobe_is_alive()
Naveen N. Rao
2017-08-24
1
-0
/
+9
*
powerpc/kprobes: Don't save/restore DAR/DSISR to/from pt_regs for optprobes
Naveen N. Rao
2017-08-24
1
-8
/
+0
*
powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)
Nicholas Piggin
2017-08-23
1
-8
/
+27
*
powerpc/64s: Remove spurious IRQ reason in IRQ replay
Nicholas Piggin
2017-08-23
1
-2
/
+0
*
powerpc/64: Remove redundant instruction in interrupt replay
Nicholas Piggin
2017-08-23
1
-1
/
+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
3
-8
/
+2
*
powerpc/64: Cleanup __check_irq_replay()
Nicholas Piggin
2017-08-23
1
-22
/
+23
*
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
*
powerpc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-23
11
-69
/
+66
*
Merge branch 'fixes' into next
Michael Ellerman
2017-08-23
8
-80
/
+102
|
\
|
*
powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
Benjamin Herrenschmidt
2017-08-16
1
-2
/
+3
|
*
powerpc/watchdog: add locking around init/exit functions
Nicholas Piggin
2017-08-09
1
-1
/
+10
|
*
powerpc/watchdog: Fix marking of stuck CPUs
Nicholas Piggin
2017-08-09
1
-6
/
+9
|
*
powerpc/watchdog: Fix final-check recovered case
Nicholas Piggin
2017-08-09
1
-1
/
+5
|
*
powerpc/watchdog: Moderate touch_nmi_watchdog overhead
Nicholas Piggin
2017-08-09
1
-1
/
+3
|
*
powerpc/watchdog: Improve watchdog lock primitive
Nicholas Piggin
2017-08-09
1
-4
/
+9
|
*
powerpc: NMI IPI improve lock primitive
Nicholas Piggin
2017-08-09
1
-3
/
+3
|
*
Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"
Michael Ellerman
2017-08-07
2
-46
/
+18
|
*
powerpc/64: Fix __check_irq_replay missing decrementer interrupt
Nicholas Piggin
2017-08-04
1
-1
/
+14
|
*
powerpc/perf: POWER9 PMU stops after idle workaround
Nicholas Piggin
2017-08-04
1
-1
/
+7
|
*
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
8
-24
/
+445
|
|
\
|
*
|
powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPU
Michael Ellerman
2017-07-28
1
-10
/
+2
|
*
|
powerpc/tm: Fix saving of TM SPRs in core dump
Gustavo Romero
2017-07-28
1
-3
/
+10
*
|
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2017-08-17
2
-4
/
+5
|
\
\
\
|
*
|
|
powerpc/mm: Rename find_linux_pte_or_hugepte()
Aneesh Kumar K.V
2017-08-17
2
-4
/
+5
*
|
|
|
powerpc: Remove more redundant VSX save/tests
Benjamin Herrenschmidt
2017-08-16
1
-25
/
+8
*
|
|
|
powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()
Benjamin Herrenschmidt
2017-08-16
1
-3
/
+11
*
|
|
|
powerpc: Remove redundant FP/Altivec giveup code
Benjamin Herrenschmidt
2017-08-16
1
-4
/
+0
*
|
|
|
powerpc: Fix missing newline before {
Benjamin Herrenschmidt
2017-08-16
1
-1
/
+2
*
|
|
|
powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...
Aneesh Kumar K.V
2017-08-16
1
-7
/
+0
*
|
|
|
powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32
Christophe Leroy
2017-08-15
1
-1
/
+1
*
|
|
|
powerpc/8xx: Reduce DTLB miss handler by one insn
Christophe Leroy
2017-08-15
1
-7
/
+7
*
|
|
|
powerpc/8xx: Make pinning of ITLBs optional
Christophe Leroy
2017-08-15
1
-12
/
+45
*
|
|
|
powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.S
Christophe Leroy
2017-08-15
1
-0
/
+7
*
|
|
|
powerpc/8xx: Remove macro that checks kernel address
Christophe Leroy
2017-08-15
1
-13
/
+16
*
|
|
|
powerpc/l2cr_6xx: Fix invalid use of register expressions
Andreas Schwab
2017-08-15
1
-2
/
+2
*
|
|
|
powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()
Michael Ellerman
2017-08-15
1
-1
/
+1
*
|
|
|
powerpc/8xx: Remove cpu dependent macro instructions from head_8xx
Christophe Leroy
2017-08-10
1
-4
/
+1
*
|
|
|
powerpc/8xx: Use symbolic names for DSISR bits in DSI
Christophe Leroy
2017-08-10
1
-1
/
+1
*
|
|
|
powerpc/8xx: Use symbolic PVR value
Christophe Leroy
2017-08-10
1
-1
/
+1
[next]