Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 17:53:11 to 2024-04-02 12:55:56 UTC [more...]

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 12:55 UTC  (2+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-02 12:48 UTC  (39+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 4/9] USB: "
` [PATCH 5/9] mailbox: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 8/9] drivers/media/*: "
` [PATCH 9/9] mmc: "

[PATCH net-next v2 0/2] Avoid explicit cpumask var allocation on stack
 2024-04-02 12:41 UTC  (7+ messages)
` [PATCH net-next v2 1/2] net/iucv: "
` [PATCH net-next v2 2/2] net/dpaa2: "

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-04-02 11:00 UTC  (9+ messages)
` [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
    ` [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support

[PATCH 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-02  7:51 UTC  (8+ messages)
` [PATCH 1/7] arm64: mm: cleanup __do_page_fault()
` [PATCH 2/7] arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
` [PATCH 3/7] arm: "
` [PATCH 4/7] powerpc: mm: accelerate pagefault when badaccess
` [PATCH 5/7] riscv: "
` [PATCH 6/7] s390: "
` [PATCH 7/7] x86: "

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

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-04-01 15:59 UTC  (26+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[PATCH v4][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-04-01  3:34 UTC  (2+ messages)

[PATCH net-next 0/2] Avoid explicit cpumask var allocation on stack
 2024-03-30  5:07 UTC  (7+ messages)
` [PATCH net-next 1/2] net/iucv: "
` [PATCH net-next 2/2] net/dpaa2: "

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-29 15:40 UTC  (16+ messages)
` [PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v2 09/14] loongarch: Add support for suppressing warning backtraces
` [PATCH v2 10/14] parisc: "
` [PATCH v2 11/14] s390: "
` [PATCH v2 12/14] sh: "
` [PATCH v2 13/14] riscv: "
` [PATCH v2 14/14] powerpc: "

[PATCH AUTOSEL 5.10 16/17] net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
 2024-03-29 12:33 UTC 

[PATCH AUTOSEL 5.15 19/20] net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
 2024-03-29 12:33 UTC 

[PATCH AUTOSEL 6.1 29/31] net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
 2024-03-29 12:31 UTC 

[PATCH AUTOSEL 6.6 49/52] net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
 2024-03-29 12:29 UTC 

[PATCH AUTOSEL 6.8 64/68] net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
 2024-03-29 12:26 UTC 

[PATCH net-next,RESEND] net/smc: make smc_hash_sk/smc_unhash_sk static
 2024-03-29  9:50 UTC  (3+ messages)

[PATCH v3][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-28 21:46 UTC 

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

[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28 17:46 UTC  (19+ messages)
` [PATCH RFC 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH RFC 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH RFC 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH net 0/1] s390/ism: Fix splice for SMC-D
 2024-03-28 15:59 UTC  (3+ messages)
` [PATCH net 1/1] s390/ism: fix receive message buffer allocation

SMC-R throughput drops for specific message sizes
 2024-03-28 12:18 UTC 

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

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-28  3:32 UTC  (9+ messages)
` [PATCH v4 10/14] treewide: Use initializer for struct vm_unmapped_area_info

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

[PATCH v2 2/5] arm64, powerpc, riscv, s390, x86: ptdump: Refactor CONFIG_DEBUG_WX
 2024-03-27 14:38 UTC  (2+ messages)

[PATCH] [RFC] net: smc: fix fasync leak in smc_release()
 2024-03-27  6:12 UTC  (11+ messages)
  ` [lvc-project] "

[PATCH 3/3] s390: supplement for ptdesc conversion
 2024-03-27  2:11 UTC  (5+ messages)
  ` [PATCH v2 "

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-26 20:23 UTC  (10+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

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

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-26  8:28 UTC  (4+ messages)

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-26  7:42 UTC  (9+ 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 0/2] Convert some gmap functions to use folios
 2024-03-26  7:41 UTC  (2+ messages)

[PATCH net v3] s390/qeth: handle deferred cc1
 2024-03-26  3:10 UTC  (2+ messages)

[PATCH V2 00/19] timekeeping: Handle potential multiplication overflow
 2024-03-25 18:11 UTC  (2+ 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).