summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* kasan, x86: don't rename memintrinsics in uninstrumented filesMarco Elver2023-03-031-19/+0
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-02-261-4/+4
|\
| * arm64: dts: qcom: sm8250: Pad addresses to 8 hex digitsKonrad Dybcio2023-01-111-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-2525-153/+216
|\ \
| * | alpha: in_irq() cleanupChangbin Du2023-02-251-1/+1
| * | alpha: lazy FPU switchingAl Viro2023-02-259-119/+192
| * | alpha/boot/misc: trim unused declarationsAl Viro2023-02-251-2/+0
| * | alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro2023-02-251-1/+1
| * | alpha/boot: fix the breakage from -isystem series...Al Viro2023-02-254-5/+5
| * | alpha: fix FEN fault handlingAl Viro2023-02-251-15/+15
| * | alpha: Avoid comma separated statementsJoe Perches2023-02-251-3/+5
| * | alpha: fixed a typo in core_cia.crj12023-02-251-1/+1
| * | alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas2023-02-141-4/+0
| * | alpha: update config filesLukas Bulwahn2023-02-141-2/+0
| * | alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-02-141-3/+1
| * | alpha: Add some spaces to ensure format specificationZhang Jiaming2023-02-141-6/+6
| * | alpha: replace NR_SYSCALLS by NR_syscallsYang Yang2023-02-142-3/+3
| * | alpha: Remove redundant local asm header redirectionsMaciej W. Rozycki2023-02-145-4/+1
| * | alpha: Implement "current_stack_pointer"Kees Cook2023-02-143-1/+4
| * | alpha: remove redundant err variableMinghao Chi2023-02-141-5/+1
| * | alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King2023-02-141-1/+1
* | | Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-253-4/+6
|\ \ \
| * | | vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann2023-01-301-1/+3
| * | | vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig2023-01-233-4/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-25158-2291/+5357
|\ \ \ \
| * | | | KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap2023-02-221-2/+2
| * | | | Merge tag 'kvm-x86-apic-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-223-49/+70
| |\ \ \ \
| | * | | | KVM: x86: Reinitialize xAPIC ID when userspace forces x2APIC => xAPICEmanuele Giuseppe Esposito2023-02-021-2/+6
| | * | | | KVM: x86: fire timer when it is migrated and expired, and in oneshot modeLi RongQing2023-01-241-2/+6
| | * | | | KVM: VMX: Intercept reads to invalid and write-only x2APIC registersSean Christopherson2023-01-241-4/+4
| | * | | | KVM: VMX: Always intercept accesses to unsupported "extended" x2APIC regsSean Christopherson2023-01-241-18/+20
| | * | | | KVM: x86: Split out logic to generate "readable" APIC regs mask to helperSean Christopherson2023-01-242-13/+23
| | * | | | KVM: x86: Mark x2APIC DFR reg as non-existent for x2APICSean Christopherson2023-01-241-7/+4
| | * | | | KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32Sean Christopherson2023-01-241-1/+5
| | * | | | KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson2023-01-241-3/+7
| | * | | | KVM: x86: remove redundant ret variablezhang songyi2023-01-241-5/+1
| * | | | | Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-02-2058-366/+1875
| |\ \ \ \ \
| | * \ \ \ \ Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-1425-46/+1036
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: nv: Use reg_to_encoding() to get sysreg IDOliver Upton2023-02-111-2/+1
| | | * | | | | KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changesChristoffer Dall2023-02-111-1/+10
| | | * | | | | KVM: arm64: nv: Filter out unsupported features from ID regsMarc Zyngier2023-02-114-1/+172
| | | * | | | | KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2Jintack Lim2023-02-111-0/+37
| | | * | | | | KVM: arm64: nv: Allow a sysreg to be hidden from userspace onlyMarc Zyngier2023-02-112-5/+15
| | | * | | | | KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier2023-02-113-1/+44
| | | * | | | | KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual...Jintack Lim2023-02-111-1/+28
| | | * | | | | KVM: arm64: nv: Handle SMCs taken from virtual EL2Jintack Lim2023-02-111-2/+24
| | | * | | | | KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall2023-02-113-1/+15
| | | * | | | | KVM: arm64: nv: Inject HVC exceptions to the virtual EL2Jintack Lim2023-02-111-0/+11
| | | * | | | | KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim2023-02-118-20/+382
| | | * | | | | KVM: arm64: nv: Handle HCR_EL2.NV system register trapsJintack Lim2023-02-112-6/+131