1. 537a17b KVM: Let/force architectures to deal with arch specific memslot data by Sean Christopherson · 3 years, 1 month ago
  2. ce5f021 KVM: Use "new" memslot's address space ID instead of dedicated param by Sean Christopherson · 3 years, 1 month ago
  3. 4e4d30c KVM: Resync only arch fields when slots_arch_lock gets reacquired by Maciej S. Szmigiero · 3 years, 1 month ago
  4. 47ea7d9 KVM: Open code kvm_delete_memslot() into its only caller by Sean Christopherson · 3 years, 1 month ago
  5. afa319a KVM: Require total number of memslot pages to fit in an unsigned long by Sean Christopherson · 3 years, 1 month ago
  6. 214bd3a KVM: Convert kvm_for_each_vcpu() to using xa_for_each_range() by Marc Zyngier · 3 years, 1 month ago
  7. 46808a4 KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index by Marc Zyngier · 3 years, 1 month ago
  8. c5b0775 KVM: Convert the kvm->vcpus array to a xarray by Marc Zyngier · 3 years, 1 month ago
  9. 113d10b KVM: s390: Use kvm_get_vcpu() instead of open-coded access by Marc Zyngier · 3 years, 1 month ago
  10. 75a9869 KVM: mips: Use kvm_get_vcpu() instead of open-coded access by Marc Zyngier · 3 years, 1 month ago
  11. 27592ae KVM: Move wiping of the kvm->vcpus array to common code by Marc Zyngier · 3 years, 1 month ago
  12. dc1ce45 KVM: MMU: update comment on the number of page role combinations by Paolo Bonzini · 3 years, 1 month ago
  13. ad5b353 KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure by Tom Lendacky · 3 years, 1 month ago
  14. a655276 KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary by Sean Christopherson · 3 years, 2 months ago
  15. 75236f5 KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails by Sean Christopherson · 3 years, 2 months ago
  16. a955cad KVM: x86/mmu: Retry page fault if root is invalidated by memslot update by Sean Christopherson · 3 years, 1 month ago
  17. bfbb307 KVM: VMX: Set failure code in prepare_vmcs02() by Dan Carpenter · 3 years, 1 month ago
  18. ef8b4b7 KVM: ensure APICv is considered inactive if there is no APIC by Paolo Bonzini · 3 years, 1 month ago
  19. cb1d220 KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register by Like Xu · 3 years, 1 month ago
  20. 7cfc5c6 KVM: fix avic_set_running for preemptable kernels by Paolo Bonzini · 3 years, 1 month ago
  21. e90e51d KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled by Paolo Bonzini · 3 years, 1 month ago
  22. c9d61dc KVM: SEV: accept signals in sev_lock_two_vms by Paolo Bonzini · 3 years, 1 month ago
  23. 10a3792 KVM: SEV: do not take kvm->lock when destroying by Paolo Bonzini · 3 years, 1 month ago
  24. 17d44a9 KVM: SEV: Prohibit migration of a VM that has mirrors by Paolo Bonzini · 3 years, 1 month ago
  25. bf42b02 KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked by Paolo Bonzini · 3 years, 1 month ago
  26. dc79c9f selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  27. 642525e KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  28. 2b347a3 KVM: SEV: initialize regions_list of a mirror VM by Paolo Bonzini · 3 years, 1 month ago
  29. 501b580 KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  30. 4674164 KVM: SEV: do not use list_replace_init on an empty list by Paolo Bonzini · 3 years, 1 month ago
  31. 53b7ca1 KVM: x86: Use a stable condition around all VT-d PI paths by Paolo Bonzini · 3 years, 1 month ago
  32. 37c4dbf KVM: x86: check PIR even for vCPUs with disabled APICv by Paolo Bonzini · 3 years, 1 month ago
  33. 7e1901f KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled by Paolo Bonzini · 3 years, 1 month ago
  34. 81835ee KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem by Maciej S. Szmigiero · 3 years, 1 month ago
  35. f47491d KVM: x86/mmu: Handle "default" period when selectively waking kthread by Sean Christopherson · 3 years, 1 month ago
  36. 28f091bc KVM: MMU: shadow nested paging does not have PKU by Paolo Bonzini · 3 years, 1 month ago
  37. 4b85c92 KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path by Sean Christopherson · 3 years, 1 month ago
  38. 7533377 KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping by Sean Christopherson · 3 years, 1 month ago
  39. 05b2963 KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() by Lai Jiangshan · 3 years, 1 month ago
  40. 12ec33a KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 by Lai Jiangshan · 3 years, 1 month ago
  41. 908fa88 KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE by Vitaly Kuznetsov · 3 years, 1 month ago
  42. feb627e KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN by Vitaly Kuznetsov · 3 years, 1 month ago
  43. 6c11864 KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features test by Vitaly Kuznetsov · 3 years, 1 month ago
  44. 712494d KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 by Sean Christopherson · 3 years, 1 month ago
  45. 40e5f908 KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit by Sean Christopherson · 3 years, 1 month ago
  46. 2b4a5a5 KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST by Sean Christopherson · 3 years, 1 month ago
  47. 30d7c5d KVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capability by Paolo Bonzini · 3 years, 1 month ago
  48. 826bff4 selftests: sev_migrate_tests: free all VMs by Paolo Bonzini · 3 years, 1 month ago
  49. 4916ea8 selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM by Paolo Bonzini · 3 years, 1 month ago
  50. 78311a5 KVM: x86: ignore APICv if LAPIC is not enabled by Paolo Bonzini · 3 years, 1 month ago
  51. 5f25e71 KVM: downgrade two BUG_ONs to WARN_ON_ONCE by Paolo Bonzini · 3 years, 1 month ago
  52. 8503fea KVM: VMX: do not use uninitialized gfn_to_hva_cache by Paolo Bonzini · 3 years, 1 month ago
  53. d5d1cf4 Merge branch 'kvm-5.16-fixes-pre-rc2' into HEAD by Paolo Bonzini · 3 years, 1 month ago
  54. 3d627cc Merge tag 'kvmarm-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 1 month ago
  55. b89acb6 Merge tag 'kvm-riscv-fixes-5.16-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 3 years, 1 month ago
  56. 1f80d150 KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 by Catalin Marinas · 3 years, 1 month ago
  57. 7183b2b KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure by Marc Zyngier · 3 years, 1 month ago
  58. 83bb2c1 KVM: arm64: Save PSTATE early on exit by Marc Zyngier · 3 years, 1 month ago
  59. 74c2e97 RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value by Anup Patel · 3 years, 1 month ago
  60. 756e1fc KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot by Sean Christopherson · 3 years, 2 months ago
  61. 1360572 Linux 5.16-rc2 by Linus Torvalds · 3 years, 1 month ago
  62. 40c93d7 Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  63. af16bde Merge tag 'perf-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 1 month ago
  64. 75603b1 Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 1 month ago
  65. 61eb495 pstore/blk: Use "%lu" to format unsigned long by Geert Uytterhoeven · 3 years, 1 month ago
  66. 923dcc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 1 month ago
  67. 61564e7 Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
  68. b100274 Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 1 month ago
  69. 6b38e2f Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 1 month ago
  70. b38bfc7 Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 1 month ago
  71. c1e6311 proc/vmcore: fix clearing user buffer by properly using clear_user() by David Hildenbrand · 3 years, 1 month ago
  72. 825c43f kmap_local: don't assume kmap PTEs are linear arrays in memory by Ard Biesheuvel · 3 years, 1 month ago
  73. d78f3853 mm/damon/dbgfs: fix missed use of damon_dbgfs_lock by SeongJae Park · 3 years, 1 month ago
  74. db7a347 mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation by SeongJae Park · 3 years, 1 month ago
  75. cab71f7 kasan: test: silence intentional read overflow warnings by Kees Cook · 3 years, 1 month ago
  76. cc30042 hugetlb, userfaultfd: fix reservation restore on userfaultfd error by Mina Almasry · 3 years, 1 month ago
  77. afe041c hugetlb: fix hugetlb cgroup refcounting during mremap by Bui Quang Minh · 3 years, 1 month ago
  78. 34dbc3aa mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag by Rustam Kovhaev · 3 years, 1 month ago
  79. eaac2f8 hexagon: ignore vmlinux.lds by Nathan Chancellor · 3 years, 1 month ago
  80. 51f2ec5 hexagon: clean up timer-regs.h by Nathan Chancellor · 3 years, 1 month ago
  81. ffb92ce hexagon: export raw I/O routines for modules by Nathan Chancellor · 3 years, 1 month ago
  82. 9a543f0 mm: emit the "free" trace report before freeing memory in kmem_cache_free() by Yunfeng Ye · 3 years, 1 month ago
  83. 85b6d246 shm: extend forced shm destroy to support objects from several IPC nses by Alexander Mikhalitsyn · 3 years, 1 month ago
  84. 126e8be ipc: WARN if trying to remove ipc object which is absent by Alexander Mikhalitsyn · 3 years, 1 month ago
  85. 3cd018b4 mm/swap.c:put_pages_list(): reinitialise the page list by Matthew Wilcox · 3 years, 1 month ago
  86. a90af8f Merge tag 'libata-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 3 years, 1 month ago
  87. e4365e3 Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 1 month ago
  88. 8b98436 Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 1 month ago
  89. 9539ba4 Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 1 month ago
  90. 7af959b Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 1 month ago
  91. ecd510d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 1 month ago
  92. a8b5f8f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 1 month ago
  93. 4479169 Merge tag 'gpio-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 1 month ago
  94. ad44518 Merge tag 'drm-fixes-2021-11-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 1 month ago
  95. 0dc636b x86: Pin task-stack in __get_wchan() by Peter Zijlstra · 3 years, 1 month ago
  96. fcb116b signal: Replace force_fatal_sig with force_exit_sig when in doubt by Eric W. Biederman · 3 years, 1 month ago
  97. e349d94 signal: Don't always set SA_IMMUTABLE for forced signals by Eric W. Biederman · 3 years, 1 month ago
  98. df4e6fa MAINTAINERS: Update for VMware PVRDMA driver by Bryan Tan · 3 years, 1 month ago
  99. 2b504bd blk-mq: don't insert FUA request with data into scheduler queue by Ming Lei · 3 years, 1 month ago
  100. 15c3010 blk-cgroup: fix missing put device in error path from blkg_conf_pref() by Yu Kuai · 3 years, 2 months ago