| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-10 | s390/tishift: Convert __ashlti3(), __ashrti3(), __lshrti3() to C | Heiko Carstens | 3 | -63/+73 |
| 2026-06-10 | s390/memmove: Optimize backward copy case | Heiko Carstens | 1 | -1/+23 |
| 2026-06-10 | s390/string: Convert memset(16|32|64)() to C | Heiko Carstens | 3 | -58/+47 |
| 2026-06-10 | s390/string: Convert memcpy() to C | Heiko Carstens | 2 | -31/+34 |
| 2026-06-10 | s390/string: Convert memset() to C | Heiko Carstens | 2 | -63/+61 |
| 2026-06-10 | s390/string: Convert memmove() to C | Heiko Carstens | 2 | -41/+46 |
| 2026-06-10 | s390/string: Add -ffreestanding compile option to string.o | Heiko Carstens | 1 | -0/+5 |
| 2026-05-30 | s390/string: Remove strlcat() implementation | Heiko Carstens | 1 | -26/+0 |
| 2026-04-02 | s390: move the XOR code to lib/raid/ | Christoph Hellwig | 2 | -137/+1 |
| 2026-04-02 | xor: split xor.h | Christoph Hellwig | 1 | -1/+1 |
| 2026-03-03 | s390/xor: Improve inline assembly constraints | Heiko Carstens | 1 | -4/+4 |
| 2026-03-03 | s390/xor: Fix xor_xc_2() inline assembly constraints | Heiko Carstens | 1 | -2/+2 |
| 2026-03-03 | s390/xor: Fix xor_xc_5() inline assembly | Vasily Gorbik | 1 | -1/+0 |
| 2026-02-04 | KVM: s390: Switch to new gmap | Claudio Imbrenda | 1 | -158/+26 |
| 2025-09-29 | s390: Remove superfluous newlines from inline assemblies | Heiko Carstens | 4 | -13/+13 |
| 2025-07-29 | Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -0/+189 |
| 2025-07-28 | Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 7 | -1046/+0 |
| 2025-06-30 | lib/crc: s390: Migrate optimized CRC code into lib/crc/ | Eric Biggers | 5 | -506/+0 |
| 2025-06-30 | lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/ | Eric Biggers | 7 | -1046/+0 |
| 2025-06-29 | Merge branch 'uaccess-key' into features | Alexander Gordeev | 1 | -0/+188 |
| 2025-06-29 | s390/uaccess: Merge cmpxchg_user_key() inline assemblies | Heiko Carstens | 1 | -55/+25 |
| 2025-06-29 | s390/uaccess: Prevent kprobes on cmpxchg_user_key() functions | Heiko Carstens | 1 | -10/+11 |
| 2025-06-29 | s390/uaccess: Initialize code pages executed with non-default access key | Heiko Carstens | 1 | -5/+21 |
| 2025-06-29 | s390/uaccess: Make cmpxchg_user_key() library code | Heiko Carstens | 1 | -0/+201 |
| 2025-06-17 | s390: Explicitly include <linux/export.h> | Heiko Carstens | 4 | -0/+4 |
| 2025-06-03 | Merge tag 'v6.16-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+2 |
| 2025-05-30 | crypto: s390/sha256 - rename module to sha256-s390 | Eric Biggers | 1 | -1/+2 |
| 2025-05-26 | Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -49/+3 |
| 2025-05-26 | Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 7 | -0/+1045 |
| 2025-05-12 | crypto: lib/chacha - add array bounds to function prototypes | Eric Biggers | 1 | -2/+2 |
| 2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state | Eric Biggers | 1 | -5/+6 |
| 2025-05-05 | crypto: arch/sha256 - Export block functions as GPL only | Herbert Xu | 1 | -2/+2 |
| 2025-05-05 | Revert "crypto: run initcalls for generic implementations earlier" | Herbert Xu | 1 | -1/+1 |
| 2025-05-05 | crypto: s390/sha256 - implement library instead of shash | Eric Biggers | 3 | -0/+55 |
| 2025-04-30 | s390/string: Remove strcpy() implementation | Heiko Carstens | 1 | -24/+0 |
| 2025-04-28 | s390/crc: drop "glue" from filenames | Eric Biggers | 2 | -1/+1 |
| 2025-04-28 | s390/crc32: Remove no-op module init and exit functions | Eric Biggers | 1 | -11/+0 |
| 2025-04-28 | s390/crc32: Remove have_vxrs static key | Heiko Carstens | 1 | -7/+3 |
| 2025-04-28 | lib/crc: make the CPU feature static keys __ro_after_init | Eric Biggers | 1 | -1/+1 |
| 2025-04-28 | crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -1/+1 |
| 2025-04-28 | crypto: s390 - move library functions to arch/s390/lib/crypto/ | Eric Biggers | 6 | -0/+989 |
| 2025-04-17 | s390/string: Remove optimized strncpy() | Heiko Carstens | 1 | -23/+0 |
| 2025-04-14 | s390/mm: Reimplement lazy ASCE handling | Heiko Carstens | 1 | -2/+3 |
| 2025-03-29 | Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -42/+111 |
| 2025-03-18 | s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assembly | Heiko Carstens | 1 | -3/+3 |
| 2025-03-18 | s390: Move s390 sysctls into their own file under arch/s390 | joel granados | 1 | -0/+18 |
| 2025-03-04 | s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]() | Heiko Carstens | 1 | -3/+4 |
| 2025-03-04 | s390/uaccess: Inline __clear_user() | Heiko Carstens | 1 | -36/+0 |
| 2025-03-04 | s390/uaccess: Separate key uaccess functions | Heiko Carstens | 1 | -0/+86 |
| 2025-02-08 | lib/crc32: remove "_le" from crc32c base and arch functions | Eric Biggers | 1 | -1/+1 |
| 2025-01-30 | Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -90/+0 |
| 2025-01-26 | s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY_TO_USER | Heiko Carstens | 1 | -90/+0 |
| 2025-01-22 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 5 | -0/+521 |
| 2025-01-13 | s390/lib: Use exrl instead of ex in xor functions | Sven Schnelle | 1 | -32/+29 |
| 2024-12-17 | s390/lib: Use exrl instead of ex in string functions | Sven Schnelle | 1 | -10/+5 |
| 2024-12-01 | s390/crc32: expose CRC32 functions through lib | Eric Biggers | 5 | -0/+521 |
| 2024-11-29 | Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -7/+27 |
| 2024-11-28 | s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8() | Heiko Carstens | 1 | -2/+22 |
| 2024-11-28 | s390/spinlock: Use R constraint for arch_load_niai4() | Heiko Carstens | 1 | -1/+1 |
| 2024-11-28 | s390/spinlock: Use symbolic names in inline assemblies | Heiko Carstens | 1 | -5/+5 |
| 2024-11-20 | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -2/+2 |
| 2024-11-13 | s390/string: Convert to use flag output macros | Heiko Carstens | 1 | -5/+5 |
| 2024-11-12 | s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool() | Heiko Carstens | 1 | -6/+6 |
| 2024-10-10 | ftrace: Make ftrace_regs abstract from direct use | Steven Rostedt | 1 | -2/+2 |
| 2024-07-23 | s390/alternatives: Rework to allow for callbacks | Heiko Carstens | 1 | -2/+2 |
| 2024-06-28 | s390/lib: Add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 3 | -0/+3 |
| 2024-06-18 | s390: Replace S390_lowcore by get_lowcore() | Sven Schnelle | 3 | -5/+5 |
| 2024-04-17 | s390/expoline: Make modules use kernel expolines | Vasily Gorbik | 3 | -4/+1 |
| 2024-02-16 | s390/checksum: provide csum_partial_copy_nocheck() | Heiko Carstens | 1 | -13/+41 |
| 2024-02-16 | s390/checksum: provide vector register variant of csum_partial() | Heiko Carstens | 2 | -0/+64 |
| 2023-12-11 | s390/nmi: implement and use local_mcck_save() / local_mcck_restore() | Heiko Carstens | 1 | -3/+3 |
| 2023-09-19 | s390/ctlreg: add struct ctlreg | Heiko Carstens | 1 | -4/+4 |
| 2023-09-19 | s390/ctlreg: use local_ctl_load() and local_ctl_store() where possible | Heiko Carstens | 1 | -3/+3 |
| 2023-09-19 | s390/ctlreg: add local and system prefix to some functions | Heiko Carstens | 1 | -2/+2 |
| 2023-09-19 | s390/ctlreg: rename ctl_reg.h to ctlreg.h | Heiko Carstens | 1 | -1/+1 |
| 2023-09-19 | s390/ctlreg: move control register code to separate file | Heiko Carstens | 1 | -0/+1 |
| 2023-08-09 | s390: replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada | 2 | -2/+2 |
| 2023-07-03 | s390: include linux/io.h instead of asm/io.h | Heiko Carstens | 1 | -1/+1 |
| 2023-05-15 | s390: select ARCH_SUPPORTS_INT128 | Heiko Carstens | 2 | -1/+64 |
| 2023-04-19 | s390/lib: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 1 | -2/+2 |
| 2023-04-19 | s390/kasan: remove override of mem*() functions | Heiko Carstens | 1 | -9/+15 |
| 2023-04-04 | s390/uaccess: remove extra blank line | Heiko Carstens | 1 | -1/+0 |
| 2023-04-04 | s390/uaccess: get rid of not needed local variable | Heiko Carstens | 1 | -15/+9 |
| 2023-04-04 | s390/uaccess: rename tmp1 and tmp2 variables | Heiko Carstens | 1 | -35/+35 |
| 2023-04-04 | s390/uaccess: sort EX_TABLE list for inline assemblies | Heiko Carstens | 1 | -2/+2 |
| 2023-04-04 | s390/uaccess: rename/sort labels in inline assemblies | Heiko Carstens | 1 | -21/+30 |
| 2023-04-04 | s390/uaccess: remove unused label in inline assemblies | Heiko Carstens | 1 | -3/+3 |
| 2023-04-04 | s390/uaccess: use symbolic names for inline assembly operands | Heiko Carstens | 1 | -51/+54 |
| 2023-03-27 | s390/uaccess: add missing earlyclobber annotations to __clear_user() | Heiko Carstens | 1 | -1/+1 |
| 2023-01-22 | s390/kprobes: replace kretprobe with rethook | Vasily Gorbik | 1 | -6/+6 |
| 2022-10-26 | s390/uaccess: add missing EX_TABLE entries to __clear_user() | Heiko Carstens | 1 | -3/+3 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
| 2022-10-03 | instrumented.h: allow instrumenting both sides of copy_from_user() | Alexander Potapenko | 1 | -1/+2 |
| 2022-08-30 | s390/delay: sync comment within __delay() with reality | Heiko Carstens | 1 | -7/+4 |
| 2022-07-13 | s390/nospec: build expoline.o for modules_prepare target | Vasily Gorbik | 3 | -1/+5 |
| 2022-05-17 | s390/alternatives: provide identical sized orginal/alternative sequences | Heiko Carstens | 1 | -2/+2 |
| 2022-04-12 | s390: current_stack_pointer shouldn't be a function | Sven Schnelle | 1 | -1/+1 |
| 2022-03-27 | s390/test_unwind: verify __kretprobe_trampoline is replaced | Vasily Gorbik | 1 | -1/+8 |
| 2022-03-27 | s390/test_unwind: extend kretprobe test | Vasily Gorbik | 1 | -16/+33 |
| 2022-03-27 | s390/alternatives: use insn format for new instructions | Heiko Carstens | 1 | -2/+2 |
| 2022-03-25 | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 5 | -249/+222 |
| 2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -18/+63 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -7/+14 |
| 2022-03-10 | s390/test_unwind: add kretprobe tests | Tobias Huschle | 1 | -0/+56 |
| 2022-03-10 | s390: convert ".insn" encoding to instruction names | Vasily Gorbik | 1 | -6/+6 |
| 2022-03-10 | s390: raise minimum supported machine generation to z10 | Vasily Gorbik | 1 | -163/+7 |
| 2022-03-10 | s390/uaccess: Add copy_from/to_user_key functions | Janis Schoetterl-Glausch | 1 | -18/+63 |
| 2022-03-10 | s390/nospec: add an option to use thunk-extern | Vasily Gorbik | 2 | -0/+13 |
| 2022-03-08 | s390/test_unwind: avoid build warning with W=1 | Vasily Gorbik | 1 | -5/+4 |
| 2022-03-08 | s390/extable: move EX_TABLE define to asm-extable.h | Heiko Carstens | 1 | -0/+1 |
| 2022-03-01 | s390/test_unwind: fix and extend kprobes test | Vasily Gorbik | 1 | -33/+50 |
| 2022-03-01 | s390/test_unwind: add ftrace test | Vasily Gorbik | 1 | -0/+59 |
| 2022-03-01 | s390/test_unwind: add "backtrace" module parameter | Vasily Gorbik | 1 | -1/+5 |
| 2022-03-01 | s390/test_unwind: minor cleanup | Vasily Gorbik | 1 | -44/+28 |
| 2022-03-01 | s390/test_unwind: show tests as skipped if unsupported | Vasily Gorbik | 1 | -6/+3 |
| 2022-03-01 | Merge branch 'fixes' into features | Vasily Gorbik | 2 | -3/+3 |
| 2022-02-14 | s390/uaccess: Add copy_from/to_user_key functions | Janis Schoetterl-Glausch | 1 | -18/+63 |
| 2022-02-11 | lib/xor: make xor prototypes more friendly to compiler vectorization | Ard Biesheuvel | 1 | -7/+14 |
| 2022-02-06 | s390: remove invalid email address of Heiko Carstens | Heiko Carstens | 1 | -1/+0 |
| 2022-02-06 | s390/module: fix building test_modules_helpers.o with clang | Ilya Leoshkevich | 2 | -3/+3 |
| 2022-01-24 | s390/module: test loading modules with a lot of relocations | Ilya Leoshkevich | 4 | -0/+101 |
| 2022-01-17 | s390/uaccess: introduce bit field for OAC specifier | Nico Boehr | 1 | -6/+18 |
| 2021-11-25 | s390/test_unwind: use raw opcode instead of invalid instruction | Ilie Halip | 1 | -2/+3 |
| 2021-11-06 | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 7 | -119/+229 |
| 2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
| 2021-10-26 | s390/spinlock: remove incorrect kernel doc indicator | Heiko Carstens | 1 | -1/+1 |
| 2021-10-26 | s390/string: use generic strlcpy | Heiko Carstens | 1 | -26/+0 |
| 2021-10-26 | s390/string: use generic strrchr | Heiko Carstens | 1 | -19/+0 |
| 2021-10-26 | Merge branch 'fixes' into features | Vasily Gorbik | 1 | -7/+6 |
| 2021-10-12 | s390: fix strrchr() implementation | Roberto Sassu | 1 | -7/+6 |
| 2021-10-11 | s390/test_unwind: convert to KUnit | Mete Durlu | 1 | -73/+96 |
| 2021-10-04 | kprobes: add testcases for s390 | Sven Schnelle | 4 | -0/+132 |
| 2021-09-25 | lib/string: Move helper functions out of string.c | Kees Cook | 1 | -0/+3 |
| 2021-09-08 | arch: remove compat_alloc_user_space | Arnd Bergmann | 1 | -63/+0 |
| 2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -52/+0 |
| 2021-07-27 | s390: use generic strncpy/strnlen from_user | Heiko Carstens | 1 | -52/+0 |
| 2021-07-27 | s390/delay: get rid of not needed header includes | Heiko Carstens | 1 | -9/+2 |
| 2021-07-08 | s390/lib: use call_on_stack() macro | Heiko Carstens | 1 | -2/+3 |
| 2021-07-05 | s390/lib,string: fix strcat() inline asm constraint modifier | Heiko Carstens | 1 | -1/+1 |
| 2021-07-05 | s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber list | Heiko Carstens | 1 | -1/+1 |
| 2021-06-28 | s390/lib,string: get rid of register asm | Heiko Carstens | 1 | -55/+74 |
| 2021-06-28 | s390/lib,uaccess: get rid of register asm | Heiko Carstens | 1 | -10/+15 |
| 2021-06-28 | s390/lib,xor: get rid of register asm | Heiko Carstens | 1 | -4/+1 |
| 2021-04-15 | s390/test_unwind: print test suite start/end info | Vasily Gorbik | 1 | -1/+7 |
| 2021-04-12 | s390/test_unwind: add WARN if tests failed | Vasily Gorbik | 1 | -3/+6 |
| 2021-04-12 | s390/test_unwind: unify error handling paths | Vasily Gorbik | 1 | -2/+2 |
| 2021-01-19 | s390: convert to generic entry | Sven Schnelle | 1 | -5/+7 |
| 2020-12-16 | s390/delay: remove udelay_simple() | Heiko Carstens | 1 | -28/+6 |
| 2020-12-16 | s390/delay: simplify udelay | Heiko Carstens | 1 | -82/+17 |
| 2020-12-16 | s390/test_unwind: use timer instead of udelay | Heiko Carstens | 1 | -14/+10 |
| 2020-12-16 | s390/test_unwind: fix CALL_ON_STACK tests | Heiko Carstens | 1 | -2/+5 |
| 2020-12-14 | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2 | -84/+34 |
| 2020-12-02 | s390: fix irq state tracing | Heiko Carstens | 1 | -3/+2 |
| 2020-11-23 | s390/mm: add debug user asce support | Heiko Carstens | 1 | -0/+16 |
| 2020-11-23 | s390/mm: remove set_fs / rework address space handling | Heiko Carstens | 1 | -84/+5 |
| 2020-11-09 | s390/udelay: make it work for the early code | Vasily Gorbik | 1 | -0/+13 |
| 2020-10-07 | s390/lib: fix kernel doc for memcmp() | Julian Wiedmann | 1 | -1/+1 |
| 2020-08-11 | s390/test_unwind: fix possible memleak in test_unwind() | Wang Hai | 1 | -0/+1 |
| 2020-08-07 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
| 2020-07-27 | s390: enable HAVE_FUNCTION_ERROR_INJECTION | Ilya Leoshkevich | 2 | -0/+16 |
| 2020-06-30 | iov_iter: Move unnecessary inclusion of crypto/hash.h | Herbert Xu | 1 | -0/+1 |
| 2020-06-08 | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -1/+3 |
| 2020-05-28 | s390: remove critical section cleanup from entry.S | Sven Schnelle | 1 | -1/+3 |
| 2020-04-21 | s390/mm: fix page table upgrade vs 2ndary address mode accesses | Christian Borntraeger | 1 | -0/+4 |
| 2019-12-11 | s390/test_unwind: fix spelling mistake "reqister" -> "register" | Colin Ian King | 1 | -1/+1 |
| 2019-12-11 | s390/spinlock: remove confusing comment in arch_spin_lock_wait | Vasily Gorbik | 1 | -1/+0 |
| 2019-11-30 | s390/test_unwind: add program check context tests | Vasily Gorbik | 1 | -0/+47 |
| 2019-11-30 | s390/test_unwind: add irq context tests | Vasily Gorbik | 1 | -0/+45 |
| 2019-11-30 | s390/test_unwind: print verbose unwinding results | Vasily Gorbik | 1 | -2/+10 |
| 2019-11-30 | s390/test_unwind: add CALL_ON_STACK tests | Vasily Gorbik | 1 | -7/+19 |
| 2019-11-30 | s390/test_unwind: require that unwinding ended successfully | Vasily Gorbik | 1 | -0/+4 |
| 2019-11-30 | s390/unwind: add a test for the internal API | Ilya Leoshkevich | 2 | -0/+234 |
| 2019-10-31 | s390/alternatives: make use of asm_inline | Heiko Carstens | 1 | -2/+2 |
| 2019-09-17 | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -3/+0 |
| 2019-08-21 | s390: clean .bss before running uncompressed kernel | Vasily Gorbik | 1 | -3/+0 |
| 2019-07-29 | s390/lib: add missing include | Vasily Gorbik | 1 | -0/+1 |
| 2019-06-07 | s390: enforce CONFIG_SMP | Heiko Carstens | 1 | -2/+1 |
| 2019-05-02 | s390: add missing ENDPROC statements to assembler functions | Martin Schwidefsky | 1 | -0/+1 |
| 2019-01-18 | s390/kasan: improve string/memory functions checks | Vasily Gorbik | 1 | -0/+28 |
| 2018-10-09 | s390/kasan: avoid user access code instrumentation | Vasily Gorbik | 1 | -0/+4 |
| 2018-10-09 | s390/kasan: replace some memory functions | Vasily Gorbik | 1 | -3/+9 |
| 2018-08-07 | s390/lib: use expoline for all bcr instructions | Martin Schwidefsky | 1 | -6/+10 |
| 2018-05-09 | s390: introduce compile time check for empty .bss section | Vasily Gorbik | 1 | -0/+3 |
| 2018-05-07 | s390/lib: use expoline for indirect branches | Martin Schwidefsky | 1 | -8/+11 |
| 2017-12-15 | s390: fix preemption race in disable_sacf_uaccess | Martin Schwidefsky | 1 | -1/+1 |
| 2017-11-14 | s390/spinlock: fix indentation | Heiko Carstens | 1 | -3/+4 |
| 2017-11-14 | s390: remove all code using the access register mode | Martin Schwidefsky | 1 | -10/+80 |
| 2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 3 | -168/+267 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 9 | -0/+9 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 9 | -0/+9 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -8/+8 |
| 2017-10-18 | s390/spinlock: use cpu alternatives to enable niai instruction | Vasily Gorbik | 1 | -6/+3 |
| 2017-10-09 | s390: cleanup string ops prototypes | Heiko Carstens | 1 | -14/+14 |
| 2017-10-09 | s390: optimize memset implementation | Heiko Carstens | 1 | -8/+12 |
| 2017-10-09 | s390: implement memset16, memset32 & memset64 | Heiko Carstens | 1 | -0/+44 |
| 2017-09-28 | s390/rwlock: introduce rwlock wait queueing | Martin Schwidefsky | 1 | -109/+29 |
| 2017-09-28 | s390/spinlock: introduce spinlock wait queueing | Martin Schwidefsky | 1 | -30/+164 |
| 2017-09-28 | s390/spinlock: use the cpu number +1 as spinlock value | Martin Schwidefsky | 1 | -16/+16 |
| 2017-08-29 | s390/uaccess: avoid mvcos jump label | Martin Schwidefsky | 1 | -12/+26 |