1. 22 5月, 2012 2 次提交
  2. 19 1月, 2012 1 次提交
  3. 14 1月, 2012 1 次提交
  4. 22 11月, 2011 3 次提交
  5. 21 8月, 2011 1 次提交
  6. 08 8月, 2011 1 次提交
  7. 13 7月, 2011 1 次提交
  8. 12 6月, 2011 1 次提交
  9. 06 5月, 2011 1 次提交
  10. 20 1月, 2011 1 次提交
  11. 11 12月, 2010 1 次提交
    • A
      Add endianness as io mem parameter · 2507c12a
      Alexander Graf 提交于
      As stated before, devices can be little, big or native endian. The
      target endianness is not of their concern, so we need to push things
      down a level.
      
      This patch adds a parameter to cpu_register_io_memory that allows a
      device to choose its endianness. For now, all devices simply choose
      native endian, because that's the same behavior as before.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2507c12a
  12. 21 9月, 2010 1 次提交
  13. 18 9月, 2010 1 次提交
  14. 08 9月, 2010 1 次提交
  15. 14 6月, 2010 1 次提交
  16. 31 5月, 2010 1 次提交
  17. 23 12月, 2009 1 次提交
  18. 08 12月, 2009 2 次提交
  19. 02 12月, 2009 2 次提交
    • M
      msix: clear pending bit of an unused vector · 98304c84
      Michael S. Tsirkin 提交于
      PCI spec states:
      if a masked vector has its Pending bit set, and the associated
      underlying interrupt events are somehow satisfied (usually by software
      though the exact manner is function-specific), the function must clear
      the Pending bit, to avoid sending a spurious interrupt message later
      when software unmasks the vector.
      
      In our case this happens if vector becomes unused.
      Clear pending bit in this case.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      98304c84
    • M
      msix: fix reset value for enable bit · 1f944c66
      Michael S. Tsirkin 提交于
      On reset, we currently clear all bits in msix control register *except*
      enable bit.  This is wrong: the spec says we should clear writeable
      bits: function mask and enable bit.
      Correct this.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      1f944c66
  20. 01 12月, 2009 2 次提交
  21. 09 11月, 2009 1 次提交
  22. 30 10月, 2009 1 次提交
  23. 05 10月, 2009 1 次提交
  24. 02 10月, 2009 2 次提交
  25. 20 9月, 2009 1 次提交
  26. 26 8月, 2009 1 次提交
  27. 28 7月, 2009 1 次提交
  28. 11 7月, 2009 2 次提交
  29. 10 7月, 2009 1 次提交
  30. 05 7月, 2009 1 次提交
  31. 24 6月, 2009 1 次提交