public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-12 13:43:32 to 2023-10-26 18:18:46 UTC [more...]

[PATCH v2 0/3] a couple of corrections to the IRQ enablement function
 2023-10-26 18:18 UTC  (10+ messages)
` [PATCH v2 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v2 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v2 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command

s390x stack unwinding with perf?
 2023-10-26 14:58 UTC  (3+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26 10:24 UTC  (13+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
 2023-10-25 17:58 UTC  (19+ messages)
` [kvm-unit-tests PATCH 01/10] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests PATCH 02/10] s390x: topology: Fix report message
` [kvm-unit-tests PATCH 03/10] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests PATCH 04/10] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH 05/10] s390x: topology: Make some report messages unique
` [kvm-unit-tests PATCH 06/10] s390x: topology: Refine stsi header test
` [kvm-unit-tests PATCH 07/10] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests PATCH 08/10] s390x: topology: Rewrite topology list test
` [kvm-unit-tests PATCH 09/10] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests PATCH 10/10] s390x: topology: Add complex topology test

[PATCH 0/2] s390/dasd: fix kernel panic with statistics
 2023-10-25 13:24 UTC  (3+ messages)
` [PATCH 1/2] s390/dasd: resolve spelling mistake
` [PATCH 2/2] s390/dasd: protect device queue against concurrent access

[PATCH] drivers: s390: dasd_int.h: resolved spelling mistake
 2023-10-25 13:20 UTC  (2+ messages)

[PATCH] s390/cio: replace deprecated strncpy with strscpy
 2023-10-25 10:25 UTC  (4+ messages)

[PATCH] s390/sclp: replace deprecated strncpy with strtomem
 2023-10-25 10:23 UTC  (4+ messages)

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-10-25  9:58 UTC  (11+ messages)
` [PATCH 2/2] kexec: select CRYPTO from KEXEC_FILE instead of depending on it

[PATCH] s390/ctcm: replace deprecated strncpy with strscpy
 2023-10-25  1:10 UTC  (4+ messages)

[PATCH] s390/qeth: replace deprecated strncpy with strscpy
 2023-10-25  1:10 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2023-10-24  8:15 UTC 

[PATCH net 0/5] net/smc: bugfixs for smc-r
 2023-10-23 20:53 UTC  (31+ messages)
` [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 3/5] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net 4/5] net/smc: protect connection state transitions in listen work
` [PATCH net 5/5] net/smc: put sk reference if close work was canceled

[PATCH 00/10] Handle set_memory_XXcrypted() errors
 2023-10-23 17:27 UTC  (28+ messages)
` [PATCH 01/10] mm: Add helper for freeing decrypted memory
` [PATCH 02/10] x86/mm/cpa: Reject incorrect encryption change requests
` [PATCH 03/10] kvmclock: Use free_decrypted_pages()
` [PATCH 04/10] swiotlb: "
` [PATCH 05/10] ptp: "
` [PATCH 06/10] dma: "
` [RFC 07/10] hv: "
` [RFC 08/10] hv: Track decrypted status in vmbus_gpadl
` [RFC 09/10] hv_nstvsc: Don't free decrypted memory
` [RFC 10/10] uio_hv_generic: "

[GIT PULL] s390 fixes for 6.6-rc7
 2023-10-23 16:31 UTC  (9+ messages)
    ` [PATCH] s390/pci: remove custom and misleading bitmap_vzalloc

[PATCH net v2 0/2] net/smc: correct the reason code in smc_listen_find_device when fallback
 2023-10-23 11:09 UTC  (11+ messages)
` [PATCH net v2 1/2] net/smc: change function name from smc_find_ism_store_rc to smc_find_device_store_rc
` [PATCH net v2 2/2] net/smc: correct the reason code in smc_listen_find_device when fallback

[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-10-20 20:48 UTC 

[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-20 12:46 UTC  (20+ messages)
` [PATCH v2 01/13] bitops: add missing prototype check
` [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v2 04/13] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size()
` [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers
  ` [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps

[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24
 2023-10-19 23:54 UTC 

[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33
 2023-10-19 23:23 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/9] s390x: topology: Fixes and extension
 2023-10-19 10:58 UTC  (19+ messages)
` [kvm-unit-tests PATCH 2/9] s390x: topology: Use parameter in stsi_get_sysib
` [kvm-unit-tests PATCH 3/9] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH 4/9] s390x: topology: Don't use non unique message
` [kvm-unit-tests PATCH 5/9] s390x: topology: Refine stsi header test
` [kvm-unit-tests PATCH 6/9] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests PATCH 7/9] s390x: topology: Rewrite topology list test
` [kvm-unit-tests PATCH 9/9] s390x: topology: Add complex topology test

[PATCH net-next v4 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-10-18 19:43 UTC  (7+ messages)
` [PATCH net-next v4 10/18] net/smc: implement ID-related operations of loopback

split up ->kill_sb
 2023-10-17 19:50 UTC  (9+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super

[PATCH v2 1/2] kbuild: unify vdso_install rules
 2023-10-17 11:57 UTC  (3+ messages)
` [PATCH v2 2/2] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH net] net/smc: correct the reason code in smc_listen_find_device when fallback
 2023-10-17  8:52 UTC  (3+ messages)

[PATCH net] net/smc: return the right falback reason when prefix checks fail
 2023-10-16 23:40 UTC  (7+ messages)

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-10-16 20:35 UTC  (2+ messages)
` [PATCH 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT

[PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-15  2:20 UTC  (5+ messages)
` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-14  9:08 UTC  (6+ messages)
` [PATCH 5/5] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH v2 net] net/smc: fix smc clc failed issue when netdevice not in init_net
 2023-10-14  0:00 UTC  (3+ messages)

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-10-13 21:03 UTC  (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs

[PATCH net-next] net/smc: add support for netdevice in containers
 2023-10-13  8:04 UTC  (6+ messages)

[PATCH net v3] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set
 2023-10-12 16:55 UTC  (6+ messages)

[GIT PULL 0/1] KVM: s390: gisa: one fix for 6.6
 2023-10-12 15:10 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