summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
AgeCommit message (Expand)AuthorLines
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
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens-751/+408
2014-02-21s390/bitops: fix commentHeiko Carstens-1/+1
2014-02-21s390/uaccess: introduce 'uaccesspt' kernel parameterHeiko Carstens-1/+14
2014-02-21s390/setup: get rid of MACHINE_HAS_MVCOS machine flagHeiko Carstens-1/+2
2014-02-21s390/uaccess: consistent typesHeiko Carstens-44/+45
2014-02-21s390/uaccess: get rid of indirect function callsHeiko Carstens-45/+86
2014-02-21s390/uaccess: normalize order of parameters of indirect uaccess function callsHeiko Carstens-27/+27
2014-01-22s390/uaccess: remove dead extern declarations, make functions staticHeiko Carstens-11/+2
2014-01-22s390/uaccess: test if current->mm is set before walking page tablesHeiko Carstens-0/+10
2014-01-16s390: Fix misspellings using 'codespell' toolHendrik Brueckner-2/+2
2013-11-25s390/uaccess: add missing page table walk range checkHeiko Carstens-0/+3
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky-338/+1
2013-10-24s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens-5/+5
2013-10-24s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens-1/+78
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky-7/+7
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky-2/+0
2013-08-22s390/mm: cleanup page table definitionsMartin Schwidefsky-8/+8
2013-05-02s390/uaccess: add "fallthrough" commentsHeiko Carstens-0/+3
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd-9/+0
2013-04-02s390/uaccess: fix page table walkHeiko Carstens-27/+54
2013-03-21s390/uaccess: fix clear_user_pt()Heiko Carstens-1/+1
2013-02-28s390/uaccess: fix kernel ds access for page table walkHeiko Carstens-28/+77
2013-02-28s390/uaccess: fix strncpy_from_user string length checkHeiko Carstens-46/+34
2013-02-28s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen caseHeiko Carstens-0/+8
2013-02-28s390/uaccess: shorten strncpy_from_user/strnlen_userHeiko Carstens-12/+12
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky-1/+1
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens-8/+8
2012-10-26s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer-1/+1
2012-09-26s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens-52/+187
2012-09-17s390/mm: fix user access page-table walk codeGerald Schaefer-79/+63
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens-18/+6
2012-05-24s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens-2/+2
2012-03-11[S390] rework idle codeMartin Schwidefsky-17/+14