1. 27 4月, 2013 1 次提交
  2. 18 4月, 2013 1 次提交
  3. 17 4月, 2013 1 次提交
  4. 05 3月, 2013 4 次提交
  5. 29 1月, 2013 1 次提交
  6. 12 1月, 2013 1 次提交
    • K
      arch/ia64/kvm: remove depends on CONFIG_EXPERIMENTAL · d2008e8e
      Kees Cook 提交于
      The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
      while now and is almost always enabled by default. As agreed during the
      Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
      
      CC: Xiantao Zhang <xiantao.zhang@intel.com>
      CC: Avi Kivity <avi@redhat.com>
      CC: Marcelo Tosatti <mtosatti@redhat.com>
      CC: Tony Luck <tony.luck@intel.com>
      CC: Fenghua Yu <fenghua.yu@intel.com>
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Acked-by: NTony Luck <tony.luck@intel.com>
      d2008e8e
  7. 14 12月, 2012 2 次提交
  8. 28 11月, 2012 1 次提交
  9. 19 11月, 2012 1 次提交
  10. 27 10月, 2012 1 次提交
  11. 06 9月, 2012 1 次提交
  12. 26 7月, 2012 2 次提交
  13. 28 6月, 2012 1 次提交
  14. 05 6月, 2012 1 次提交
  15. 09 5月, 2012 1 次提交
  16. 20 4月, 2012 2 次提交
  17. 08 4月, 2012 1 次提交
  18. 08 3月, 2012 2 次提交
  19. 05 3月, 2012 2 次提交
  20. 27 12月, 2011 3 次提交
  21. 21 10月, 2011 1 次提交
    • J
      iommu/core: Convert iommu_found to iommu_present · a1b60c1c
      Joerg Roedel 提交于
      With per-bus iommu_ops the iommu_found function needs to
      work on a bus_type too. This patch adds a bus_type parameter
      to that function and converts all call-places.
      The function is also renamed to iommu_present because the
      function now checks if an iommu is present for a given bus
      and does not check for a global iommu anymore.
      Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
      a1b60c1c
  22. 23 7月, 2011 1 次提交
    • O
      virtio: expose for non-virtualization users too · e7254219
      Ohad Ben-Cohen 提交于
      virtio has been so far used only in the context of virtualization,
      and the virtio Kconfig was sourced directly by the relevant arch
      Kconfigs when VIRTUALIZATION was selected.
      
      Now that we start using virtio for inter-processor communications,
      we need to source the virtio Kconfig outside of the virtualization
      scope too.
      
      Moreover, some architectures might use virtio for both virtualization
      and inter-processor communications, so directly sourcing virtio
      might yield unexpected results due to conflicting selections.
      
      The simple solution offered by this patch is to always source virtio's
      Kconfig in drivers/Kconfig, and remove it from the appropriate arch
      Kconfigs. Additionally, a virtio menu entry has been added so virtio
      drivers don't show up in the general drivers menu.
      
      This way anyone can use virtio, though it's arguably less accessible
      (and neat!) for virtualization users now.
      
      Note: some architectures (mips and sh) seem to have a VIRTUALIZATION
      menu merely for sourcing virtio's Kconfig, so that menu is removed too.
      Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      e7254219
  23. 22 5月, 2011 1 次提交
  24. 31 3月, 2011 1 次提交
  25. 18 3月, 2011 1 次提交
    • X
      KVM: Add "exiting guest mode" state · 6b7e2d09
      Xiao Guangrong 提交于
      Currently we keep track of only two states: guest mode and host
      mode.  This patch adds an "exiting guest mode" state that tells
      us that an IPI will happen soon, so unless we need to wait for the
      IPI, we can avoid it completely.
      
      Also
      1: No need atomically to read/write ->mode in vcpu's thread
      
      2: reorganize struct kvm_vcpu to make ->mode and ->requests
         in the same cache line explicitly
      Signed-off-by: NXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      6b7e2d09
  26. 17 3月, 2011 1 次提交
  27. 12 1月, 2011 2 次提交
  28. 02 11月, 2010 1 次提交
  29. 24 10月, 2010 1 次提交