index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
powerpc/inst: Reduce casts in get_user_instr()
Christophe Leroy
1
-4
/
+3
2021-06-16
powerpc/inst: Fix sparse detection on get_user_instr()
Christophe Leroy
1
-1
/
+6
2021-06-16
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
1
-2
/
+1
2021-06-16
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
1
-1
/
+0
2021-06-16
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
2
-0
/
+5
2021-06-16
powerpc/ebpf64: Use PPC_RAW_MFLR()
Christophe Leroy
1
-2
/
+1
2021-06-16
powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
Christophe Leroy
1
-2
/
+1
2021-06-16
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
1
-7
/
+4
2021-06-16
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
1
-2
/
+3
2021-06-16
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
1
-7
/
+5
2021-06-16
powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
Christophe Leroy
1
-0
/
+34
2021-06-16
powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
Christophe Leroy
1
-4
/
+4
2021-06-16
powerpc: Force inlining of csum_add()
Christophe Leroy
1
-1
/
+1
2021-06-16
Merge branch 'fixes' into next
Michael Ellerman
4
-36
/
+82
2021-06-15
powerpc: Fix initrd corruption with relative jump labels
Michael Ellerman
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV P9: implement hash host / hash guest support
Nicholas Piggin
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV P9: implement hash guest support
Nicholas Piggin
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
Nicholas Piggin
1
-9
/
+1
2021-06-10
KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
Nicholas Piggin
2
-2
/
+1
2021-06-10
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
1
-6
/
+0
2021-06-10
KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
Nicholas Piggin
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
4
-2
/
+17
2021-06-10
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
Nicholas Piggin
1
-0
/
+6
2021-06-10
KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
Nicholas Piggin
1
-0
/
+12
2021-06-10
KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
Nicholas Piggin
1
-0
/
+2
2021-06-10
KVM: PPC: Book3S 64: Move hcall early register setup to KVM
Nicholas Piggin
1
-0
/
+13
2021-06-10
powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h
Marc Zyngier
1
-1
/
+0
2021-06-10
powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy
Marc Zyngier
1
-2
/
+2
2021-06-10
powerpc/ps3: Add dma_mask to ps3_dma_region
Geoff Levand
1
-0
/
+2
2021-06-10
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
Geoff Levand
1
-1
/
+1
2021-06-10
powerpc/barrier: Avoid collision with clang's __lwsync macro
Nathan Chancellor
1
-0
/
+2
2021-06-06
Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-0
/
+29
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2021-05-28
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
1
-0
/
+29
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
1
-0
/
+1
2021-05-26
locking/atomic: powerpc: move to ARCH_ATOMIC
Mark Rutland
3
-83
/
+89
2021-05-26
locking/atomic: cmpxchg: make `generic` a prefix
Mark Rutland
1
-1
/
+1
2021-05-23
powerpc/sstep: Add tests for setb instruction
Sathvika Vasireddy
1
-0
/
+1
2021-05-21
powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
Nicholas Piggin
2
-35
/
+52
2021-05-17
powerpc/32s: Remove asm/book3s/32/hash.h
Christophe Leroy
2
-46
/
+37
2021-05-17
powerpc: Only pad struct pt_regs when needed
Christophe Leroy
1
-1
/
+2
2021-05-17
powerpc/32s: Speed up likely path of kuap_update_sr()
Christophe Leroy
1
-2
/
+4
2021-05-17
powerpc/mmu: Remove leftover CONFIG_E200
Christophe Leroy
1
-1
/
+1
2021-05-17
powerpc/mmu: Don't duplicate radix_enabled()
Christophe Leroy
1
-12
/
+0
2021-05-17
powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit
Christophe Leroy
1
-2
/
+0
2021-05-14
powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled
Nicholas Piggin
1
-0
/
+7
2021-05-12
powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Christophe Leroy
1
-1
/
+1
2021-05-12
powerpc/pseries: use notrace hcall variant for H_CEDE idle
Nicholas Piggin
1
-1
/
+5
2021-05-12
powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocks
Nicholas Piggin
2
-3
/
+22
2021-05-12
powerpc/interrupts: Fix kuep_unlock() call
Christophe Leroy
1
-2
/
+0
[prev]
[next]