1. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  2. bd6aabc Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 2 months ago
  3. 9bf8d8b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
  4. c51ae12 Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  5. 7737706 KVM: ioapic: break infinite recursion on lazy EOI by Vitaly Kuznetsov · 4 years, 2 months ago
  6. a3ff25f KVM: vmx: rename pi_init to avoid conflict with paride by Paolo Bonzini · 4 years, 2 months ago
  7. 764388c KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 build by Sean Christopherson · 4 years, 2 months ago
  8. 9c5743d x86/uaccess: fix code generation in put_user() by Rasmus Villemoes · 4 years, 2 months ago
  9. f9a705a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 2 months ago
  10. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  11. d04b1ae xen/events: only register debug interrupt for 2-level events by Juergen Gross · 4 years, 2 months ago
  12. 29cf0f5 kvm: x86/mmu: NX largepage recovery for TDP MMU by Ben Gardon · 4 years, 3 months ago
  13. daa5b6c kvm: x86/mmu: Don't clear write flooding count for direct roots by Ben Gardon · 4 years, 3 months ago
  14. 95fb5b0 kvm: x86/mmu: Support MMIO in the TDP MMU by Ben Gardon · 4 years, 3 months ago
  15. 46044f7 kvm: x86/mmu: Support write protection for nesting in tdp MMU by Ben Gardon · 4 years, 3 months ago
  16. 1488199 kvm: x86/mmu: Support disabling dirty logging for the tdp MMU by Ben Gardon · 4 years, 3 months ago
  17. a6a0b05 kvm: x86/mmu: Support dirty logging for the TDP MMU by Ben Gardon · 4 years, 3 months ago
  18. 1d8dd6b kvm: x86/mmu: Support changed pte notifier in tdp MMU by Ben Gardon · 4 years, 3 months ago
  19. f8e1449 kvm: x86/mmu: Add access tracking for tdp_mmu by Ben Gardon · 4 years, 3 months ago
  20. 063afac kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMU by Ben Gardon · 4 years, 3 months ago
  21. 89c0fd4 kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU by Ben Gardon · 4 years, 3 months ago
  22. bb18842 kvm: x86/mmu: Add TDP MMU PF handler by Ben Gardon · 4 years, 3 months ago
  23. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  24. 00937f3 Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 2 months ago
  25. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  26. 7d94531 kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg by Ben Gardon · 4 years, 3 months ago
  27. faaf05b0 kvm: x86/mmu: Support zapping SPTEs in the TDP MMU by Ben Gardon · 4 years, 3 months ago
  28. 2f2fad0 kvm: x86/mmu: Add functions to handle changed TDP SPTEs by Ben Gardon · 4 years, 3 months ago
  29. 02c00b3 kvm: x86/mmu: Allocate and free TDP MMU roots by Ben Gardon · 4 years, 3 months ago
  30. fe5db27 kvm: x86/mmu: Init / Uninit the TDP MMU by Ben Gardon · 4 years, 3 months ago
  31. c9180b7 kvm: x86/mmu: Introduce tdp_iter by Ben Gardon · 4 years, 3 months ago
  32. 5a9624a KVM: mmu: extract spte.h and spte.c by Paolo Bonzini · 4 years, 3 months ago
  33. cb3eeda KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp by Paolo Bonzini · 4 years, 3 months ago
  34. 799a419 kvm: x86/mmu: Separate making SPTEs from set_spte by Ben Gardon · 4 years, 3 months ago
  35. cc4674d kvm: mmu: Separate making non-leaf sptes from link_shadow_page by Ben Gardon · 4 years, 3 months ago
  36. c0623f5 Merge branch 'kvm-fixes' into 'next' by Paolo Bonzini · 4 years, 3 months ago
  37. 30031c2 KVM: x86: Let the guest own CR4.FSGSBASE by Lai Jiangshan · 4 years, 3 months ago
  38. 2ed41aa KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault by Sean Christopherson · 4 years, 3 months ago
  39. a6337a3 KVM: x86: Move call to update_exception_bitmap() into VMX code by Sean Christopherson · 4 years, 3 months ago
  40. c44d9b3 KVM: x86: Invoke vendor's vcpu_after_set_cpuid() after all common updates by Sean Christopherson · 4 years, 3 months ago
  41. 6e1d849 KVM: x86: Intercept LA57 to inject #GP fault when it's reserved by Lai Jiangshan · 4 years, 3 months ago
  42. f6426ab KVM: SVM: Initialize prev_ga_tag before use by Suravee Suthikulpanit · 4 years, 3 months ago
  43. 2fcf487 KVM: nSVM: implement on demand allocation of the nested state by Maxim Levitsky · 4 years, 3 months ago
  44. 72f211e KVM: x86: allow kvm_x86_ops.set_efer to return an error value by Maxim Levitsky · 4 years, 3 months ago
  45. 7dffeca KVM: x86: report negative values from wrmsr emulation to userspace by Maxim Levitsky · 4 years, 3 months ago
  46. 36385cc KVM: x86: xen_hvm_config: cleanup return values by Maxim Levitsky · 4 years, 3 months ago
  47. d5d6c18 kvm x86/mmu: Make struct kernel_param_ops definitions const by Joe Perches · 4 years, 3 months ago
  48. 3f4e3eb KVM: x86: bump KVM_MAX_CPUID_ENTRIES by Vitaly Kuznetsov · 4 years, 3 months ago
  49. 255cbec KVM: x86: allocate vcpu->arch.cpuid_entries dynamically by Vitaly Kuznetsov · 4 years, 3 months ago
  50. f69858f KVM: x86: disconnect kvm_check_cpuid() from vcpu->arch.cpuid_entries by Vitaly Kuznetsov · 4 years, 3 months ago
  51. 66570e9 kvm: x86: only provide PV features if enabled in guest's CPUID by Oliver Upton · 4 years, 5 months ago
  52. 210dfd9 kvm: x86: set wall_clock in kvm_write_wall_clock() by Oliver Upton · 4 years, 5 months ago
  53. 5b9bb0e kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn by Oliver Upton · 4 years, 5 months ago
  54. 66af4f5 x86/kvm: Update the comment about asynchronous page fault in exc_page_fault() by Vitaly Kuznetsov · 4 years, 3 months ago
  55. 8f116a6 x86/kvm: hide KVM options from menuconfig when KVM is not compiled by Matteo Croce · 4 years, 3 months ago
  56. 043248b KVM: VMX: Forbid userspace MSR filters for x2APIC by Paolo Bonzini · 4 years, 3 months ago
  57. 9389b9d KVM: VMX: Ignore userspace MSR filters for x2APIC by Sean Christopherson · 4 years, 3 months ago
  58. 8b28a3f Merge branch 'pci/misc' by Bjorn Helgaas · 4 years, 3 months ago
  59. 0f6372e treewide: remove DISABLE_LTO by Sami Tolvanen · 4 years, 3 months ago
  60. b17a45b x86/boot/64: Explicitly map boot_params and command line by Arvind Sankar · 4 years, 3 months ago
  61. 628ade2 KVM: VMX: Fix x2APIC MSR intercept handling on !APICV platforms by Peter Xu · 4 years, 3 months ago
  62. 103a490 x86/head/64: Disable stack protection for head$(BITS).o by Arvind Sankar · 4 years, 3 months ago
  63. e5ceb9a x86/boot/64: Initialize 5-level paging variables earlier by Arvind Sankar · 4 years, 3 months ago
  64. 41eea65 Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  65. 1912b04 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  66. 9453b2d Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 3 months ago
  67. 5dd63bf x86/xen: open code alloc_vm_area in arch_gnttab_valloc by Christoph Hellwig · 4 years, 3 months ago
  68. ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 3 months ago
  69. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 3 months ago
  70. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  71. fefa636 Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 3 months ago
  72. 2d0f6b0 Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 4 years, 3 months ago
  73. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  74. 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
  75. 626b901 Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT by Michael Kelley · 4 years, 5 months ago
  76. 79db2b7 Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 4 years, 3 months ago
  77. cf1d2b4 Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 3 months ago
  78. a09b1d7 Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 3 months ago
  79. da9803d Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  80. 6873139 Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  81. d5660df Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  82. cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 3 months ago
  83. 6120cdc x86/setup: simplify reserve_crashkernel() by Mike Rapoport · 4 years, 3 months ago
  84. 3c45ee6 x86/setup: simplify initrd relocation and reservation by Mike Rapoport · 4 years, 3 months ago
  85. a035b6b mm/memory_hotplug: introduce default phys_to_target_node() implementation by Dan Williams · 4 years, 3 months ago
  86. 88e9a5b efi/fake_mem: arrange for a resource entry per efi_fake_mem instance by Dan Williams · 4 years, 3 months ago
  87. 3b0d310 x86/numa: add 'nohmat' option by Dan Williams · 4 years, 3 months ago
  88. 2dd57d3 x86/numa: cleanup configuration dependent command-line options by Dan Williams · 4 years, 3 months ago
  89. 8b05418 Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 3 months ago
  90. 029f56d Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  91. 857d644 Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  92. 081dd68 x86/platform/uv: Remove unused variable in UV5 NMI handler by Mike Travis · 4 years, 3 months ago
  93. 5f1ec1f x86/traps: Fix #DE Oops message regression by Thomas Gleixner · 4 years, 3 months ago
  94. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  95. e4174ff Merge branch 'acpi-numa' by Rafael J. Wysocki · 4 years, 3 months ago
  96. 865c50e x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUT by Nick Desaulniers · 4 years, 5 months ago
  97. d55564c x86: Make __put_user() generate an out-of-line call by Linus Torvalds · 4 years, 9 months ago
  98. ea6f043 x86: Make __get_user() generate an out-of-line call by Linus Torvalds · 4 years, 9 months ago
  99. 22230cd Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  100. e18afa5 Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago