Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 12:55:56 to 2024-04-09 08:29:43 UTC [more...]

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

[PATCH net v2] s390/ism: fix receive message buffer allocation
 2024-04-09  7:58 UTC  (6+ messages)

[PATCH] vdso: Fix powerpc build U64_MAX undeclared error
 2024-04-09  6:26 UTC 

[PATCH RFC v2 0/5] arm64: support DMA zone starting above 4GB
 2024-04-09  6:17 UTC  (6+ messages)
` [PATCH RFC v2 1/5] dma-mapping: replace zone_dma_bits by zone_dma_limit
` [PATCH RFC v2 2/5] of: get dma area lower limit
` [PATCH RFC v2 3/5] of: unittest: add test for of_dma_get_cpu_limits() 'min' param
` [PATCH RFC v2 4/5] dma-direct: add base offset to zone_dma_bits
` [PATCH RFC v2 5/5] arm64: mm: take DMA zone offset into account

[RFC PATCH net-next v5 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-04-09  1:44 UTC  (20+ messages)
` [RFC PATCH net-next v5 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [RFC PATCH net-next v5 04/11] net/smc: implement some unsupported operations of loopback-ism
` [RFC PATCH net-next v5 05/11] net/smc: implement DMB-related "

[PATCH 6.6 000/252] 6.6.26-rc1 review
 2024-04-08 17:15 UTC 

[PATCH 0/2] Convert some gmap functions to use folios
 2024-04-08 15:20 UTC  (5+ messages)

[PATCH v4 0/5] s390/vfio-ap: ap_config sysfs attribute for mdevctl automation
 2024-04-08 14:22 UTC  (3+ messages)
` [PATCH v4 4/5] s390/vfio-ap: Add write support to sysfs attr ap_config

[PATCH] s390/tools: Use ARRAY_SIZE() to fix Coccinelle warnings
 2024-04-08 12:42 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-08 11:59 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash
` [kvm-unit-tests PATCH 2/2] s390x: Fix is_pv check in run script

[PATCH] s390/smp: Use min() to fix Coccinelle warning
 2024-04-08 11:48 UTC  (2+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-08 10:03 UTC  (15+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 7/9] s390: "
` [PATCH 9/9] mmc: "

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-08  7:37 UTC  (17+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking
` [RFC kvm-unit-tests PATCH v2 02/14] shellcheck: Fix SC2223
` [RFC kvm-unit-tests PATCH v2 03/14] shellcheck: Fix SC2295
` [RFC kvm-unit-tests PATCH v2 04/14] shellcheck: Fix SC2094
` [RFC kvm-unit-tests PATCH v2 05/14] shellcheck: Fix SC2006
` [RFC kvm-unit-tests PATCH v2 06/14] shellcheck: Fix SC2155
` [RFC kvm-unit-tests PATCH v2 07/14] shellcheck: Fix SC2143
` [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013
` [RFC kvm-unit-tests PATCH v2 09/14] shellcheck: Fix SC2145
` [RFC kvm-unit-tests PATCH v2 10/14] shellcheck: Fix SC2124
` [RFC kvm-unit-tests PATCH v2 11/14] shellcheck: Fix SC2294
` [RFC kvm-unit-tests PATCH v2 12/14] shellcheck: Fix SC2178
` [RFC kvm-unit-tests PATCH v2 13/14] shellcheck: Fix SC2048
` [RFC kvm-unit-tests PATCH v2 14/14] shellcheck: Suppress various messages

[PATCH v2 4/4] ax.25: Remove the now superfluous sentinel elements from ctl_table array
 2024-04-08  7:20 UTC  (7+ messages)

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

[PATCH vhost v7 0/6] refactor the params of find_vqs()
 2024-04-07  6:07 UTC  (9+ messages)
` [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: "

[kvm-unit-tests RFC PATCH 00/17] add shellcheck support
 2024-04-06 10:56 UTC  (43+ messages)
` [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
` [kvm-unit-tests RFC PATCH 02/17] shellcheck: Fix SC2223
` [kvm-unit-tests RFC PATCH 03/17] shellcheck: Fix SC2295
` [kvm-unit-tests RFC PATCH 04/17] shellcheck: Fix SC2094
` [kvm-unit-tests RFC PATCH 05/17] shellcheck: Fix SC2006
` [kvm-unit-tests RFC PATCH 06/17] shellcheck: Fix SC2155
` [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
` [kvm-unit-tests RFC PATCH 08/17] shellcheck: Fix SC2119, SC2120
` [kvm-unit-tests RFC PATCH 09/17] shellcheck: Fix SC2143
` [kvm-unit-tests RFC PATCH 10/17] shellcheck: Fix SC2013
` [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
` [kvm-unit-tests RFC PATCH 12/17] shellcheck: Fix SC2124
` [kvm-unit-tests RFC PATCH 13/17] shellcheck: Fix SC2294
` [kvm-unit-tests RFC PATCH 14/17] shellcheck: Fix SC2178
` [kvm-unit-tests RFC PATCH 15/17] shellcheck: Fix SC2048
` [kvm-unit-tests RFC PATCH 16/17] shellcheck: Fix SC2153
` [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages

[GIT PULL] s390 fixes for 6.9-rc3
 2024-04-05 21:06 UTC  (2+ messages)

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2024-04-05 16:20 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH net 0/1] s390/ism: Fix splice for SMC-D
 2024-04-05 14:36 UTC  (8+ messages)
` [PATCH net 1/1] s390/ism: fix receive message buffer allocation

[PATCH v2] s390/ism: fix receive message buffer allocation
 2024-04-05 11:12 UTC 

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

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-05  7:09 UTC  (11+ messages)
` [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() without a reference
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment
` [PATCH v1 5/5] s390/hugetlb: convert PG_arch_1 code to work on folio->flags

[PATCH 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-03 18:32 UTC  (19+ 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 7/7] x86: "

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

[PATCH net-next v2 0/2] Avoid explicit cpumask var allocation on stack
 2024-04-03  1:40 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c0b832517f627ead3388c6f0c74e8ac10ad5774b
 2024-04-03  0:24 UTC 

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 22:33 UTC  (5+ messages)
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments


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