summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
AgeCommit message (Expand)AuthorLines
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
2016-04-15s390/spinlock: avoid yield to non existent cpuHeiko Carstens-0/+1
2016-02-23s390/xor: optimized xor routing using the XC instructionMartin Schwidefsky-1/+135
2015-11-27s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky-8/+17
2015-11-27s390/spinlock: avoid diagnose loopMartin Schwidefsky-9/+19
2015-10-14s390/bitops: remove 31 bit related commentsHeiko Carstens-3/+1
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens-16/+14
2015-10-14s390/spinlock: use correct barriersChristian Borntraeger-2/+2
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+6
2015-08-19s390/uaccess: remove uaccess_primary kernel parameterHeiko Carstens-14/+1
2015-08-07s390/lib: export __delayGuenter Roeck-0/+1
2015-08-03s390/uaccess, locking/static_keys: employ static_branch_likely()Heiko Carstens-6/+6
2015-03-25s390: remove "64" suffix from mem64.S and swsusp_asm64.SHeiko Carstens-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens-420/+62
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky-7/+45
2014-10-17s390/uprobes: fix kprobes dependencyJan Willeke-1/+1
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky-2/+2
2014-09-25s390/uprobes: common library for kprobes and uprobesJan Willeke-0/+161
2014-09-25s390/rwlock: use the interlocked-access facility 1 instructionsMartin Schwidefsky-0/+34
2014-09-25s390/rwlock: improve writer fairnessMartin Schwidefsky-5/+9
2014-09-25s390/rwlock: remove interrupt-enabling rwlock variant.Martin Schwidefsky-50/+0
2014-09-25s390/rwlock: use directed yield for write-locked rwlocksMartin Schwidefsky-19/+30
2014-05-20s390/spinlock: refactor arch_spin_lock_wait[_flags]Martin Schwidefsky-34/+47
2014-05-20s390/rwlock: add missing local_irq_restore callsMartin Schwidefsky-0/+2
2014-05-20s390/spinlock,rwlock: always to a load-and-test firstMartin Schwidefsky-13/+16
2014-05-20s390/spinlock: fix system hang with spin_retry <= 0Gerald Schaefer-6/+8
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky-5/+5
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann-2/+2
2014-05-20s390/spinlock: cleanup spinlock codePhilipp Hachtmann-29/+26
2014-04-11s390/uaccess: fix possible register corruption in strnlen_user_srst()Heiko Carstens-3/+2