summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+11
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel1-0/+11
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-26/+330
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+24
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+2
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+5
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-192/+286
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini19-25/+404
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-3/+3
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini7-6/+49
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton8-5/+196
2023-02-14Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2-3/+2
2023-02-14Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton2-0/+100
2023-02-14Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton1-0/+8
2023-02-14Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton5-8/+15
2023-02-14Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton8-9/+83
2023-02-14Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton2-10/+9
2023-02-11KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changesChristoffer Dall1-1/+10
2023-02-11KVM: arm64: nv: Filter out unsupported features from ID regsMarc Zyngier1-0/+6
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier1-0/+2
2023-02-11KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall2-1/+5
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim3-1/+28
2023-02-11KVM: arm64: nv: Handle HCR_EL2.NV system register trapsJintack Lim1-1/+37
2023-02-11KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU stateChristoffer Dall1-0/+56
2023-02-11KVM: arm64: nv: Add EL2 system registers to vcpu contextMarc Zyngier1-1/+32
2023-02-11KVM: arm64: nv: Introduce nested virtualization VCPU featureChristoffer Dall2-0/+15
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim1-0/+5
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas21-100/+273
2023-02-09arm64: Support Clang UBSAN trap codes for better reportingKees Cook1-0/+3
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2-0/+24
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+2
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03KVM: arm64: Use sanitized values in __check_override in nVHEQuentin Perret1-0/+14
2023-02-03KVM: arm64: Introduce finalise_el2_state macroQuentin Perret1-0/+78
2023-02-03KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret1-0/+1
2023-01-31arm64: irqflags: use alternative branches for pseudo-NMI logicMark Rutland1-59/+132
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland2-4/+12
2023-01-31arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland3-7/+7
2023-01-31arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual1-2/+6
2023-01-26arm64: el2_setup.h: fix spelling typo in commentsPrathu Baronia1-1/+1
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel1-1/+2
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel1-0/+2
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland1-14/+1
2023-01-24arm64: patching: Add aarch64_insn_write_literal_u64()Mark Rutland1-0/+2
2023-01-24arm64: insn: Add helpers for BTIMark Rutland1-0/+1
2023-01-24arm64: Extend support for CONFIG_FUNCTION_ALIGNMENTMark Rutland1-2/+2
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini4-27/+43
2023-01-23Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+24