public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-30 02:51:15 to 2024-06-12 06:48:50 UTC [more...]

[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
 2024-06-12  6:48 UTC  (2+ messages)

[kvm-unit-tests PATCH v10 09/15] configure: Make arch_libdir a first-class entity
 2024-06-12  5:23 UTC 

move features flags into queue_limits
 2024-06-12  5:03 UTC  (94+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_write flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the feature field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the feature field

[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-06-11 22:21 UTC  (18+ messages)
` [PATCH v3 1/3] s390/pci: Fix s390_mmio_read/write syscall page fault handling

[PATCH 1/1] s390/virtio_ccw: fix config change notifications
 2024-06-11 21:47 UTC 

[PATCH 0/2] function_graph: ftrace_graph_ret_addr(); there can be only one!
 2024-06-11  3:09 UTC  (3+ messages)
` [PATCH 1/2] function_graph: Fix up ftrace_graph_ret_addr()
` [PATCH 2/2] function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it

[PATCH] s390/sclp: define commands for storage (un)assignment
 2024-06-10 15:28 UTC  (2+ messages)

[PATCH net-next v7 0/3] Introduce IPPROTO_SMC
 2024-06-08  9:12 UTC  (4+ messages)
` [PATCH net-next v7 1/3] net/smc: refactoring initialization of smc sock
` [PATCH net-next v7 2/3] net/smc: expose smc proto operations
` [PATCH net-next v7 3/3] net/smc: Introduce IPPROTO_SMC

[GIT PULL] s390 fixes for 6.10-rc3
 2024-06-07 22:07 UTC  (2+ messages)

[PATCH net-next v6 0/3] Introduce IPPROTO_SMC
 2024-06-07 20:32 UTC  (11+ messages)
` [PATCH net-next v6 1/3] net/smc: refactoring initialization of smc sock
` [PATCH net-next v6 2/3] net/smc: expose smc proto operations
` [PATCH net-next v6 3/3] net/smc: Introduce IPPROTO_SMC

[PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-06-05 16:01 UTC  (4+ messages)
` [PATCH v5 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v5 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v5 3/3] vfio/pci: Fix typo in macro to declare accessors

[PATCH net] net/smc: avoid overwriting when adjusting sock bufsizes
 2024-06-05  8:50 UTC  (6+ messages)

[kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements
 2024-06-05  8:03 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets
` [kvm-unit-tests PATCH v1 2/3] s390x/Makefile: snippets: Avoid creation of .eh_frame and .eh_frame_hdr sections
` [kvm-unit-tests PATCH v1 3/3] Revert "s390x: Specify program headers with flags to avoid linker warnings"

[PATCH] vfio/pci: Add iowrite64 and ioread64 support for vfio pci
 2024-06-04 19:44 UTC  (5+ messages)

[PATCH net-next v5 0/3] Introduce IPPROTO_SMC
 2024-06-04 11:32 UTC  (12+ messages)
` [PATCH net-next v5 1/3] net/smc: refactoring initialization of smc sock
` [PATCH net-next v5 2/3] net/smc: expose smc proto operations
` [PATCH net-next v5 3/3] net/smc: Introduce IPPROTO_SMC

[PATCH net] net/smc: avoid overwriting when adjusting sock bufsizes
 2024-06-04 11:13 UTC 

[kvm-unit-tests PATCH v9 23/31] common/sieve: Use vmalloc.h for setup_mmu definition
 2024-06-04  7:53 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] s390x: Fix build error messages
 2024-06-04  5:32 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Only run genprotimg if necessary
` [kvm-unit-tests PATCH 2/2] s390x: Specify program headers with flags to avoid linker warnings

[kvm-unit-tests PATCH] scripts/s390x: Fix the execution of the PV tests
 2024-06-04  4:50 UTC  (4+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 17:25 UTC  (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[PATCH net-next v2 0/2] net/smc: Change the upper boundary of SMC-R's snd_buf and rcv_buf to 512MB
 2024-06-03 11:20 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined
` [PATCH net-next v2 2/2] net/smc: change SMCR_RMBE_SIZES from 5 to 15

[kvm-unit-tests PATCH] MAINTAINERS: Add scripts/s390x/ to the s390x section
 2024-06-03 10:57 UTC  (2+ messages)

[PATCH net-next v4 0/3] Introduce IPPROTO_SMC
 2024-06-03  7:47 UTC  (9+ messages)
` [PATCH net-next v4 3/3] net/smc: "

[PATCH net-next 0/2] Change the upper boundary of SMC-R's snd_buf and rcv_buf to 512MB
 2024-06-03  2:21 UTC  (8+ messages)
` [PATCH net-next 1/2] net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined

[PATCH net v3 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC
 2024-05-30  9:20 UTC 


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