summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
AgeCommit message (Expand)AuthorLines
2020-12-16s390/delay: remove udelay_simple()Heiko Carstens-28/+6
2020-12-16s390/delay: simplify udelayHeiko Carstens-82/+17
2020-12-16s390/test_unwind: use timer instead of udelayHeiko Carstens-14/+10
2020-12-16s390/test_unwind: fix CALL_ON_STACK testsHeiko Carstens-2/+5
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-84/+34
2020-12-02s390: fix irq state tracingHeiko Carstens-3/+2
2020-11-23s390/mm: add debug user asce supportHeiko Carstens-0/+16
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens-84/+5
2020-11-09s390/udelay: make it work for the early codeVasily Gorbik-0/+13
2020-10-07s390/lib: fix kernel doc for memcmp()Julian Wiedmann-1/+1
2020-08-11s390/test_unwind: fix possible memleak in test_unwind()Wang Hai-0/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2020-07-27s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich-0/+16
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu-0/+1
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-1/+3
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle-1/+3
2020-04-21s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger-0/+4
2019-12-11s390/test_unwind: fix spelling mistake "reqister" -> "register"Colin Ian King-1/+1
2019-12-11s390/spinlock: remove confusing comment in arch_spin_lock_waitVasily Gorbik-1/+0
2019-11-30s390/test_unwind: add program check context testsVasily Gorbik-0/+47
2019-11-30s390/test_unwind: add irq context testsVasily Gorbik-0/+45
2019-11-30s390/test_unwind: print verbose unwinding resultsVasily Gorbik-2/+10
2019-11-30s390/test_unwind: add CALL_ON_STACK testsVasily Gorbik-7/+19
2019-11-30s390/test_unwind: require that unwinding ended successfullyVasily Gorbik-0/+4
2019-11-30s390/unwind: add a test for the internal APIIlya Leoshkevich-0/+234
2019-10-31s390/alternatives: make use of asm_inlineHeiko Carstens-2/+2
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