summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-04-263-24/+32
|\
| * KVM: s390: pci: fix virtual-physical confusion on module unload/loadNico Boehr2023-04-201-1/+1
| * KVM: s390: vsie: clarifications on setting the APCBPierre Morel2023-04-201-21/+29
| * KVM: s390: interrupt: fix virtual-physical confusion for next alert GISANico Boehr2023-04-201-2/+2
* | KVM: SVM: Return the local "r" variable from svm_set_msr()Sean Christopherson2023-04-061-5/+5
* | KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMDSean Christopherson2023-04-066-2/+27
* | KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common codeSean Christopherson2023-04-063-28/+11
* | KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUIDSean Christopherson2023-04-061-1/+4
* | KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUIDSean Christopherson2023-04-061-13/+3
* | KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enablingSean Christopherson2023-04-064-77/+39
* | KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-166-13/+8
* | KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth2023-03-162-4/+8
* | KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctlThomas Huth2023-03-161-8/+0
* | KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()Thomas Huth2023-03-161-2/+2
* | KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth2023-03-165-21/+21
* | kvm: x86: Advertise FLUSH_L1D to user spaceEmanuele Giuseppe Esposito2023-03-161-1/+1
* | kvm: svm: Add IA32_FLUSH_CMD guest supportEmanuele Giuseppe Esposito2023-03-161-13/+30
* | kvm: vmx: Add IA32_FLUSH_CMD guest supportEmanuele Giuseppe Esposito2023-03-162-25/+46
* | KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapperSean Christopherson2023-03-143-4/+4
* | KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=nSean Christopherson2023-03-144-23/+28
* | KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.cSean Christopherson2023-03-142-105/+105
* | KVM: x86/mmu: Remove FNAME(is_self_change_mapping)Lai Jiangshan2023-03-141-44/+7
* | KVM: x86/mmu: Detect write #PF to shadow pages during FNAME(fetch) walkLai Jiangshan2023-03-141-7/+5
* | KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pagesSean Christopherson2023-03-145-36/+37
* | KVM: SVM: WARN if GATag generation drops VM or vCPU ID informationSean Christopherson2023-03-141-3/+12
* | KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUsSuravee Suthikulpanit2023-03-141-8/+18
* | KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskSean Christopherson2023-03-141-5/+7
* | KVM: VMX: Use tabs instead of spaces for indentationRong Tao2023-03-141-2/+2
* | KVM: VMX: Fix indentation coding style issueRong Tao2023-03-141-6/+6
* | KVM: nVMX: remove unnecessary #ifdefPaolo Bonzini2023-03-141-7/+1
* | KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini2023-03-141-2/+8
* | Merge tag 'kvmarm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-03-143-36/+14
|\ \ | |/ |/|
| * KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier2023-03-113-36/+14
* | Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-121-0/+9
|\ \
| * | x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-081-0/+9
| |/
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-101-2/+2
|\ \
| * | alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro2023-03-061-2/+2
| |/
* | Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-108-8/+52
|\ \
| * | RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-094-6/+39
| * | riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-091-1/+1
| * | RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-03-071-1/+1
| * | RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-062-0/+11
| |/
* | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-096-2/+9
|\ \
| * | eth: fealnx: bring back this old driverJakub Kicinski2023-03-082-0/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-061-0/+1
| |\ \
| | * | riscv, bpf: Fix patch_text implicit declarationRandy Dunlap2023-02-271-0/+1
| * | | powerpc: dts: t1040rdb: enable both CPU portsVladimir Oltean2023-02-282-1/+6
| * | | powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean2023-02-281-1/+0
* | | | Merge tag 'm68k-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-093-11/+13
|\ \ \ \
| * | | | m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz2023-03-061-1/+3