summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* Merge tag 's390-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-181-14/+18
|\
| * s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle2024-01-111-14/+18
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-172-1/+7
|\ \ | |/ |/|
| * Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-022-13/+2
| |\
| * \ Merge tag 'kvm-s390-next-6.8-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-01-022-1/+7
| |\ \
| | * | KVM: s390: cpu model: Use proper define for facility mask sizeNina Schoetterl-Glausch2023-12-231-1/+1
| | * | KVM: s390: vsie: Fix length of facility list shadowedNina Schoetterl-Glausch2023-12-231-0/+6
* | | | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-107-45/+85
|\ \ \ \
| * | | | s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-113-4/+9
| * | | | s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens2023-12-111-5/+1
| * | | | s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-111-14/+20
| * | | | s390/nmi: implement and use local_mcck_save() / local_mcck_restore()Heiko Carstens2023-12-111-3/+25
| * | | | s390/ctlreg: return old register contents when changing bitsHeiko Carstens2023-12-111-10/+14
| * | | | s390/ap: store TAPQ hwinfo in struct ap_cardHarald Freudenberger2023-11-301-9/+12
| * | | | s390/sysinfo: add variable capacity informationVasily Gorbik2023-11-221-0/+4
| | |/ / | |/| |
* | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-2/+0
|\ \ \ \
| * | | | arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-231-2/+0
| |/ / /
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm/mglru: add dummy pmd_dirty()Kinsey Ho2024-01-051-0/+1
| | |/ | |/|
* | | posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-12/+1
* | | s390/vx: fix save/restore of fpu kernel contextHeiko Carstens2023-12-181-1/+1
|/ /
* / s390: remove odd commentHeiko Carstens2023-11-221-1/+0
|/
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-093-122/+13
|\
| *-. Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2023-10-273-122/+13
| |\ \
| | | * s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2023-10-051-4/+0
| | | * s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-023-118/+13
| | |/
* | | s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev2023-11-052-2/+3
* | | s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev2023-11-053-8/+0
* | | s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-2/+0
* | | s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-052-1/+17
* | | s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2023-11-051-0/+38
* | | s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-052-1/+4
* | | s390/perf: implement perf_callchain_user()Heiko Carstens2023-11-051-0/+7
* | | s390/mm: add missing conversion to use ptdescsAlexander Gordeev2023-11-051-2/+2
* | | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0313-194/+379
|\ \ \
| * | | s390: delete the unused store_prefix() functionIlya Leoshkevich2023-10-251-8/+0
| * | | s390/mm: move translation-exception identification structure to fault.hHeiko Carstens2023-10-231-0/+28
| * | | s390: add support for DCACHE_WORD_ACCESSHeiko Carstens2023-10-162-0/+26
| * | | s390: provide word-at-a-time implementationHeiko Carstens2023-10-161-0/+42
| * | | s390/extable: reduce number of extable macrosHeiko Carstens2023-10-161-16/+7
| * | | s390/ctlreg: add control register bitsHeiko Carstens2023-09-191-34/+69
| * | | s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASKHeiko Carstens2023-09-191-11/+12
| * | | s390/ctlreg: add missing definesHeiko Carstens2023-09-191-0/+14
| * | | s390/ctlreg: add system_ctl_load()Heiko Carstens2023-09-191-3/+14
| * | | s390/ctltreg: make initialization of control register save area explicitHeiko Carstens2023-09-191-0/+3
| * | | s390/ctlreg: add struct ctlregHeiko Carstens2023-09-195-16/+27
| * | | s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-191-0/+2
| * | | s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens2023-09-191-2/+2