public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-14 13:43:28 to 2025-11-25 18:10:52 UTC [more...]

[PATCH] KVM: s390: Implement CHECK_STOP support and fix GET_MP_STATE
 2025-11-25 18:10 UTC  (4+ messages)

[RFC PATCH bpf-next 0/7] bpf: Implement BPF_LINK_UPDATE for tracing links
 2025-11-25 18:10 UTC  (15+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops
` [RFC PATCH bpf-next 2/7] bpf: Enable BPF_LINK_UPDATE for freplace links
` [RFC PATCH bpf-next 3/7] bpf: Enable BPF_LINK_UPDATE for fentry/fexit/fmod_ret links
` [RFC PATCH bpf-next 4/7] bpf, x86: Make program update work for trampoline ops
` [RFC PATCH bpf-next 5/7] bpf, s390: "
` [RFC PATCH bpf-next 6/7] bpf, arm64: "
` [RFC PATCH bpf-next 7/7] selftests/bpf: Test BPF_LINK_UPDATE behavior for tracing links

[PATCH v2 0/7] dm-integrity: asynchronous hash support
 2025-11-25 14:02 UTC  (12+ messages)
            ` [PATCH] crypto/authenc: don't return -EBUSY when enqueuing the hash request

[PATCH 0/3] KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK entry helpers
 2025-11-25 11:16 UTC  (5+ messages)
` [PATCH 1/3] KVM: s390: Add signal_exits counter
` [PATCH 2/3] KVM: s390: Enable and disable interrupts in entry code
` [PATCH 3/3] KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functions

[PATCH net-next] s390/net: list Aswin Karuvally as maintainer
 2025-11-25  8:58 UTC 

[PATCH v5 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-24 17:35 UTC  (28+ messages)
` [PATCH v5 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v5 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v5 03/23] s390: Move sske_frame() to a header
` [PATCH v5 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v5 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v5 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v5 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v5 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v5 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v5 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v5 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v5 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v5 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v5 14/23] KVM: s390: New gmap code
` [PATCH v5 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v5 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v5 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v5 18/23] KVM: s390: Storage key functions refactoring
` [PATCH v5 19/23] KVM: s390: Switch to new gmap
` [PATCH v5 20/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v5 21/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v5 22/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v5 23/23] KVM: s390: Storage key manipulation IOCTL

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-24 12:27 UTC  (23+ messages)
` [PATCH v3 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v3 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v3 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v3 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v3 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v3 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-24 10:59 UTC  (15+ messages)
` [PATCH RFC v2 07/11] KVM: s390: Shadow VSIE SCA in guest-1
` [PATCH RFC v2 10/11] KVM: s390: Add VSIE shadow configuration
` [PATCH RFC v2 11/11] KVM: s390: Add VSIE shadow stat counters

[PATCH v6 0/2] genirq: s390/pci: Migrate MSI interrupts to irqdomain API
 2025-11-24 10:59 UTC  (10+ messages)
` [PATCH v6 1/2] genirq: Change hwirq parameter to irq_hw_number_t
` [PATCH v6 2/2] s390/pci: Migrate s390 IRQ logic to IRQ domain API

[PATCH v2 02/22] vfio/hisi: Convert to the get_region_info op
 2025-11-24  2:45 UTC  (3+ messages)

[PATCH v4 0/3] Optimize code generation during context switching
 2025-11-23 12:18 UTC  (4+ messages)
` [PATCH v4 1/3] x86/mm/tlb: Make enter_lazy_tlb() always inline on x86
` [PATCH v4 2/3] sched: Make raw_spin_rq_unlock() inline
` [PATCH v4 3/3] sched/core: Make finish_task_switch() and its subfunctions always inline

[PATCH v4 01/10] PCI: Avoid saving error values for config space
 2025-11-22 10:58 UTC  (11+ messages)

[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-21 16:24 UTC  (2+ messages)

[PATCH v5 0/2] genirq: s390/pci: Migrate MSI interrupts to irqdomain API
 2025-11-21 14:49 UTC  (9+ messages)
` [PATCH v5 1/2] genirq: Change hwirq parameter to irq_hw_number_t
` [PATCH v5 2/2] s390/pci: Migrate s390 IRQ logic to IRQ domain API

[RFC PATCH net-next] net/smc: add full IPv6 support for SMC
 2025-11-21  6:05 UTC 

[PATCH v4 0/2] genirq: s390/pci: Migrate MSI interrupts to irqdomain API
 2025-11-20 20:48 UTC  (6+ messages)
` [PATCH v4 1/2] genirq: Change hwirq parameter to irq_hw_number_t
` [PATCH v4 2/2] s390/pci: Migrate s390 IRQ logic to IRQ domain API

[PATCH v4 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-20 17:15 UTC  (24+ messages)
` [PATCH v4 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v4 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v4 03/23] s390: Move sske_frame() to a header
` [PATCH v4 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v4 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v4 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v4 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v4 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v4 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v4 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v4 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v4 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v4 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v4 14/23] KVM: s390: New gmap code
` [PATCH v4 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v4 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v4 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v4 18/23] KVM: s390: Storage key functions refactoring
` [PATCH v4 19/23] KVM: s390: Switch to new gmap
` [PATCH v4 20/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v4 21/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v4 22/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v4 23/23] KVM: s390: Storage key manipulation IOCTL

[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
 2025-11-20  8:50 UTC  (14+ messages)
` [PATCH v3 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v3 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v3 18/23] KVM: s390: Switch to new gmap

[PATCH Linux-next] perf test: Fix test case perf trace BTF general tests
 2025-11-20  0:52 UTC  (10+ messages)

[PATCH linux-next] perf tests: Handle s390 metrics in perf all metrics test
 2025-11-19 17:06 UTC  (2+ messages)

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-19 15:49 UTC  (21+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 13/21] mmc: mmc_test: Switch to use %ptSp
` [PATCH v3 14/21] net: dsa: sja1105: "
` [PATCH v3 15/21] PCI: epf-test: "
` [PATCH v3 18/21] s390/dasd: "
` [PATCH v3 19/21] scsi: fnic: "
` [PATCH v3 20/21] scsi: snic: "

[PATCH v3 0/2] genirq: s390/pci: Migrate MSI interrupts to irqdomain API
 2025-11-19 15:35 UTC  (6+ messages)
` [PATCH v3 1/2] genirq: Change hwirq parameter to irq_hw_number_t
` [PATCH v3 2/2] s390/pci: Migrate s390 IRQ logic to IRQ domain API

[PATCH v2 0/2] genirq: s390/pci: Migrate MSI interrupts to irqdomain API
 2025-11-18 10:15 UTC  (8+ messages)
` [PATCH v2 1/2] genirq: Change hwirq parameter to irq_hw_number_t
` [PATCH v2 2/2] s390/pci: Migrate s390 IRQ logic to IRQ domain API

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-11-18  7:24 UTC  (4+ messages)
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH net-next 0/2] s390/qeth: Improve handling of OSA RCs
 2025-11-18  4:30 UTC  (2+ messages)

[PATCH net-next] s390/ctcm: Fix double-kfree
 2025-11-18  1:10 UTC  (3+ messages)

[GIT PULL] s390 updates for 6.18-rc6
 2025-11-15 18:26 UTC  (2+ messages)

[syzbot] [rdma?] [s390?] [net?] KASAN: null-ptr-deref Read in smc_tcp_syn_recv_sock
 2025-11-15 16:31 UTC  (2+ messages)
` [syzbot] [smc?] "

[PATCH v3 0/3] Optimize code generation during context switching
 2025-11-15 15:09 UTC  (10+ messages)
` [PATCH v3 1/3] Make enter_lazy_tlb inline on x86
` [PATCH v3 2/3] Make raw_spin_rq_unlock inline
` [PATCH v3 3/3] Make finish_task_switch and its subfuncs inline in context switching

[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
 2025-11-14 13:43 UTC  (4+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox