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


      1* Convert all uses of the old GPIO API from <linux/gpio.h> to the
      2  GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
      3  lines from device tree or ACPI.
      4* Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
      5  ::enable and ::disable.