1. 23 1月, 2015 4 次提交
  2. 28 11月, 2014 1 次提交
  3. 28 10月, 2014 6 次提交
  4. 30 7月, 2014 1 次提交
  5. 21 7月, 2014 2 次提交
  6. 10 7月, 2014 1 次提交
  7. 30 5月, 2014 1 次提交
  8. 16 5月, 2014 1 次提交
    • D
      KVM: s390: interpretive execution of SIGP EXTERNAL CALL · 4953919f
      David Hildenbrand 提交于
      If the sigp interpretation facility is installed, most SIGP EXTERNAL CALL
      operations will be interpreted instead of intercepted. A partial execution
      interception will occurr at the sending cpu only if the target cpu is in the
      wait state ("W" bit in the cpuflags set). Instruction interception will only
      happen in error cases (e.g. cpu addr invalid).
      
      As a sending cpu might set the external call interrupt pending flags at the
      target cpu at every point in time, we can't handle this kind of interrupt using
      our kvm interrupt injection mechanism. The injection will be done automatically
      by the SIE when preparing the start of the target cpu.
      Signed-off-by: NDavid Hildenbrand <dahi@linux.vnet.ibm.com>
      Reviewed-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      CC: Thomas Huth <thuth@linux.vnet.ibm.com>
      [Adopt external call injection to check for sigp interpretion]
      Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
      4953919f
  9. 22 4月, 2014 1 次提交
  10. 25 3月, 2014 1 次提交
  11. 04 3月, 2014 2 次提交
  12. 30 1月, 2014 1 次提交
  13. 12 12月, 2013 4 次提交
  14. 28 11月, 2013 3 次提交
  15. 21 6月, 2013 1 次提交
  16. 17 6月, 2013 1 次提交
  17. 17 1月, 2013 1 次提交
  18. 08 1月, 2013 1 次提交
  19. 26 7月, 2012 1 次提交
  20. 20 7月, 2012 1 次提交
    • H
      s390/comments: unify copyright messages and remove file names · a53c8fab
      Heiko Carstens 提交于
      Remove the file name from the comment at top of many files. In most
      cases the file name was wrong anyway, so it's rather pointless.
      
      Also unify the IBM copyright statement. We did have a lot of sightly
      different statements and wanted to change them one after another
      whenever a file gets touched. However that never happened. Instead
      people start to take the old/"wrong" statements to use as a template
      for new files.
      So unify all of them in one go.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      a53c8fab
  21. 04 7月, 2012 5 次提交