1. 2bc61fb iommu/mediatek-v1: Fix a build warning for a unused variable 'data' by Yong Wu · 4 years, 8 months ago
  2. 8bbe13f iommu/mediatek-v1: Add def_domain_type by Yong Wu · 4 years, 8 months ago
  3. 5df362a5 iommu/omap: Add registration for DT fwnode pointer by Tero Kristo via iommu · 4 years, 9 months ago
  4. 46b14fc iommu/omap: Add check for iommu group when no IOMMU in use by Tero Kristo via iommu · 4 years, 8 months ago
  5. ec9b40c Merge tag 'v5.7-rc4' into core by Joerg Roedel · 4 years, 8 months ago
  6. 3a0ce12 iommu/iova: Unify format of the printed messages by Andy Shevchenko · 4 years, 8 months ago
  7. 2ba20b5 iommu/renesas: Fix unused-function warning by Arnd Bergmann · 4 years, 8 months ago
  8. f38338c iommu: Do not probe devices on IOMMU-less busses by Thierry Reding · 4 years, 8 months ago
  9. cfcccbe iommu/amd: Fix variable "iommu" set but not used by Qian Cai · 4 years, 8 months ago
  10. 1b032ec iommu: Unexport iommu_group_get_for_dev() by Joerg Roedel · 4 years, 8 months ago
  11. 4e8906f iommu: Move more initialization to __iommu_probe_device() by Joerg Roedel · 4 years, 8 months ago
  12. 3eeeb45 iommu: Remove add_device()/remove_device() code-paths by Joerg Roedel · 4 years, 8 months ago
  13. 3c51c05 iommu/exynos: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  14. 66ae88e iommu/exynos: Use first SYSMMU in controllers list for IOMMU core by Joerg Roedel · 4 years, 8 months ago
  15. 6785eb9 iommu/omap: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  16. c822b37 iommu/omap: Remove orphan_dev tracking by Joerg Roedel · 4 years, 8 months ago
  17. 6580c8a iommu/renesas: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  18. b287ba7 iommu/tegra: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  19. d826044 iommu/rockchip: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  20. bfe3bd4 iommu/qcom: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  21. 57dbf81 iommu/mediatek-v1 Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  22. 80e4592 iommu/mediatek: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  23. dea74f1 iommu/msm: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  24. 21acf65 iommu/virtio: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  25. 522af64 iommu/s390: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  26. 52dd3ca iommu/pamu: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  27. cefa0d5 iommu/arm-smmu: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  28. e5d1841 iommu/vt-d: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  29. dce8d69 iommu/amd: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  30. 57f9842 iommu/amd: Remove dev_data->passthrough by Joerg Roedel · 4 years, 8 months ago
  31. 5012c39 iommu: Export bus_iommu_probe() and make is safe for re-probing by Joerg Roedel · 4 years, 8 months ago
  32. ce574c2 iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device() by Joerg Roedel · 4 years, 8 months ago
  33. deac0b3b iommu: Split off default domain allocation from group assignment by Joerg Roedel · 4 years, 8 months ago
  34. cf19388 iommu: Move new probe_device path to separate function by Joerg Roedel · 4 years, 8 months ago
  35. 41df6dc iommu: Keep a list of allocated groups in __iommu_probe_device() by Joerg Roedel · 4 years, 8 months ago
  36. 6e1aa20 iommu: Move default domain allocation to iommu_probe_device() by Joerg Roedel · 4 years, 8 months ago
  37. a6a4c7e iommu: Add probe_device() and release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  38. 57bd2c2 iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU by Joerg Roedel · 4 years, 8 months ago
  39. c0da9b9 iommu/amd: Remove dma_mask check from check_device() by Joerg Roedel · 4 years, 8 months ago
  40. 7039d11 iommu/vt-d: Wire up iommu_ops->def_domain_type by Joerg Roedel · 4 years, 8 months ago
  41. bdf4a7c iommu/amd: Implement iommu_ops->def_domain_type call-back by Joerg Roedel · 4 years, 8 months ago
  42. 4cbf385 iommu: Add def_domain_type() callback in iommu_ops by Sai Praneeth Prakhya · 4 years, 8 months ago
  43. ff2a08b iommu: Move default domain allocation to separate function by Joerg Roedel · 4 years, 8 months ago
  44. 0e698df Linux 5.7-rc4 by Linus Torvalds · 4 years, 8 months ago
  45. 262f7a6 Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 8 months ago
  46. ea91593 Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 8 months ago
  47. eb91db6 MAINTAINERS: btrfs: fix git repo URL by Eric Biggers · 4 years, 8 months ago
  48. 743f057 Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 8 months ago
  49. a538399 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 8 months ago
  50. f66ed1e Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 8 months ago
  51. 29a47f4 Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 8 months ago
  52. ed6889d Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 8 months ago
  53. 690e2ab Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 8 months ago
  54. 42eb62d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
  55. cf01853 Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  56. 052c467 Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  57. ab386c4 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 8 months ago
  58. c536419 Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
  59. 477bfeb Merge tag 'drm-fixes-2020-05-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 8 months ago
  60. cebcff3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 8 months ago
  61. 2fb3e82 io_uring: punt splice async because of inode mutex by Pavel Begunkov · 4 years, 8 months ago
  62. 4ee3631 io_uring: check non-sync defer_list carefully by Pavel Begunkov · 4 years, 8 months ago
  63. 7759a0b io_uring: fix extra put in sync_file_range() by Pavel Begunkov · 4 years, 8 months ago
  64. b52649a iommu/qcom: Fix local_base status check by Tang Bin · 4 years, 9 months ago
  65. ae74c19 iommu: Properly export iommu_group_get_for_dev() by Greg Kroah-Hartman · 4 years, 8 months ago
  66. ba61c3d iommu/vt-d: Use right Kconfig option name by Lu Baolu · 4 years, 8 months ago
  67. b74aa02 iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system by Suravee Suthikulpanit · 4 years, 9 months ago
  68. 3fd44c8 io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() by Xiaoguang Wang · 4 years, 8 months ago
  69. dd461af io_uring: use proper references for fallback_req locking by Bijan Mottahedeh · 4 years, 8 months ago
  70. 490e896 io_uring: only force async punt if poll based retry can't handle it by Jens Axboe · 4 years, 8 months ago
  71. af197f5 io_uring: enable poll retry for any file with ->read_iter / ->write_iter by Jens Axboe · 4 years, 8 months ago
  72. e3dcd86 Merge tag 'amd-drm-fixes-5.7-2020-04-29' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 8 months ago
  73. a979bb7 Merge tag 'drm-intel-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 8 months ago
  74. c62098c Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 8 months ago
  75. c45e8bc Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 8 months ago
  76. 39e16d9 Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 8 months ago
  77. 0468915 Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 8 months ago
  78. 75ec0ba Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 8 months ago
  79. fb73974 selinux: properly handle multiple messages in selinux_netlink_send() by Paul Moore · 4 years, 8 months ago
  80. 9c07b75b NFS: Fix a race in __nfs_list_for_each_server() by Trond Myklebust · 4 years, 8 months ago
  81. af4a32a Merge tag 'mmc-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 8 months ago
  82. 1578e5d arm64: vdso: Add -fasynchronous-unwind-tables to cflags by Vincenzo Frascino · 4 years, 8 months ago
  83. 10c70d9 block: remove the bd_openers checks in blk_drop_partitions by Christoph Hellwig · 4 years, 8 months ago
  84. 47ed39e Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7 by Jens Axboe · 4 years, 8 months ago
  85. b75dfde fibmap: Warn and return an error in case of block > INT_MAX by Ritesh Harjani · 4 years, 8 months ago
  86. 6f49c25 dma-buf: fix documentation build warnings by Randy Dunlap · 4 years, 9 months ago
  87. c926c87 i2c: aspeed: Avoid i2c interrupt status clear race condition. by ryan_chen · 4 years, 8 months ago
  88. ac2b081 i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling by Dan Carpenter · 5 years ago
  89. 547d2c9 ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID by Takashi Iwai · 4 years, 8 months ago
  90. 9c6c723 btrfs: fix gcc-4.8 build warning for struct initializer by Arnd Bergmann · 4 years, 8 months ago
  91. 5ce0076 ALSA: opti9xx: shut up gcc-10 range warning by Arnd Bergmann · 4 years, 8 months ago
  92. 1d2cc5a Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 8 months ago
  93. 6c3efdc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 8 months ago
  94. 9dd124b iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config by Krzysztof Kozlowski · 4 years, 9 months ago
  95. d1dcb72 iommu/mediatek: Fix MTK_IOMMU dependencies by Geert Uytterhoeven · 4 years, 9 months ago
  96. 5375e87 iommu: Fix the memory leak in dev_iommu_free() by Kevin Hao · 4 years, 9 months ago
  97. 933db73 drm/qxl: qxl_release use after free by Vasily Averin · 4 years, 8 months ago
  98. 5b5703d drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper() by Vasily Averin · 4 years, 8 months ago
  99. a2f64724 ALSA: hda/hdmi: fix without unlocked before return by Wu Bo · 4 years, 9 months ago
  100. 5686dee dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath by Gabriel Krisman Bertazi · 4 years, 8 months ago