aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-06-29cpufreq: zynq: Fix refcount leak in zynq_get_revisionMiaoqian Lin1-0/+1
2022-06-29arm64: dts: juno: Add cache-level property to L2 cachesSudeep Holla3-0/+6
2022-06-29powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2-1/+36
2022-06-29powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao2-9/+9
2022-06-29KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-yMasahiro Yamada1-1/+1
2022-06-29KVM: arm64: nvhe: Rename confusing obj-yMasahiro Yamada1-5/+5
2022-06-29powerpc: dts: Add DTS file for CZ.NIC Turris 1.x routersPali Rohár1-0/+475
2022-06-29KVM: PPC: Kconfig: Fix indentationJuerg Haefliger1-1/+1
2022-06-29powerpc/powernv: Kconfig: Replace single quotesJuerg Haefliger1-1/+1
2022-06-29powerpc: Kconfig.debug: Remove extra empty lineJuerg Haefliger1-1/+0
2022-06-29powerpc: Kconfig: Replace tabs with whitespacesJuerg Haefliger1-3/+3
2022-06-29powerpc/perf: Update MMCR2 to support event exclude_idleMadhavan Srinivasan2-0/+4
2022-06-29powerpc/pseries/iommu: Print ibm,query-pe-dma-windows parametersAlexey Kardashevskiy1-3/+5
2022-06-29KVM: PPC: Do not warn when userspace asked for too big TCE tableAlexey Kardashevskiy1-1/+1
2022-06-29powerpc/bpf/32: Add instructions for atomic_[cmp]xchgHari Bathini1-3/+22
2022-06-29powerpc/bpf/32: add support for BPF_ATOMIC bitwise operationsHari Bathini1-12/+41
2022-06-29powerpc/bpf/64: Add instructions for atomic_[cmp]xchgHari Bathini1-5/+34
2022-06-29powerpc/bpf/64: add support for atomic fetch operationsHari Bathini1-1/+13
2022-06-29powerpc/bpf/64: add support for BPF_ATOMIC bitwise operationsHari Bathini1-28/+29
2022-06-29powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix modeLaurent Dufour1-3/+2
2022-06-29powerpc/papr_scm: use dev_get_drvdataHaowen Bai1-1/+1
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman5-35/+18
2022-06-29Merge branch kvm-arm64/burn-the-flags into kvmarm-master/nextMarc Zyngier19-164/+248
2022-06-29arm64/fpsimd: Remove duplicate SYS_SVCR readSchspa Shi1-1/+0
2022-06-29arm64: head: remove __PHYS_OFFSETMark Rutland1-8/+3
2022-06-29KVM: arm64: Move the handling of !FP outside of the fast pathMarc Zyngier2-4/+10
2022-06-29KVM: arm64: Document why pause cannot be turned into a flagMarc Zyngier1-3/+9
2022-06-29KVM: arm64: Reduce the size of the vcpu flag membersMarc Zyngier1-3/+3
2022-06-29KVM: arm64: Add build-time sanity checks for flagsMarc Zyngier1-0/+16
2022-06-29KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set togetherMarc Zyngier1-0/+2
2022-06-29KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flagMarc Zyngier3-8/+6
2022-06-29KVM: arm64: Kill unused vcpu flags fieldMarc Zyngier1-3/+0
2022-06-29KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier4-5/+5
2022-06-29KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag to the state flag setMarc Zyngier1-4/+5
2022-06-29KVM: arm64: Move vcpu SVE/SME flags to the state flag setMarc Zyngier2-9/+11
2022-06-29KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier6-29/+31
2022-06-29KVM: PPC: Align pt_regs in kvm_vcpu_arch structureFabiano Rosas1-1/+5
2022-06-29KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas2-1/+28
2022-06-29arm64: lds: use PROVIDE instead of conditional definitionsArd Biesheuvel1-31/+30
2022-06-29KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas4-24/+34
2022-06-29KVM: PPC: Book3S HV: Expose timing functions to module codeFabiano Rosas2-9/+12
2022-06-29KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas4-4/+33
2022-06-29KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas3-14/+18
2022-06-29KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timingsFabiano Rosas1-11/+2
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy8-3/+155
2022-06-29powerpc/64e: Reorganise virtual memoryChristophe Leroy1-3/+4
2022-06-29powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2-28/+38
2022-06-29powerpc/64e: Remove unused REGION related macrosChristophe Leroy1-12/+0
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy4-101/+8
2022-06-29powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy1-9/+8