Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added linux cpufreq interface to dvfs code.
authorKyle Hale <kh@u.northwestern.edu>
Sat, 23 Aug 2014 03:40:10 +0000 (22:40 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 25 Aug 2014 21:06:04 +0000 (16:06 -0500)
commitd3fa9d0b82291fafc35ce9bb7e777256d78c0ecd
tree0c0575ce2f21aaffb08b5afb5c11b2c098a3f62a
parenta82645917cee62af80d1f1c3b537a12807c25606
added linux cpufreq interface to dvfs code.

Writes (setting of frequency/governors) currently
occur in sysfs via linux userspace helper API.
Reads occur through the cpufreq policy interface.
linux_module/iface-pstate-ctrl.c