linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-22 12:38:45 to 2024-11-03 22:32:24 UTC [more...]

[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-03 22:31 UTC  (2+ messages)
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-03 13:57 UTC  (39+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-03 13:01 UTC  (15+ messages)
` [PATCH bpf-next 1/4] bpf: export necessary sympols for modules
` [PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
` [PATCH net-next 3/4] net/smc: Introduce smc_bpf_ops
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH net-next] net/smc: Optimize the search method of reused buf_desc
 2024-11-02  6:43 UTC  (3+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-01 19:39 UTC  (22+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
` [RFC PATCH v3 4/6] kvm: gmem: add trace point for direct map state changes
` [RFC PATCH v3 5/6] kvm: document KVM_GMEM_NO_DIRECT_MAP flag
` [RFC PATCH v3 6/6] kvm: selftests: run gmem tests with KVM_GMEM_NO_DIRECT_MAP set

[PATCH] net/smc: Optimize the search method of reused buf_desc
 2024-11-01  8:27 UTC  (5+ messages)

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-31 21:41 UTC  (26+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v3 4/7] virtio-mem: s390 support
` [PATCH v3 5/7] lib/Kconfig.debug: default STRICT_DEVMEM to "y" on s390
` [PATCH v3 6/7] s390/sparsemem: reduce section size to 128 MiB
` [PATCH v3 7/7] s390/sparsemem: provide memory_add_physaddr_to_nid() with CONFIG_NUMA

[PATCH v1 1/1] s390/kvm: mask extra bits from program interrupt code
 2024-10-31 15:24 UTC  (5+ messages)

[PATCH net-next] net/smc: increase SMC_WR_BUF_CNT
 2024-10-31 12:30 UTC  (4+ messages)

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-10-31 10:01 UTC  (10+ messages)

[PATCH v2] s390/uvdevice: Support longer secret lists
 2024-10-31  9:35 UTC 

[PATCH 0/1] s390: enable HAVE_FTRACE_GRAPH_FUNC
 2024-10-31  1:20 UTC  (3+ messages)
` [PATCH 1/1] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC

[PATCH net-next v4 0/2] PtP driver for s390 clocks
 2024-10-31  0:40 UTC  (4+ messages)
` [PATCH net-next v4 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH net-next v4 2/2] s390/time: Add PtP driver

[PATCH v1 1/1] s390/kvm: initialize uninitialized flags variable
 2024-10-30 17:04 UTC  (2+ messages)

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-30 14:33 UTC  (11+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-10-30 11:39 UTC  (6+ messages)
` [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (2+ messages)

[PATCH v1] s390/uvdevice: Support longer secret lists
 2024-10-30  8:26 UTC 

[PATCH v5 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
 2024-10-29  9:33 UTC  (9+ messages)
` [PATCH v5 1/6] s390/uv: Use a constant for more-data rc
` [PATCH v5 2/6] s390/uv: Retrieve UV secrets support
  ` [PATCH v6 "
` [PATCH v5 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v5 4/6] s390/uvdevice: Increase indent in IOCTL definitions
` [PATCH v5 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v5 6/6] s390/uv: Retrieve UV secrets sysfs support

[PATCH v5 1/2] perf/core: Export perf_exclude_event()
 2024-10-28 20:01 UTC 

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-10-25 15:11 UTC  (12+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v1 08/11] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v1 09/11] virtio-mem: remember usable region size
` [PATCH v1 10/11] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v1 11/11] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

provide generic page_to_phys and phys_to_page implementations v3
 2024-10-25 13:37 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
 2024-10-25  7:40 UTC  (2+ messages)

[PATCH net-next] net/smc: use new helper to get the netdev associated to an ibdev
 2024-10-24 11:31 UTC  (4+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
 2024-10-24  8:38 UTC  (2+ messages)

[PATCH AUTOSEL 6.11 17/30] s390/ap: Fix CCA crypto card behavior within protected execution environment
 2024-10-23 14:29 UTC 

[PATCH v3] s390/kdump: make is_kdump_kernel() consistently return "true" in kdump environments only
 2024-10-23 12:53 UTC  (4+ messages)

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-23 11:17 UTC  (7+ messages)

[PATCH v4 00/11] s390/kvm: Handle guest-related program interrupts in KVM
 2024-10-23  8:39 UTC  (6+ messages)
` [PATCH v4 05/11] s390/mm/fault: "
` [PATCH v4 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()

[PATCH v4 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
 2024-10-23  8:14 UTC  (4+ messages)
` [PATCH v4 2/6] s390/uv: Retrieve UV secrets support

[PATCH v3 2/2] s390/uv: Provide host-key hashes in sysfs
 2024-10-23  7:55 UTC  (2+ messages)

[PATCH v4 2/5] perf/core: Export perf_exclude_event()
 2024-10-23  7:33 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 NNTP newsgroup(s).