Skip to content
Snippets Groups Projects
  1. Jan 11, 2013
  2. Jan 10, 2013
  3. Jan 09, 2013
  4. Jan 08, 2013
  5. Jan 07, 2013
  6. Jan 06, 2013
  7. Jan 03, 2013
  8. Jan 01, 2013
  9. Dec 30, 2012
  10. Dec 28, 2012
    • Avi Kivity's avatar
      build: add arch/x64 to include path · ecbee89b
      Avi Kivity authored
      This allows generic code to include arch specific code, by eliding the
      arch/x64/ prefix.
      ecbee89b
    • Avi Kivity's avatar
      arch: remove 'x86' namespace · 5298b92c
      Avi Kivity authored
      We will never build a single program containing code from two architectures,
      so segregating arch-specific code into a separate namespace is not solving
      any problem.  However it makes using arch-specific code from generic code
      impossible.
      
      Remove the 86 namespace to fix this.
      5298b92c
  11. Dec 27, 2012
  12. Dec 26, 2012
    • Avi Kivity's avatar
      memory: implement a real malloc/free set · 22a07c17
      Avi Kivity authored
      This implementation stores small objects in pools of similar-sized objects,
      while large objects are allocated using a first-fit algorithm.  There is also
      a specialized interface for allocating aligned pages.
      22a07c17
  13. Dec 23, 2012
Loading