aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+0
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 8-49/+88
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2022-03-28s390/alternatives: avoid using jgnop mnemonicGravatar Vasily Gorbik 2-2/+2
2022-03-27s390/maccess: rework absolute lowcore accessorsGravatar Alexander Gordeev 1-5/+12
2022-03-27s390/smp: cleanup control register update routinesGravatar Alexander Gordeev 1-5/+11
2022-03-27s390/unwind: recover kretprobe modified return address in stacktraceGravatar Vasily Gorbik 1-0/+13
2022-03-27s390/ap: adjust whitespaceGravatar Heiko Carstens 1-23/+23
2022-03-27s390/ap: use insn format for new instructionsGravatar Heiko Carstens 1-7/+7
2022-03-27s390/alternatives: use insn format for new instructionsGravatar Heiko Carstens 1-1/+1
2022-03-27s390/alternatives: use instructions instead of byte patternsGravatar Heiko Carstens 2-7/+20
2022-03-27s390: fix typo in syscall_wrapper.hGravatar Russell Currey 1-1/+1
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 30-351/+334
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-0/+29
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 7-10/+10
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-16/+2
2022-03-15Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Paolo Bonzini 1-0/+1
2022-03-10tracehook: Remove tracehook.hGravatar Eric W. Biederman 1-1/+0
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingGravatar Tobias Huschle 1-0/+1
2022-03-10s390: convert ".insn" encoding to instruction namesGravatar Vasily Gorbik 5-20/+17
2022-03-10s390/nospec: move to single register thunksGravatar Vasily Gorbik 1-32/+24
2022-03-10s390: raise minimum supported machine generation to z10Gravatar Vasily Gorbik 5-73/+3
2022-03-10s390/uaccess: Add copy_from/to_user_key functionsGravatar Janis Schoetterl-Glausch 1-0/+22
2022-03-10s390/nospec: align and size extern thunksGravatar Vasily Gorbik 1-2/+14
2022-03-10s390/nospec: add an option to use thunk-externGravatar Vasily Gorbik 1-0/+10
2022-03-10s390/nospec: generate single register thunks if possibleGravatar Vasily Gorbik 1-0/+14
2022-03-10s390/pci: make zpci_set_irq()/zpci_clear_irq() staticGravatar Niklas Schnelle 1-3/+0
2022-03-08s390: remove unused expoline to BC instructionsGravatar Vasily Gorbik 1-57/+0
2022-03-08s390/irq: use assignment instead of castGravatar Heiko Carstens 1-2/+7
2022-03-08s390/traps: get rid of magic cast for per codeGravatar Heiko Carstens 1-2/+7
2022-03-08s390/traps: get rid of magic cast for program interruption codeGravatar Heiko Carstens 1-2/+7
2022-03-08s390/extable: add dedicated uaccess handlerGravatar Heiko Carstens 2-18/+33
2022-03-08s390/extable: convert to relative table with dataGravatar Heiko Carstens 2-23/+28
2022-03-08s390/extable: add and use fixup_exception helper functionGravatar Heiko Carstens 1-11/+2
2022-03-08s390/base: pass pt_regs to early program check handlerGravatar Heiko Carstens 1-1/+1
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hGravatar Heiko Carstens 9-18/+28
2022-03-08s390/zcrypt: CEX8S exploitation supportGravatar Harald Freudenberger 1-1/+1
2022-03-01s390/mm: convert pte_val()/pXd_val() into functionsGravatar Heiko Carstens 1-5/+25
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueGravatar Heiko Carstens 1-78/+66
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereGravatar Heiko Carstens 3-15/+15
2022-03-01s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsGravatar Heiko Carstens 1-0/+30
2022-03-01s390/mm: add set_pXd()/set_pte() helper functionsGravatar Heiko Carstens 1-0/+25
2022-03-01s390: always use the packed stack layoutGravatar Vasily Gorbik 1-9/+1
2022-03-01Merge branch 'fixes' into featuresGravatar Vasily Gorbik 3-6/+15
2022-03-01s390/extable: fix exception table sortingGravatar Heiko Carstens 1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationGravatar Heiko Carstens 2-4/+8
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestGravatar Sean Christopherson 1-0/+2
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportGravatar Michael Mueller 1-0/+1
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Arnd Bergmann 1-15/+1
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-13/+1