summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2024-12-20KVM: arm64: Use debug_owner to track if debug regs need save/restoreOliver Upton
2024-12-20KVM: arm64: Remove vestiges of debug_ptrOliver Upton
2024-12-20KVM: arm64: Select debug state to save/restore based on debug ownerOliver Upton
2024-12-20KVM: arm64: Evaluate debug owner at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Move host SME/SVE tracking flags to host dataOliver Upton
2024-12-20KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPUOliver Upton
2024-12-20KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related wartsOliver Upton
2024-12-19arm64/sysreg: Get rid of CPACR_ELx SysregFieldsMarc Zyngier
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel
2024-12-19arm64/mm: Reduce PA space to 48 bits when LPA2 is not enabledArd Biesheuvel
2024-12-17KVM: Move KVM_REG_SIZE() definition to common uAPI headerSean Christopherson
2024-12-10Merge tag 'kvmarm-fixes-6.13-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2024-12-10arm64: cpufeature: Add HAFT to cpucap_is_possible()Mark Rutland
2024-12-10arm64: asm: Fix typo in pgtable.hZhu Jun
2024-12-10arm64/mm: Replace open encodings with PXD_TABLE_BITAnshuman Khandual
2024-12-10arm64/mm: Drop INIT_MM_CONTEXT()Anshuman Khandual
2024-12-05arm64: cpufeature: Add GCS to cpucap_is_possible()Robin Murphy
2024-12-02arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct placeYang Shi
2024-11-26arm64: Fix usage of new shifted MDCR_EL2 valuesJames Clark
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-11-14Merge branch 'for-next/mops' into for-next/coreCatalin Marinas
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis
2024-11-13Merge tag 'kvm-x86-generic-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan
2024-11-11Merge branch kvm-arm64/nv-pmu into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-11-08arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux()Ard Biesheuvel
2024-11-08arm64/scs: Fix handling of DWARF augmentation data in CIE/FDE framesArd Biesheuvel
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-11-05arm64: pgtable: Warn unexpected pmdp_test_and_clear_young()Yicong Yang