aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-25s390/syscalls: remove SYSCALL_METADATA() from compat syscallsHeiko Carstens1-1/+0
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter1-87/+0
2023-01-25s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter1-17/+0
2023-01-25s390/cpum_cf: move stccm_avail()Thomas Richter1-6/+0
2023-01-25s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter1-2/+0
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe1-2/+3
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik2-6/+7
2023-01-22s390/cpum_sf: move functions from header file to source fileThomas Richter1-53/+0
2023-01-17Merge branch 'fixes' into featuresHeiko Carstens3-20/+19
2023-01-13s390: move __amode31_base declaration to proper header fileHeiko Carstens1-0/+1
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev1-3/+13
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-1/+1
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev4-5/+5
2023-01-13s390/pgtable: add REGION3_KERNEL_EXEC protectionAlexander Gordeev1-0/+6
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe1-0/+17
2023-01-11s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens1-16/+15
2023-01-09vfio/ccw: calculate number of IDAWs regardless of formatEric Farman1-0/+12
2023-01-09s390/diag: use __packed __alignedSven Schnelle1-1/+1
2023-01-09s390/fs3270: split header filesSven Schnelle2-0/+100
2023-01-09s390/tty3270: add support for diag 8cSven Schnelle1-0/+14
2023-01-09s390: remove the last remnants of cputime_tNicholas Piggin1-15/+0
2023-01-06s390/debug: add _ASM_S390_ prefix to header guardNiklas Schnelle1-3/+3
2023-01-04s390/uaccess: avoid __ashlti3() callHeiko Carstens1-4/+4
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-1/+0
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+24
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+8
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-712/+742
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+26
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel1-2/+3
2022-12-06s390/sclp: introduce sclp_emergency_printk()Heiko Carstens1-0/+1
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens2-665/+687
2022-12-06s390/ipl: add eckd dump supportSven Schnelle2-0/+3
2022-12-06s390/ipl: add eckd supportSven Schnelle3-0/+38
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-12-02s390/checksum: support GENERIC_CSUM, enable it for KASANHeiko Carstens1-0/+7
2022-11-30mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds1-0/+3
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-3/+5
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-5/+24
2022-11-23KVM: s390: pv: support for Destroy fast UVCClaudio Imbrenda1-0/+10
2022-11-23KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda1-0/+2
2022-11-22s390/uaccess: limit number of retries for cmpxchg_user_key()Janis Schoetterl-Glausch1-8/+25
2022-11-21s390/cmpxchg: make loop condition for 1,2 byte cases preciseJanis Schoetterl-Glausch2-62/+78
2022-11-21s390/uaccess: add cmpxchg_user_key()Heiko Carstens1-0/+183
2022-11-21s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macroHeiko Carstens1-0/+4
2022-11-21s390/cmpxchg: remove digits from input constraintsHeiko Carstens1-8/+6
2022-11-21s390/cmpxchg: make variables local to each case labelHeiko Carstens1-8/+17