aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-29KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier1-2/+2
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 Zyngier1-3/+5
2022-06-29KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier1-3/+6
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla1-5/+2
2022-06-28arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen1-19/+4
2022-06-28arm64: extable: move _cond_extable to _cond_uaccess_extableTong Tiangen2-5/+5
2022-06-28arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZEROTong Tiangen2-6/+14
2022-06-28arm64: asm-extable: add asm uacess helpersMark Rutland1-4/+27
2022-06-28arm64: asm-extable: move data fieldsMark Rutland1-10/+12
2022-06-28arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen2-48/+61
2022-06-27arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang1-0/+10
2022-06-27arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang1-6/+18
2022-06-24arm64: setup: drop early FDT pointer helpersArd Biesheuvel1-3/+0
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel1-4/+13
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel1-2/+4
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel1-5/+11
2022-06-24arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel1-4/+9
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel1-1/+0
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel2-1/+15
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel1-0/+4
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel1-1/+3
2022-06-23arm64: trap implementation defined functionality in userspaceKristina Martsenko1-0/+4
2022-06-23arm64: kcsan: Support detecting more missing memory barriersKefeng Wang1-6/+6
2022-06-23arm64/sme: Expose SMIDR through sysfsMark Brown1-0/+1
2022-06-23arm64: cpuidle: remove generic cpuidle supportMichael Walle2-24/+0
2022-06-15arm64: io: Use asm-generic high level MMIO accessorsSai Prakash Ranjan1-33/+8
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+3
2022-06-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier2-25/+42
2022-06-09KVM: arm64: Move vcpu configuration flags into their own setMarc Zyngier1-7/+10
2022-06-09KVM: arm64: Drop stale commentMarc Zyngier1-5/+0
2022-06-09KVM: arm64: Extend comment in has_vhe()Will Deacon1-0/+3
2022-06-09KVM: arm64: Add three sets of flags to the vcpu stateMarc Zyngier1-0/+9
2022-06-09KVM: arm64: Add helpers to manipulate vcpu flags among a setMarc Zyngier1-0/+44
2022-06-09KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier1-2/+7
2022-06-09KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier1-1/+0
2022-06-08arm64/sme: Fix tests for 0b1111 value ID registersMark Brown1-2/+2
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko1-0/+2
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-84/+10
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-27/+87
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-43/+96
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-2/+0
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+9
2022-05-25Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+4
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini23-42/+634
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+4
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds32-183/+636
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2