1. 17 3月, 2009 1 次提交
    • D
      dma-debug: add function to dump dma mappings · ac26c18b
      David Woodhouse 提交于
      This adds a function to dump the DMA mappings that the debugging code is
      aware of -- either for a single device, or for _all_ devices.
      
      This can be useful for debugging -- sticking a call to it in the DMA
      page fault handler, for example, to see if the faulting address _should_
      be mapped or not, and hence work out whether it's IOMMU bugs we're
      seeing, or driver bugs.
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      ac26c18b
  2. 06 3月, 2009 12 次提交
  3. 05 3月, 2009 1 次提交
  4. 23 10月, 2008 2 次提交
  5. 19 9月, 2008 1 次提交
  6. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  7. 27 6月, 2008 1 次提交