summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-mmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-07KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()Peter Gonda
2023-02-07KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei
2023-02-07RISC-V: KVM: Increment firmware pmu eventsAtish Patra
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra
2023-02-07RISC-V: KVM: Implement perf support without samplingAtish Patra
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra
2023-02-07RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra
2023-02-07RISC-V: KVM: Make PMU functionality depend on SscofpmfAtish Patra
2023-02-07RISC-V: KVM: Add SBI PMU extension supportAtish Patra
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra
2023-02-07RISC-V: KVM: Return correct code for hsm stop functionAtish Patra
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra
2023-02-07RISC-V: Improve SBI PMU extension related definitionsAtish Patra
2023-02-07RISC-V: KVM: Redirect illegal instruction traps to guestAndy Chiu
2023-02-07RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()Anup Patel
2023-02-07KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizesAlexandre Ghiti
2023-02-07KVM: nVMX: Simplify the setting of SECONDARY_EXEC_ENABLE_VMFUNC for nested.Yu Zhang
2023-02-07KVM: VMX: Do not trap VMFUNC instructions for L1 guests.Yu Zhang
2023-02-05Merge tag 'x86_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-04Merge tag 'powerpc-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-04Merge tag 'parisc-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-04Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-02-03KVM: x86: Simplify msr_io()Michal Luczaj
2023-02-03KVM: x86: Remove unnecessary initialization in kvm_vm_ioctl_set_msr_filter()Michal Luczaj
2023-02-03KVM: x86: Explicitly state lockdep condition of msr_filter updateMichal Luczaj
2023-02-03KVM: x86: Simplify msr_filter updateMichal Luczaj
2023-02-03KVM: x86: Optimize kvm->lock and SRCU interaction (KVM_X86_SET_MSR_FILTER)Michal Luczaj
2023-02-03KVM: x86: Optimize kvm->lock and SRCU interaction (KVM_SET_PMU_EVENT_FILTER)Michal Luczaj
2023-02-03KVM: x86/emulator: Fix comment in __load_segment_descriptor()Michal Luczaj
2023-02-03KVM: x86/emulator: Fix segment load privilege level validationMichal Luczaj
2023-02-03Merge tag 'riscv-for-linus-6.2-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-02Merge tag 'soc-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-02Merge tag 's390-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-02-01riscv: disable generation of unwind tablesAndreas Schwab
2023-02-01riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman
2023-02-01perf/x86/intel: Expose EPT-friendly PEBS for SPR and future modelsLike Xu
2023-02-01KVM: x86/pmu: Add PRIR++ and PDist support for SPR and later modelsLike Xu
2023-02-01KVM: x86: hyper-v: Add extended hypercall support in Hyper-vVipin Sharma
2023-02-01KVM: x86: hyper-v: Use common code for hypercall userspace exitVipin Sharma
2023-02-01parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller
2023-02-01parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller