1. 012a224 s390/uaccess: introduce bit field for OAC specifier by Nico Boehr · 3 years ago
  2. 53ae723 s390/test_unwind: use raw opcode instead of invalid instruction by Ilie Halip · 3 years, 1 month ago
  3. 0b707e5 Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 2 months ago
  4. 2dc26d9 Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
  5. 74e74f9 s390/spinlock: remove incorrect kernel doc indicator by Heiko Carstens · 3 years, 2 months ago
  6. f492bac s390/string: use generic strlcpy by Heiko Carstens · 3 years, 2 months ago
  7. eec013b s390/string: use generic strrchr by Heiko Carstens · 3 years, 2 months ago
  8. e7456f7 Merge branch 'fixes' into features by Vasily Gorbik · 3 years, 2 months ago
  9. 8e0ab8e s390: fix strrchr() implementation by Roberto Sassu · 3 years, 3 months ago
  10. 25d36a8 s390/test_unwind: convert to KUnit by Mete Durlu · 3 years, 3 months ago
  11. d340d28 kprobes: add testcases for s390 by Sven Schnelle · 3 years, 4 months ago
  12. cfecea6 lib/string: Move helper functions out of string.c by Kees Cook · 3 years, 6 months ago
  13. a7a08b2 arch: remove compat_alloc_user_space by Arnd Bergmann · 3 years, 4 months ago
  14. 4cdc4cc Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 4 months ago
  15. e93a1cb s390: use generic strncpy/strnlen from_user by Heiko Carstens · 3 years, 5 months ago
  16. 3da77cf s390/delay: get rid of not needed header includes by Heiko Carstens · 3 years, 5 months ago
  17. 58d4a78 s390/lib: use call_on_stack() macro by Heiko Carstens · 3 years, 6 months ago
  18. a0ae5cd s390/lib,string: fix strcat() inline asm constraint modifier by Heiko Carstens · 3 years, 6 months ago
  19. 07f3a35 s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber list by Heiko Carstens · 3 years, 6 months ago
  20. 8cf23c8 s390/lib,string: get rid of register asm by Heiko Carstens · 3 years, 6 months ago
  21. d1e18ef s390/lib,uaccess: get rid of register asm by Heiko Carstens · 3 years, 6 months ago
  22. 7e86f96 s390/lib,xor: get rid of register asm by Heiko Carstens · 3 years, 6 months ago
  23. 5d8da69 s390/test_unwind: print test suite start/end info by Vasily Gorbik · 3 years, 9 months ago
  24. 9d42a4d s390/test_unwind: add WARN if tests failed by Vasily Gorbik · 3 years, 9 months ago
  25. f169f42 s390/test_unwind: unify error handling paths by Vasily Gorbik · 3 years, 9 months ago
  26. 56e62a7 s390: convert to generic entry by Sven Schnelle · 4 years, 1 month ago
  27. e0d62dc s390/delay: remove udelay_simple() by Heiko Carstens · 4 years ago
  28. dd6cfe5 s390/delay: simplify udelay by Heiko Carstens · 4 years, 1 month ago
  29. 91c2bad s390/test_unwind: use timer instead of udelay by Heiko Carstens · 4 years, 1 month ago
  30. f22b9c2 s390/test_unwind: fix CALL_ON_STACK tests by Heiko Carstens · 4 years, 1 month ago
  31. 58659247 Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years ago
  32. b1cae1f s390: fix irq state tracing by Heiko Carstens · 4 years, 1 month ago
  33. 062e527 s390/mm: add debug user asce support by Heiko Carstens · 4 years, 1 month ago
  34. 87d5986 s390/mm: remove set_fs / rework address space handling by Heiko Carstens · 4 years, 1 month ago
  35. 85cde01 s390/udelay: make it work for the early code by Vasily Gorbik · 4 years, 3 months ago
  36. 4aa32ee s390/lib: fix kernel doc for memcmp() by Julian Wiedmann · 4 years, 3 months ago
  37. 75d3e7f s390/test_unwind: fix possible memleak in test_unwind() by Wang Hai · 4 years, 5 months ago
  38. b79675e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  39. 73d6eb4 s390: enable HAVE_FUNCTION_ERROR_INJECTION by Ilya Leoshkevich · 4 years, 5 months ago
  40. 7999096 iov_iter: Move unnecessary inclusion of crypto/hash.h by Herbert Xu · 4 years, 7 months ago
  41. 23fc02e Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
  42. 0b0ed65 s390: remove critical section cleanup from entry.S by Sven Schnelle · 4 years, 10 months ago
  43. 316ec15 s390/mm: fix page table upgrade vs 2ndary address mode accesses by Christian Borntraeger · 4 years, 9 months ago
  44. 7e914fd s390/test_unwind: fix spelling mistake "reqister" -> "register" by Colin Ian King · 5 years ago
  45. b62b6cf s390/spinlock: remove confusing comment in arch_spin_lock_wait by Vasily Gorbik · 5 years ago
  46. de6921c s390/test_unwind: add program check context tests by Vasily Gorbik · 5 years ago
  47. e740936 s390/test_unwind: add irq context tests by Vasily Gorbik · 5 years ago
  48. 0610154 s390/test_unwind: print verbose unwinding results by Vasily Gorbik · 5 years ago
  49. 7868249 s390/test_unwind: add CALL_ON_STACK tests by Vasily Gorbik · 5 years ago
  50. f44fa79 s390/test_unwind: require that unwinding ended successfully by Vasily Gorbik · 5 years ago
  51. badbf39 s390/unwind: add a test for the internal API by Ilya Leoshkevich · 5 years ago
  52. cceb018 s390/alternatives: make use of asm_inline by Heiko Carstens · 5 years ago
  53. d590284 Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  54. 2e83e0e s390: clean .bss before running uncompressed kernel by Vasily Gorbik · 5 years ago
  55. d25220d s390/lib: add missing include by Vasily Gorbik · 5 years ago
  56. 67626fa s390: enforce CONFIG_SMP by Heiko Carstens · 6 years ago
  57. 26a374a s390: add missing ENDPROC statements to assembler functions by Martin Schwidefsky · 6 years ago
  58. 7e0d92f s390/kasan: improve string/memory functions checks by Vasily Gorbik · 6 years ago
  59. b6cbe3e s390/kasan: avoid user access code instrumentation by Vasily Gorbik · 7 years ago
  60. fb594ec s390/kasan: replace some memory functions by Vasily Gorbik · 7 years ago
  61. 5eda25b s390/lib: use expoline for all bcr instructions by Martin Schwidefsky · 6 years ago
  62. 0391fcb s390: introduce compile time check for empty .bss section by Vasily Gorbik · 7 years ago
  63. 97489e0 s390/lib: use expoline for indirect branches by Martin Schwidefsky · 7 years ago
  64. 9f37e79 s390: fix preemption race in disable_sacf_uaccess by Martin Schwidefsky · 7 years ago
  65. 78ca4fe s390/spinlock: fix indentation by Heiko Carstens · 7 years ago
  66. 0aaba41 s390: remove all code using the access register mode by Martin Schwidefsky · 7 years ago
  67. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  69. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  72. f554be4 s390/spinlock: use cpu alternatives to enable niai instruction by Vasily Gorbik · 7 years ago
  73. 49913f1 s390: cleanup string ops prototypes by Heiko Carstens · 7 years ago
  74. 993fef9 s390: optimize memset implementation by Heiko Carstens · 7 years ago
  75. 0b77d67 s390: implement memset16, memset32 & memset64 by Heiko Carstens · 7 years ago
  76. eb3b7b8 s390/rwlock: introduce rwlock wait queueing by Martin Schwidefsky · 8 years ago
  77. b96f7d8 s390/spinlock: introduce spinlock wait queueing by Martin Schwidefsky · 8 years ago
  78. 8153380 s390/spinlock: use the cpu number +1 as spinlock value by Martin Schwidefsky · 8 years ago
  79. d66bf80 s390/uaccess: avoid mvcos jump label by Martin Schwidefsky · 7 years ago
  80. 7f7e6e2 s390/spinlock: add niai spinlock hints by Martin Schwidefsky · 8 years ago
  81. 6e2ef5e s390/time: add support for the TOD clock epoch extension by Martin Schwidefsky · 8 years ago
  82. f5c8b96 s390/uaccess: use sane length for __strncpy_from_user() by Heiko Carstens · 8 years ago
  83. db55947 s390/uprobes: fix compile for !KPROBES by Heiko Carstens · 8 years ago
  84. b68e7e9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  85. b13de4b s390/spinlock: remove compare and delay instruction by Martin Schwidefsky · 8 years ago
  86. 02c503f s390/spinlock: use atomic primitives for spinlocks by Martin Schwidefsky · 8 years ago
  87. 3709600 s390: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
  88. 187b5f4 s390: replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 8 years ago
  89. d321796 s390: Audit and remove any remaining unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  90. 551f413 s390/lib: improve memmove, memset and memcpy by Heiko Carstens · 8 years ago
  91. 7a71fd1 s390/lib: add missing memory barriers to string inline assemblies by Heiko Carstens · 8 years ago
  92. 2ec4584 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  93. b4623d4 s390: provide memmove implementation by Heiko Carstens · 8 years ago
  94. 760928c locking/spinlocks, s390: Implement vcpu_is_preempted(cpu) by Christian Borntraeger · 8 years ago
  95. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  96. 45b6ae7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  97. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  98. e2efc42 s390/lib: fix memcmp and strstr by Christian Borntraeger · 8 years ago
  99. 711f5df s390: move exports to definitions by Al Viro · 9 years ago
  100. 97433ea s390/uaccess: Enable hardened usercopy by Kees Cook · 8 years ago