aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-03-27s390/ap: use insn format for new instructionsHeiko Carstens1-7/+7
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens1-1/+1
2022-03-27s390/alternatives: use instructions instead of byte patternsHeiko Carstens2-7/+20
2022-03-27s390: fix typo in syscall_wrapper.hRussell Currey1-1/+1
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds29-350/+333
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-0/+29
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds7-10/+10
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-15/+1
2022-03-15Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+1
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+0
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle1-0/+1
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik5-20/+17
2022-03-10s390/nospec: move to single register thunksVasily Gorbik1-32/+24
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik5-73/+3
2022-03-10s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-0/+22
2022-03-10s390/nospec: align and size extern thunksVasily Gorbik1-2/+14
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik1-0/+10
2022-03-10s390/nospec: generate single register thunks if possibleVasily Gorbik1-0/+14
2022-03-10s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle1-3/+0
2022-03-08s390: remove unused expoline to BC instructionsVasily Gorbik1-57/+0
2022-03-08s390/irq: use assignment instead of castHeiko Carstens1-2/+7
2022-03-08s390/traps: get rid of magic cast for per codeHeiko Carstens1-2/+7
2022-03-08s390/traps: get rid of magic cast for program interruption codeHeiko Carstens1-2/+7
2022-03-08s390/extable: add dedicated uaccess handlerHeiko Carstens2-18/+33
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens2-23/+28
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens1-11/+2
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens1-1/+1
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens9-18/+28
2022-03-01s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens1-5/+25
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-78/+66
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens3-15/+15
2022-03-01s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens1-0/+30
2022-03-01s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens1-0/+25
2022-03-01s390: always use the packed stack layoutVasily Gorbik1-9/+1
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik3-6/+15
2022-03-01s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2-4/+8
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson1-0/+2
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller1-0/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-13/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva7-10/+10
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2-0/+4
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch1-0/+22
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev3-3/+3
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens4-4/+0
2022-01-30asm/user.h: killed unused macrosAl Viro1-4/+0
2022-01-23s390/uaccess: fix compile errorHeiko Carstens1-2/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-21Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-44/+80