aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11s390/test_unwind: fix spelling mistake "reqister" -> "register"Colin Ian King1-1/+1
2019-12-11s390/spinlock: remove confusing comment in arch_spin_lock_waitVasily Gorbik1-1/+0
2019-11-30s390/test_unwind: add program check context testsVasily Gorbik1-0/+47
2019-11-30s390/test_unwind: add irq context testsVasily Gorbik1-0/+45
2019-11-30s390/test_unwind: print verbose unwinding resultsVasily Gorbik1-2/+10
2019-11-30s390/test_unwind: add CALL_ON_STACK testsVasily Gorbik1-7/+19
2019-11-30s390/test_unwind: require that unwinding ended successfullyVasily Gorbik1-0/+4
2019-11-30s390/unwind: add a test for the internal APIIlya Leoshkevich2-0/+234
2019-10-31s390/alternatives: make use of asm_inlineHeiko Carstens1-2/+2
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+0
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik1-3/+0
2019-07-29s390/lib: add missing includeVasily Gorbik1-0/+1
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens1-2/+1
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky1-0/+1
2019-01-18s390/kasan: improve string/memory functions checksVasily Gorbik1-0/+28
2018-10-09s390/kasan: avoid user access code instrumentationVasily Gorbik1-0/+4
2018-10-09s390/kasan: replace some memory functionsVasily Gorbik1-3/+9
2018-08-07s390/lib: use expoline for all bcr instructionsMartin Schwidefsky1-6/+10
2018-05-09s390: introduce compile time check for empty .bss sectionVasily Gorbik1-0/+3
2018-05-07s390/lib: use expoline for indirect branchesMartin Schwidefsky1-8/+11
2017-12-15s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky1-1/+1
2017-11-14s390/spinlock: fix indentationHeiko Carstens1-3/+4
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky1-10/+80
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-168/+267
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar9-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-8/+8
2017-10-18s390/spinlock: use cpu alternatives to enable niai instructionVasily Gorbik1-6/+3
2017-10-09s390: cleanup string ops prototypesHeiko Carstens1-14/+14
2017-10-09s390: optimize memset implementationHeiko Carstens1-8/+12
2017-10-09s390: implement memset16, memset32 & memset64Heiko Carstens1-0/+44
2017-09-28s390/rwlock: introduce rwlock wait queueingMartin Schwidefsky1-109/+29
2017-09-28s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky1-30/+164
2017-09-28s390/spinlock: use the cpu number +1 as spinlock valueMartin Schwidefsky1-16/+16
2017-08-29s390/uaccess: avoid mvcos jump labelMartin Schwidefsky1-12/+26
2017-07-26s390/spinlock: add niai spinlock hintsMartin Schwidefsky1-36/+51
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky1-1/+1
2017-05-09s390/uaccess: use sane length for __strncpy_from_user()Heiko Carstens1-2/+2
2017-05-03s390/uprobes: fix compile for !KPROBESHeiko Carstens1-0/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-55/+29
2017-04-12s390/spinlock: remove compare and delay instructionMartin Schwidefsky1-28/+5
2017-04-12s390/spinlock: use atomic primitives for spinlocksMartin Schwidefsky1-38/+35
2017-03-30s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-45/+23
2017-02-17s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker4-4/+5
2017-01-16s390/lib: improve memmove, memset and memcpyHeiko Carstens1-15/+13
2016-12-14s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens1-6/+6
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+39
2016-12-12s390: provide memmove implementationHeiko Carstens1-0/+39