1. 25 7月, 2016 1 次提交
    • D
      xen/evtchn: add IOCTL_EVTCHN_RESTRICT · fbc872c3
      David Vrabel 提交于
      IOCTL_EVTCHN_RESTRICT limits the file descriptor to being able to bind
      to interdomain event channels from a specific domain.  Event channels
      that are already bound continue to work for sending and receiving
      notifications.
      
      This is useful as part of deprivileging a user space PV backend or
      device model (QEMU).  e.g., Once the device model as bound to the
      ioreq server event channels it can restrict the file handle so an
      exploited DM cannot use it to create or bind to arbitrary event
      channels.
      Signed-off-by: NDavid Vrabel <david.vrabel@citrix.com>
      Reviewed-by: NBoris Ostrovsky <boris.ostrovsky@oracle.com>
      fbc872c3
  2. 09 10月, 2012 1 次提交
  3. 31 3月, 2009 1 次提交
  4. 16 2月, 2009 1 次提交
  5. 17 12月, 2008 1 次提交
  6. 23 10月, 2008 3 次提交
  7. 24 8月, 2008 1 次提交
  8. 20 8月, 2008 1 次提交
  9. 23 7月, 2008 1 次提交
    • V
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum 提交于
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: NVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  10. 11 10月, 2007 1 次提交
  11. 18 7月, 2007 2 次提交