summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-18KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin1-0/+7
2021-08-26powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy1-0/+20
2021-08-26powerpc/32s: Refactor update of user segment registersChristophe Leroy3-4/+49
2021-08-18powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy1-0/+16
2021-08-18powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy2-1/+4
2021-07-20powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy1-1/+6
2021-07-20powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand1-0/+2
2021-07-19powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor1-0/+2
2021-07-14powerpc/64s/interrupt: preserve regs->softe for NMI interruptsNicholas Piggin1-0/+3
2021-07-14powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman1-2/+2
2021-07-14KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh1-0/+30
2021-06-20Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman1-1/+1
2021-06-06Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+29
2021-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin1-0/+29
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti1-0/+1
2021-05-20powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2-35/+52
2021-05-14powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabledNicholas Piggin1-0/+7
2021-05-12powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUTChristophe Leroy1-1/+1
2021-05-12powerpc/pseries: use notrace hcall variant for H_CEDE idleNicholas Piggin1-1/+5
2021-05-12powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocksNicholas Piggin2-3/+22
2021-05-12powerpc/interrupts: Fix kuep_unlock() callChristophe Leroy1-2/+0
2021-05-08Merge branch 'master' into nextMichael Ellerman2-7/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-05KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacksNicholas Piggin1-1/+1
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+2
2021-05-02powerpc/powernv: remove the nvlink supportChristoph Hellwig3-11/+0
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-18/+10
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+3
2021-05-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+20
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds54-576/+621
2021-04-30mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin1-4/+3
2021-04-30powerpc: inline huge vmap supported functionsNicholas Piggin1-3/+16
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-0/+8
2021-04-29Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-44/+2
2021-04-28powerpc: Avoid clang uninitialized warning in __get_user_size_allowedNathan Chancellor1-1/+1
2021-04-25powerpc/kasan: Fix shadow start address with modulesChristophe Leroy1-1/+1
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-2/+2
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy3-2/+16
2021-04-22powerpc/powernv: Fix type of opal_mpipl_query_tag() addr argumentMichael Ellerman1-1/+1
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy1-2/+1
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy1-0/+2
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy1-3/+0
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy1-0/+1
2021-04-21powerpc/32: Use r2 in wrtspr() instead of r0Christophe Leroy1-2/+1
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy1-6/+7
2021-04-21powerpc/irq: Enhance readability of trap typesChristophe Leroy1-0/+1
2021-04-21powerpc/32s: Enhance readability of trap typesChristophe Leroy1-0/+6