aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-13s390: use WRITE_ONCE when re-allocating async stackSven Schnelle1-1/+1
2021-02-13s390: open code SWITCH_KERNEL macroSven Schnelle1-28/+46
2021-02-09s390/vtime: use cpu alternative for stck/stckfHeiko Carstens1-11/+8
2021-02-09s390/alternatives: add alternative_input() / alternative_io()Heiko Carstens1-0/+16
2021-02-09s390/entry: use cpu alternative for stck/stckfHeiko Carstens1-5/+3
2021-02-09s390/time: use stcke instead of stckHeiko Carstens2-7/+9
2021-02-09s390/cpum_cf_diag: use get_tod_clock_fast()Heiko Carstens1-1/+1
2021-02-09s390/vtime: fix inline assembly clobber listHeiko Carstens1-1/+2
2021-02-09s390/vdso: on timens page fault prefault also VVAR pageHeiko Carstens1-4/+13
2021-02-09s390/vdso: implement generic vdso time namespace supportHeiko Carstens6-8/+110
2021-02-09s390/vdso: simplify __arch_get_hw_counter()Heiko Carstens1-3/+2
2021-02-09s390/vdso: move data page before code pagesHeiko Carstens2-17/+15
2021-02-09s390/vdso: put vdso datapage in a separate vmaHeiko Carstens1-20/+35
2021-02-09s390/vdso: get rid of vdso_faultHeiko Carstens1-26/+9
2021-02-09s390/vdso: misc simple code changesHeiko Carstens1-72/+30
2021-02-09s390/vdso: remove superfluous variablesHeiko Carstens1-22/+13
2021-02-09s390/vdso: remove superfluous checkHeiko Carstens1-7/+0
2021-02-09s390/vdso: remove BUG_ON()Heiko Carstens1-1/+4
2021-02-09s390/vdso: simplify vdso size calculationHeiko Carstens1-2/+1
2021-02-09s390/vdso: convert vdso_init() to arch_initcallHeiko Carstens2-4/+5
2021-02-09s390/vdso: fix vdso data page definitionHeiko Carstens1-2/+2
2021-02-09s390/vdso: remove VDSO32_LBASE compat leftoverHeiko Carstens1-2/+1
2021-02-09s390/defconfig: add some NFT modulesHalil Pasic2-0/+12
2021-02-09s390/debug_config: enable kmemleak detectorMarc Hartmayer1-0/+2
2021-02-09Documentations: scsi, kvm: Update s390-tools GitHub URLJan Höppner2-2/+2
2021-02-09s390/zcrypt: return EIO when msg retry limit reachedHarald Freudenberger1-0/+14
2021-02-09s390/thread_info.h: fix task_struct declaration warningAlexander Egorenkov1-0/+2
2021-02-09s390: update defconfigsAlexander Egorenkov2-2/+0
2021-02-09s390: Simplify the calculation of variablesJiapeng Zhong1-2/+1
2021-02-09s390/ap: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle4-57/+48
2021-02-09s390/qdio: track time of last data IRQ for each deviceJulian Wiedmann4-3/+8
2021-02-09s390/qdio: make thinint registration symmetricJulian Wiedmann3-25/+12
2021-02-09s390/qdio: adopt new tasklet APIJulian Wiedmann3-11/+5
2021-02-09s390/qdio: remove qdio_inbound_q_moved() wrapperJulian Wiedmann1-6/+1
2021-02-09s390/qdio: remove Input tasklet codeJulian Wiedmann6-120/+27
2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger2-11/+32
2021-01-27s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle1-1/+1
2021-01-27s390: add missing include to arch/s390/kernel/signal.cSven Schnelle1-0/+1
2021-01-27s390/tape: Fix spelling mistake in function name tape_3590_erp_succededColin Ian King1-2/+2
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle3-51/+75
2021-01-19s390: remove asmlinkageSven Schnelle2-17/+17
2021-01-19s390: convert to generic entrySven Schnelle39-920/+652
2021-01-19s390: update defconfigsHeiko Carstens3-0/+3
2021-01-19s390/bitops: remove small optimization to fix clang buildHeiko Carstens1-36/+0
2021-01-19s390/atomic: remove small optimization to fix clang buildHeiko Carstens1-20/+0
2021-01-19s390/cio: use dma helpers for setting masksJulian Wiedmann2-12/+34
2021-01-19s390/cio: remove ccw_device_add() wrapperJulian Wiedmann1-10/+3
2021-01-19s390/tlb: make cleared_pXs flags consistent with generic codeAlexander Gordeev1-3/+2
2021-01-17Linux 5.11-rc4Linus Torvalds1-1/+1