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