messages from 2024-10-16 18:03:28 to 2024-10-27 19:28:42 UTC [more...]
[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
2024-10-27 19:28 UTC (6+ messages)
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-27 8:14 UTC (28+ 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 net-next] net/smc: increase SMC_WR_BUF_CNT
2024-10-25 23:58 UTC (3+ messages)
[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
2024-10-25 18:30 UTC (13+ 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 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)
[PATCH v3 0/7] virtio-mem: s390 support
2024-10-25 14:14 UTC (8+ 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
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 v2 0/7] virtio-mem: s390 support
2024-10-25 10:54 UTC (22+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v2 5/7] virtio-mem: s390 support
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (19+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[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)
[PATCH v5 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
2024-10-24 8:41 UTC (8+ 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
[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 (16+ messages)
` [PATCH v4 01/11] s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
` [PATCH v4 02/11] s390/kvm: Remove kvm_arch_fault_in_page()
` [PATCH v4 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v4 04/11] s390/mm/gmap: Fix __gmap_fault() return code
` [PATCH v4 05/11] s390/mm/fault: Handle guest-related program interrupts in KVM
` [PATCH v4 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v4 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v4 08/11] s390: Remove gmap pointer from lowcore
` [PATCH v4 09/11] s390/mm: Simplify get_fault_type()
` [PATCH v4 10/11] s390/mm: Get rid of fault type switch statements
` [PATCH v4 11/11] s390/mm: Convert to LOCK_MM_AND_FIND_VMA
[PATCH v4 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
2024-10-23 8:14 UTC (10+ messages)
` [PATCH v4 1/6] s390/boot/uv.c: Use a constant for more-data rc
` [PATCH v4 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v4 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v4 4/6] s390/uvdevice: Increase indent in IOCTL definitions
` [PATCH v4 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v4 6/6] s390/uv: Retrieve UV secrets sysfs 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)
[PATCH net-next v4 0/2] PtP driver for s390 clocks
2024-10-23 6:56 UTC (3+ 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 net-next v3 0/2] PtP driver for s390 clocks
2024-10-22 9:24 UTC (3+ messages)
` [PATCH net-next v3 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH net-next v3 2/2] s390/time: Add PtP driver
(no subject)
2024-10-22 2:00 UTC (3+ messages)
` [PATCH v3 2/2 RESEND] resolve gtp possible deadlock warning
[kvm-unit-tests PATCH v4 0/6] s390x: STFLE nested interpretation
2024-10-21 13:04 UTC (14+ messages)
` [kvm-unit-tests PATCH v4 1/6] s390x: lib: Remove double include
` [kvm-unit-tests PATCH v4 2/6] s390x: Add sie_is_pv
` [kvm-unit-tests PATCH v4 3/6] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v4 4/6] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v4 5/6] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH v4 6/6] s390x: Add test for STFLE interpretive execution (format-0)
[PATCH v3 00/11] s390/kvm: Handle guest-related program interrupts in KVM
2024-10-21 11:45 UTC (10+ messages)
` [PATCH v3 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v3 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v3 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v3 08/11] s390: Remove gmap pointer from lowcore
[PATCH 1/3] PCI: Remove unused PCI_SUBTRACTIVE_DECODE
2024-10-18 18:36 UTC (3+ messages)
[GIT PULL] s390 fixes for 6.12-rc4
2024-10-18 14:12 UTC (2+ messages)
[PATCH v6 2/5] selftests: kvm: s390: Add uc_skey VM test case
2024-10-18 9:03 UTC (3+ messages)
[PATCH v3 0/2] PtP driver for s390 clocks
2024-10-17 14:06 UTC (6+ messages)
` [PATCH v3 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH v3 2/2] s390/time: Add PtP driver
[PATCH v2 0/2] PtP driver for s390 clocks
2024-10-16 18:37 UTC (3+ messages)
` [PATCH v2 2/2] s390/time: Add PtP driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox