aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2022-04-20Merge tag 'v5.15.34' into v5.15/standard/baseBruce Ashfield
2022-04-13powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang
2022-04-13powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin
2022-04-11Merge tag 'v5.15.33' into v5.15/standard/baseBruce Ashfield
2022-04-08powerpc: Fix build errors with newer binutilsAnders Roxell
2022-04-08powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy
2022-02-20Merge tag 'v5.15.24' into v5.15/standard/baseBruce Ashfield
2022-02-16powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy
2022-02-15powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy
2022-02-01powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao
2022-02-01powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy
2022-02-01KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin
2022-02-01powerpc/audit: Fix syscall_get_arch()Christophe Leroy
2022-01-27powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev
2021-11-18powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy
2021-11-18powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy
2021-11-18powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()Nathan Lynch
2021-10-07powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy
2021-10-07powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin
2021-10-07powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin
2021-10-07powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao
2021-10-07powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds
2021-09-13powerpc: remove GCC version check for UPD_CONSTRNick Desaulniers
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-03Merge branch 'fixes' into nextMichael Ellerman
2021-09-01powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-27powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras
2021-08-27powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras
2021-08-27powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju
2021-08-27powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy
2021-08-26Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song
2021-08-25KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin
2021-08-25KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin
2021-08-25KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin
2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy
2021-08-25powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy
2021-08-23powerpc/compat_sys: Declare syscallsCédric Le Goater
2021-08-23powerpc/syscalls: Remove __NR__exitChristophe Leroy
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang
2021-08-20powerpc/audit: Simplify syscall_get_arch()Christophe Leroy
2021-08-20powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()Christophe Leroy
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski