aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-09-21KVM: s390: pci: register pci hooks without interpretationMatthew Rosato2-5/+13
2022-09-21KVM: s390: pci: fix GAIT physical vs virtual pointers usageMatthew Rosato2-2/+2
2022-09-21KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch1-3/+13
2022-09-21KVM: s390: pci: fix plain integer as NULL pointer warningsMatthew Rosato2-5/+5
2022-09-10Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-2/+3
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-09-07s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev1-1/+1
2022-09-07s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev2-1/+2
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-16/+26
2022-08-30s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer1-2/+4
2022-08-30s390: update defconfigsHeiko Carstens3-48/+60
2022-08-30s390: fix nospec table alignmentsJosh Poimboeuf1-0/+1
2022-08-30s390/mm: remove useless hugepage address alignmentGerald Schaefer1-2/+0
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel4-16/+26
2022-08-27Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-7/+19
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-8/+2
2022-08-25s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer1-1/+3
2022-08-25s390: fix double free of GS and RI CBs on fork() failureBrian Foster1-6/+16
2022-08-15s390/hypfs: avoid error message under KVMJuergen Gross2-2/+2
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-30/+31
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds27-188/+138
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-3/+3
2022-08-06Revert "s390/smp: enforce lowcore protection on CPU restart"Alexander Gordeev1-1/+1
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev14-294/+83
2022-08-06Revert "s390/smp,ptdump: add absolute lowcore markers"Alexander Gordeev1-7/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-17/+32
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-69/+20
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds36-155/+2315
2022-08-04Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas2-7/+0
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2022-08-02Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds1-3/+3
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-45/+8
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2-5/+27
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-27/+7
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini36-155/+2315
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-07-28s390/unwind: fix fgraph return address recoverySumanth Korikkar1-1/+1
2022-07-28s390/nmi: use irqentry_nmi_enter()/irqentry_nmi_exit()Sven Schnelle1-3/+5
2022-07-28s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev1-0/+7
2022-07-28s390/smp: rework absolute lowcore accessAlexander Gordeev14-83/+294
2022-07-28s390/setup: rearrange absolute lowcore initializationAlexander Gordeev1-7/+6
2022-07-28s390/boot: cleanup adjust_to_uv_max() functionAlexander Gordeev3-8/+14
2022-07-28s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev1-1/+1
2022-07-28Merge branch 'vmcore-iov_iter' into featuresAlexander Gordeev6-124/+46
2022-07-26Merge tag 's390-5.19-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+6
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-22/+7
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen1-3/+3
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-6/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-1/+0
2022-07-22s390/pci: allow zPCI zbus without a function zeroNiklas Schnelle1-62/+20
2022-07-21s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger1-3/+6
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2-3/+1
2022-07-20s390/crash: support multi-segment iteratorsAlexander Gordeev3-109/+40
2022-07-20s390/crash: use static swap buffer for copy_to_user_real()Alexander Gordeev1-14/+12
2022-07-20s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev3-27/+26
2022-07-20s390/crash: fix incorrect number of bytes to copy to user spaceAlexander Gordeev1-1/+1
2022-07-20s390/crash: remove redundant panic() on save area allocation failureAlexander Gordeev1-1/+1
2022-07-20s390/mm: remove unused tprot() functionAlexander Gordeev1-14/+0
2022-07-20KVM: s390: resetting the Topology-Change-ReportPierre Morel2-0/+52
2022-07-20KVM: s390: guest support for topology functionPierre Morel4-7/+70
2022-07-20KVM: s390: Cleanup ipte lock access and SIIF facility checksPierre Morel3-54/+54
2022-07-19s390/uvdevice: autoload module based on CPU facilitySteffen Eiden2-0/+2
2022-07-19s390/cpufeature: allow for facility bitsHeiko Carstens1-0/+3
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens15-37/+61
2022-07-19KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr2-2/+17
2022-07-19KVM: s390: pv: destroy the configuration before its memoryClaudio Imbrenda1-3/+3
2022-07-19KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vmClaudio Imbrenda1-8/+8
2022-07-19s390/mm: KVM: pv: when tearing down, try to destroy protected pagesClaudio Imbrenda1-3/+16
2022-07-19KVM: s390: pv: add mmu_notifierClaudio Imbrenda4-0/+39
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld5-22/+1
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-15kexec, KEYS, s390: Make use of built-in and secondary keyring for signature v...Michal Suchanek1-5/+13
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-0/+11
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-0/+3
2022-07-13KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda2-6/+31
2022-07-13KVM: s390: pv: clear the state without memsetClaudio Imbrenda1-1/+9
2022-07-13KVM: s390: pv: add export before importClaudio Imbrenda1-0/+28
2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda4-8/+10
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda3-32/+116
2022-07-13KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda1-1/+12
2022-07-13KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda3-0/+66
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda3-3/+94
2022-07-13KVM: s390: Add facility 197 to the allow listChristian Borntraeger1-0/+1
2022-07-13s390/nospec: remove unneeded header includesVasily Gorbik2-3/+1
2022-07-13s390/nospec: build expoline.o for modules_prepare targetVasily Gorbik4-2/+12
2022-07-13KVM: s390/pci: fix include duplicatesChristian Borntraeger1-3/+2
2022-07-11s390: Add attestation query informationSteffen Eiden3-1/+28
2022-07-11KVM: s390: drop unexpected word 'and' in the commentsJiang Jian1-1/+1
2022-07-11Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger17-37/+1102
2022-07-11KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato3-0/+103
2022-07-11KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato6-0/+205
2022-07-11KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato3-0/+249
2022-07-11KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato3-0/+52
2022-07-11KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato5-2/+103
2022-07-11KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato7-0/+256
2022-07-11KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato4-0/+61
2022-07-11s390/pci: stash dtsm and maxstblMatthew Rosato3-2/+8
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato5-1/+19
2022-07-11s390/pci: externalize the SIC operation controls and routineMatthew Rosato3-23/+23
2022-07-11s390/airq: allow for airq structure that uses an input vectorMatthew Rosato2-5/+7
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato3-4/+12
2022-07-11s390/sclp: detect the AISI facilityMatthew Rosato1-0/+1
2022-07-11s390/sclp: detect the AENI facilityMatthew Rosato1-0/+1
2022-07-11s390/sclp: detect the AISII facilityMatthew Rosato1-0/+1
2022-07-11s390/sclp: detect the zPCI load/store interpretation facilityMatthew Rosato1-0/+1
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-30/+31
2022-06-30s390/qdio: Fix spelling mistakeZhang Jiaming1-3/+3
2022-06-30s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld3-224/+12
2022-06-30s390/purgatory: remove duplicated build rule of kexec-purgatory.oMasahiro Yamada1-2/+1
2022-06-30s390/purgatory: hard-code obj-y in MakefileMasahiro Yamada1-1/+1
2022-06-30s390: remove unneeded 'select BUILD_BIN2C'Masahiro Yamada1-1/+0
2022-06-28treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-3/+3
2022-06-27Merge branch 'master' into mm-stableakpm3-7/+45
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-5/+0
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel1-1/+0
2022-06-24jump_label: s390: avoid pointless initial NOP patchingArd Biesheuvel2-21/+7
2022-06-23s390/pai: Fix multiple concurrent event installationThomas Richter1-3/+12
2022-06-23s390/pai: Prevent invalid event number for pai_crypto PMUThomas Richter1-2/+3
2022-06-23s390/cpumf: Handle events cycles and instructions identicalThomas Richter1-1/+21
2022-06-23s390/crash: make copy_oldmem_page() return number of bytes copiedAlexander Gordeev1-3/+4
2022-06-23s390/crash: add missing iterator advance in copy_oldmem_page()Alexander Gordeev1-0/+7
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+12
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+2
2022-06-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+3
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds2-9/+2
2022-06-08KVM: Move kvm_arch_vcpu_precreate() under kvm->lockZeng Guang1-2/+0
2022-06-07No need of likely/unlikely on calls of check_copy_size()Al Viro1-2/+2
2022-06-07Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini7-1/+574
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross2-11/+3
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-7/+3
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds18-211/+288
2022-06-03KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriateYury Norov1-7/+3
2022-06-02Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-22/+0
2022-06-01KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMPJanosch Frank1-0/+20
2022-06-01KVM: s390: Add CPU dump functionalityJanosch Frank3-0/+86
2022-06-01KVM: s390: Add configuration dump functionalityJanosch Frank4-0/+280
2022-06-01KVM: s390: pv: Add query dump informationJanosch Frank1-0/+11
2022-06-01KVM: s390: pv: Add dump support definitionsJanosch Frank1-0/+33
2022-06-01KVM: s390: pv: Add query interfaceJanosch Frank1-0/+76
2022-06-01s390/uv: Add dump fields to queryJanosch Frank3-0/+40
2022-06-01s390/uv: Add SE hdr query informationJanosch Frank3-1/+28
2022-06-01s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens3-6/+14
2022-06-01s390/stack: merge empty stack frame slotsHeiko Carstens3-8/+7
2022-06-01s390/uaccess: whitespace cleanupHeiko Carstens1-66/+66
2022-06-01s390/uaccess: use __noreturn instead of __attribute__((noreturn))Heiko Carstens1-3/+4
2022-06-01s390/uaccess: use exception handler to zero result on get_user() failureHeiko Carstens3-59/+143
2022-06-01s390/uaccess: use symbolic names for inline assembler operandsHeiko Carstens1-8/+8
2022-06-01s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev1-1/+5
2022-06-01s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger1-1/+1
2022-06-01s390/gmap: voluntarily schedule during key settingChristian Borntraeger1-0/+14
2022-06-01s390/kexec: add __GFP_NORETRY to KEXEC_CONTROL_MEMORY_GFPHeiko Carstens1-1/+1
2022-06-01s390/Kconfig.debug: fix indentationJuerg Haefliger1-6/+6
2022-06-01s390/Kconfig: fix indentationJuerg Haefliger1-4/+4
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-90/+13
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+1
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+32
2022-05-27Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+10
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+8
2022-05-27kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+10
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-2/+1
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+91
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+50
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-9/+1
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-2/+1
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-25s390/perf: obtain sie_block from the right addressNico Boehr1-1/+1
2022-05-25s390: generate register offsets into pt_regs automaticallyHeiko Carstens3-20/+16
2022-05-25s390: simplify early program check handlerHeiko Carstens5-37/+8
2022-05-25s390/crypto: fix scatterwalk_unmap() callers in AES-GCMJann Horn1-2/+2
2022-05-25Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini3-5/+91
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-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-1/+0
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy1-22/+0
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds65-760/+1709
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-20KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch1-4/+18
2022-05-20drivers/s390/char: Add Ultravisor io deviceSteffen Eiden2-1/+73
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-198/+30
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-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-3/+3
2022-05-13s390: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-13mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu1-0/+15
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+5
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov1-2/+32
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2-8/+1
2022-05-11s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRAN...Heiko Carstens1-4/+11