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. 05 6月, 2012 1 次提交
  3. 23 5月, 2012 1 次提交
    • M
      s390/kdump: Use real mode for PSW restart and kexec · fa7c0043
      Michael Holzheu 提交于
      Currently the PSW restart handler and kexec are executed in real
      mode with DAT=off. For kexec/kdump the function setup_regs() is
      called that uses the per-cpu variable "crash_notes". Because
      there are situations when the per-cpu implementation uses vmalloc
      memory, calling setup_regs() in real mode can cause a program
      check interrupt.
      
      To fix that problem this patch changes the following:
      
      * Ensure that diag308_reset() does not change PSW bits to real mode
      * Enable DAT in __do_restart() after we switched to an online CPU
      * Enable DAT in __machine_kexec() after we switched to the IPL CPU
      * Call setup_regs() before we switch to real mode and call purgatory
      Reviewed-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NMichael Holzheu <holzheu@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      fa7c0043
  4. 27 12月, 2011 1 次提交
  5. 30 10月, 2011 1 次提交
  6. 03 8月, 2011 1 次提交
  7. 24 7月, 2011 1 次提交
  8. 27 2月, 2010 1 次提交
  9. 06 2月, 2007 1 次提交