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 (619B)


      1TODO:
      2	- complete rewrite:
      3	  1. The underlying fbdev drivers need to be converted into drm kernel
      4	     modesetting drivers.
      5	  2. The dcon low-power display mode can then be integrated using the
      6	     drm damage tracking and self-refresh helpers.
      7	  This bolted-on self-refresh support that digs around in fbdev
      8	  internals, but isn't properly integrated, is not the correct solution.
      9	- see if vx855 gpio API can be made similar enough to cs5535 so we can
     10	  share more code
     11
     12Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
     13copy:
     14	Daniel Drake <dsd@laptop.org>
     15	Jens Frederich <jfrederich@gmail.com>