summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Christophe Leroy2022-05-193-5/+13
| * | | | | | | powerpc/ftrace: Use patch_instruction() return directlyChristophe Leroy2022-05-192-5/+2
| * | | | | | | powerpc/ftrace: Inline ftrace_modify_code()Christophe Leroy2022-05-191-1/+1
| * | | | | | | powerpc/code-patching: Inline create_branch()Christophe Leroy2022-05-192-22/+20
| * | | | | | | powerpc/ftrace: Use is_offset_in_branch_range()Christophe Leroy2022-05-191-6/+2
| * | | | | | | powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()Christophe Leroy2022-05-192-29/+27
| * | | | | | | powerpc/ftrace: Remove redundant create_branch() callsChristophe Leroy2022-05-191-20/+0
| * | | | | | | powerpc/ftrace: Refactor prepare_ftrace_return()Christophe Leroy2022-05-191-3/+9
| * | | | | | | powerpc/rtas: enture rtas_call is called with MMU enabledNicholas Piggin2022-05-191-0/+5
| * | | | | | | powerpc/rtas: Leave MSR[RI] enabled over RTAS callNicholas Piggin2022-05-191-9/+2
| * | | | | | | powerpc/rtas: PACA can be restored directly from SPRGNicholas Piggin2022-05-191-9/+4
| * | | | | | | powerpc/rtas: Call enter_rtas with MSR[EE] disabledNicholas Piggin2022-05-192-15/+4
| * | | | | | | powerpc/rtas: Fix whitespace in rtas_entry.SNicholas Piggin2022-05-191-13/+13
| * | | | | | | powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bitNicholas Piggin2022-05-191-0/+1
| * | | | | | | powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin2022-05-194-200/+199
| * | | | | | | powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZNicholas Piggin2022-05-196-2/+47
| * | | | | | | powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZNicholas Piggin2022-05-191-0/+5
| * | | | | | | powerpc/vdso: Link with ld.lld when requestedNathan Chancellor2022-05-191-0/+1
| * | | | | | | powerpc/vdso: Remove unused ENTRY in linker scriptsNathan Chancellor2022-05-192-2/+0
| * | | | | | | powerpc: Export mmu_feature_keys[] as non-GPLKevin Hao2022-05-191-1/+1
| * | | | | | | powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli2022-05-191-20/+54
| * | | | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-1932-1729/+921
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas2022-05-192-8/+8
| | * | | | | | | KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlersAlexey Kardashevskiy2022-05-199-785/+632
| | * | | | | | | KVM: PPC: Book3s: PR: Enable default TCE hypercallsAlexey Kardashevskiy2022-05-191-0/+6
| | * | | | | | | KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-1914-801/+75
| | * | | | | | | Merge branch 'fixes' into topic/ppc-kvmMichael Ellerman2022-05-1912-95/+123
| | |\ \ \ \ \ \ \
| | * | | | | | | | KVM: PPC: Book3S HV: Initialize AMOR in nested entryFabiano Rosas2022-05-191-0/+1
| | * | | | | | | | KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()Bo Liu2022-05-181-3/+3
| | * | | | | | | | KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong2022-05-181-3/+5
| | * | | | | | | | KVM: PPC: Book3S HV: remove extraneous asterisk from rm_host_ipi_action() com...Bagas Sanjaya2022-05-181-1/+1
| | * | | | | | | | KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES settingNicholas Piggin2022-05-132-2/+5
| | * | | | | | | | KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive contextNicholas Piggin2022-05-132-7/+21
| | * | | | | | | | KVM: PPC: Book3S HV P9: Split !nested case out from guest entryNicholas Piggin2022-05-131-4/+13
| | * | | | | | | | KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearmingNicholas Piggin2022-05-133-7/+16
| | * | | | | | | | KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entryNicholas Piggin2022-05-131-2/+7
| | * | | | | | | | KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDSNicholas Piggin2022-05-132-6/+0
| | * | | | | | | | KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximumNicholas Piggin2022-05-133-15/+18
| | * | | | | | | | KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idrNicholas Piggin2022-05-132-54/+59
| | * | | | | | | | KVM: PPC: Book3S HV: Use IDA allocator for LPID allocatorNicholas Piggin2022-05-131-12/+13
| | * | | | | | | | KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin2022-05-135-11/+33
| | * | | | | | | | KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin2022-05-134-16/+7
| | * | | | | | | | KVM: PPC: Book3S HV P9: Optimise loads around context switchNicholas Piggin2022-05-131-4/+11
| | * | | | | | | | KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin2022-05-132-2/+1
| * | | | | | | | | Merge branch 'fixes' into nextMichael Ellerman2022-05-196-29/+57
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2022-05-112-12/+21
| * | | | | | | | | powerpc/8xx: Use kmalloced data structure instead of global staticChristophe Leroy2022-05-111-18/+30
| * | | | | | | | | powerpc/8xx: Remove mpc8xx_pics_init()Christophe Leroy2022-05-119-32/+15
| * | | | | | | | | powerpc/8xx: Convert CPM1 interrupt controller to platform_deviceChristophe Leroy2022-05-113-56/+50
| * | | | | | | | | powerpc/8xx: Convert CPM1 error interrupt handler to platform driverChristophe Leroy2022-05-111-29/+44