1. 20 Dec, 2011 4 commits
    • Daniel De Graaf's avatar
      xenbus: Use grant-table wrapper functions · 2946a52a
      Daniel De Graaf authored
      For xenbus_{map,unmap}_ring to work on HVM, the grant table operations
      must be set up using the gnttab_set_{map,unmap}_op functions instead of
      directly populating the fields of gnttab_map_grant_ref. These functions
      simply populate the structure on paravirtualized Xen; however, on HVM
      they must call __pa() on vaddr when populating op->host_addr because the
      hypervisor cannot directly interpret guest-virtual addresses.
      Signed-off-by: default avatarDaniel De Graaf <dgdegra@tycho.nsa.gov>
      [v1: Fixed cleanpatch error]
      Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      2946a52a
    • Daniel De Graaf's avatar
      xenbus: Support HVM backends · 2c5d37d3
      Daniel De Graaf authored
      Add HVM implementations of xenbus_(map,unmap)_ring_v(alloc,free) so
      that ring mappings can be done without using GNTMAP_contains_pte which
      is not supported on HVM.  This also removes the need to use vmlist_lock
      on PV by tracking the allocated xenbus rings.
      Signed-off-by: default avatarDaniel De Graaf <dgdegra@tycho.nsa.gov>
      [v1: Fix compile error when XENBUS_FRONTEND is defined as module]
      Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      2c5d37d3
    • Konrad Rzeszutek Wilk's avatar
      Merge commit 'v3.2-rc3' into stable/for-linus-3.3 · cb85f123
      Konrad Rzeszutek Wilk authored
      * commit 'v3.2-rc3': (412 commits)
        Linux 3.2-rc3
        virtio-pci: make reset operation safer
        virtio-mmio: Correct the name of the guest features selector
        virtio: add HAS_IOMEM dependency to MMIO platform bus driver
        eCryptfs: Extend array bounds for all filename chars
        eCryptfs: Flush file in vma close
        eCryptfs: Prevent file create race condition
        regulator: TPS65910: Fix VDD1/2 voltage selector count
        i2c: Make i2cdev_notifier_call static
        i2c: Delete ANY_I2C_BUS
        i2c: Fix device name for 10-bit slave address
        i2c-algo-bit: Generate correct i2c address sequence for 10-bit target
        drm: integer overflow in drm_mode_dirtyfb_ioctl()
        Revert "of/irq: of_irq_find_parent: check for parent equal to child"
        drivers/gpu/vga/vgaarb.c: add missing kfree
        drm/radeon/kms/atom: unify i2c gpio table handling
        drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real
        ttm: Don't return the bo reserved on error path
        mount_subtree() pointless use-after-free
        iio: fix a leak due to improper use of anon_inode_getfd()
        ...
      cb85f123
    • Konrad Rzeszutek Wilk's avatar
      xen/xenbus-frontend: Fix compile error with randconfig · b79d2ff9
      Konrad Rzeszutek Wilk authored
      drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_init':
      drivers/xen/xenbus/xenbus_dev_frontend.c:609:2: error: implicit declaration of function 'xen_domain'
      Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      b79d2ff9
  2. 16 Dec, 2011 11 commits
  3. 30 Nov, 2011 1 commit
  4. 24 Nov, 2011 6 commits
  5. 23 Nov, 2011 15 commits
  6. 22 Nov, 2011 3 commits