summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-13powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-13powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin1-1/+1
2022-04-08powerpc: Fix build errors with newer binutilsAnders Roxell2-8/+35
2022-04-08powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy1-1/+11
2022-02-16powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy5-2/+9
2022-02-01powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao1-0/+1
2022-02-01powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy1-0/+2
2022-02-01KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2-1/+1
2022-02-01powerpc/audit: Fix syscall_get_arch()Christophe Leroy2-2/+4
2022-01-27powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev1-0/+40
2021-11-18powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy3-9/+16
2021-11-18powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2-9/+30
2021-11-18powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()Nathan Lynch1-1/+17
2021-10-07powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy1-0/+8
2021-10-07powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin1-3/+2
2021-10-07powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin1-5/+8
2021-10-07powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao1-0/+5
2021-10-07powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao1-0/+1
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-10/+0
2021-09-13powerpc: remove GCC version check for UPD_CONSTRNick Desaulniers1-10/+0
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann1-16/+0
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds35-99/+217
2021-09-03Merge branch 'fixes' into nextMichael Ellerman4-1/+40
2021-09-01powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman1-1/+2
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+20
2021-08-26powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras1-0/+1
2021-08-26powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras1-8/+0
2021-08-26powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju1-0/+13
2021-08-26powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy1-0/+9
2021-08-26Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-1/+12
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy1-0/+23
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song1-1/+4
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-1/+4
2021-08-25KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin1-0/+7
2021-08-25KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin2-0/+3
2021-08-25KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin1-1/+2
2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy5-13/+11
2021-08-25powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy1-4/+0
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy1-1/+1
2021-08-23powerpc/compat_sys: Declare syscallsCédric Le Goater1-0/+30
2021-08-23powerpc/syscalls: Remove __NR__exitChristophe Leroy1-2/+0
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang1-1/+0
2021-08-20powerpc/audit: Simplify syscall_get_arch()Christophe Leroy1-10/+5
2021-08-20powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()Christophe Leroy1-3/+2
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+20
2021-08-19powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy1-0/+20
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy4-20/+61
2021-08-14powerpc/bug: Remove specific powerpc BUG_ON() and WARN_ON() on PPC32Christophe Leroy1-3/+6
2021-08-13powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V2-1/+3