aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier4-0/+9
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier1-195/+0
2021-10-18clocksource/drivers/arch_arm_timer: Move workaround synchronisation aroundMarc Zyngier1-3/+3
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier1-2/+2
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming over to CVALMarc Zyngier1-5/+5
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register accessors to u64Marc Zyngier1-1/+1
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier1-17/+0
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register accessesMarc Zyngier1-1/+12
2021-10-17Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/nextMarc Zyngier1-0/+3
2021-10-17KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possibleMarc Zyngier1-0/+3
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-10-12Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier1-1/+4
2021-10-12KVM: arm64: Fix reporting of endianess when the access originates at EL0Marc Zyngier1-1/+4
2021-10-12arm64: ftrace: use function_nocfi for _mcount as wellSumit Garg1-1/+1
2021-10-12arm64: asm: setup.h: export common variablesAnders Roxell1-0/+6
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba2-0/+3
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba2-0/+200
2021-10-11KVM: arm64: Add missing field descriptor for MDCR_EL2Fuad Tabba1-0/+1
2021-10-11Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier1-0/+1
2021-10-11KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier1-0/+1
2021-10-11KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon1-11/+14
2021-10-11KVM: arm64: Turn __KVM_HOST_SMCCC_FUNC_* into an enum (mostly)Marc Zyngier1-20/+24
2021-10-07futex,arm: Wire up sys_futex_waitv()André Almeida2-1/+3
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino4-6/+12
2021-10-07arm64: mte: Bitfield definitions for Asymm MTEVincenzo Frascino1-0/+3
2021-10-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-1/+0
2021-10-01arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin1-4/+1
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin1-0/+6
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin1-0/+3
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin2-0/+21
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin1-0/+1
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin1-0/+1
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin1-7/+23
2021-10-01arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin1-0/+24
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin2-2/+9
2021-10-01arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin1-0/+5
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross1-1/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-1/+1
2021-09-30arm64: add CPU field to struct thread_infoArd Biesheuvel1-0/+1
2021-09-29arm64/mm: Add pud_sect_supported()Anshuman Khandual2-2/+7
2021-09-24Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+0
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He1-3/+0
2021-09-21arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2-0/+7
2021-09-21arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne1-0/+6
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-10/+0
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann2-16/+0
2021-09-08compat: remove some compat entry pointsArnd Bergmann1-5/+5
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-92/+217
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+3
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan2-1/+3