summaryrefslogtreecommitdiff
path: root/arch/s390/lib
AgeCommit message (Expand)Author
2018-09-15s390/lib: use expoline for all bcr instructionsMartin Schwidefsky
2018-05-25s390/lib: use expoline for indirect branchesMartin Schwidefsky
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-08-08s390/lib: fix memcmp and strstrChristian Borntraeger
2016-08-07s390: move exports to definitionsAl Viro
2016-07-26s390/uaccess: Enable hardened usercopyKees Cook
2016-06-28s390/lib: use basic blocks for inline assembliesHeiko Carstens
2016-06-13s390/uaccess: fix whitespace damageHeiko Carstens
2016-04-15s390/spinlock: avoid yield to non existent cpuHeiko Carstens
2016-02-23s390/xor: optimized xor routing using the XC instructionMartin Schwidefsky
2015-11-27s390/spinlock: do not yield to a CPU in udelay/mdelayMartin Schwidefsky
2015-11-27s390/spinlock: avoid diagnose loopMartin Schwidefsky
2015-10-14s390/bitops: remove 31 bit related commentsHeiko Carstens
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens
2015-10-14s390/spinlock: use correct barriersChristian Borntraeger
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-19s390/uaccess: remove uaccess_primary kernel parameterHeiko Carstens
2015-08-07s390/lib: export __delayGuenter Roeck
2015-08-03s390/uaccess, locking/static_keys: employ static_branch_likely()Heiko Carstens
2015-03-25s390: remove "64" suffix from mem64.S and swsusp_asm64.SHeiko Carstens
2015-03-25s390: remove 31 bit supportHeiko Carstens
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky
2014-10-17s390/uprobes: fix kprobes dependencyJan Willeke
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky
2014-09-25s390/uprobes: common library for kprobes and uprobesJan Willeke
2014-09-25s390/rwlock: use the interlocked-access facility 1 instructionsMartin Schwidefsky
2014-09-25s390/rwlock: improve writer fairnessMartin Schwidefsky
2014-09-25s390/rwlock: remove interrupt-enabling rwlock variant.Martin Schwidefsky
2014-09-25s390/rwlock: use directed yield for write-locked rwlocksMartin Schwidefsky
2014-05-20s390/spinlock: refactor arch_spin_lock_wait[_flags]Martin Schwidefsky
2014-05-20s390/rwlock: add missing local_irq_restore callsMartin Schwidefsky
2014-05-20s390/spinlock,rwlock: always to a load-and-test firstMartin Schwidefsky
2014-05-20s390/spinlock: fix system hang with spin_retry <= 0Gerald Schaefer
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann
2014-05-20s390/spinlock: cleanup spinlock codePhilipp Hachtmann
2014-04-11s390/uaccess: fix possible register corruption in strnlen_user_srst()Heiko Carstens
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens
2014-02-21s390/bitops: fix commentHeiko Carstens
2014-02-21s390/uaccess: introduce 'uaccesspt' kernel parameterHeiko Carstens
2014-02-21s390/setup: get rid of MACHINE_HAS_MVCOS machine flagHeiko Carstens
2014-02-21s390/uaccess: consistent typesHeiko Carstens
2014-02-21s390/uaccess: get rid of indirect function callsHeiko Carstens
2014-02-21s390/uaccess: normalize order of parameters of indirect uaccess function callsHeiko Carstens
2014-01-22s390/uaccess: remove dead extern declarations, make functions staticHeiko Carstens
2014-01-22s390/uaccess: test if current->mm is set before walking page tablesHeiko Carstens
2014-01-16s390: Fix misspellings using 'codespell' toolHendrik Brueckner
2013-11-25s390/uaccess: add missing page table walk range checkHeiko Carstens