public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-17 12:50:17 to 2025-01-23 15:53:49 UTC [more...]

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
 2025-01-23 15:53 UTC  (38+ 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
` [kvm-unit-tests PATCH v2 11/18] arm/run: "
` [kvm-unit-tests PATCH v2 12/18] scripts/runtime: Add default arguments "
` [kvm-unit-tests PATCH v2 13/18] run_tests: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v2 14/18] run_tests: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v2 15/18] Add kvmtool_params to test specification
` [kvm-unit-tests PATCH v2 16/18] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v2 17/18] unittest: Add disabled_if parameter and use it for kvmtool
` [kvm-unit-tests PATCH v2 18/18] run_tests: Enable kvmtool

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

[PATCH] s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS
 2025-01-23 10:40 UTC  (3+ messages)

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

[PATCH] mm/hugetlb: bring gigantic page allocation under hugepages_supported()
 2025-01-23  9:40 UTC  (3+ messages)

[PATCH v2 0/6] Account page tables at all levels
 2025-01-22 21:16 UTC  (6+ messages)
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

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

[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
 2025-01-22 17:16 UTC  (14+ messages)
` [PATCH bpf-next v6 2/5] net/smc: Introduce generic hook smc_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-22 17:00 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH v3 00/15] KVM: s390: Stop using page->index and other things
 2025-01-22 16:19 UTC  (42+ 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

[RFC net-next 0/7] Provide an ism layer
 2025-01-22 15:02 UTC  (42+ messages)
` [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

[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-22 14:18 UTC 

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-22 12:41 UTC  (4+ messages)
  `  "

[kvm-unit-tests PATCH v1] s390x: pv: fix arguments for out-of-tree-builds
 2025-01-21  8:58 UTC  (2+ messages)

[GIT PULL] s390 updates for 6.14 merge window
 2025-01-21  5:30 UTC  (2+ messages)

[PATCH v2 00/15] KVM: s390: Stop using page->index and other things
 2025-01-20 13:54 UTC  (29+ messages)
` [PATCH v2 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v2 03/15] KVM: s390: move pv gmap functions into kvm
` [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  (6+ messages)
` [PATCH v1 13/13] KVM: s390: remove the last user of page->index

[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 

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

[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  (11+ messages)


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