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.


Changed memory allocation to avoid possible deadlock (GFP_KERNEL while lock held)
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 10 Nov 2011 23:25:58 +0000 (17:25 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 10 Nov 2011 23:25:58 +0000 (17:25 -0600)
commit80a7fd2f343c65c00d84bc64181d0e9720ae20a6
tree23dee2c9dac2ec56dac2688fd55705ae50b8454a
parentf7e83e5d2d00ba107ccda346da4660ab523471bb
Changed memory allocation to avoid possible deadlock (GFP_KERNEL while lock held)
linux_module/iface-packet.c