aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-04-12s390: enable CONFIG_HARDENED_USERCOPY in debug_defconfigGravatar Sven Schnelle 1-0/+1
2022-04-12s390: current_stack_pointer shouldn't be a functionGravatar Sven Schnelle 4-10/+4
2022-04-10s390: update defconfigsGravatar Heiko Carstens 3-7/+12
2022-04-07s390/kexec: silence -Warray-bounds warningGravatar Heiko Carstens 1-1/+1
2022-04-06s390: allow to compile with z16 optimizationsGravatar Heiko Carstens 2-0/+21
2022-04-06s390: add z16 elf platformGravatar Heiko Carstens 1-0/+4
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdGravatar Sean Christopherson 1-1/+1
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 24-140/+208
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationGravatar Masahiro Yamada 1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-5/+2
2022-03-28s390/alternatives: avoid using jgnop mnemonicGravatar Vasily Gorbik 2-2/+2
2022-03-27s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Gravatar Niklas Schnelle 2-4/+4
2022-03-27s390/pci: improve zpci_dev reference countingGravatar Niklas Schnelle 4-4/+16
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandGravatar Alexander Gordeev 1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsGravatar Alexander Gordeev 6-24/+32
2022-03-27s390/smp: cleanup control register update routinesGravatar Alexander Gordeev 2-29/+23
2022-03-27s390/smp: cleanup target CPU callback startingGravatar Alexander Gordeev 1-4/+11
2022-03-27s390/test_unwind: verify __kretprobe_trampoline is replacedGravatar Vasily Gorbik 1-1/+8
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesGravatar Vasily Gorbik 2-2/+3
2022-03-27s390/unwind: recover kretprobe modified return address in stacktraceGravatar Vasily Gorbik 2-6/+15
2022-03-27s390/kprobes: enable kretprobes framepointer verificationGravatar Vasily Gorbik 1-4/+4
2022-03-27s390/test_unwind: extend kretprobe testGravatar Vasily Gorbik 1-16/+33
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 3-8/+8
2022-03-27s390/alternatives: use instructions instead of byte patternsGravatar Heiko Carstens 2-7/+20
2022-03-27s390/traps: improve panic message for translation-specification exceptionGravatar Heiko Carstens 1-3/+3
2022-03-27s390: fix typo in syscall_wrapper.hGravatar Russell Currey 1-1/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 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 98-1254/+1069
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowGravatar Andrey Konovalov 1-1/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-119/+659
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 3-16/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+0
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...Gravatar David Hildenbrand 1-7/+0
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+14
2022-03-15Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Paolo Bonzini 5-15/+100
2022-03-14KVM: s390x: fix SCK lockingGravatar Claudio Imbrenda 3-6/+32
2022-03-10tracehook: Remove tracehook.hGravatar Eric W. Biederman 3-3/+0
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesGravatar Eric W. Biederman 1-2/+2
2022-03-10s390/test_unwind: add kretprobe testsGravatar Tobias Huschle 1-0/+56
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingGravatar Tobias Huschle 4-34/+60
2022-03-10s390: convert ".insn" encoding to instruction namesGravatar Vasily Gorbik 10-40/+37
2022-03-10s390: assume stckf is always presentGravatar Vasily Gorbik 2-15/+9
2022-03-10s390/nospec: move to single register thunksGravatar Vasily Gorbik 1-32/+24