aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds65-762/+1711
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2022-05-23s390/bpf: Fix typo in commentJulia Lawall1-1/+1
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf1-2/+3
2022-05-18s390/head: get rid of 31 bit leftoversHeiko Carstens1-149/+126
2022-05-17s390/boot: do not emit debug info for assembly with llvm's IASHeiko Carstens1-0/+2
2022-05-17s390/boot: workaround llvm IAS bugHeiko Carstens1-13/+21
2022-05-17s390/purgatory: workaround llvm's IAS limitationsHeiko Carstens1-7/+23
2022-05-17s390/entry: workaround llvm's IAS limitationsHeiko Carstens1-2/+12
2022-05-17s390/alternatives: remove padding generation codeHeiko Carstens3-199/+31
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens3-13/+13
2022-05-16s390/cpumf: add new extended counter set for IBM z16Thomas Richter1-0/+148
2022-05-13s390: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-11s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRAN...Heiko Carstens1-4/+11
2022-05-11s390/stp: clock_delta should be signedSven Schnelle2-5/+5
2022-05-11s390/stp: fix todoff sizeSven Schnelle2-5/+3
2022-05-09s390/pai: add support for cryptography countersThomas Richter9-7/+784
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle1-2/+2
2022-05-06s390/compat: cleanup compat_linux.h header fileHeiko Carstens1-52/+28
2022-05-06s390/entry: remove broken and not needed codeHeiko Carstens1-4/+1
2022-05-06s390/boot: convert parmarea to CHeiko Carstens4-21/+12
2022-05-06s390/boot: convert initial lowcore to CHeiko Carstens5-56/+103
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens4-32/+32
2022-05-06s390/head: initialize all new pswsHeiko Carstens1-7/+15
2022-05-06s390/boot: change initial program check handler to disabled wait pswHeiko Carstens1-1/+1
2022-05-06s390/head: adjust iplstart entry pointHeiko Carstens1-5/+8
2022-05-06s390/boot: get rid of startup archiveHeiko Carstens11-101/+74
2022-05-06s390/vx: remove comments from macros which break LLVM's IASHeiko Carstens1-3/+3
2022-05-06s390/extable: prefer local labels in .set directivesHeiko Carstens1-6/+6
2022-05-06s390/nospec: prefer local labels in .set directivesHeiko Carstens1-6/+6
2022-05-06s390/hypfs: fix typos in commentsJulia Lawall1-1/+1
2022-05-06s390/crypto: fix typos in commentsJulia Lawall2-2/+2
2022-05-03KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger1-0/+7
2022-05-02KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch1-1/+10
2022-04-27s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()Pingfan Liu1-2/+2
2022-04-27s390: disable -Warray-boundsSven Schnelle1-0/+10
2022-04-25s390: add KCSAN instrumentation to barriers and spinlocksIlya Leoshkevich2-8/+9
2022-04-25s390/pci: add error record for CC 2 retriesNiklas Schnelle2-18/+63
2022-04-25s390/pci: add PCI access type and length to error recordsNiklas Schnelle1-15/+39
2022-04-25s390/pci: don't log availability events as errorsNiklas Schnelle1-3/+0
2022-04-25s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle3-3/+3
2022-04-25s390/vdso: add vdso randomizationSven Schnelle1-1/+32
2022-04-25s390/vdso: map vdso above stackSven Schnelle2-4/+5
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle2-5/+20
2022-04-25s390/mmap: increase stack/mmap gap to 128MBSven Schnelle1-2/+2
2022-04-25s390/zcrypt: code cleanupHarald Freudenberger2-9/+9
2022-04-25s390/zcrypt: cleanup CPRB struct definitionsHarald Freudenberger1-14/+12
2022-04-25s390/cio: simplify the calculation of variablesHaowen Bai1-15/+68
2022-04-25s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev1-1/+1
2022-04-25s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov3-3/+16
2022-04-25s390/sclp: add detection of IPL-complete-control facilityAlexander Egorenkov1-0/+1
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+8
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson3-8/+8
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu1-6/+1
2022-04-12s390: enable CONFIG_HARDENED_USERCOPY in debug_defconfigSven Schnelle1-0/+1
2022-04-12s390: current_stack_pointer shouldn't be a functionSven Schnelle4-10/+4
2022-04-10s390: update defconfigsHeiko Carstens3-7/+12
2022-04-07s390/kexec: silence -Warray-bounds warningHeiko Carstens1-1/+1
2022-04-06s390: allow to compile with z16 optimizationsHeiko Carstens2-0/+21
2022-04-06s390: add z16 elf platformHeiko Carstens1-0/+4
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson1-1/+1
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds24-140/+208
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-5/+2
2022-03-28s390/alternatives: avoid using jgnop mnemonicVasily Gorbik2-2/+2
2022-03-27s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2-4/+4
2022-03-27s390/pci: improve zpci_dev reference countingNiklas Schnelle4-4/+16
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev6-24/+32
2022-03-27s390/smp: cleanup control register update routinesAlexander Gordeev2-29/+23
2022-03-27s390/smp: cleanup target CPU callback startingAlexander Gordeev1-4/+11
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-24kasan, 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-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-16/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-7/+0
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+14
2022-03-15Merge 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-10tracehook: Remove tracehook.hEric W. Biederman3-3/+0
2022-03-10task_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
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens26-18/+45
2022-03-08s390/extable: search amode31 extable lastHeiko Carstens1-6/+6
2022-03-08s390/extable: sort amode31 extable earlyHeiko Carstens2-1/+6
2022-03-08s390/zcrypt: CEX8S exploitation supportHarald Freudenberger1-1/+1
2022-03-05Merge tag 's390-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-7/+62
2022-03-01s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens1-5/+25
2022-03-01s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-4/+4
2022-03-01s390/mm,hugetlb: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-21/+13
2022-03-01s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-8/+8
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2-89/+77
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens9-50/+51
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/entry: remove unused expoline thunkVasily Gorbik1-1/+0
2022-03-01s390/ftrace: make use of epsw to get psw maskHeiko Carstens1-4/+10
2022-03-01s390/ptrace: remove opencoded offsetofHeiko Carstens1-88/+76
2022-03-01s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+3
2022-03-01s390/test_unwind: fix and extend kprobes testVasily Gorbik1-33/+50
2022-03-01s390/test_unwind: add ftrace testVasily Gorbik1-0/+59
2022-03-01s390/test_unwind: add "backtrace" module parameterVasily Gorbik1-1/+5
2022-03-01s390/test_unwind: minor cleanupVasily Gorbik1-44/+28
2022-03-01s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik1-6/+3
2022-03-01s390: always use the packed stack layoutVasily Gorbik5-37/+5
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik8-10/+65
2022-03-01s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens4-5/+18
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens1-0/+35
2022-03-01s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov1-0/+2
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson3-5/+7
2022-02-25usercopy: Check valid lifetime via stack depthKees Cook1-0/+1
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller4-9/+68
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2-15/+2
2022-02-25uaccess: generalize access_ok()Arnd Bergmann2-13/+2
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-22KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva7-10/+10
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-14KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch1-0/+1
2022-02-14KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch1-9/+10
2022-02-14KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch3-0/+159
2022-02-14KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch1-10/+21
2022-02-14KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch3-43/+35
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch6-31/+253
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2-18/+85
2022-02-12Merge tag 's390-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-3/+3
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-7/+14
2022-02-09s390/mm: use CRST_ALLOC_ORDER instead of numberHeiko Carstens1-4/+4
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev7-40/+37
2022-02-09s390/dump: fix old lowcore virtual vs physical address confusionAlexander Gordeev3-2/+5
2022-02-06s390/lgr: use simple assignment instead of memcpyHeiko Carstens1-2/+1
2022-02-06s390/dump: fix os_info virtual vs physical address confusionAlexander Gordeev1-2/+2
2022-02-06s390/maccess: fix absolute lowcore virtual vs physical address confusionAlexander Gordeev1-8/+9
2022-02-06s390/ftrace: verify opcode before applying patchSven Schnelle1-16/+27
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens23-28/+3
2022-02-06s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2-3/+3
2022-02-02KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch1-0/+2
2022-01-30asm/user.h: killed unused macrosAl Viro1-4/+0
2022-01-26s390/hypfs: include z/VM guests with access control group setVasily Gorbik1-2/+4
2022-01-24s390: update defconfigsHeiko Carstens3-17/+22
2022-01-24s390/module: test loading modules with a lot of relocationsIlya Leoshkevich5-0/+116
2022-01-24s390/module: fix loading modules with a lot of relocationsIlya Leoshkevich1-19/+18
2022-01-23s390/uaccess: fix compile errorHeiko Carstens1-2/+2
2022-01-23s390/nmi: handle vector validity failures for KVM guestsChristian Borntraeger1-1/+8
2022-01-23s390/nmi: handle guarded storage validity failures for KVM guestsChristian Borntraeger1-4/+14
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds3-3/+1
2022-01-22mm: remove cleancacheChristoph Hellwig2-2/+0
2022-01-21Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-56/+104
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-15/+13
2022-01-17s390/uaccess: introduce bit field for OAC specifierNico Boehr2-49/+95
2022-01-17s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter2-2/+4
2022-01-17s390/cpumf: Support for CPU Measurement Facility CSVN 7Thomas Richter2-5/+5
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-196/+231