An error occurred fetching the project authors.
  1. 29 Jul, 2015 2 commits
  2. 17 Mar, 2015 1 commit
  3. 06 Mar, 2015 1 commit
  4. 23 Jan, 2015 4 commits
  5. 28 Nov, 2014 1 commit
  6. 28 Oct, 2014 6 commits
  7. 30 Jul, 2014 1 commit
  8. 21 Jul, 2014 2 commits
  9. 10 Jul, 2014 1 commit
  10. 30 May, 2014 1 commit
  11. 16 May, 2014 1 commit
    • David Hildenbrand's avatar
      KVM: s390: interpretive execution of SIGP EXTERNAL CALL · 4953919f
      David Hildenbrand authored
      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: default avatarDavid Hildenbrand <dahi@linux.vnet.ibm.com>
      Reviewed-by: default avatarCornelia 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: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
      4953919f
  12. 22 Apr, 2014 1 commit
  13. 25 Mar, 2014 1 commit
  14. 04 Mar, 2014 2 commits
  15. 30 Jan, 2014 1 commit
  16. 11 Dec, 2013 4 commits
  17. 28 Nov, 2013 3 commits
  18. 20 Jun, 2013 1 commit
  19. 17 Jun, 2013 1 commit
  20. 17 Jan, 2013 1 commit
  21. 07 Jan, 2013 1 commit
  22. 26 Jul, 2012 1 commit
  23. 20 Jul, 2012 1 commit
    • Heiko Carstens's avatar
      s390/comments: unify copyright messages and remove file names · a53c8fab
      Heiko Carstens authored
      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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      a53c8fab
  24. 03 Jul, 2012 1 commit