summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-05-19powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy
2022-05-19powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy
2022-05-19powerpc/code-patching: Inline create_branch()Christophe Leroy
2022-05-19powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy
2022-05-19powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy
2022-05-19powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy
2022-05-19powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy
2022-05-19powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin
2022-05-19powerpc/rtas: Leave MSR[RI] enabled over RTAS callNicholas Piggin
2022-05-19powerpc/rtas: PACA can be restored directly from SPRGNicholas Piggin
2022-05-19powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin
2022-05-19powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin
2022-05-19powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin
2022-05-19powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin
2022-05-19powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZNicholas Piggin
2022-05-19powerpc/vdso: Link with ld.lld when requestedNathan Chancellor
2022-05-19powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor
2022-05-19powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao
2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-05-19KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas
2022-05-19KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlersAlexey Kardashevskiy
2022-05-19KVM: PPC: Book3s: PR: Enable default TCE hypercallsAlexey Kardashevskiy
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy
2022-05-19Merge branch 'fixes' into topic/ppc-kvmMichael Ellerman
2022-05-19KVM: PPC: Book3S HV: Initialize AMOR in nested entryFabiano Rosas
2022-05-19Merge branch 'fixes' into nextMichael Ellerman
2022-05-18KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()Bo Liu
2022-05-18KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong
2022-05-18KVM: PPC: Book3S HV: remove extraneous asterisk from rm_host_ipi_action() com...Bagas Sanjaya
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman
2022-05-15Merge tag 'powerpc-5.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang
2022-05-13powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld
2022-05-13KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES settingNicholas Piggin
2022-05-13KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive contextNicholas Piggin
2022-05-13KVM: PPC: Book3S HV P9: Split !nested case out from guest entryNicholas Piggin
2022-05-13KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearmingNicholas Piggin
2022-05-13KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entryNicholas Piggin
2022-05-13KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDSNicholas Piggin
2022-05-13KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximumNicholas Piggin
2022-05-13KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idrNicholas Piggin
2022-05-13KVM: PPC: Book3S HV: Use IDA allocator for LPID allocatorNicholas Piggin
2022-05-13KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin
2022-05-13KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin
2022-05-13KVM: PPC: Book3S HV P9: Optimise loads around context switchNicholas Piggin
2022-05-13KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin
2022-05-13powerpc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada
2022-05-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour