aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15s390/test_unwind: print test suite start/end infoVasily Gorbik1-1/+7
2021-04-12s390/test_unwind: add WARN if tests failedVasily Gorbik1-3/+6
2021-04-12s390/test_unwind: unify error handling pathsVasily Gorbik1-2/+2
2021-01-19s390: convert to generic entrySven Schnelle1-5/+7
2020-12-16s390/delay: remove udelay_simple()Heiko Carstens1-28/+6
2020-12-16s390/delay: simplify udelayHeiko Carstens1-82/+17
2020-12-16s390/test_unwind: use timer instead of udelayHeiko Carstens1-14/+10
2020-12-16s390/test_unwind: fix CALL_ON_STACK testsHeiko Carstens1-2/+5
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-84/+34
2020-12-02s390: fix irq state tracingHeiko Carstens1-3/+2
2020-11-23s390/mm: add debug user asce supportHeiko Carstens1-0/+16
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-84/+5
2020-11-09s390/udelay: make it work for the early codeVasily Gorbik1-0/+13
2020-10-07s390/lib: fix kernel doc for memcmp()Julian Wiedmann1-1/+1
2020-08-11s390/test_unwind: fix possible memleak in test_unwind()Wang Hai1-0/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-07-27s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich2-0/+16
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+3
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle1-1/+3
2020-04-21s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger1-0/+4
2019-12-11s390/test_unwind: fix spelling mistake "reqister" -> "register"Colin Ian King1-1/+1
2019-12-11s390/spinlock: remove confusing comment in arch_spin_lock_waitVasily Gorbik1-1/+0
2019-11-30s390/test_unwind: add program check context testsVasily Gorbik1-0/+47
2019-11-30s390/test_unwind: add irq context testsVasily Gorbik1-0/+45
2019-11-30s390/test_unwind: print verbose unwinding resultsVasily Gorbik1-2/+10
2019-11-30s390/test_unwind: add CALL_ON_STACK testsVasily Gorbik1-7/+19
2019-11-30s390/test_unwind: require that unwinding ended successfullyVasily Gorbik1-0/+4
2019-11-30s390/unwind: add a test for the internal APIIlya Leoshkevich2-0/+234
2019-10-31s390/alternatives: make use of asm_inlineHeiko Carstens1-2/+2
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+0
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik1-3/+0
2019-07-29s390/lib: add missing includeVasily Gorbik1-0/+1
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens1-2/+1
2019-05-02s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky1-0/+1
2019-01-18s390/kasan: improve string/memory functions checksVasily Gorbik1-0/+28
2018-10-09s390/kasan: avoid user access code instrumentationVasily Gorbik1-0/+4
2018-10-09s390/kasan: replace some memory functionsVasily Gorbik1-3/+9
2018-08-07s390/lib: use expoline for all bcr instructionsMartin Schwidefsky1-6/+10
2018-05-09s390: introduce compile time check for empty .bss sectionVasily Gorbik1-0/+3
2018-05-07s390/lib: use expoline for indirect branchesMartin Schwidefsky1-8/+11
2017-12-15s390: fix preemption race in disable_sacf_uaccessMartin Schwidefsky1-1/+1
2017-11-14s390/spinlock: fix indentationHeiko Carstens1-3/+4
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky1-10/+80
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-168/+267
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar9-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-8/+8
2017-10-18s390/spinlock: use cpu alternatives to enable niai instructionVasily Gorbik1-6/+3