1. 786cb0a Merge tag 'drm-fixes-2021-07-16' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 8 months ago
  2. 6e442d0 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 8 months ago
  3. d936eb2 Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" by Linus Torvalds · 3 years, 8 months ago
  4. 876d98e Merge tag 'drm-intel-fixes-2021-07-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 3 years, 8 months ago
  5. 1013d4a Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 3 years, 8 months ago
  6. e1fc82a Merge tag 'drm-misc-fixes-2021-07-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 3 years, 8 months ago
  7. 7612872 Merge tag 'pwm/for-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 8 months ago
  8. 2ea2086 Merge tag 'amd-drm-fixes-5.14-2021-07-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 8 months ago
  9. e9338ab Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 8 months ago
  10. dd9c7df Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  11. a1c9ca5 EDAC/igen6: fix core dependency AGAIN by Randy Dunlap · 3 years, 8 months ago
  12. 405386b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  13. f3523a2 Merge tag 'iommu-fixes-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 8 months ago
  14. d08af0a mm/hugetlb: fix refs calculation from unaligned @vaddr by Joao Martins · 3 years, 8 months ago
  15. b3b2177 hfs: add lock nesting notation to hfs_find_init by Desmond Cheong Zhi Xi · 3 years, 8 months ago
  16. 54a5ead hfs: fix high memory mapping in hfs_bnode_read by Desmond Cheong Zhi Xi · 3 years, 8 months ago
  17. 16ee572 hfs: add missing clean-up in hfs_fill_super by Desmond Cheong Zhi Xi · 3 years, 8 months ago
  18. c52114d lib/test_hmm: remove set but unused page variable by Alistair Popple · 3 years, 8 months ago
  19. ab7965d mm: fix the try_to_unmap prototype for !CONFIG_MMU by Christoph Hellwig · 3 years, 8 months ago
  20. 0614784 mm/page_alloc: further fix __alloc_pages_bulk() return value by Chuck Lever · 3 years, 8 months ago
  21. e5c15ce mm/page_alloc: correct return value when failing at preparing by Yanfei Xu · 3 years, 8 months ago
  22. 187ad46 mm/page_alloc: avoid page allocator recursion with pagesets.lock held by Mel Gorman · 3 years, 8 months ago
  23. 54aa386 Revert "mm/page_alloc: make should_fail_alloc_page() static" by Matteo Croce · 3 years, 8 months ago
  24. 2db710c kasan: fix build by including kernel.h by Marco Elver · 3 years, 8 months ago
  25. 77a63c6 kasan: add memzero init for unaligned size at DEBUG by Yee Lee · 3 years, 8 months ago
  26. 0d4a062 mm: move helper to check slub_debug_enabled by Marco Elver · 3 years, 8 months ago
  27. d951b22 KVM: selftests: smm_test: Test SMM enter from L2 by Vitaly Kuznetsov · 3 years, 9 months ago
  28. bb00bd9 KVM: nSVM: Restore nested control upon leaving SMM by Vitaly Kuznetsov · 3 years, 9 months ago
  29. 37be407 KVM: nSVM: Fix L1 state corruption upon return from SMM by Vitaly Kuznetsov · 3 years, 9 months ago
  30. 0a75829 KVM: nSVM: Introduce svm_copy_vmrun_state() by Vitaly Kuznetsov · 3 years, 9 months ago
  31. fb79f56 KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN by Vitaly Kuznetsov · 3 years, 9 months ago
  32. fce7e15 KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA by Vitaly Kuznetsov · 3 years, 9 months ago
  33. c7a1b2b KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities by Sean Christopherson · 3 years, 10 months ago
  34. b4a6939 KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails by Sean Christopherson · 3 years, 10 months ago
  35. 4b639a9 KVM: SVM: add module param to control the #SMI interception by Maxim Levitsky · 3 years, 8 months ago
  36. 896707c KVM: SVM: remove INIT intercept handler by Maxim Levitsky · 3 years, 8 months ago
  37. 991afbb KVM: SVM: #SMI interception must not skip the instruction by Maxim Levitsky · 3 years, 8 months ago
  38. c0e1303 KVM: VMX: Remove vmx_msr_index from vmx.h by Yu Zhang · 3 years, 8 months ago
  39. f85d401 KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run() by Lai Jiangshan · 3 years, 9 months ago
  40. 6f2f86e KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc by Ricardo Koller · 3 years, 9 months ago
  41. 004d62e kvm: debugfs: fix memory leak in kvm_create_vm_debugfs by Pavel Skripkin · 3 years, 9 months ago
  42. 4a5c155 MAINTAINERS: Add Suravee Suthikulpanit as Reviewer for AMD IOMMU (AMD-Vi) by Suravee Suthikulpanit · 3 years, 8 months ago
  43. 775da83 drm/amdgpu: add another Renoir DID by Jinzhou Su · 3 years, 8 months ago
  44. 8096acd7 Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
  45. d1d488d fs: add vfs_parse_fs_param_source() helper by Christian Brauner · 3 years, 8 months ago
  46. 3b04627 cgroup: verify that source is a string by Christian Brauner · 3 years, 8 months ago
  47. 7234c36 KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVM by Like Xu · 3 years, 9 months ago
  48. 23fa2e4 KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio by Kefeng Wang · 3 years, 9 months ago
  49. 76ff371 KVM: SVM: Revert clearing of C-bit on GPA in #NPF handler by Sean Christopherson · 3 years, 9 months ago
  50. fc9bf2e KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs by Sean Christopherson · 3 years, 9 months ago
  51. e39f00f KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDR by Sean Christopherson · 3 years, 9 months ago
  52. 4bf48e3 KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled by Sean Christopherson · 3 years, 9 months ago
  53. f0414b0 Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enabled" by Sean Christopherson · 3 years, 9 months ago
  54. f8f0eda KVM: selftests: x86: Address missing vm_install_exception_handler conversions by Marc Zyngier · 3 years, 9 months ago
  55. f3cf800 Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 8 months ago
  56. b7eb335 Makefile: Enable -Wimplicit-fallthrough for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  57. 104aba8 powerpc/smp: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  58. afbd0d2 dmaengine: mpc512x: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  59. 14158aa usb: gadget: fsl_qe_udc: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  60. 9e5c772 drm/ttm: add a check against null pointer dereference by Zheyu Ma · 3 years, 8 months ago
  61. 0abb33b drm/i915/gtt: drop the page table optimisation by Matthew Auld · 3 years, 8 months ago
  62. c987b65 iommu/rockchip: Fix physical address decoding by Benjamin Gaignard · 3 years, 8 months ago
  63. 474dd1c iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries by Lu Baolu · 3 years, 8 months ago
  64. 37764b9 iommu/vt-d: Global devTLB flush when present context entry changed by Sanjay Kumar · 3 years, 8 months ago
  65. ce36c94 iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path" by Marek Szyprowski · 3 years, 8 months ago
  66. 479857a powerpc/powernv: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  67. bcb9928 net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_leave() by Vladimir Oltean · 3 years, 8 months ago
  68. cf6678a MIPS: Fix unreachable code issue by Gustavo A. R. Silva · 3 years, 8 months ago
  69. bc431d2 MIPS: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  70. 4796372 ASoC: Mediatek: MT8183: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  71. 2feeb52 drm/i915/gt: Fix -EDEADLK handling regression by Ville Syrjälä · 3 years, 9 months ago
  72. b51883d power: supply: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  73. d6a48a4 dmaengine: ti: k3-udma: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  74. d4e8134 s390: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  75. 4161401 dmaengine: ipu: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  76. 40226a3 Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux by Linus Torvalds · 3 years, 8 months ago
  77. f02bf85 Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 8 months ago
  78. 5a1ab5c iommu/arm-smmu-v3: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  79. f95deae mmc: jz4740: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  80. 54325d0 PCI: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  81. 223fa87 scsi: libsas: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  82. c869834 video: fbdev: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  83. f336a00 math-emu: Fix fall-through warning by Gustavo A. R. Silva · 3 years, 8 months ago
  84. 420405e configfs: fix the read and write iterators by Bart Van Assche · 3 years, 8 months ago
  85. 28efd20 Merge branch 'sfc-tx-queues' by David S. Miller · 3 years, 8 months ago
  86. d2a16bd sfc: add logs explaining XDP_TX/REDIRECT is not available by Íñigo Huguet · 3 years, 8 months ago
  87. 788bc00 sfc: ensure correct number of XDP queues by Íñigo Huguet · 3 years, 8 months ago
  88. f28100c sfc: fix lack of XDP TX queues - error XDP TX failed (-22) by Íñigo Huguet · 3 years, 8 months ago
  89. 2e7ea96 cpufreq: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 8 months ago
  90. deb7178 net: fddi: fix UAF in fza_probe by Pavel Skripkin · 3 years, 8 months ago
  91. b0b33b0 net: dsa: sja1105: fix address learning getting disabled on the CPU port by Vladimir Oltean · 3 years, 8 months ago
  92. e56c6bb net: ocelot: fix switchdev objects synced for wrong netdev with LAG offload by Vladimir Oltean · 3 years, 8 months ago
  93. 01757f5 net: Use nlmsg_unicast() instead of netlink_unicast() by Yajun Deng · 3 years, 8 months ago
  94. adefab4 drm/amd/pm: Add waiting for response of mode-reset message for yellow carp by Aaron Liu · 3 years, 8 months ago
  95. 5adcd74 Revert "drm/amdkfd: Add heavy-weight TLB flush after unmapping" by Eric Huang · 3 years, 8 months ago
  96. d605094 Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update" by Eric Huang · 3 years, 8 months ago
  97. c37387c3 Revert "drm/amdkfd: Make TLB flush conditional on mapping" by Eric Huang · 3 years, 8 months ago
  98. 22762e3 Revert "drm/amdgpu: Fix warning of Function parameter or member not described" by Eric Huang · 3 years, 8 months ago
  99. f5cc09ac Revert "drm/amdkfd: Add memory sync before TLB flush on unmap" by Eric Huang · 3 years, 8 months ago
  100. 06055d2 drm/amd/pm: Fix BACO state setting for Beige_Goby by Chengming Gui · 3 years, 8 months ago