public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-15 05:49:17 to 2025-01-20 16:44:08 UTC [more...]

[kvm-unit-tests PATCH v1] s390x: pv: fix arguments for out-of-tree-builds
 2025-01-20 16:43 UTC 

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
 2025-01-20 16:43 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 01/18] run_tests: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v2 02/18] Document environment variables
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v2 04/18] run_tests: Introduce unittest parameter 'qemu_params'
` [kvm-unit-tests PATCH v2 05/18] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests PATCH v2 06/18] scripts: Merge the qemu parameter -smp into $qemu_opts
` [kvm-unit-tests PATCH v2 07/18] scripts: Introduce kvmtool_opts
` [kvm-unit-tests PATCH v2 08/18] scripts/runtime: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v2 09/18] scripts/runtime: Skip test when kvmtool and $accel is not KVM
` [kvm-unit-tests PATCH v2 10/18] scripts/arch-run: Add support for kvmtool

[RFC net-next 0/7] Provide an ism layer
 2025-01-20 16:01 UTC  (42+ messages)
` [RFC net-next 1/7] net/ism: Create net/ism
` [RFC net-next 2/7] net/ism: Remove dependencies between ISM_VPCI and SMC
` [RFC net-next 3/7] net/ism: Use uuid_t for ISM GID
` [RFC net-next 4/7] net/ism: Add kernel-doc comments for ism functions
` [RFC net-next 5/7] net/ism: Move ism_loopback to net/ism
` [RFC net-next 6/7] s390/ism: Define ismvp_dev
` [RFC net-next 7/7] net/smc: Use only ism_ops

[PATCH v3 00/15] KVM: s390: Stop using page->index and other things
 2025-01-20 15:40 UTC  (25+ messages)
` [PATCH v3 01/15] KVM: Do not restrict the size of KVM-internal memory regions
` [PATCH v3 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v3 03/15] KVM: s390: fake memslot for ucontrol VMs
` [PATCH v3 04/15] KVM: s390: selftests: fix ucontrol memory region test
` [PATCH v3 05/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v3 06/15] KVM: s390: use __kvm_faultin_pfn()
` [PATCH v3 07/15] KVM: s390: get rid of gmap_fault()
` [PATCH v3 08/15] KVM: s390: get rid of gmap_translate()
` [PATCH v3 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v3 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v3 11/15] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v3 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v3 13/15] KVM: s390: remove useless page->index usage
` [PATCH v3 14/15] KVM: s390: move PGSTE softbits
` [PATCH v3 15/15] KVM: s390: remove the last user of page->index

[PATCH v2 00/15] KVM: s390: Stop using page->index and other things
 2025-01-20 13:54 UTC  (35+ messages)
` [PATCH v2 01/15] KVM: Do not restrict the size of KVM-internal memory regions
` [PATCH v2 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v2 03/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v2 04/15] KVM: s390: fake memslot for ucontrol VMs
` [PATCH v2 05/15] KVM: s390: selftests: fix ucontrol memory region test
` [PATCH v2 06/15] KVM: s390: use __kvm_faultin_pfn()
` [PATCH v2 07/15] KVM: s390: get rid of gmap_fault()
` [PATCH v2 08/15] KVM: s390: get rid of gmap_translate()
` [PATCH v2 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v2 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v2 11/15] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v2 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v2 13/15] KVM: s390: remove useless page->index usage
` [PATCH v2 14/15] KVM: s390: move PGSTE softbits
` [PATCH v2 15/15] KVM: s390: remove the last user of page->index

[PATCH v1 00/13] KVM: s390: Stop using page->index and other things
 2025-01-20 10:34 UTC  (17+ messages)
` [PATCH v1 04/13] KVM: s390: move pv gmap functions into kvm
` [PATCH v1 07/13] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v1 09/13] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v1 13/13] KVM: s390: remove the last user of page->index

[PATCH v3] kbuild: Strip runtime const RELA sections correctly
 2025-01-19 17:15 UTC  (3+ messages)

[syzbot] [rdma?] WARNING in rdma_restrack_clean
 2025-01-19 12:25 UTC 

[syzbot] [s390?] [net?] possible deadlock in smc_close_non_accepted (2)
 2025-01-19  5:50 UTC 

[syzbot] [s390?] [net?] possible deadlock in smc_pnet_find_ism_resource
 2025-01-19  0:44 UTC 

[GIT PULL] s390 updates for 6.14 merge window
 2025-01-18 10:45 UTC 

[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
 2025-01-18  4:34 UTC  (7+ messages)
` [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()

[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
 2025-01-18  0:37 UTC  (10+ messages)
` [PATCH bpf-next v6 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v6 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v6 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v6 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH v1 0/1] dm-integrity: Implement asynch digest support
 2025-01-17 13:31 UTC  (12+ messages)
` [PATCH v1 1/1] "

[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-17 13:25 UTC  (5+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table

[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
 2025-01-17 12:55 UTC  (15+ messages)

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-17 11:23 UTC  (10+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive

[PATCH] s390/vfio-ap: Fix indentation in vfio_ap_mdev_ioctl()
 2025-01-16 15:41 UTC  (2+ messages)

[PATCH] s390/vfio-ap: Replace one-element array with flexible array member
 2025-01-16 13:18 UTC 

[PATCH] kvm_config: add CONFIG_VIRTIO_FS
 2025-01-16 11:03 UTC  (3+ messages)

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2025-01-16  7:53 UTC  (2+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-15 20:30 UTC  (4+ messages)

[PATCH v5 0/6] elf: Define note name macros
 2025-01-15 17:11 UTC  (4+ messages)
` [PATCH v5 1/6] "
` [PATCH v5 6/6] crash: Remove KEXEC_CORE_NOTE_NAME

New s390 specific protected key hmac
 2025-01-15 16:22 UTC  (6+ messages)
` [PATCH v10 1/5] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v10 2/5] s390/crypto: New s390 specific protected key hash phmac
` [PATCH v10 3/5] crypto: api - Add crypto_tfm_alg_get_flags() helper inline function
` [PATCH v10 4/5] s390/crypto: Add selftest support for phmac
` [PATCH v10 5/5] crypto: testmgr - Enable phmac selftest

[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-01-15 11:53 UTC  (8+ messages)

[kvm-unit-tests PATCH v1 0/5] arm64: Change the default --processor to max
 2025-01-15 11:47 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/5] configure: Document that the architecture name 'aarch64' is also supported
` [kvm-unit-tests PATCH v1 2/5] configure: Display the default processor for arm and arm64


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