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

TODO (784B)


      1TODO:
      2- lots of checkpatch cleanup
      3- use kernel coding style
      4- refine the code and remove unused code
      5- Implement hardware acceleration for imageblit if image->depth > 1
      6- check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
      7	are supposed to be sample code which is given here if someone wants to
      8	use those functionalities)
      9- must be ported to the atomic kms framework in the drm subsystem (which will
     10  give you a basic fbdev driver for free)
     11
     12Note:
     13- This driver will be removed from staging after the drm driver is ready
     14- The drm driver is getting ready at https://gitlab.com/sudipm/sm750/tree/sm750
     15
     16Please send any patches to
     17	Greg Kroah-Hartman <greg@kroah.com>
     18	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
     19	Teddy Wang <teddy.wang@siliconmotion.com>