aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
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-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: remove Input tasklet codeJulian Wiedmann1-1/+1
2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger1-8/+20
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-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/tlb: make cleared_pXs flags consistent with generic codeAlexander Gordeev1-3/+2
2021-01-17Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-1/+23
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds13-35/+67
2021-01-15RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra1-2/+4
2021-01-15RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds11-95/+45
2021-01-15Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-4/+25
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-14/+30
2021-01-15arm64: syscall: include prototype for EL0 SVC functionsMark Rutland1-0/+1
2021-01-14riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang1-3/+2