Commit 8cd84b7
committed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull more KVM updates from Paolo Bonzini:
"PPC:
- Improvements and bugfixes for secure VM support, giving reduced
startup time and memory hotplug support.
- Locking fixes in nested KVM code
- Increase number of guests supported by HV KVM to 4094
- Preliminary POWER10 support
ARM:
- Split the VHE and nVHE hypervisor code bases, build the EL2 code
separately, allowing for the VHE code to now be built with
instrumentation
- Level-based TLB invalidation support
- Restructure of the vcpu register storage to accomodate the NV code
- Pointer Authentication available for guests on nVHE hosts
- Simplification of the system register table parsing
- MMU cleanups and fixes
- A number of post-32bit cleanups and other fixes
MIPS:
- compilation fixes
x86:
- bugfixes
- support for the SERIALIZE instruction"
* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (70 commits)
KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup
x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabled
MIPS: KVM: Convert a fallthrough comment to fallthrough
MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64
x86: Expose SERIALIZE for supported cpuid
KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
KVM: arm64: Move S1PTW S2 fault logic out of io_mem_abort()
KVM: arm64: Don't skip cache maintenance for read-only memslots
KVM: arm64: Handle data and instruction external aborts the same way
KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
KVM: arm: Add trace name for ARM_NISV
KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORS
KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
KVM: PPC: Book3S HV: Rework secure mem slot dropping
KVM: PPC: Book3S HV: Move kvmppc_svm_page_out up
KVM: PPC: Book3S HV: Migrate hot plugged memory
KVM: PPC: Book3S HV: In H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs
KVM: PPC: Book3S HV: Track the state GFNs associated with secure VMs
KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
...83 files changed
Lines changed: 3479 additions & 2636 deletions
File tree
- Documentation/powerpc
- arch
- arm64
- include/asm
- kernel
- kvm
- hyp
- include/hyp
- nvhe
- vhe
- vgic
- mips/kvm
- powerpc
- include/asm
- kvm
- x86/kvm
- include
- kvm
- trace/events
- scripts
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 | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| 898 | + | |
898 | 899 | | |
899 | 900 | | |
900 | 901 | | |
| |||
933 | 934 | | |
934 | 935 | | |
935 | 936 | | |
| 937 | + | |
| 938 | + | |
936 | 939 | | |
937 | 940 | | |
938 | 941 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1182 | 1182 | | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | | - | |
1186 | | - | |
1187 | | - | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | 1185 | | |
1202 | 1186 | | |
1203 | 1187 | | |
| |||
1520 | 1504 | | |
1521 | 1505 | | |
1522 | 1506 | | |
1523 | | - | |
1524 | 1507 | | |
1525 | 1508 | | |
1526 | 1509 | | |
| |||
1547 | 1530 | | |
1548 | 1531 | | |
1549 | 1532 | | |
1550 | | - | |
1551 | | - | |
| 1533 | + | |
1552 | 1534 | | |
1553 | 1535 | | |
1554 | 1536 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 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 | + | |
47 | 88 | | |
48 | | - | |
| 89 | + | |
49 | 90 | | |
50 | | - | |
| 91 | + | |
51 | 92 | | |
52 | 93 | | |
| 94 | + | |
53 | 95 | | |
54 | 96 | | |
55 | 97 | | |
| 98 | + | |
56 | 99 | | |
57 | | - | |
58 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
59 | 104 | | |
60 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
61 | 110 | | |
62 | 111 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
66 | 116 | | |
67 | 117 | | |
68 | 118 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 119 | + | |
72 | 120 | | |
73 | 121 | | |
74 | 122 | | |
| |||
143 | 191 | | |
144 | 192 | | |
145 | 193 | | |
146 | | - | |
147 | 194 | | |
148 | 195 | | |
149 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 22 | | |
31 | 23 | | |
32 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 127 | + | |
149 | 128 | | |
150 | 129 | | |
151 | 130 | | |
152 | 131 | | |
153 | | - | |
| 132 | + | |
154 | 133 | | |
155 | 134 | | |
156 | 135 | | |
| |||
179 | 158 | | |
180 | 159 | | |
181 | 160 | | |
182 | | - | |
| 161 | + | |
183 | 162 | | |
184 | 163 | | |
185 | 164 | | |
186 | 165 | | |
187 | 166 | | |
188 | 167 | | |
189 | | - | |
| 168 | + | |
190 | 169 | | |
191 | 170 | | |
192 | 171 | | |
| |||
197 | 176 | | |
198 | 177 | | |
199 | 178 | | |
200 | | - | |
| 179 | + | |
201 | 180 | | |
202 | 181 | | |
203 | 182 | | |
| |||
210 | 189 | | |
211 | 190 | | |
212 | 191 | | |
213 | | - | |
| 192 | + | |
214 | 193 | | |
215 | 194 | | |
216 | 195 | | |
| |||
259 | 238 | | |
260 | 239 | | |
261 | 240 | | |
262 | | - | |
| 241 | + | |
263 | 242 | | |
264 | 243 | | |
265 | 244 | | |
266 | 245 | | |
267 | 246 | | |
268 | 247 | | |
269 | | - | |
| 248 | + | |
270 | 249 | | |
271 | 250 | | |
272 | 251 | | |
| |||
291 | 270 | | |
292 | 271 | | |
293 | 272 | | |
294 | | - | |
| 273 | + | |
295 | 274 | | |
296 | 275 | | |
297 | 276 | | |
298 | 277 | | |
299 | | - | |
| 278 | + | |
300 | 279 | | |
301 | 280 | | |
302 | 281 | | |
303 | 282 | | |
304 | | - | |
| 283 | + | |
305 | 284 | | |
306 | 285 | | |
307 | 286 | | |
308 | 287 | | |
309 | | - | |
| 288 | + | |
310 | 289 | | |
311 | 290 | | |
312 | 291 | | |
313 | 292 | | |
314 | | - | |
| 293 | + | |
315 | 294 | | |
316 | 295 | | |
317 | 296 | | |
318 | 297 | | |
319 | | - | |
| 298 | + | |
320 | 299 | | |
321 | 300 | | |
322 | 301 | | |
323 | 302 | | |
324 | | - | |
| 303 | + | |
325 | 304 | | |
326 | 305 | | |
327 | 306 | | |
328 | 307 | | |
329 | | - | |
| 308 | + | |
330 | 309 | | |
331 | 310 | | |
332 | 311 | | |
333 | 312 | | |
334 | 313 | | |
335 | | - | |
| 314 | + | |
336 | 315 | | |
337 | 316 | | |
338 | 317 | | |
339 | 318 | | |
340 | | - | |
| 319 | + | |
341 | 320 | | |
342 | 321 | | |
343 | 322 | | |
344 | 323 | | |
345 | 324 | | |
346 | | - | |
| 325 | + | |
347 | 326 | | |
348 | 327 | | |
349 | 328 | | |
350 | 329 | | |
351 | | - | |
| 330 | + | |
352 | 331 | | |
353 | 332 | | |
354 | 333 | | |
| |||
358 | 337 | | |
359 | 338 | | |
360 | 339 | | |
361 | | - | |
| 340 | + | |
362 | 341 | | |
363 | 342 | | |
364 | 343 | | |
365 | 344 | | |
366 | | - | |
| 345 | + | |
367 | 346 | | |
368 | 347 | | |
369 | | - | |
| 348 | + | |
370 | 349 | | |
371 | 350 | | |
372 | 351 | | |
| |||
387 | 366 | | |
388 | 367 | | |
389 | 368 | | |
390 | | - | |
| 369 | + | |
391 | 370 | | |
392 | 371 | | |
393 | 372 | | |
| |||
516 | 495 | | |
517 | 496 | | |
518 | 497 | | |
519 | | - | |
| 498 | + | |
520 | 499 | | |
521 | 500 | | |
522 | | - | |
| 501 | + | |
523 | 502 | | |
524 | 503 | | |
525 | 504 | | |
526 | | - | |
| 505 | + | |
527 | 506 | | |
528 | 507 | | |
529 | 508 | | |
| |||
0 commit comments