1. 63b3f96 kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT by Peter Zijlstra · 3 years, 9 months ago
  2. 0aa099a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  3. 85bbba1 Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  4. dd3e401 Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  5. b741596 Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 8 months ago
  6. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  7. f96271c Merge branch 'master' into next by Michael Ellerman · 3 years, 8 months ago
  8. 51595e3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 8 months ago
  9. 28b4afe Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  10. ce7ea0c KVM: SVM: Move GHCB unmapping to fix RCU warning by Tom Lendacky · 3 years, 8 months ago
  11. 368340a KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers by Sean Christopherson · 3 years, 8 months ago
  12. 3f804f6 KVM: x86: Prevent deadlock against tk_core.seq by Thomas Gleixner · 3 years, 8 months ago
  13. 594b27e KVM: x86: Cancel pvclock_gtod_work on module removal by Thomas Gleixner · 3 years, 9 months ago
  14. 03ca458 KVM: x86: Prevent KVM SVM from loading on kernels with 5-level paging by Sean Christopherson · 3 years, 9 months ago
  15. 76ea438 KVM: X86: Expose bus lock debug exception to guest by Paolo Bonzini · 3 years, 8 months ago
  16. e8ea85f KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit by Chenyi Qiang · 4 years ago
  17. 3411413 KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks by Nicholas Piggin · 3 years, 9 months ago
  18. 78bba96 KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failed by Sean Christopherson · 3 years, 9 months ago
  19. 61a05d4 KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model by Sean Christopherson · 3 years, 9 months ago
  20. e5fda4b KVM: x86: Move uret MSR slot management to common x86 by Sean Christopherson · 3 years, 9 months ago
  21. 9cc39a5 KVM: x86: Export the number of uret MSRs to vendor modules by Sean Christopherson · 3 years, 9 months ago
  22. 5e17c62 KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional way by Sean Christopherson · 3 years, 9 months ago
  23. 8ea8b8d KVM: VMX: Use common x86's uret MSR list as the one true list by Sean Christopherson · 3 years, 9 months ago
  24. ee9d22e KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list by Sean Christopherson · 3 years, 9 months ago
  25. b6194b9 KVM: VMX: Configure list of user return MSRs at module init by Sean Christopherson · 3 years, 9 months ago
  26. 36fa06f KVM: x86: Add support for RDPID without RDTSCP by Sean Christopherson · 3 years, 9 months ago
  27. 0caa0a7 KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in host by Sean Christopherson · 3 years, 9 months ago
  28. 5104d7f KVM: VMX: Disable preemption when probing user return MSRs by Sean Christopherson · 3 years, 9 months ago
  29. 2183de4 KVM: x86: Move RDPID emulation intercept to its own enum by Sean Christopherson · 3 years, 9 months ago
  30. 3b195ac KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest by Sean Christopherson · 3 years, 9 months ago
  31. 85d0011 KVM: x86: Emulate RDPID only if RDTSCP is supported by Sean Christopherson · 3 years, 9 months ago
  32. 8aec21c KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupported by Sean Christopherson · 3 years, 9 months ago
  33. 809c791 KVM: nSVM: remove a warning about vmcb01 VM exit reason by Maxim Levitsky · 3 years, 9 months ago
  34. 063ab16 KVM: nSVM: always restore the L1's GIF on migration by Maxim Levitsky · 3 years, 9 months ago
  35. aca3528 KVM: x86: Hoist input checks in kvm_add_msr_filter() by Siddharth Chandrasekaran · 3 years, 9 months ago
  36. 70f094f KVM: nVMX: Properly pad 'struct kvm_vmx_nested_state_hdr' by Vitaly Kuznetsov · 3 years, 9 months ago
  37. f5c7e84 KVM: nVMX: Always make an attempt to map eVMCS after migration by Vitaly Kuznetsov · 3 years, 9 months ago
  38. 384fc67 x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline() by Vitaly Kuznetsov · 3 years, 9 months ago
  39. 3d6b841 x86/kvm: Disable all PV features on crash by Vitaly Kuznetsov · 3 years, 9 months ago
  40. c02027b x86/kvm: Disable kvmclock on all CPUs on shutdown by Vitaly Kuznetsov · 3 years, 9 months ago
  41. 8b79fef x86/kvm: Teardown PV features on boot CPU as well by Vitaly Kuznetsov · 3 years, 9 months ago
  42. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  43. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  44. 5aa6b70 arm: print alloc free paths for address in registers by Maninder Singh · 3 years, 8 months ago
  45. f2e762b mm: remove xlate_dev_kmem_ptr() by David Hildenbrand · 3 years, 8 months ago
  46. bbcd53c drivers/char: remove /dev/kmem for good by David Hildenbrand · 3 years, 8 months ago
  47. bb8bc36 arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300 by Yury Norov · 3 years, 8 months ago
  48. 0214967 alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h> by Randy Dunlap · 3 years, 8 months ago
  49. 543203d alpha: eliminate old-style function definitions by Randy Dunlap · 3 years, 8 months ago
  50. e486612 Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 8 months ago
  51. beaf5ae riscv: remove unused handle_exception symbol by Rouven Czerwinski · 3 years, 9 months ago
  52. 8d91b09 riscv: Consistify protect_kernel_linear_mapping_text_rodata() use by Geert Uytterhoeven · 3 years, 9 months ago
  53. 0e0d499 riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y by Vincent Chen · 3 years, 9 months ago
  54. 8db6f93 riscv: Only extend kernel reservation if mapped read-only by Geert Uytterhoeven · 3 years, 9 months ago
  55. 322a3b84 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 3 years, 8 months ago
  56. 939b7cb Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 8 months ago
  57. 5e5948e5 Merge tag 'hexagon-5.13-0' of git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux by Linus Torvalds · 3 years, 8 months ago
  58. e10de31 x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating by Suravee Suthikulpanit · 3 years, 9 months ago
  59. c76fba3 arm64: kernel: Update the stale comment by Shaokun Zhang · 3 years, 8 months ago
  60. 50b7b6f x86/process: setup io_threads more like normal user space threads by Stefan Metzmacher · 3 years, 9 months ago
  61. bc908e0 KVM: x86: Consolidate guest enter/exit logic to common helpers by Sean Christopherson · 3 years, 9 months ago
  62. 1604571 KVM: x86: Defer vtime accounting 'til after IRQ handling by Wanpeng Li · 3 years, 9 months ago
  63. a217a65 KVM/VMX: Invoke NMI non-IST entry instead of IST entry by Lai Jiangshan · 3 years, 9 months ago
  64. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  65. 57151b5 Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 9 months ago
  66. 7b9df26 Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 9 months ago
  67. fc48a6d x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers by Sean Christopherson · 3 years, 9 months ago
  68. b6b4fbd x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported by Sean Christopherson · 3 years, 9 months ago
  69. 4029b97 x86/resctrl: Fix init const confusion by Andi Kleen · 3 years, 9 months ago
  70. 790d1ce x86: Delete UD0, UD1 traces by Alexey Dobriyan · 3 years, 9 months ago
  71. 3cf4524 x86/smpboot: Remove duplicate includes by Wan Jiabing · 3 years, 9 months ago
  72. ca6e51d arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE by Oscar Salvador · 3 years, 9 months ago
  73. f91ef22 x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE by Oscar Salvador · 3 years, 9 months ago
  74. e8003bf6 mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE by Anshuman Khandual · 3 years, 9 months ago
  75. 66f24fa mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK by Anshuman Khandual · 3 years, 9 months ago
  76. 1e86697 mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION by Anshuman Khandual · 3 years, 9 months ago
  77. 91024b3 mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE] by Anshuman Khandual · 3 years, 9 months ago
  78. 855f9a8 mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) by Anshuman Khandual · 3 years, 9 months ago
  79. c2280be mm: generalize ARCH_HAS_CACHE_LINE_SIZE by Anshuman Khandual · 3 years, 9 months ago
  80. 575299e x86/mm: track linear mapping split events by Saravanan D · 3 years, 9 months ago
  81. 7677f7f userfaultfd: add minor fault registration mode by Axel Rasmussen · 3 years, 9 months ago
  82. 4bfb68a mm: generalize HUGETLB_PAGE_SIZE_VARIABLE by Anshuman Khandual · 3 years, 9 months ago
  83. c1991e0 hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled by Peter Xu · 3 years, 9 months ago
  84. aec44e0 hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() by Peter Xu · 3 years, 9 months ago
  85. 4d6a38d arm64: entry: always set GIC_PRIO_PSR_I_SET during entry by Mark Rutland · 3 years, 9 months ago
  86. 23243c1 arch: use cross_compiling to check whether it is a cross build or not by Masahiro Yamada · 3 years, 9 months ago
  87. 298a58e ARM: footbridge: remove personal server platform by Russell King · 3 years, 9 months ago
  88. 32b48bf KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks by Nicholas Piggin · 3 years, 9 months ago
  89. 0a269a0 x86/kvm: Fix pr_info() for async PF setup/teardown by Vitaly Kuznetsov · 3 years, 9 months ago
  90. 025768a x86/cpu: Use alternative to generate the TASK_SIZE_MAX constant by Linus Torvalds · 3 years, 9 months ago
  91. d665ea6 Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 9 months ago
  92. 74d6790 Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 9 months ago
  93. 51e6f07 Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 3 years, 9 months ago
  94. b208108 s390: fix detection of vector enhancements facility 1 vs. vector packed decimal facility by David Hildenbrand · 3 years, 9 months ago
  95. 98d771e Merge branch 'remotes/lorenzo/pci/risc-v' by Bjorn Helgaas · 3 years, 9 months ago
  96. ccfc1d5 Merge branch 'pci/misc' by Bjorn Helgaas · 3 years, 9 months ago
  97. ae80d51 riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC by Greentime Hu · 3 years, 9 months ago
  98. c6b05f4 powerpc/kconfig: Restore alphabetic order of the selects under CONFIG_PPC by Christophe Leroy · 3 years, 9 months ago
  99. f566826 powerpc/32: Fix boot failure with CONFIG_STACKPROTECTOR by Christophe Leroy · 3 years, 9 months ago
  100. b910fcb powerpc/powernv/memtrace: Fix dcache flushing by Sandipan Das · 3 years, 9 months ago