1. 21 3月, 2014 2 次提交
  2. 21 2月, 2014 3 次提交
  3. 16 1月, 2014 1 次提交
  4. 15 11月, 2013 2 次提交
  5. 04 11月, 2013 1 次提交
    • M
      s390/mm,tlb: correct tlb flush on page table upgrade · 10607864
      Martin Schwidefsky 提交于
      The IDTE instruction used to flush TLB entries for a specific address
      space uses the address-space-control element (ASCE) to identify
      affected TLB entries. The upgrade of a page table adds a new top
      level page table which changes the ASCE. The TLB entries associated
      with the old ASCE need to be flushed and the ASCE for the address space
      needs to be replaced synchronously on all CPUs which currently use it.
      The concept of a lazy ASCE update with an exception handler is broken.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      10607864
  6. 31 10月, 2013 1 次提交
  7. 24 10月, 2013 1 次提交
  8. 07 9月, 2013 2 次提交
  9. 29 8月, 2013 1 次提交
    • M
      s390/mm: implement software referenced bits · 0944fe3f
      Martin Schwidefsky 提交于
      The last remaining use for the storage key of the s390 architecture
      is reference counting. The alternative is to make page table entries
      invalid while they are old. On access the fault handler marks the
      pte/pmd as young which makes the pte/pmd valid if the access rights
      allow read access. The pte/pmd invalidations required for software
      managed reference bits cost a bit of performance, on the other hand
      the RRBE/RRBM instructions to read and reset the referenced bits are
      quite expensive as well.
      Reviewed-by: NGerald Schaefer <gerald.schaefer@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      0944fe3f
  10. 22 8月, 2013 2 次提交
  11. 29 7月, 2013 2 次提交
  12. 27 6月, 2013 1 次提交
  13. 20 6月, 2013 1 次提交
  14. 17 6月, 2013 1 次提交
  15. 31 5月, 2013 1 次提交
  16. 21 5月, 2013 2 次提交
  17. 15 5月, 2013 1 次提交
  18. 03 5月, 2013 1 次提交
  19. 23 4月, 2013 2 次提交
  20. 08 3月, 2013 1 次提交
  21. 23 11月, 2012 1 次提交
  22. 09 10月, 2012 4 次提交
  23. 26 9月, 2012 2 次提交
  24. 30 7月, 2012 1 次提交
  25. 26 7月, 2012 1 次提交
  26. 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
  27. 16 5月, 2012 1 次提交