Commit 7369866
committed
Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into for-next
H extension definitions, shared by the KVM and RISC-V trees.
* tag 'for-riscv' of ssh://gitolite.kernel.org/pub/scm/virt/kvm/kvm: (301 commits)
RISC-V: Add hypervisor extension related CSR defines
KVM: selftests: Ensure all migrations are performed when test is affined
KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks
ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm
x86/kvmclock: Move this_cpu_pvti into kvmclock.h
KVM: s390: Function documentation fixes
selftests: KVM: Don't clobber XMM register when read
KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
selftests: KVM: Explicitly use movq to read xmm registers
selftests: KVM: Call ucall_init when setting up in rseq_test
KVM: Remove tlbs_dirty
KVM: X86: Synchronize the shadow pagetable before link it
KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
KVM: x86: nSVM: don't copy virt_ext from vmcb12
KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit
KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vmentry
...329 files changed
Lines changed: 3911 additions & 1912 deletions
File tree
- Documentation
- admin-guide
- devicetree/bindings
- arm
- display/mediatek
- net
- ufs
- networking/dsa
- process
- translations
- zh_CN/admin-guide
- zh_TW/admin-guide
- arch
- alpha
- include
- asm
- uapi/asm
- kernel
- lib
- math-emu
- arm64
- kernel
- kvm
- hyp/nvhe
- arm/kernel
- csky/kernel
- m68k
- include/asm
- mvme147
- mvme16x
- mips/kernel
- parisc
- include/asm
- lib
- powerpc
- boot
- include/asm
- kernel
- kvm
- sysdev/xics
- riscv
- include/asm
- s390
- configs
- kvm
- pci
- sh/boot
- sparc/kernel
- x86
- hyperv
- include/asm
- kernel
- cpu/mce
- kvm
- mmu
- svm
- vmx
- mm
- pat
- xen
- block
- drivers
- base
- power
- cpufreq
- gpu/drm
- amd
- amdgpu
- amdkfd
- display
- amdgpu_dm
- dc
- core
- dce
- pm
- inc
- swsmu
- smu11
- smu12
- smu13
- i915
- display
- gem
- selftests
- gt
- uc
- radeon
- rockchip
- ttm
- vc4
- hv
- macintosh
- net
- dsa
- ethernet
- 3com
- 8390
- amd
- broadcom
- bnx2x
- bnxt
- cadence
- hisilicon/hns3
- hns3pf
- hns3vf
- i825xx
- ibm
- intel
- ice
- igc
- mellanox
- mlx5/core
- diag
- en
- rep
- mlxbf_gige
- microsoft/mana
- netronome/nfp/flower
- qlogic
- qed
- qlcnic
- rdc
- sfc
- stmicro/stmmac
- hamradio
- ipa
- phy
- wan
- nvme
- host
- target
- of
- pci
- perf
- ptp
- rtc
- s390
- char
- crypto
- spi
- vhost
- video/fbdev
- xen
- fs
- qnx4
- include
- asm-generic
- kvm
- linux
- perf
- net
- uapi/linux
- init
- ipc
- kernel
- bpf
- cgroup
- dma
- entry
- events
- locking
- printk
- lib
- mm
- net
- caif
- core
- dccp
- dsa
- ipv4
- ipv6
- l2tp
- mctp
- packet
- tipc
- unix
- scripts
- clang-tools
- tools
- arch/x86/include/uapi/asm
- bootconfig/include/linux
- include/linux
- lib/perf
- perf
- ui
- browsers
- util
- testing/selftests
- bpf
- prog_tests
- progs
- kvm
- include
- x86_64
- lib
- x86_64
- nci
- net
- powerpc/tm
- virt/kvm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
Lines changed: 89 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14342 | 14342 | | |
14343 | 14343 | | |
14344 | 14344 | | |
14345 | | - | |
| 14345 | + | |
| 14346 | + | |
14346 | 14347 | | |
14347 | 14348 | | |
14348 | 14349 | | |
| |||
0 commit comments