public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-08 06:03:55 to 2024-03-17 10:06:06 UTC [more...]

[RFC PATCH net-next v4 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-03-17 10:05 UTC  (6+ messages)
` [RFC PATCH net-next v4 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [RFC PATCH net-next v4 03/11] net/smc: implement ID-related operations of loopback-ism
` [RFC PATCH net-next v4 04/11] net/smc: implement some unsupported "
` [RFC PATCH net-next v4 05/11] net/smc: implement DMB-related "
` [RFC PATCH net-next v4 08/11] net/smc: add operations to merge sndbuf with peer DMB

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-16 16:16 UTC  (29+ messages)
` [PATCH 01/14] bug/kunit: Core "
` [PATCH 02/14] kunit: bug: Count suppressed "
` [PATCH 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH 07/14] x86: Add support for suppressing warning backtraces
` [PATCH 08/14] arm64: "
` [PATCH 09/14] loongarch: "
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "
` [PATCH 12/14] sh: "
` [PATCH 13/14] riscv: "
` [PATCH 14/14] powerpc: "

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 05/10] drivers: use new capable_any functionality
 2024-03-15 15:03 UTC  (2+ messages)

[PATCH 0/4] sysctl: Remove sentinel elements from networking
 2024-03-15 14:58 UTC  (7+ messages)
` [PATCH 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 2/4] netfilter: "
` [PATCH 3/4] appletalk: "
` [PATCH 4/4] ax.25: "

[PATCH v3 0/5] s390/vfio-ap: ap_config sysfs attribute for mdevctl automation
 2024-03-15 14:48 UTC  (9+ messages)
` [PATCH v3 1/5] s390/ap: Externalize AP bus specific bitmap reading function
` [PATCH v3 2/5] s390/vfio-ap: Add sysfs attr, ap_config, to export mdev state
` [PATCH v3 3/5] s390/vfio-ap: Ignore duplicate link requests in vfio_ap_mdev_link_queue
` [PATCH v3 4/5] s390/vfio-ap: Add write support to sysfs attr ap_config
` [PATCH v3 5/5] docs: Update s390 vfio-ap doc for ap_config sysfs attribute

[PATCH net-next v3 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-03-15 12:29 UTC  (19+ messages)
` [PATCH net-next v3 01/11] net/smc: adapt SMC-D device dump for Emulated-ISM
` [PATCH net-next v3 02/11] net/smc: decouple ism_client from SMC-D DMB registration
` [PATCH net-next v3 03/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [PATCH net-next v3 04/11] net/smc: implement ID-related operations of loopback-ism
` [PATCH net-next v3 05/11] net/smc: implement some unsupported "
` [PATCH net-next v3 06/11] net/smc: implement DMB-related "
` [PATCH net-next v3 07/11] net/smc: register loopback-ism into SMC-D device list
` [PATCH net-next v3 08/11] net/smc: add operations to merge sndbuf with peer DMB
` [PATCH net-next v3 09/11] net/smc: attach or detach ghost sndbuf to "
` [PATCH net-next v3 10/11] net/smc: adapt cursor update when sndbuf and peer DMB are merged
` [PATCH net-next v3 11/11] net/smc: implement DMB-merged operations of loopback-ism

[GIT PULL 0/3] KVM: s390: Changes for 6.9
 2024-03-15 10:28 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-15  8:17 UTC  (37+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "
` [PATCH bpf-next v2 2/9] bpf: refactor the modules_array to ptr_array
    ` [External] "
` [PATCH bpf-next v2 3/9] bpf: trampoline: introduce struct bpf_tramp_link_conn
` [PATCH bpf-next v2 4/9] bpf: trampoline: introduce bpf_tramp_multi_link
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
    ` [External] "
` [PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
    ` [External] "
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing
    ` [External] "
` [PATCH bpf-next v2 9/9] selftests/bpf: add testcases for "

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-15  7:20 UTC  (9+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-15  2:30 UTC  (2+ messages)

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH] s390/cio: Convert sprintf/snprintf to sysfs_emit
 2024-03-14  9:52 UTC 

[PATCH v2 0/5] s390/vfio-ap: queue_configuration sysfs attribute for mdevctl automation
 2024-03-13 18:00 UTC  (8+ messages)
` [PATCH v2 3/5] s390/vfio-ap: Ignore duplicate link requests in vfio_ap_mdev_link_queue
` [PATCH v2 4/5] s390/vfio-ap: Add write support to sysfs attr ap_config
` [PATCH v2 5/5] s390: doc: Update doc

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13 15:40 UTC  (3+ messages)

[PATCH v1 1/1] s390/cio: Use while (i--) pattern to clean up
 2024-03-13 15:24 UTC  (3+ messages)

[PATCH v2][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-12 23:16 UTC  (2+ messages)

[GIT PULL] s390 updates for 6.9 merge window
 2024-03-12 18:20 UTC  (2+ messages)

[PATCH net-next v2 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-03-12 14:11 UTC  (8+ messages)
` [PATCH net-next v2 01/11] net/smc: adapt SMC-D device dump for Emulated-ISM
` [PATCH net-next v2 11/11] net/smc: implement DMB-merged operations of loopback-ism

[PATCH][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-12  9:53 UTC  (7+ messages)

[kvm-unit-tests PATCH v1] arch-run: Wait for incoming socket being removed
 2024-03-12  6:45 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 04/13] treewide: lib/stack: Make base_address arch specific
 2024-03-12  5:45 UTC  (2+ messages)

[PATCH vhost v2 0/4] refactor the params of find_vqs()
 2024-03-11 15:52 UTC  (7+ messages)
` [PATCH vhost v2 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v1 0/4] refactor the params of find_vqs()
 2024-03-11  2:24 UTC  (4+ messages)
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters

[PATCH 00/19] timekeeping: Handle potential multiplication overflow
 2024-03-09  7:48 UTC  (22+ messages)
` [PATCH 01/19] vdso: Consolidate vdso_calc_delta()
` [PATCH 02/19] vdso: Consolidate nanoseconds calculation
` [PATCH 03/19] vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT
` [PATCH 04/19] math64: Tidy mul_u64_u32_shr()
` [PATCH 05/19] vdso: math64: Provide mul_u64_u32_add_u64_shr()
` [PATCH 06/19] vdso: Add vdso_data::max_cycles
` [PATCH 07/19] vdso: Make delta calculation overflow safe
` [PATCH 08/19] x86/vdso: "
` [PATCH 09/19] timekeeping: Move timekeeping helper functions
` [PATCH 10/19] timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()
` [PATCH 11/19] timekeeping: Tidy timekeeping_cycles_to_ns() slightly
` [PATCH 12/19] timekeeping: Reuse timekeeping_cycles_to_ns()
` [PATCH 13/19] timekeeping: Refactor timekeeping helpers
` [PATCH 14/19] timekeeping: Consolidate "
` [PATCH 15/19] timekeeping: Fold in timekeeping_delta_to_ns()
` [PATCH 16/19] timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
` [PATCH 17/19] timekeeping: Make delta calculation overflow safe
` [PATCH 18/19] timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
` [PATCH 19/19] clocksource: Make watchdog and suspend-timing multiplication overflow safe

[PATCH 0/6] s390: constify struct class usage
 2024-03-08 16:49 UTC  (7+ messages)
` [PATCH 1/6] s390: zcrypt: make zcrypt_class constant

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (2+ messages)

[PATCH net v2] s390/qeth: handle deferred cc1
 2024-03-08 11:09 UTC  (2+ messages)

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-03-08  6:03 UTC  (8+ messages)


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