summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2021-06-16powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy
2021-06-16powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy
2021-06-16powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy
2021-06-16powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/traps: Start using PPC_RAW_xx() macrosChristophe Leroy
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy
2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy
2021-06-16powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc/modules: Use PPC_RAW_xx() macrosChristophe Leroy
2021-06-16powerpc/signal: Use PPC_RAW_xx() macrosChristophe Leroy
2021-06-16powerpc/lib/code-patching: Use PPC_RAW_() macrosChristophe Leroy
2021-06-16powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()Christophe Leroy
2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy
2021-06-16powerpc: Force inlining of csum_add()Christophe Leroy
2021-06-16Merge branch 'fixes' into nextMichael Ellerman
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman
2021-06-10KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin
2021-06-10KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin
2021-06-10KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_en...Nicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer racesNicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in CNicholas Piggin
2021-06-10KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin
2021-06-10powerpc: Drop dependency between asm/irq.h and linux/irqdomain.hMarc Zyngier
2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier
2021-06-10powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand
2021-06-10powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT optionGeoff Levand
2021-06-10powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor
2021-06-06Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti
2021-05-26locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland
2021-05-23powerpc/sstep: Add tests for setb instructionSathvika Vasireddy
2021-05-21powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin
2021-05-17powerpc/32s: Remove asm/book3s/32/hash.hChristophe Leroy
2021-05-17powerpc: Only pad struct pt_regs when neededChristophe Leroy
2021-05-17powerpc/32s: Speed up likely path of kuap_update_sr()Christophe Leroy
2021-05-17powerpc/mmu: Remove leftover CONFIG_E200Christophe Leroy
2021-05-17powerpc/mmu: Don't duplicate radix_enabled()Christophe Leroy
2021-05-17powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limitChristophe Leroy
2021-05-14powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabledNicholas Piggin
2021-05-12powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUTChristophe Leroy
2021-05-12powerpc/pseries: use notrace hcall variant for H_CEDE idleNicholas Piggin