cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

arch-support.txt (898B)


      1#
      2# Feature name:          dma-contiguous
      3#         Kconfig:       HAVE_DMA_CONTIGUOUS
      4#         description:   arch supports the DMA CMA (continuous memory allocator)
      5#
      6    -----------------------
      7    |         arch |status|
      8    -----------------------
      9    |       alpha: | TODO |
     10    |         arc: | TODO |
     11    |         arm: |  ok  |
     12    |       arm64: |  ok  |
     13    |        csky: |  ok  |
     14    |     hexagon: | TODO |
     15    |        ia64: | TODO |
     16    |       loong: |  ok  |
     17    |        m68k: | TODO |
     18    |  microblaze: |  ok  |
     19    |        mips: |  ok  |
     20    |       nios2: | TODO |
     21    |    openrisc: | TODO |
     22    |      parisc: | TODO |
     23    |     powerpc: | TODO |
     24    |       riscv: |  ok  |
     25    |        s390: |  ok  |
     26    |          sh: | TODO |
     27    |       sparc: | TODO |
     28    |          um: | TODO |
     29    |         x86: |  ok  |
     30    |      xtensa: |  ok  |
     31    -----------------------