aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | s390/ptdump: add missing amode31 markersHeiko Carstens2022-09-071-0/+6
| * | | | | | s390/mm: split lowcore pages with set_memory_4k()Heiko Carstens2022-09-071-2/+5
| * | | | | | s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens2022-08-301-8/+7
| * | | | | | s390/delay: sync comment within __delay() with realityHeiko Carstens2022-08-301-7/+4
| * | | | | | s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-302-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-2/+0
|\ \ \ \ \ \
| * | | | | | KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-2/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-072-76/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-258-18/+37
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | termios: kill uapi termios.h that are identical to generic oneAl Viro2022-09-091-50/+0
| * | | | | | termios: get rid of non-UAPI asm/termios.hAl Viro2022-09-091-12/+0
| * | | | | | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-14/+0
* | | | | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-072-0/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland2022-09-211-0/+5
| * | | | | | s390/dasd: add ioctl to perform a swap of the drivers copy pairStefan Haberland2022-09-211-0/+14
| | |_|_|_|/ | |/| | | |
* | | | | | KVM: s390: pci: register pci hooks without interpretationMatthew Rosato2022-09-212-5/+13
* | | | | | KVM: s390: pci: fix GAIT physical vs virtual pointers usageMatthew Rosato2022-09-212-2/+2
* | | | | | KVM: s390: Pass initialized arg even if unusedJanis Schoetterl-Glausch2022-09-211-3/+13
* | | | | | KVM: s390: pci: fix plain integer as NULL pointer warningsMatthew Rosato2022-09-212-5/+5
* | | | | | Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-09-102-2/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev2022-09-071-1/+1
| * | | | | s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev2022-09-072-1/+2
* | | | | | Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-09-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-044-16/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-294-16/+26
| |/ / /
* | | | s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer2022-08-301-2/+4
* | | | s390: update defconfigsHeiko Carstens2022-08-303-48/+60
* | | | s390: fix nospec table alignmentsJosh Poimboeuf2022-08-301-0/+1
* | | | s390/mm: remove useless hugepage address alignmentGerald Schaefer2022-08-301-2/+0
|/ / /
* | | Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-08-272-7/+19
|\ \ \
| * | | s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer2022-08-251-1/+3
| * | | s390: fix double free of GS and RI CBs on fork() failureBrian Foster2022-08-251-6/+16
| |/ /
* / / provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka2022-08-271-8/+2
|/ /
* / s390/hypfs: avoid error message under KVMJuergen Gross2022-08-152-2/+2
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-30/+31
|\
| * bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-30/+31
* | Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-0627-188/+138
|\ \
| * | Revert "s390/smp: enforce lowcore protection on CPU restart"Alexander Gordeev2022-08-061-1/+1
| * | Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev2022-08-0614-294/+83
| * | Revert "s390/smp,ptdump: add absolute lowcore markers"Alexander Gordeev2022-08-061-7/+0
| * | s390/unwind: fix fgraph return address recoverySumanth Korikkar2022-07-281-1/+1
| * | s390/nmi: use irqentry_nmi_enter()/irqentry_nmi_exit()Sven Schnelle2022-07-281-3/+5
| * | s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev2022-07-281-0/+7
| * | s390/smp: rework absolute lowcore accessAlexander Gordeev2022-07-2814-83/+294
| * | s390/setup: rearrange absolute lowcore initializationAlexander Gordeev2022-07-281-7/+6
| * | s390/boot: cleanup adjust_to_uv_max() functionAlexander Gordeev2022-07-283-8/+14
| * | s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev2022-07-281-1/+1
| * | Merge branch 'vmcore-iov_iter' into featuresAlexander Gordeev2022-07-286-124/+46
| |\ \
| | * | s390/crash: support multi-segment iteratorsAlexander Gordeev2022-07-203-109/+40