summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-03-27s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik1-1/+8
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik2-2/+3
2022-03-27s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik2-6/+15
2022-03-27s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik1-4/+4
2022-03-27s390/test_unwind: extend kretprobe testVasily Gorbik1-16/+33
2022-03-27s390/ap: adjust whitespaceHeiko Carstens1-23/+23
2022-03-27s390/ap: use insn format for new instructionsHeiko Carstens1-7/+7
2022-03-27s390/alternatives: use insn format for new instructionsHeiko Carstens3-8/+8
2022-03-27s390/alternatives: use instructions instead of byte patternsHeiko Carstens2-7/+20
2022-03-27s390/traps: improve panic message for translation-specification exceptionHeiko Carstens1-3/+3
2022-03-27s390: fix typo in syscall_wrapper.hRussell Currey1-1/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds98-1254/+1069
2022-03-25kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov1-1/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-119/+659
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds7-10/+10
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-16/+3
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-7/+0
2022-03-22Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+14
2022-03-16Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini5-15/+100
2022-03-14KVM: s390x: fix SCK lockingClaudio Imbrenda3-6/+32
2022-03-11tracehook: Remove tracehook.hEric W. Biederman3-3/+0
2022-03-11task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-2/+2
2022-03-10s390/test_unwind: add kretprobe testsTobias Huschle1-0/+56
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle4-34/+60
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik10-40/+37
2022-03-10s390: assume stckf is always presentVasily Gorbik2-15/+9
2022-03-10s390/nospec: move to single register thunksVasily Gorbik1-32/+24
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik23-435/+38
2022-03-10s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2-18/+85
2022-03-10s390/nospec: align and size extern thunksVasily Gorbik1-2/+14
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik6-5/+71
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 Schnelle2-5/+2
2022-03-08s390: remove unused expoline to BC instructionsVasily Gorbik2-77/+5
2022-03-08s390/irq: use assignment instead of castHeiko Carstens2-3/+8
2022-03-08s390/traps: get rid of magic cast for per codeHeiko Carstens2-3/+8
2022-03-08s390/traps: get rid of magic cast for program interruption codeHeiko Carstens2-3/+8
2022-03-08s390/signal: fix typo in commentsHeiko Carstens2-2/+2
2022-03-08s390/asm-offsets: remove unused definesHeiko Carstens1-5/+0
2022-03-08s390/test_unwind: avoid build warning with W=1Vasily Gorbik1-5/+4
2022-03-08s390: remove .fixup sectionHeiko Carstens1-1/+0
2022-03-08s390/bpf: encode register within extable entryHeiko Carstens1-11/+5
2022-03-08s390/extable: add dedicated uaccess handlerHeiko Carstens3-18/+43
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens4-32/+45
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens6-34/+22
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens3-18/+20
2022-03-08s390/extable: move extable related functions to mm/extable.cHeiko Carstens3-13/+17