1. db7f5ee s390/lib: use basic blocks for inline assemblies by Heiko Carstens · 8 years ago
  2. b8ac5e2 s390/uaccess: fix whitespace damage by Heiko Carstens · 8 years ago
  3. 8497695 s390/spinlock: avoid yield to non existent cpu by Heiko Carstens · 8 years ago
  4. 2cfc5f9 s390/xor: optimized xor routing using the XC instruction by Martin Schwidefsky · 9 years ago
  5. 419123f s390/spinlock: do not yield to a CPU in udelay/mdelay by Martin Schwidefsky · 9 years ago
  6. db1c451 s390/spinlock: avoid diagnose loop by Martin Schwidefsky · 9 years ago
  7. 48002bd s390/bitops: remove 31 bit related comments by Heiko Carstens · 9 years ago
  8. db7e007 s390/udelay: make udelay have busy loop semantics by Heiko Carstens · 9 years ago
  9. e0af21c s390/spinlock: use correct barriers by Christian Borntraeger · 9 years ago
  10. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. cabc4ab s390/uaccess: remove uaccess_primary kernel parameter by Heiko Carstens · 9 years ago
  12. 854508c s390/lib: export __delay by Guenter Roeck · 9 years ago
  13. ed79e94 s390/uaccess, locking/static_keys: employ static_branch_likely() by Heiko Carstens · 9 years ago
  14. 304987e s390: remove "64" suffix from mem64.S and swsusp_asm64.S by Heiko Carstens · 10 years ago
  15. 5a79859 s390: remove 31 bit support by Heiko Carstens · 10 years ago
  16. 2c72a44 s390/spinlock: add compare-and-delay to lock wait loops by Martin Schwidefsky · 10 years ago
  17. d6fe5be s390/uprobes: fix kprobes dependency by Jan Willeke · 10 years ago
  18. b5f87f1 s390/idle: consolidate idle functions and definitions by Martin Schwidefsky · 10 years ago
  19. 975fab1 s390/uprobes: common library for kprobes and uprobes by Jan Willeke · 10 years ago
  20. bbae71b s390/rwlock: use the interlocked-access facility 1 instructions by Martin Schwidefsky · 10 years ago
  21. 94232a4 s390/rwlock: improve writer fairness by Martin Schwidefsky · 10 years ago
  22. 2684e73 s390/rwlock: remove interrupt-enabling rwlock variant. by Martin Schwidefsky · 10 years ago
  23. d59b93d s390/rwlock: use directed yield for write-locked rwlocks by Martin Schwidefsky · 10 years ago
  24. 470ada6 s390/spinlock: refactor arch_spin_lock_wait[_flags] by Martin Schwidefsky · 10 years ago
  25. 939c5ae s390/rwlock: add missing local_irq_restore calls by Martin Schwidefsky · 10 years ago
  26. bae8f56 s390/spinlock,rwlock: always to a load-and-test first by Martin Schwidefsky · 10 years ago
  27. 2e4006b s390/spinlock: fix system hang with spin_retry <= 0 by Gerald Schaefer · 10 years ago
  28. beef560 s390/uaccess: simplify control register updates by Martin Schwidefsky · 10 years ago
  29. 6c8cd5b s390/spinlock: optimize spinlock code sequence by Philipp Hachtmann · 10 years ago
  30. 5b3f683 s390/spinlock: cleanup spinlock code by Philipp Hachtmann · 10 years ago
  31. fa255f5 s390/uaccess: fix possible register corruption in strnlen_user_srst() by Heiko Carstens · 10 years ago
  32. 457f218 s390/uaccess: rework uaccess code - fix locking issues by Heiko Carstens · 11 years ago
  33. db85eae s390/bitops: fix comment by Heiko Carstens · 11 years ago
  34. 56f15e5 s390/uaccess: introduce 'uaccesspt' kernel parameter by Heiko Carstens · 11 years ago
  35. ca04ddb s390/setup: get rid of MACHINE_HAS_MVCOS machine flag by Heiko Carstens · 11 years ago
  36. 211deca s390/uaccess: consistent types by Heiko Carstens · 11 years ago
  37. 4f41c2b s390/uaccess: get rid of indirect function calls by Heiko Carstens · 11 years ago
  38. cfa785e s390/uaccess: normalize order of parameters of indirect uaccess function calls by Heiko Carstens · 11 years ago
  39. 0ff2fe5 s390/uaccess: remove dead extern declarations, make functions static by Heiko Carstens · 11 years ago
  40. b03b467 s390/uaccess: test if current->mm is set before walking page tables by Heiko Carstens · 11 years ago
  41. b4a9601 s390: Fix misspellings using 'codespell' tool by Hendrik Brueckner · 11 years ago
  42. 71a86ef s390/uaccess: add missing page table walk range check by Heiko Carstens · 11 years ago
  43. e258d71 s390/uaccess: always run the kernel in home space by Martin Schwidefsky · 11 years ago
  44. 7d7c7b2 s390/bitops: rename find_first_bit_left() to find_first_bit_inv() by Heiko Carstens · 11 years ago
  45. 746479c s390/bitops: use generic find bit functions / reimplement _left variant by Heiko Carstens · 11 years ago
  46. 8c071b0 s390/time: correct use of store clock fast by Martin Schwidefsky · 11 years ago
  47. 0587d40 s390/time: return with irqs disabled from psw_idle by Martin Schwidefsky · 11 years ago
  48. e509861 s390/mm: cleanup page table definitions by Martin Schwidefsky · 11 years ago
  49. 12d8471 s390/uaccess: add "fallthrough" comments by Heiko Carstens · 11 years ago
  50. 446f24d Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Stephen Boyd · 11 years ago
  51. ea81531 s390/uaccess: fix page table walk by Heiko Carstens · 12 years ago
  52. b7fef2d s390/uaccess: fix clear_user_pt() by Heiko Carstens · 12 years ago
  53. 066c437 s390/uaccess: fix kernel ds access for page table walk by Heiko Carstens · 12 years ago
  54. 225cf8d s390/uaccess: fix strncpy_from_user string length check by Heiko Carstens · 12 years ago
  55. f45655f s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen case by Heiko Carstens · 12 years ago
  56. d7b788c s390/uaccess: shorten strncpy_from_user/strnlen_user by Heiko Carstens · 12 years ago
  57. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  58. 1aae056 s390/time: rename tod clock access functions by Heiko Carstens · 12 years ago
  59. 156152f s390/mm: use pmd_large() instead of pmd_huge() by Gerald Schaefer · 12 years ago
  60. 535c611 s390/string: provide asm lib functions for memcpy and memcmp by Heiko Carstens · 12 years ago
  61. 4db84d4 s390/mm: fix user access page-table walk code by Gerald Schaefer · 12 years ago
  62. 27f6b41 s390/vtimer: rework virtual timer interface by Martin Schwidefsky · 12 years ago
  63. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  64. f4815ac s390/headers: replace __s390x__ with CONFIG_64BIT where possible by Heiko Carstens · 12 years ago
  65. 4c1051e [S390] rework idle code by Martin Schwidefsky · 13 years ago
  66. 8b646bd [S390] rework smp code by Martin Schwidefsky · 13 years ago
  67. 3c52e49 [S390] sparse: fix sparse warnings with __user pointers by Martin Schwidefsky · 13 years ago
  68. b50511e [S390] cleanup psw related bits and pieces by Martin Schwidefsky · 13 years ago
  69. 144d634 [S390] fix s390 assembler code alignments by Jan Glauber · 13 years ago
  70. b396637 [S390] delay: implement ndelay by Heiko Carstens · 13 years ago
  71. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 14 years ago
  72. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 14 years ago
  73. e4d8269 [S390] missing sacf in uaccess by Martin Schwidefsky · 14 years ago
  74. 545b288 [S390] time: let local_tick_enable/disable() reprogram the clock comparator by Heiko Carstens · 14 years ago
  75. e8129c6 [S390] nmi: fix clock comparator revalidation by Heiko Carstens · 14 years ago
  76. 596a95c [S390] uaccess: make sure copy_from_user_overflow is builtin by Heiko Carstens · 15 years ago
  77. 59b6978 [S390] spinlock: check virtual cpu running status by Gerald Schaefer · 15 years ago
  78. 1dcec25 [S390] uaccess: implement strict user copy checks by Heiko Carstens · 15 years ago
  79. fb380aa [S390] Move __cpu_logical_map to smp.c by Heiko Carstens · 15 years ago
  80. e593194 locking: Convert raw_rwlock functions to arch_rwlock by Thomas Gleixner · 15 years ago
  81. fb3a6bb locking: Convert raw_rwlock to arch_rwlock by Thomas Gleixner · 15 years ago
  82. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  83. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  84. 6c1e3e7 [S390] Use do_exception() in pagetable walk usercopy functions. by Gerald Schaefer · 15 years ago
  85. b11b533 [S390] Improve address space mode selection. by Martin Schwidefsky · 15 years ago
  86. af9d2ff [S390] Add EX_TABLE for addressing exception in usercopy functions. by Gerald Schaefer · 15 years ago
  87. 0cd6a40 [S390] Provide arch specific mdelay implementation. by Heiko Carstens · 15 years ago
  88. 78d81f2 [S390] Fix enabled udelay for short delays. by Christian Borntraeger · 15 years ago
  89. 5075bac [S390] add __ucmpdi2() helper function by Heiko Carstens · 15 years ago
  90. bb8c29c [S390] udelay: disable lockdep to avoid false positives by Heiko Carstens · 15 years ago
  91. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  92. ce58ae6 [S390] implement interrupt-enabling rwlocks by Heiko Carstens · 15 years ago
  93. 1edad85 [S390] use compiler builtin versions of strlen/strcpy/strcat by Heiko Carstens · 16 years ago
  94. 1485c5c [S390] move EXPORT_SYMBOLs to definitions by Heiko Carstens · 16 years ago
  95. 2887fc5 [S390] Dont check for pfn_valid() in uaccess_pt.c by Gerald Schaefer · 16 years ago
  96. 4fa81ed2 [S390] __div64_31 broken for CONFIG_MARCH_G5 by Martin Schwidefsky · 16 years ago
  97. 5a0d0e6 [S390] Move private simple udelay function to arch/s390/lib/delay.c. by Heiko Carstens · 16 years ago
  98. d3d238c [S390] nohz: Fix __udelay. by Heiko Carstens · 16 years ago
  99. 934b285 [S390] nohz/sclp: disable timer on synchronous waits. by Heiko Carstens · 16 years ago
  100. ccf183e [S390] uaccess_mvcos: #ifdef config dependent code. by Heiko Carstens · 16 years ago