aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown2-7/+10
2023-01-19KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang1-2/+2
2023-01-19perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' eventRob Herring1-0/+2
2023-01-19arm64/sysreg: Convert SPE registers to automatic generationRob Herring1-86/+5
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring2-59/+59
2023-01-19perf: arm_spe: Use feature numbering for PMSEVFR_EL1 definesRob Herring1-3/+3
2023-01-19serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng1-0/+24
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel1-0/+15
2023-01-16arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel1-0/+9
2023-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-27/+43
2023-01-12KVM: arm64: Kill CPACR_EL1_TTA definitionMarc Zyngier1-1/+0
2023-01-12KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton1-0/+3
2023-01-12KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton1-0/+5
2023-01-12KVM: arm64: Always set HCR_TID2Akihiko Odaki3-7/+2
2023-01-12arm64/cache: Move CLIDR macro definitionsAkihiko Odaki1-0/+6
2023-01-12arm64/sysreg: Convert CCSIDR_EL1 to automatic generationAkihiko Odaki1-1/+0
2023-01-12arm64/cpufeature: Remove 4 bit assumption in ARM64_FEATURE_MASK()Mark Brown1-2/+2
2023-01-09arm64/mm: Define dummy pud_user_exec() when using 2-level page-tableWill Deacon1-0/+1
2023-01-06arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2-0/+18
2023-01-05arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2-2/+2
2023-01-05arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warningjunhua huang1-1/+1
2023-01-05Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixesMarc Zyngier3-27/+39
2023-01-05KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementationsMarc Zyngier1-0/+4
2023-01-05arm64/mm: add pud_user_exec() check in pud_user_accessible_page()Liu Shixin1-2/+2
2023-01-05arm64/mm: fix incorrect file_map_count for invalid pmdLiu Shixin1-1/+1
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier3-25/+19
2023-01-03KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier1-2/+20
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2-9/+9
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-1/+0
2022-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-18/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-38/+341
2022-12-15Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2-18/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+24
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-46/+11
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds27-278/+348
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+8
2022-12-08arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel1-0/+3
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel1-0/+1
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2-10/+2
2022-12-06Merge branch 'for-next/undef-traps' into for-next/coreWill Deacon4-14/+17
2022-12-06Merge branch 'for-next/trivial' into for-next/coreWill Deacon7-37/+19
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreWill Deacon1-138/+0
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon3-5/+31
2022-12-06Merge branch 'for-next/stacks' into for-next/coreWill Deacon2-13/+2
2022-12-06Merge branch 'for-next/mm' into for-next/coreWill Deacon3-7/+6
2022-12-06Merge branch 'for-next/insn' into for-next/coreWill Deacon2-48/+110
2022-12-06Merge branch 'for-next/ftrace' into for-next/coreWill Deacon1-6/+66
2022-12-06Merge branch 'for-next/errata' into for-next/coreWill Deacon3-0/+20