summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-17powerpc: Fix struct termio related ioctl macrosMadhavan Srinivasan1-4/+4
2025-03-13powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inlineChristophe Leroy1-2/+10
2025-03-13powerpc/64s/mm: Move __real_pte stubs into hash-4k.hMichael Ellerman2-26/+20
2024-12-14powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek1-5/+0
2024-12-14powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-0/+1
2024-07-18powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-07-05powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-07-05powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-06-16powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde1-1/+1
2024-04-13powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman1-2/+9
2024-02-23powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2-3/+4
2023-10-25powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-25powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-15/+0
2023-01-18powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain1-1/+1
2022-07-07powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao2-9/+9
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao1-1/+4
2022-06-22powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-0/+2
2022-06-22powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-06-22powerpc: Use bool in archrandom.hRichard Henderson1-8/+9
2022-06-22powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson1-10/+0
2022-06-14powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman1-2/+5
2022-04-20powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang1-1/+5
2022-04-15powerpc: Fix build errors with newer binutilsAnders Roxell2-8/+35
2021-11-17powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao1-0/+5
2021-11-17powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao1-0/+1
2021-09-22KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin1-0/+7
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-14KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh1-0/+30
2021-05-14powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe1-2/+4
2021-05-11powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.hTony Ambardar1-0/+1
2021-04-07powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy1-2/+2
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-17powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-03-17powerpc/64: Fix stack trace not displaying final frameMichael Ellerman1-0/+3
2021-03-17powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran1-0/+3
2021-01-06powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy1-2/+21
2020-12-30powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy1-0/+1
2020-12-30powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LEChristophe Leroy1-1/+1
2020-12-30powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2-4/+4
2020-12-30powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy1-5/+0
2020-12-02powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell1-0/+2
2020-12-02arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2-0/+4
2020-11-22powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2-5/+14
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin6-13/+44
2020-11-22powerpc/64s: flush L1D on kernel entryNicholas Piggin4-1/+25
2020-11-05powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V1-2/+2
2020-11-05powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin1-1/+1