1. 0e55856 iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid() by Pan Bian · 7 years ago
  2. 48ffae8 iommu/amd: Missing error code in amd_iommu_init_device() by Dan Carpenter · 7 years ago
  3. dd96711 Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  4. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  5. cf7513e iommu/amd: Remove create_workqueue by Bhaktipriya Shridhar · 8 years ago
  6. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  7. 759ce23 iommu/amd: Constify mmu_notifier_ops structures by Julia Lawall · 8 years ago
  8. 492e745 iommu/amd: Cleanup error handling in do_fault() by Joerg Roedel · 8 years ago
  9. 43c0ea2 iommu/amd: Correctly set flags for handle_mm_fault call by Joerg Roedel · 8 years ago
  10. 7b5cc1a iommu/amd: Do proper access checking before calling handle_mm_fault() by Joerg Roedel · 8 years ago
  11. d14f6fc iommu/amd: Fix BUG when faulting a PROT_NONE VMA by Jay Cornwall · 9 years ago
  12. 23d3a98 iommu/amd: Use BUG_ON instead of if () BUG() by Joerg Roedel · 9 years ago
  13. 55c99a4 iommu/amd: Use iommu_attach_group() by Joerg Roedel · 9 years ago
  14. 1bf1b43 iommu/amd: Fix bug in put_pasid_state_wait by Oded Gabbay · 9 years ago
  15. 940f700d iommu/amd: Small cleanup in mn_release() by Dan Carpenter · 9 years ago
  16. a20cc76 Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into next by Joerg Roedel · 9 years ago
  17. 63ce3ae iommu: Update my email address by Joerg Roedel · 9 years ago
  18. a1bec06 iommu/amd: Use wait_event in put_pasid_state_wait by Joerg Roedel · 9 years ago
  19. 91f65fa iommu/amd: Fix amd_iommu_free_device() by Peter Zijlstra · 9 years ago
  20. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  21. 78a45c6 Merge branch 'akpm' (second patch-bomb from Andrew) by Linus Torvalds · 9 years ago
  22. 9dc00f4 iommu/amd: use handle_mm_fault directly by Jesse Barnes · 9 years ago
  23. 1c51099 iommu/amd: Fix accounting of device_state by Oded Gabbay · 10 years ago
  24. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  25. daff2f9 iommu/amd: Fix 2 typos in comments by Joerg Roedel · 10 years ago
  26. 75058a3 iommu/amd: Fix device_state reference counting by Joerg Roedel · 10 years ago
  27. 8301da5 iommu/amd: Remove change_pte mmu_notifier call-back by Joerg Roedel · 10 years ago
  28. fcaa960 iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid by Joerg Roedel · 10 years ago
  29. d9e1611 iommu/amd: Don't call the inv_ctx_cb when pasid is not set up by Joerg Roedel · 10 years ago
  30. dba3838 iommu/amd: Don't hold a reference to task_struct by Joerg Roedel · 10 years ago
  31. f0aac63 iommu/amd: Don't hold a reference to mm_struct by Joerg Roedel · 10 years ago
  32. 53d340e iommu/amd: Add pasid_state->invalid flag by Joerg Roedel · 10 years ago
  33. dc88db7 iommu/amd: Drop pasid_state reference in ppr_notifer error path by Joerg Roedel · 10 years ago
  34. 61feb43 iommu/amd: Get rid of __unbind_pasid by Joerg Roedel · 10 years ago
  35. c5db16a iommu/amd: Don't free pasid_state in mn_release path by Joerg Roedel · 10 years ago
  36. caf8a51 iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid by Joerg Roedel · 10 years ago
  37. ff6d0cc iommu/amd: Fix typo in amd_iommu_v2 driver by Joerg Roedel · 10 years ago
  38. b00675b iommu/amd: Fix for pasid initialization by Alexey Skidanov · 10 years ago
  39. d73a6d7 iommu/amd: Fix small race between invalidate_range_end/start by Joerg Roedel · 10 years ago
  40. e79df31 iommu/amd: Handle parallel invalidate_range_start/end calls correctly by Joerg Roedel · 10 years ago
  41. 9163b90 iommu/amd: Remove IOMMUv2 pasid_state_list by Joerg Roedel · 10 years ago
  42. a40d4c6 iommu/amd: Implement mmu_notifier_release call-back by Joerg Roedel · 10 years ago
  43. 741669c iommu/amd: Convert IOMMUv2 state_table into state_list by Joerg Roedel · 10 years ago
  44. b87d2d7 iommu/amd: Don't access IOMMUv2 state_table directly by Joerg Roedel · 10 years ago
  45. 4378d99 iommu/amd: Take mmap_sem when calling get_user_pages by Jay Cornwall · 10 years ago
  46. a015c1e iommu/amd: fix accounting of device_state by Oded Gabbay · 10 years ago
  47. e7cc3dd iommu/amd: use new invalidate_range mmu-notifier by Joerg Roedel · 9 years ago
  48. 97027da Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  49. 07db040 iommu: Fix typo in iommu by Masanari Iida · 12 years ago
  50. 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
  51. 2c13d47 iommu/amd: Add missing spin_lock initialization by Joerg Roedel · 12 years ago
  52. 98f1ad2 iommu/amd: Fix sparse warnings by Joerg Roedel · 12 years ago
  53. 474d567d iommu/amd: Don't initialize IOMMUv2 resources when not required by Joerg Roedel · 12 years ago
  54. bc21662 iommu/amd: Add invalidate-context call-back by Joerg Roedel · 12 years ago
  55. 175d614 iommu/amd: Add invalid_ppr callback by Joerg Roedel · 12 years ago
  56. 8736b2c iommu/amd: Implement notifiers for IOMMUv2 by Joerg Roedel · 12 years ago
  57. 028eeac iommu/amd: Implement IO page-fault handler by Joerg Roedel · 12 years ago
  58. 2d5503b iommu/amd: Add routines to bind/unbind a pasid by Joerg Roedel · 12 years ago
  59. ed96f22 iommu/amd: Implement device aquisition code for IOMMUv2 by Joerg Roedel · 12 years ago
  60. e3c495c iommu/amd: Add driver stub for AMD IOMMUv2 support by Joerg Roedel · 13 years ago