Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jan 25, 2017
  2. Jan 17, 2017
  3. Jan 10, 2017
  4. Jan 06, 2017
  5. Jan 03, 2017
  6. Jan 02, 2017
  7. Dec 30, 2016
  8. Dec 29, 2016
  9. Dec 27, 2016
  10. Dec 26, 2016
  11. Dec 20, 2016
  12. Dec 19, 2016
    • Geert Uytterhoeven's avatar
      swiotlb: Add swiotlb=noforce debug option · fff5d992
      Geert Uytterhoeven authored
      
      On architectures like arm64, swiotlb is tied intimately to the core
      architecture DMA support. In addition, ZONE_DMA cannot be disabled.
      
      To aid debugging and catch devices not supporting DMA to memory outside
      the 32-bit address space, add a kernel command line option
      "swiotlb=noforce", which disables the use of bounce buffers.
      If specified, trying to map memory that cannot be used with DMA will
      fail, and a rate-limited warning will be printed.
      
      Note that io_tlb_nslabs is set to 1, which is the minimal supported
      value.
      
      Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      fff5d992
  13. Dec 18, 2016
  14. Dec 16, 2016
  15. Dec 15, 2016