index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Lines
2021-12-09
powerpc/kuap: Check KUAP activation in generic functions
Christophe Leroy
-76
/
+56
2021-12-09
powerpc/kuap: Add a generic intermediate layer
Christophe Leroy
-37
/
+86
2021-12-09
powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64
Christophe Leroy
-5
/
+0
2021-12-09
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
-0
/
+14
2021-12-09
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
-44
/
+78
2021-12-09
powerpc/32s: Remove capability to disable KUEP at boottime
Christophe Leroy
-2
/
+1
2021-12-09
powerpc/44x: Activate KUEP at all time
Christophe Leroy
-1
/
+0
2021-12-09
powerpc/8xx: Activate KUEP at all time
Christophe Leroy
-4
/
+2
2021-12-09
Revert "powerpc: Inline setup_kup()"
Christophe Leroy
-6
/
+2
2021-12-09
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
-4
/
+45
2021-12-09
powerpc/64s: Make hash MMU support configurable
Nicholas Piggin
-3
/
+13
2021-12-09
powerpc/64s: Always define arch unmapped area calls
Nicholas Piggin
-4
/
+6
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
-1
/
+0
2021-12-08
KVM: Force PPC to define its own rcuwait object
Sean Christopherson
-0
/
+1
2021-12-08
KVM: PPC: Avoid referencing userspace memory region in memslot updates
Sean Christopherson
-4
/
+0
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
-4
/
+6
2021-12-07
locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
Sebastian Andrzej Siewior
-2
/
+2
2021-12-02
powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
Nicholas Piggin
-1
/
+1
2021-12-02
powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
Nicholas Piggin
-4
/
+0
2021-12-02
powerpc: Remove unused FW_FEATURE_NATIVE references
Nicholas Piggin
-8
/
+0
2021-12-02
powerpc/signal32: Use struct_group() to zero spe regs
Kees Cook
-2
/
+4
2021-11-30
powerpc/64s: Get LPID bit width from device tree
Nicholas Piggin
-4
/
+5
2021-11-30
powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...
Athira Rajeev
-0
/
+40
2021-11-30
powerpc/atomics: Remove atomic_inc()/atomic_dec() and friends
Christophe Leroy
-95
/
+0
2021-11-30
powerpc/atomics: Use immediate operand when possible
Christophe Leroy
-28
/
+28
2021-11-30
powerpc/bitops: Use immediate operand when possible
Christophe Leroy
-8
/
+81
2021-11-29
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
-16
/
+27
2021-11-29
powerpc: Mark probe_machine() __init and static
Michael Ellerman
-2
/
+0
2021-11-29
powerpc: remove cpu_online_cores_map function
Nicholas Piggin
-33
/
+0
2021-11-29
Revert "powerpc/code-patching: Improve verification of patchability"
Michael Ellerman
-0
/
+1
2021-11-25
powerpc/rtas: rtas_busy_delay() improvements
Nathan Lynch
-1
/
+1
2021-11-25
powerpc/code-patching: Improve verification of patchability
Christophe Leroy
-1
/
+0
2021-11-25
powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
Hari Bathini
-0
/
+2
2021-11-25
powerpc/xive: Activate StoreEOI on P10
Cédric Le Goater
-0
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
-0
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
Nicholas Piggin
-2
/
+0
2021-11-24
KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
Nicholas Piggin
-0
/
+2
2021-11-24
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
-0
/
+1
2021-11-24
KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
Nicholas Piggin
-2
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
-0
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
-0
/
+3
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
-0
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Optimise timebase reads
Nicholas Piggin
-1
/
+1
2021-11-24
KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
Nicholas Piggin
-1
/
+7
2021-11-24
KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
Nicholas Piggin
-0
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
Nicholas Piggin
-5
/
+0
2021-11-24
powerpc/time: add API for KVM to re-arm the host timer/decrementer
Nicholas Piggin
-12
/
+4
2021-11-24
KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
Nicholas Piggin
-0
/
+2
2021-11-24
KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
Nicholas Piggin
-0
/
+5
2021-11-10
Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-10
/
+0
[prev]
[next]