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.


fixed apic seastar ack
[palacios.git] / palacios / src / devices / apic.c
2009-03-25 Jack Lange fixed apic seastar ack
2009-03-17 Jack Lange added priority checking to apic interrupt injection...
2009-03-17 Jack Lange typo fix
2009-03-17 Jack Lange added timer debugging...
2009-03-17 Jack Lange fixed command register handler bug
2009-03-17 Jack Lange added debugging for seastar...
2009-03-16 Jack Lange Horrendous hack to ack seastar IRQs....
2009-03-12 Jack Lange added comment...
2009-03-10 Jack Lange added special handler for seastar interrupt
2009-03-03 Jack Lange reformatted device source files
2009-02-25 Jack Lange added hacks to the APIC because Linux coders didn't...
2009-02-25 Peter Dinda hacked in support for writes to readonly apic register...
2009-02-19 Jack Lange fixed APIC to handle non 32bit reads by linux...
2009-02-17 Jack Lange apic fixes
2009-02-13 Jack Lange IO APIC implementation
2009-02-13 Jack Lange added support for multiple interrupt controllers
2009-02-10 Jack Lange timer fixes
2009-02-07 Jack Lange apic register definitions added
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Jack Lange added APIC device