summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2022-05-22powerpc/64s: Add CPU_FTRS_POWER10 to ALWAYS maskMichael Ellerman-2/+4
2022-05-22powerpc/64s: Add CPU_FTRS_POWER9_DD2_2 to CPU_FTRS_ALWAYS maskMichael Ellerman-2/+2
2022-05-22powerpc/numa: Associate numa node to its cpu earlierOscar Salvador-6/+2
2022-05-22powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy-35/+0
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens-3/+38
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens-12/+40
2022-05-22powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao-1/+3
2022-05-22powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman-2/+5
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni-1/+1
2022-05-22powerpc/opcodes: Remove unused PPC_INST_XXX macrosChristophe Leroy-9/+4
2022-05-22powerpc/inst: Remove PPC_INST_BLChristophe Leroy-1/+0
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy-2/+1
2022-05-22powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy-4/+9
2022-05-22powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy-4/+0
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf-6/+8
2022-05-19termbits.h: Align lines & formatIlpo Järvinen-53/+47
2022-05-19termbits.h: create termbits-common.h for identical bitsIlpo Järvinen-50/+2
2022-05-19powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.Christophe Leroy-0/+5
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy-8/+0
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy-12/+12
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy-2/+20
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy-2/+27
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin-2/+21
2022-05-19powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZNicholas Piggin-0/+5
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-30/+11
2022-05-19KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlersAlexey Kardashevskiy-7/+0
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy-11/+2
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang-3/+6
2022-05-13powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld-0/+1
2022-05-13KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearmingNicholas Piggin-2/+2
2022-05-13KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDSNicholas Piggin-3/+0
2022-05-13KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximumNicholas Piggin-1/+6
2022-05-13KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idrNicholas Piggin-2/+1
2022-05-13KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin-3/+1
2022-05-13KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin-1/+0
2022-05-13KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin-1/+0
2022-05-13powerpc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada-5/+5
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy-0/+2
2022-05-09powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand-1/+20
2022-05-09powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand-7/+5
2022-05-08powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy-1/+11
2022-05-08powerpc: Use rol32() instead of opencoding in csum_fold()Christophe Leroy-8/+9
2022-05-08powerpc: Add missing headersChristophe Leroy-0/+1
2022-05-05termbits: Convert octal defines to hexIlpo Järvinen-101/+101
2022-05-06powerpc: Add missing declaration in asm/drmem.hChristophe Leroy-0/+3
2022-05-06powerpc: Include asm/reg.h in asm/svm.hChristophe Leroy-0/+2
2022-05-06powerpc: Don't include asm/prom.h in asm/parport.hChristophe Leroy-1/+1
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy-12/+2
2022-05-06powerpc: Reduce csum_add() complexity for PPC64Christophe Leroy-5/+4
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao-0/+54