summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2023-11-20powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy
2023-10-25powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy
2023-10-25powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy
2023-10-19powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy
2023-10-19powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy
2023-09-19powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey
2023-09-19powerpc: Don't include lppaca.h in paca.hMichael Ellerman
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-02-25powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman
2023-02-25powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy
2023-01-18powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain
2022-10-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure
2022-10-15Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch
2022-08-17powerpc: Fix eh field when calling lwarx on PPC32Christophe Leroy
2022-08-17powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld
2022-07-12powerpc: flexible GPR range save/restore macrosNicholas Piggin
2022-07-12powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regsChristophe Leroy
2022-07-07powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao
2022-06-14powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy
2022-06-14powerpc/kasan: Force thread size increase with KASANMichael Ellerman
2022-06-09powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman
2022-06-09powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni
2022-05-30powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld
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-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-16powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy
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