1. 17 10月, 2013 1 次提交
  2. 11 6月, 2013 1 次提交
  3. 06 8月, 2012 1 次提交
  4. 12 7月, 2011 1 次提交
    • L
      KVM: PPC: e500: Add shadow PID support · dd9ebf1f
      Liu Yu 提交于
      Dynamically assign host PIDs to guest PIDs, splitting each guest PID into
      multiple host (shadow) PIDs based on kernel/user and MSR[IS/DS].  Use
      both PID0 and PID1 so that the shadow PIDs for the right mode can be
      selected, that correspond both to guest TID = zero and guest TID = guest
      PID.
      
      This allows us to significantly reduce the frequency of needing to
      invalidate the entire TLB.  When the guest mode or PID changes, we just
      update the host PID0/PID1.  And since the allocation of shadow PIDs is
      global, multiple guests can share the TLB without conflict.
      
      Note that KVM does not yet support the guest setting PID1 or PID2 to
      a value other than zero.  This will need to be fixed for nested KVM
      to work.  Until then, we enforce the requirement for guest PID1/PID2
      to stay zero by failing the emulation if the guest tries to set them
      to something else.
      Signed-off-by: NLiu Yu <yu.liu@freescale.com>
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      dd9ebf1f
  5. 24 10月, 2010 2 次提交
  6. 02 8月, 2010 1 次提交
  7. 13 5月, 2010 1 次提交
  8. 01 3月, 2010 2 次提交
  9. 10 9月, 2009 1 次提交
  10. 24 3月, 2009 5 次提交
  11. 31 12月, 2008 11 次提交
  12. 25 11月, 2008 1 次提交
  13. 15 10月, 2008 5 次提交
  14. 27 7月, 2008 1 次提交
  15. 07 6月, 2008 3 次提交
  16. 27 4月, 2008 1 次提交