summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
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-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-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour
2022-05-11powerpc/8xx: Use kmalloced data structure instead of global staticChristophe Leroy
2022-05-11powerpc/8xx: Remove mpc8xx_pics_init()Christophe Leroy
2022-05-11powerpc/8xx: Convert CPM1 interrupt controller to platform_deviceChristophe Leroy
2022-05-11powerpc/8xx: Convert CPM1 error interrupt handler to platform driverChristophe Leroy
2022-05-11powerpc/8xx: Move CPM interrupt controller into a dedicated fileChristophe Leroy
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy
2022-05-11KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy
2022-05-08powerpc: align address to page boundary in change_page_attr()Christophe Leroy
2022-05-08powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy
2022-05-08powerpc: Use rol32() instead of opencoding in csum_fold()Christophe Leroy
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-05-06powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain
2022-05-06powerpc: Add missing declaration in asm/drmem.hChristophe Leroy
2022-05-06powerpc: Include asm/reg.h in asm/svm.hChristophe Leroy