aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-20arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+22
2023-06-19arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas1-0/+3
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie4-6/+21
2023-06-15arm64/mm: remove now-superfluous ISBs from TTBR writesJamie Iles3-6/+6
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton3-1/+9
2023-06-15Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton3-26/+27
2023-06-15Merge branch for-next/module-alloc into kvmarm/nextOliver Upton3-17/+9
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton7-18/+103
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton2-0/+22
2023-06-15Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton4-4/+95
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton1-4/+0
2023-06-15KVM: arm64: Use arm64_ftr_bits to sanitise ID register writesJing Zhang1-0/+1
2023-06-15KVM: arm64: Save ID registers' sanitized value per guestJing Zhang1-0/+15
2023-06-15KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1Marc Zyngier1-1/+0
2023-06-14arm64/sysreg: Convert TRBIDR_EL1 register to automatic generationAnshuman Khandual1-6/+0
2023-06-14arm64/sysreg: Convert TRBTRG_EL1 register to automatic generationAnshuman Khandual1-3/+0
2023-06-14arm64/sysreg: Convert TRBMAR_EL1 register to automatic generationAnshuman Khandual1-5/+0
2023-06-14arm64/sysreg: Convert TRBSR_EL1 register to automatic generationAnshuman Khandual1-12/+0
2023-06-14arm64/sysreg: Convert TRBBASER_EL1 register to automatic generationAnshuman Khandual1-3/+0
2023-06-14arm64/sysreg: Convert TRBPTR_EL1 register to automatic generationAnshuman Khandual1-3/+0
2023-06-14arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generationAnshuman Khandual1-12/+0
2023-06-14arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools formatAnshuman Khandual2-5/+5
2023-06-14arm64/sysreg: Rename TRBTRG_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBMAR_EL1 fields per auto-gen tools formatAnshuman Khandual1-6/+4
2023-06-14arm64/sysreg: Rename TRBSR_EL1 fields per auto-gen tools formatAnshuman Khandual1-13/+13
2023-06-14arm64/sysreg: Rename TRBBASER_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBPTR_EL1 fields per auto-gen tools formatAnshuman Khandual1-2/+2
2023-06-14arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools formatAnshuman Khandual1-8/+8
2023-06-12KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is setMarc Zyngier1-1/+1
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier2-3/+32
2023-06-12KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHEMarc Zyngier1-3/+9
2023-06-12KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor contextMarc Zyngier1-6/+19
2023-06-12arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is setMarc Zyngier1-2/+19
2023-06-12arm64: Allow EL1 physical timer access when running VHEMarc Zyngier1-0/+5
2023-06-12arm64: Add KVM_HVHE capability and has_hvhe() predicateMarc Zyngier2-0/+9
2023-06-12arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier1-0/+4
2023-06-12arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor codeMarc Zyngier1-1/+3
2023-06-12KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()Marc Zyngier1-1/+2
2023-06-12KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton1-4/+1
2023-06-12KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton2-19/+10
2023-06-12KVM: arm64: Separate out feature sanitisation and initialisationOliver Upton1-0/+1
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann1-4/+0
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham2-1/+3
2023-06-08arm64: set __exception_irq_entry with __irq_entry as a defaultYoungmin Nam1-5/+0
2023-06-07arm64: cpufeature: fold cpus_set_cap() into update_cpu_capabilities()Mark Rutland1-10/+0
2023-06-07arm64: alternatives: use cpucap namingMark Rutland5-33/+33
2023-06-07arm64: standardise cpucap bitmap namesMark Rutland2-7/+7
2023-06-06arm64/sysreg: Convert OSECCR_EL1 to automatic generationMark Brown1-1/+0
2023-06-06arm64/sysreg: Convert OSDTRTX_EL1 to automatic generationMark Brown1-1/+0
2023-06-06arm64/sysreg: Convert OSDTRRX_EL1 to automatic generationMark Brown1-1/+0