Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-13 14:58:03 to 2024-03-25 17:52:58 UTC [more...]

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-25 17:52 UTC  (2+ messages)
` [PATCH v2 01/14] bug/kunit: Core "

[PATCH 1/1] mm: vmalloc: Bail out early in find_vmap_area() if vmap is not init
 2024-03-25 13:25 UTC  (5+ messages)

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-03-25  9:48 UTC  (4+ messages)
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting code out from crash_core.c

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-25  9:44 UTC  (14+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v4 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v4 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v4 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v4 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v4 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-25  9:12 UTC  (8+ messages)
` [PATCH vhost v5 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v5 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v5 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v5 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v5 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v5 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

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

[PATCH 1/1] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-03-25  4:42 UTC  (2+ messages)

[PATCH net-next] net/smc: make smc_hash_sk/smc_unhash_sk static
 2024-03-25  3:34 UTC  (4+ messages)

[PATCH v2][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-25  3:22 UTC  (3+ messages)

[RFC PATCH net-next v5 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-03-24 13:55 UTC  (12+ messages)
` [RFC PATCH net-next v5 01/11] net/smc: decouple ism_client from SMC-D DMB registration
` [RFC PATCH net-next v5 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [RFC PATCH net-next v5 03/11] net/smc: implement ID-related operations of loopback-ism
` [RFC PATCH net-next v5 04/11] net/smc: implement some unsupported "
` [RFC PATCH net-next v5 05/11] net/smc: implement DMB-related "
` [RFC PATCH net-next v5 06/11] net/smc: ignore loopback-ism when dumping SMC-D devices
` [RFC PATCH net-next v5 07/11] net/smc: register loopback-ism into SMC-D device list
` [RFC PATCH net-next v5 08/11] net/smc: add operations to merge sndbuf with peer DMB
` [RFC PATCH net-next v5 09/11] net/smc: {at|de}tach sndbuf to peer DMB if supported
` [RFC PATCH net-next v5 10/11] net/smc: adapt cursor update when sndbuf and peer DMB are merged
` [RFC PATCH net-next v5 11/11] net/smc: implement DMB-merged operations of loopback-ism

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-22 17:08 UTC  (10+ messages)
` [PATCH v1 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v1 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH 0/2] Convert some gmap functions to use folios
 2024-03-22 16:11 UTC  (3+ messages)
` [PATCH 1/2] s390: Convert make_page_secure to use a folio
` [PATCH 2/2] s390: Convert gmap_make_secure "

[RFC PATCH net-next v4 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-03-22 12:36 UTC  (22+ messages)
` [RFC PATCH net-next v4 01/11] net/smc: decouple ism_client from SMC-D DMB registration
` [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 06/11] net/smc: ignore loopback-ism when dumping SMC-D devices
` [RFC PATCH net-next v4 07/11] net/smc: register loopback-ism into SMC-D device list
` [RFC PATCH net-next v4 08/11] net/smc: add operations to merge sndbuf with peer DMB
` [RFC PATCH net-next v4 09/11] net/smc: attach or detach ghost sndbuf to "
` [RFC PATCH net-next v4 10/11] net/smc: adapt cursor update when sndbuf and peer DMB are merged
` [RFC PATCH net-next v4 11/11] net/smc: implement DMB-merged operations of loopback-ism

[PATCH v3 0/5] s390/vfio-ap: ap_config sysfs attribute for mdevctl automation
 2024-03-21 14:41 UTC  (12+ 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 v3] s390/qeth: handle deferred cc1
 2024-03-21 11:53 UTC 

[PATCH 0/2] s390/preempt: mark all functions __always_inline
 2024-03-21  6:45 UTC  (4+ messages)
` [PATCH 1/2] s390/atomic: "
` [PATCH 2/2] s390/preempt: "

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-21  4:11 UTC  (17+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters

[PATCH 0/2] KVM: s390: Fix V!=R bug in STFLE shadowing
 2024-03-20 11:35 UTC  (4+ messages)
` [PATCH RESEND 1/2] KVM: s390: Minor refactor of base/ext facility lists
` [PATCH 2/2] KVM: s390: vsie: Use virt_to_phys for facility control block

[PATCH bpf] s390/bpf: Fix bpf_plt pointer arithmetic
 2024-03-20  6:00 UTC  (2+ messages)

[GIT PULL] more s390 updates for 6.9 merge window
 2024-03-19 19:29 UTC  (3+ messages)

[PATCH] s390/cio: Convert sprintf/snprintf to sysfs_emit
 2024-03-19 11:16 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 28/35] common/sieve: Use vmalloc.h for setup_mmu definition
 2024-03-19  7:59 UTC  (2+ messages)
` [kvm-unit-tests PATCH v7 33/35] configure: Make arch_libdir a first-class entity

[PATCH] s390/sthyi: remove the double word
 2024-03-18  5:37 UTC 

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (13+ messages)
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "

[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 net-next v3 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-03-15 12:29 UTC  (6+ messages)
` [PATCH net-next v3 01/11] net/smc: adapt SMC-D device dump for Emulated-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  (12+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[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 v2 0/5] s390/vfio-ap: queue_configuration sysfs attribute for mdevctl automation
 2024-03-13 18:00 UTC  (4+ messages)
` [PATCH v2 4/5] s390/vfio-ap: Add write support to sysfs attr ap_config

[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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).