iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add debugfs info for the AMD IOMMU
@ 2018-03-09  0:50 Gary R Hook
       [not found] ` <152055660594.63229.5131049527614494130.stgit-tq90VzyE+wXkLsZ8J5Uweg@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Gary R Hook @ 2018-03-09  0:50 UTC (permalink / raw)
  To: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA

The following series creates a debugfs directory for AMD IOMMUs,
constructs a framework for additional entries, an online README,
and a method for dumping device table entries. Data is reported
in a default concise mode, but a verbose mode is enabled via a
filesystem entry.

This is the first of three patch series that will expose a number
of IOMMU registers.

Changes since v1:
- Correctly use CONFIG_AMD_IOMMU_DEBUG in Makefile and header file

---

Gary R Hook (5):
      iommu/amd - Add debugfs support
      iommu/amd - Add a 'verbose' switch for IOMMU debugfs
      iommu/amd - Add a README variable for the IOMMU debugfs
      iommu/amd - Expose the active IOMMU device table entries
      iommu/amd - Add a debugfs entry to specify a IOMMU device table entry


 drivers/iommu/Kconfig             |    8 +
 drivers/iommu/Makefile            |    1 
 drivers/iommu/amd_iommu_debugfs.c |  310 +++++++++++++++++++++++++++++++++++++
 drivers/iommu/amd_iommu_init.c    |    7 +
 drivers/iommu/amd_iommu_proto.h   |    7 +
 drivers/iommu/amd_iommu_types.h   |    3 
 6 files changed, 334 insertions(+), 2 deletions(-)
 create mode 100644 drivers/iommu/amd_iommu_debugfs.c

--

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-03-14 22:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09  0:50 [PATCH v2 0/5] Add debugfs info for the AMD IOMMU Gary R Hook
     [not found] ` <152055660594.63229.5131049527614494130.stgit-tq90VzyE+wXkLsZ8J5Uweg@public.gmane.org>
2018-03-09  0:50   ` [PATCH v2 1/5] iommu/amd - Add debugfs support Gary R Hook
     [not found]     ` <152055664720.63229.16209149030018336339.stgit-tq90VzyE+wXkLsZ8J5Uweg@public.gmane.org>
2018-03-13 17:16       ` Andy Shevchenko
     [not found]         ` <CAHp75VdK6qFopBE4rD4yNO5GHccxyte=GhYU7YGcWOEYSCyX8Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-03-13 18:54           ` Gary R Hook
     [not found]             ` <30bd9559-0e44-bd18-6b9a-ec35bc8276f3-5C7GfCeVMHo@public.gmane.org>
2018-03-13 20:23               ` Andy Shevchenko
     [not found]                 ` <CAHp75VeySPBEeJKRXzmqfPey56J3rwr2-dPRzSYx+7a7TAC5rw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-03-14 15:24                   ` Gary R Hook
     [not found]                     ` <08d19301-7e8e-7586-8ffb-91823af0d31b-5C7GfCeVMHo@public.gmane.org>
2018-03-14 15:29                       ` Andy Shevchenko
     [not found]                         ` <CAHp75VeEUCVSKLH0aobk=+GjVHWgO_OAKZRCx8gqDc9tWvESMw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-03-14 22:23                           ` Gary R Hook
2018-03-09  0:50   ` [PATCH v2 2/5] iommu/amd - Add a 'verbose' switch for IOMMU debugfs Gary R Hook
2018-03-09  0:51   ` [PATCH v2 3/5] iommu/amd - Add a README variable for the " Gary R Hook
2018-03-09  0:51   ` [PATCH v2 4/5] iommu/amd - Expose the active IOMMU device table entries Gary R Hook
2018-03-09  0:51   ` [PATCH v2 5/5] iommu/amd - Add a debugfs entry to specify a IOMMU device table entry Gary R Hook
     [not found]     ` <152055669123.63229.1692099069085978884.stgit-tq90VzyE+wXkLsZ8J5Uweg@public.gmane.org>
2018-03-13 17:20       ` Andy Shevchenko
     [not found]         ` <CAHp75Vfc+JTjU2P0GCedVFcHYniXoVcmRC3n4cFsLMr9sx6eyA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-03-13 18:54           ` Gary R Hook
     [not found]             ` <3969f155-c3bf-44c5-d056-825e71d42152-5C7GfCeVMHo@public.gmane.org>
2018-03-13 20:56               ` Andy Shevchenko
     [not found]                 ` <CAHp75VcuYamhrEu=B1zeFpz6s1vGfZaMyonYK6p_Y_EJF4=4Ng-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-03-14 15:24                   ` Gary R Hook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).