1. 29 10月, 2009 6 次提交
  2. 13 10月, 2009 2 次提交
  3. 12 10月, 2009 1 次提交
  4. 10 10月, 2009 1 次提交
  5. 08 10月, 2009 1 次提交
  6. 07 10月, 2009 2 次提交
  7. 02 10月, 2009 3 次提交
  8. 28 9月, 2009 1 次提交
  9. 24 9月, 2009 1 次提交
  10. 23 9月, 2009 4 次提交
  11. 22 9月, 2009 8 次提交
  12. 21 9月, 2009 2 次提交
  13. 19 9月, 2009 3 次提交
  14. 18 9月, 2009 1 次提交
  15. 17 9月, 2009 2 次提交
  16. 16 9月, 2009 2 次提交
    • J
      ext3: Update MAINTAINERS for ext3 and JBD · 19003c18
      Jan Kara 提交于
      Stephen agreed that he's unlikely to find time for working on ext3/JBD in the
      near future and is not working on it for some time already. So remove him.
      Added myself to JBD since after Andrew I'm probably the second most sensible
      contact ;).
      
      CC: Stephen Tweedie <sct@redhat.com>
      Signed-off-by: NJan Kara <jack@suse.cz>
      19003c18
    • M
      uio: add generic driver for PCI 2.3 devices · ccb86a69
      Michael S. Tsirkin 提交于
      This adds a generic uio driver that can bind to any PCI device.  First
      user will be virtualization where a qemu userspace process needs to give
      guest OS access to the device.
      
      Interrupts are handled using the Interrupt Disable bit in the PCI
      command register and Interrupt Status bit in the PCI status register.
      All devices compliant to PCI 2.3 (circa 2002) and all compliant PCI
      Express devices should support these bits.  Driver detects this support,
      and won't bind to devices which do not support the Interrupt Disable Bit
      in the command register.
      
      It's expected that more features of interest to virtualization will be
      added to this driver in the future. Possibilities are: mmap for device
      resources, MSI/MSI-X, eventfd (to interface with kvm), iommu.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      Acked-by: NChris Wright <chrisw@redhat.com>
      Signed-off-by: NHans J. Koch <hjk@linutronix.de>
      Acked-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      ccb86a69