summaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390: current_stack_pointer shouldn't be a functionSven Schnelle2022-04-123-9/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-021-4/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-311-4/+0
* | Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-04-018-49/+88
|\ \
| * | s390/alternatives: avoid using jgnop mnemonicVasily Gorbik2022-03-282-2/+2
| * | s390/maccess: rework absolute lowcore accessorsAlexander Gordeev2022-03-271-5/+12
| * | s390/smp: cleanup control register update routinesAlexander Gordeev2022-03-271-5/+11
| * | s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik2022-03-271-0/+13
| * | s390/ap: adjust whitespaceHeiko Carstens2022-03-271-23/+23
| * | s390/ap: use insn format for new instructionsHeiko Carstens2022-03-271-7/+7
| * | s390/alternatives: use insn format for new instructionsHeiko Carstens2022-03-271-1/+1
| * | s390/alternatives: use instructions instead of byte patternsHeiko Carstens2022-03-272-7/+20
| * | s390: fix typo in syscall_wrapper.hRussell Currey2022-03-271-1/+1
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-291-1/+0
|\ \ \ | |/ / |/| |
| * | tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
| |/
* | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-2530-351/+334
|\ \
| * | s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle2022-03-101-0/+1
| * | s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-105-20/+17
| * | s390/nospec: move to single register thunksVasily Gorbik2022-03-101-32/+24
| * | s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-105-73/+3
| * | s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-03-101-0/+22
| * | s390/nospec: align and size extern thunksVasily Gorbik2022-03-101-2/+14
| * | s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-101-0/+10
| * | s390/nospec: generate single register thunks if possibleVasily Gorbik2022-03-101-0/+14
| * | s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle2022-03-101-3/+0
| * | s390: remove unused expoline to BC instructionsVasily Gorbik2022-03-081-57/+0
| * | s390/irq: use assignment instead of castHeiko Carstens2022-03-081-2/+7
| * | s390/traps: get rid of magic cast for per codeHeiko Carstens2022-03-081-2/+7
| * | s390/traps: get rid of magic cast for program interruption codeHeiko Carstens2022-03-081-2/+7
| * | s390/extable: add dedicated uaccess handlerHeiko Carstens2022-03-082-18/+33
| * | s390/extable: convert to relative table with dataHeiko Carstens2022-03-082-23/+28
| * | s390/extable: add and use fixup_exception helper functionHeiko Carstens2022-03-081-11/+2
| * | s390/base: pass pt_regs to early program check handlerHeiko Carstens2022-03-081-1/+1
| * | s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-089-18/+28
| * | s390/zcrypt: CEX8S exploitation supportHarald Freudenberger2022-03-081-1/+1
| * | s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens2022-03-011-5/+25
| * | s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-78/+66
| * | s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-013-15/+15
| * | s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens2022-03-011-0/+30
| * | s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens2022-03-011-0/+25
| * | s390: always use the packed stack layoutVasily Gorbik2022-03-011-9/+1
| * | Merge branch 'fixes' into featuresVasily Gorbik2022-03-013-6/+15
| |\ \
| * | | s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev2022-02-093-3/+3
| * | | s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-064-4/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-245-0/+29
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2022-03-151-0/+1
| |\ \ \ \
| | * | | | KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller2022-02-251-0/+1
| * | | | | KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson2022-03-011-0/+2
| |/ / / /
| * | | | KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2022-02-142-0/+4
| * | | | s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-02-141-0/+22
| |/ / /