summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf2022-05-111-5/+21
| * | powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain2022-05-061-5/+2
| * | powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman2022-05-041-2/+7
| * | powerpc/pseries/vas: Use QoS credits from the userspaceHaren Myneni2022-05-043-17/+27
* | | 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
* | | powerpc/8xx: Move CPM interrupt controller into a dedicated fileChristophe Leroy2022-05-113-140/+152
* | | cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-1110-0/+12
* | | macintosh: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-1131-31/+37
* | | powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy2022-05-111-1/+4
* | | powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-113-1/+8
* | | powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy2022-05-081-1/+1
* | | powerpc: align address to page boundary in change_page_attr()Christophe Leroy2022-05-081-0/+1
* | | powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-082-1/+13
* | | powerpc: Use static call for get_irq()Christophe Leroy2022-05-081-1/+7
* | | powerpc: Use rol32() instead of opencoding in csum_fold()Christophe Leroy2022-05-081-8/+9
* | | powerpc: Add missing headersChristophe Leroy2022-05-08146-108/+195
* | | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-0879-80/+0
* | | powerpc: Add missing declaration in asm/drmem.hChristophe Leroy2022-05-061-0/+3
* | | powerpc: Include asm/reg.h in asm/svm.hChristophe Leroy2022-05-061-0/+2
* | | powerpc: Don't include asm/prom.h in asm/parport.hChristophe Leroy2022-05-061-1/+1
* | | powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy2022-05-062-12/+11