1. 84770f0 usb: dwc3: Add driver for Xilinx platforms by Manish Narani · 3 years, 10 months ago
  2. caef9f0 dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3 Controller by Manish Narani · 3 years, 10 months ago
  3. 3af3260 usb: renesas_usbhs: fix error return code of usbhsf_pkt_handler() by Jia-Ju Bai · 3 years, 10 months ago
  4. 0c59f67 usb: dwc3: gadget: Remove invalid low-speed setting by Thinh Nguyen · 3 years, 10 months ago
  5. 575b1ac drivers: usb: host: fotg210-hcd.c: Fix alignment of comment by Shubhankar Kuranagatti · 3 years, 10 months ago
  6. 4e6e851 drivers: usb: host: fotg210-hcd.c: Fix indentation error by Shubhankar Kuranagatti · 3 years, 10 months ago
  7. aaadc6a USB: core: rename usb_driver_claim_interface() data parameter by Johan Hovold · 3 years, 10 months ago
  8. a2a28c2 USB: core: drop outdated interface-binding comment by Johan Hovold · 3 years, 10 months ago
  9. 8460f60 usb: sl811-hcd: improve misleading indentation by Arnd Bergmann · 3 years, 10 months ago
  10. 8219ab4 USB: ehci: drop workaround for forced irq threading by Johan Hovold · 3 years, 10 months ago
  11. 0b98287 usb: host: ehci-tegra: Select USB_GADGET Kconfig option by Dmitry Osipenko · 3 years, 10 months ago
  12. d50229c ARM: multi_v7_defconfig: Stop using deprecated USB_EHCI_TEGRA by Dmitry Osipenko · 3 years, 10 months ago
  13. 4da57db usb: host: ehci-platform: add spurious_oc DT support by Álvaro Fernández Rojas · 3 years, 11 months ago
  14. 81d2385 dt-bindings: usb: generic-ehci: document spurious-oc flag by Álvaro Fernández Rojas · 3 years, 11 months ago
  15. 2d5ba37 usb: ehci: add spurious flag to disable overcurrent checking by Florian Fainelli · 3 years, 11 months ago
  16. 729979e1 dt-bindings: usb: fix yamllint check warning by Chunfeng Yun · 3 years, 10 months ago
  17. f85142a Merge 5.12-rc4 into usb-next by Greg Kroah-Hartman · 3 years, 10 months ago
  18. 0d02ec6 Linux 5.12-rc4 by Linus Torvalds · 3 years, 10 months ago
  19. d7f5f1b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 10 months ago
  20. 2c41fab Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  21. 1d4345e Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 10 months ago
  22. 3001c35 Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 10 months ago
  23. 5ee96fa Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  24. 1c74516 Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  25. 5ba33b4 Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  26. 92ed88c Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  27. 5e3ddf9 Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  28. b35660a Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 10 months ago
  29. 0031275 io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL by Stefan Metzmacher · 3 years, 10 months ago
  30. 00ddff4 io-wq: ensure task is running before processing task_work by Jens Axboe · 3 years, 10 months ago
  31. 4db4b1a signal: don't allow STOP on PF_IO_WORKER threads by Eric W. Biederman · 3 years, 10 months ago
  32. 5be28c8 signal: don't allow sending any signals to PF_IO_WORKER threads by Jens Axboe · 3 years, 10 months ago
  33. 64395d9 ext4: initialize ret to suppress smatch warning by Theodore Ts'o · 3 years, 10 months ago
  34. 512c15e ext4: stop inode update before return by Pan Bian · 4 years ago
  35. 8210bb2 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 3 years, 10 months ago
  36. 2a4ae3b ext4: fix timer use-after-free on failed mount by Jan Kara · 3 years, 10 months ago
  37. 7d8bd3c ext4: fix potential error in ext4_do_update_inode by Shijie Luo · 3 years, 10 months ago
  38. 6b22489 ext4: do not try to set xattr into ea_inode if value is empty by zhangyi (F) · 3 years, 11 months ago
  39. 5dccdc5 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 3 years, 11 months ago
  40. b7ff91f ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 3 years, 11 months ago
  41. 81e2073 genirq: Disable interrupts for force threaded handlers by Thomas Gleixner · 3 years, 10 months ago
  42. 812da4d Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 10 months ago
  43. bfdc4aa Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 10 months ago
  44. af97713 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 10 months ago
  45. 1c273e1 Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 3 years, 10 months ago
  46. d626c69 Merge tag 'block-5.12-2021-03-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  47. 0ada2dad Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  48. dd92688 x86/apic/of: Fix CPU devicetree-node lookups by Johan Hovold · 3 years, 10 months ago
  49. ecd8ee7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  50. 3149860 Merge tag 'gpio-fixes-for-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 10 months ago
  51. 6bfea14 Merge tag 's390-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 10 months ago
  52. 278924c Merge tag 'trace-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 10 months ago
  53. ec85720 Merge tag 'pm-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 10 months ago
  54. 65a10374 Merge tag 'iommu-fixes-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 10 months ago
  55. 769e155 Merge tag 'sound-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 10 months ago
  56. 65af8f0 cifs: fix allocation size on newly created files by Steve French · 3 years, 10 months ago
  57. 49cb71a Merge branch 'pm-core' by Rafael J. Wysocki · 3 years, 10 months ago
  58. 0cab893 Revert "PM: runtime: Update device status before letting suppliers suspend" by Rafael J. Wysocki · 3 years, 10 months ago
  59. 429257a Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgent by Ingo Molnar · 3 years, 10 months ago
  60. d38b4d2 Merge tag 'nvme-5.12-20210319' of git://git.infradead.org/nvme into block-5.12 by Jens Axboe · 3 years, 10 months ago
  61. 38c9358 static_call: Fix static_call_update() sanity check by Peter Zijlstra · 3 years, 10 months ago
  62. 698bace static_call: Align static_call_is_init() patching condition by Peter Zijlstra · 3 years, 10 months ago
  63. 68b1edd static_call: Fix static_call_set_init() by Peter Zijlstra · 3 years, 10 months ago
  64. a501b04 x86/ioapic: Ignore IRQ2 again by Thomas Gleixner · 3 years, 10 months ago
  65. 9ce3746 documentation/kvm: additional explanations on KVM_SET_BOOT_CPU_ID by Emanuele Giuseppe Esposito · 3 years, 10 months ago
  66. fb98cc0 efi: use 32-bit alignment for efi_guid_t literals by Ard Biesheuvel · 3 years, 10 months ago
  67. 9ceee7d firmware/efi: Fix a use after bug in efi_mem_reserve_persistent by Lv Yunlong · 3 years, 10 months ago
  68. af3ef3b cifs: warn and fail if trying to use rootfs without the config option by Aurelien Aptel · 3 years, 10 months ago
  69. 403dba0 fs/cifs/: fix misspellings using codespell tool by Liu xuzhi · 3 years, 10 months ago
  70. 8b12a62 Merge tag 'drm-fixes-2021-03-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 10 months ago
  71. e94c55b nouveau: Skip unvailable ttm page entries by Tobias Klausmann · 3 years, 10 months ago
  72. 0677170 Merge tag 'drm-intel-fixes-2021-03-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 3 years, 10 months ago
  73. a97fdab Merge tag 'amd-drm-fixes-5.12-2021-03-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 10 months ago
  74. db3f0d8 Merge tag 'drm-misc-fixes-2021-03-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 3 years, 10 months ago
  75. 81aa096 Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
  76. dc03379 Merge tag 'vfio-v5.12-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 10 months ago
  77. c73891c Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
  78. bf152b0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 10 months ago
  79. f4e61f0 x86/kvm: Fix broken irq restoration in kvm_wait by Wanpeng Li · 3 years, 10 months ago
  80. c2162e1 KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs by Wanpeng Li · 3 years, 10 months ago
  81. b318e8d KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish by Sean Christopherson · 3 years, 10 months ago
  82. 3df2252 selftests: kvm: add set_boot_cpu_id test by Emanuele Giuseppe Esposito · 3 years, 10 months ago
  83. e2c1290 selftests: kvm: add _vm_ioctl by Emanuele Giuseppe Esposito · 3 years, 10 months ago
  84. 8ff0f3b Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
  85. 77a3aa2 selftests: kvm: add get_msr_index_features by Emanuele Giuseppe Esposito · 3 years, 10 months ago
  86. 83b6268 workqueue/tracing: Copy workqueue name to buffer in trace event by Steven Rostedt (VMware) · 3 years, 10 months ago
  87. 9d3fcb2 Revert "PM: ACPI: reboot: Use S5 for reboot" by Josef Bacik · 3 years, 10 months ago
  88. de75a3d io_uring: don't leak creds on SQO attach error by Pavel Begunkov · 3 years, 10 months ago
  89. ee53fb2 io_uring: use typesafe pointers in io_uring_task by Stefan Metzmacher · 3 years, 10 months ago
  90. 53e043b io_uring: remove structures from include/linux/io_uring.h by Stefan Metzmacher · 3 years, 10 months ago
  91. 76cd979 io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls by Stefan Metzmacher · 3 years, 10 months ago
  92. 2c7f76b selftests: kvm: Add basic Hyper-V clocksources tests by Vitaly Kuznetsov · 3 years, 10 months ago
  93. 50b1aff ALSA: usb-audio: Fix unintentional sign extension issue by Colin Ian King · 3 years, 10 months ago
  94. f4df9ee Merge tag 'asoc-fix-v5.12-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 3 years, 10 months ago
  95. 0469f2f KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enlightenment by Vitaly Kuznetsov · 3 years, 10 months ago
  96. cc9cfdd KVM: x86: hyper-v: Track Hyper-V TSC page status by Vitaly Kuznetsov · 3 years, 10 months ago
  97. 8dfd0fa iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandles by Dmitry Osipenko · 3 years, 10 months ago
  98. 4b8ef15 iommu/amd: Keep track of amd_iommu_irq_remap state by Joerg Roedel · 3 years, 10 months ago
  99. 9f81ca8 iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabled by Joerg Roedel · 3 years, 10 months ago
  100. 072a03e iommu/amd: Move Stoney Ridge check to detect_ivrs() by Joerg Roedel · 3 years, 10 months ago