summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
AgeCommit message (Expand)AuthorLines
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-3/+0
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik-3/+0
2019-07-29s390/lib: add missing includeVasily Gorbik-0/+1
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens-2/+1
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky-0/+1
2019-01-18s390/kasan: improve string/memory functions checksVasily Gorbik-0/+28
2018-10-09s390/kasan: avoid user access code instrumentationVasily Gorbik-0/+4
2018-10-09s390/kasan: replace some memory functionsVasily Gorbik-3/+9
2018-08-07s390/lib: use expoline for all bcr instructionsMartin Schwidefsky-6/+10
2018-05-09s390: introduce compile time check for empty .bss sectionVasily Gorbik-0/+3
2018-05-07s390/lib: use expoline for indirect branchesMartin Schwidefsky-8/+11
2017-12-15s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky-1/+1
2017-11-14s390/spinlock: fix indentationHeiko Carstens-3/+4
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky-10/+80
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-168/+267
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-8/+8
2017-10-18s390/spinlock: use cpu alternatives to enable niai instructionVasily Gorbik-6/+3
2017-10-09s390: cleanup string ops prototypesHeiko Carstens-14/+14
2017-10-09s390: optimize memset implementationHeiko Carstens-8/+12
2017-10-09s390: implement memset16, memset32 & memset64Heiko Carstens-0/+44
2017-09-28s390/rwlock: introduce rwlock wait queueingMartin Schwidefsky-109/+29
2017-09-28s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky-30/+164
2017-09-28s390/spinlock: use the cpu number +1 as spinlock valueMartin Schwidefsky-16/+16
2017-08-29s390/uaccess: avoid mvcos jump labelMartin Schwidefsky-12/+26
2017-07-26s390/spinlock: add niai spinlock hintsMartin Schwidefsky-36/+51
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky-1/+1
2017-05-09s390/uaccess: use sane length for __strncpy_from_user()Heiko Carstens-2/+2
2017-05-03s390/uprobes: fix compile for !KPROBESHeiko Carstens-0/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-55/+29
2017-04-12s390/spinlock: remove compare and delay instructionMartin Schwidefsky-28/+5
2017-04-12s390/spinlock: use atomic primitives for spinlocksMartin Schwidefsky-38/+35
2017-03-30s390: get rid of zeroing, switch to RAW_COPY_USERAl Viro-45/+23
2017-02-17s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger-1/+1
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker-4/+5
2017-01-16s390/lib: improve memmove, memset and memcpyHeiko Carstens-15/+13
2016-12-14s390/lib: add missing memory barriers to string inline assembliesHeiko Carstens-6/+6
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-0/+39
2016-12-12s390: provide memmove implementationHeiko Carstens-0/+39
2016-11-22locking/spinlocks, s390: Implement vcpu_is_preempted(cpu)Christian Borntraeger-17/+8
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+3
2016-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-9/+7
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-0/+2
2016-08-08s390/lib: fix memcmp and strstrChristian Borntraeger-9/+7
2016-08-07s390: move exports to definitionsAl Viro-0/+3
2016-07-26s390/uaccess: Enable hardened usercopyKees Cook-0/+2
2016-06-28s390/lib: use basic blocks for inline assembliesHeiko Carstens-24/+26
2016-06-13s390/uaccess: fix whitespace damageHeiko Carstens-3/+3