1. 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
  2. 30 10月, 2011 1 次提交
  3. 24 7月, 2011 3 次提交
  4. 12 5月, 2010 1 次提交
  5. 24 3月, 2010 1 次提交
  6. 27 2月, 2010 2 次提交
  7. 07 12月, 2009 1 次提交
  8. 11 9月, 2009 2 次提交
  9. 26 3月, 2009 1 次提交
  10. 31 12月, 2008 1 次提交
  11. 25 12月, 2008 2 次提交
  12. 30 4月, 2008 2 次提交
  13. 26 1月, 2008 1 次提交
    • M
      [S390] Fix tlb flushing with idte. · 6f457e1a
      Martin Schwidefsky 提交于
      The clear-by-asce operation of the idte instruction gets an asce
      (address-space-control-element) as argument to specify which TLBs
      need to get flushed. The current code passes a plain pointer to
      the start of the pgd without the additional bits which would make
      the pointer an asce. The current machines don't mind the difference
      but a future model might want to use the designation type control
      bits in the asce as a filter for the TLBs to flush.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      6f457e1a
  14. 27 4月, 2007 1 次提交
  15. 06 3月, 2007 1 次提交
    • G
      [S390] Fixed handling of access register mode faults. · 482b05dd
      Gerald Schaefer 提交于
      Replaced check_user_space() + __check_access_register with the new
      check_space(). The old functions made wrong assumptions about kernel
      and user space when the kernel and user address spaces are switched
      (kernel in home space, user in primary/secondary space).
      Secondly the user process can switch to the accress register mode if
      it is running in primary or secondary mode. In addition it can load
      an arbitrary value to the access registers. If any other value than
      0 for primary space or 1 for secondary space is loaded and memory
      is accessed using the base register related to the access register,
      the program should be terminated with a SIGSEGV. To achieve that the
      DUALD pointer in the DUCT and the PSALD pointer in the PASTE need
      to point to an array of 8 invalid access-list entries to get a
      ALEN-translation exception if an invalid alet is used.
      Signed-off-by: NGerald Schaefer <geraldsc@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      482b05dd
  16. 21 2月, 2007 1 次提交
  17. 06 2月, 2007 3 次提交
  18. 09 1月, 2007 1 次提交
  19. 04 12月, 2006 2 次提交
  20. 05 10月, 2006 1 次提交
  21. 01 10月, 2006 1 次提交
  22. 28 9月, 2006 1 次提交
  23. 20 9月, 2006 4 次提交
  24. 18 7月, 2006 1 次提交
  25. 29 6月, 2006 2 次提交
  26. 07 11月, 2005 2 次提交