1. 16 1月, 2014 2 次提交
  2. 19 12月, 2013 1 次提交
    • M
      s390/3270: fix allocation of tty3270_screen structure · 36d9f4d3
      Martin Schwidefsky 提交于
      The tty3270_alloc_screen function is called from tty3270_install with
      swapped arguments, the number of columns instead of rows and vice versa.
      The number of rows is typically smaller than the number of columns which
      makes the screen array too big but the individual cell arrays for the
      lines too small. Creating lines longer than the number of rows will
      clobber the memory after the end of the cell array.
      The fix is simple, call tty3270_alloc_screen with the correct argument
      order.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      36d9f4d3
  3. 18 12月, 2013 2 次提交
  4. 02 12月, 2013 2 次提交
  5. 20 11月, 2013 1 次提交
  6. 15 11月, 2013 6 次提交
  7. 09 11月, 2013 1 次提交
  8. 07 11月, 2013 1 次提交
  9. 06 11月, 2013 1 次提交
  10. 29 10月, 2013 1 次提交
  11. 28 10月, 2013 1 次提交
  12. 24 10月, 2013 8 次提交
  13. 22 10月, 2013 1 次提交
    • M
      s390/time: correct use of store clock fast · 8c071b0f
      Martin Schwidefsky 提交于
      The result of the store-clock-fast (STCKF) instruction is a bit fuzzy.
      It can happen that the value stored on one CPU is smaller than the value
      stored on another CPU, although the order of the stores is the other
      way around. This can cause deltas of get_tod_clock() values to become
      negative when they should not be.
      
      We need to be more careful with store-clock-fast, this patch partially
      reverts git commit e4b7b4238e666682555461fa52eecd74652f36bb "time:
      always use stckf instead of stck if available". The get_tod_clock()
      function now uses the store-clock-extended (STCKE) instruction.
      get_tod_clock_fast() can be used if the fuzziness of store-clock-fast
      is acceptable e.g. for wait loops local to a CPU.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      8c071b0f
  14. 15 10月, 2013 2 次提交
  15. 14 10月, 2013 1 次提交
  16. 30 9月, 2013 2 次提交
  17. 12 9月, 2013 1 次提交
  18. 07 9月, 2013 2 次提交
  19. 04 9月, 2013 1 次提交
  20. 03 9月, 2013 3 次提交