summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier2021-10-171-5/+5
| | * | | clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier2021-10-171-1/+1
| | * | | clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier2021-10-171-17/+0
| | * | | clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier2021-10-171-1/+12
* | | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-012-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | futex,arm: Wire up sys_futex_waitv()André Almeida2021-10-072-1/+3
| | |_|/ | |/| |
* | | | Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-241-3/+0
|\ \ \ \
| * | | | Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2021-09-231-3/+0
| |/ / /
* | | | arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2021-09-212-0/+7
* | | | arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne2021-09-211-0/+6
|/ / /
* | | arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-082-16/+0
* | | compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+5
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-078-92/+217
|\ \ \
| * \ \ Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-206-26/+65
| |\ \ \
| | * | | KVM: arm64: Add config register bit definitionsFuad Tabba2021-08-201-0/+22
| | * | | KVM: arm64: Add feature register flag definitionsFuad Tabba2021-08-202-6/+10
| | * | | KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba2021-08-201-0/+1
| | * | | KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba2021-08-202-2/+5
| | * | | KVM: arm64: Refactor sys_regs.h,c for nVHE reuseFuad Tabba2021-08-201-0/+5
| | * | | KVM: arm64: Fix names of config register fieldsFuad Tabba2021-08-201-6/+6
| | * | | KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba2021-08-203-12/+12
| | * | | KVM: arm64: placeholder to check if VM is protectedFuad Tabba2021-08-201-0/+5
| | | |/ | | |/|
| * | | Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier2021-08-201-8/+9
| |\ \ \
| | * | | KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier2021-08-201-1/+6
| | * | | KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-201-8/+3
| | * | | KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-201-2/+3
| | |/ /
| * | | Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier2021-08-201-0/+1
| |\ \ \
| | * | | KVM: arm64: Record number of signal exits as a vCPU statOliver Upton2021-08-191-0/+1
| | |/ /
| * | | Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/nextMarc Zyngier2021-08-202-50/+105
| |\ \ \
| | * | | KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret2021-08-111-1/+1
| | * | | KVM: arm64: Remove __pkvm_mark_hypQuentin Perret2021-08-111-2/+1
| | * | | KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret2021-08-111-0/+20
| | * | | KVM: arm64: Allow populating software bitsQuentin Perret2021-08-111-1/+11
| | * | | KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret2021-08-111-25/+41
| | * | | KVM: arm64: Optimize host memory abortsQuentin Perret2021-08-111-30/+0
| | * | | KVM: arm64: Expose page-table helpersQuentin Perret2021-08-111-0/+40
| * | | | Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier2021-08-203-23/+40
| |\ \ \ \
| | * \ \ \ Merge branch arm64/for-next/sysreg into kvm-arm64/misc-5.15Marc Zyngier2021-08-202-15/+22
| | |\ \ \ \
| | * | | | | KVM: arm64: Drop check_kvm_target_cpu() based percpu probeAnshuman Khandual2021-08-181-1/+1
| | * | | | | arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macrosAnshuman Khandual2021-08-182-7/+14
| | * | | | | arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFTAnshuman Khandual2021-08-111-0/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge branch kvm-arm64/mmu/mapping-levels into kvmarm-master/nextMarc Zyngier2021-08-201-0/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier2021-08-021-0/+20
| | |/ / /
| * / / / KVM: arm64: Remove PMSWINC_EL0 shadow registerMarc Zyngier2021-08-021-1/+0
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-1/+3
|\ \ \ \
| * | | | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-032-1/+3
* | | | | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-012-0/+123
|\ \ \ \ \
| * | | | | arm64: hyperv: Add Hyper-V hypercall and register access utilitiesMichael Kelley2021-08-042-0/+123
* | | | | | Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2021-09-011-1/+1
|\ \ \ \ \ \
| * | | | | | ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann2021-08-041-1/+1
| | |_|/ / / | |/| | | |