summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon2023-11-221-2/+15
* Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-101-2/+0
|\
| * kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-11-102-21/+5
|\ \ | |/ |/|
| * arm64/syscall: Remove duplicate declarationKevin Brodsky2023-11-091-1/+0
| * arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen2023-11-071-20/+5
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-0/+10
|\ \
| * | arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He2023-10-041-0/+10
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+4
|\ \ \
| * | | mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-1/+4
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0211-46/+232
|\ \ \
| * \ \ Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-3111-46/+232
| |\ \ \
| | * \ \ Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton2023-10-301-0/+3
| | |\ \ \
| | | * | | KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMURaghavendra Rao Ananta2023-10-241-0/+3
| | * | | | Merge branch kvm-arm64/mops into kvmarm/nextOliver Upton2023-10-302-3/+55
| | |\ \ \ \
| | | * | | | KVM: arm64: Expose MOPS instructions to guestsKristina Martsenko2023-10-091-1/+3
| | | * | | | KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko2023-10-091-2/+52
| | * | | | | Merge branch kvm-arm64/writable-id-regs into kvmarm/nextOliver Upton2023-10-302-0/+34
| | |\| | | |
| | | * | | | KVM: arm64: Allow userspace to get the writable masks for feature ID registersJing Zhang2023-10-042-0/+34
| | | |/ / /
| | * | | | Merge branch kvm-arm64/sgi-injection into kvmarm/nextOliver Upton2023-10-302-1/+29
| | |\ \ \ \
| | | * | | | KVM: arm64: Build MPIDR to vcpu index cache at runtimeMarc Zyngier2023-09-301-0/+28
| | | * | | | KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()Marc Zyngier2023-09-301-1/+1
| | * | | | | Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextOliver Upton2023-10-304-17/+21
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Move VTCR_EL2 into struct s2_mmuMarc Zyngier2023-10-233-9/+16
| | | * | | | | KVM: arm64: Rename helpers for VHE vCPU load/putOliver Upton2023-10-202-7/+4
| | | * | | | | KVM: arm64: Reload stage-2 for VMID change on VHEMarc Zyngier2023-10-201-1/+1
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch kvm-arm64/nv-trap-fixes into kvmarm/nextOliver Upton2023-10-301-0/+45
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WIMarc Zyngier2023-10-251-0/+4
| | | * | | | | arm64: Add missing _EL2 encodingsMiguel Luis2023-10-251-0/+30
| | | * | | | | arm64: Add missing _EL12 encodingsMiguel Luis2023-10-251-0/+11
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/smccc-filter-cleanups into kvmarm/nextOliver Upton2023-10-301-3/+1
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Use mtree_empty() to determine if SMCCC filter configuredOliver Upton2023-10-051-3/+1
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/feature-flag-refactor into kvmarm/nextOliver Upton2023-10-303-12/+9
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton2023-09-213-11/+8
| | | * | | | | KVM: arm64: Remove unused return value from kvm_reset_vcpu()Oliver Upton2023-09-211-1/+1
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-10-302-10/+35
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | KVM: arm64: Avoid soft lockups due to I-cache maintenanceOliver Upton2023-09-221-6/+31
| | | * | | | arm64: tlbflush: Rename MAX_TLBI_OPSOliver Upton2023-09-221-4/+4
| | | |/ / /
* | | | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+4
|\ \ \ \ \ \
| * | | | | | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-062-1/+3
| * | | | | | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-0128-141/+229
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas2023-10-2619-108/+190
| |\ \ \ \ \
| | * | | | | arm64: Remove cpus_have_const_cap()Mark Rutland2023-10-161-36/+2
| | * | | | | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_REPEAT_TLBIMark Rutland2023-10-162-3/+4
| | * | | | | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNPMark Rutland2023-10-161-0/+2
| | * | | | | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_CAVIUM_23154Mark Rutland2023-10-162-0/+10
| | * | | | | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198Mark Rutland2023-10-161-0/+2
| | * | | | | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098Mark Rutland2023-10-161-0/+2
| | * | | | | arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419Mark Rutland2023-10-162-2/+3