messages from 2024-10-24 10:00:49 to 2024-11-04 21:31:05 UTC [more...]
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
2024-11-04 21:30 UTC (26+ 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 v3 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-04 18:10 UTC (28+ messages)
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v3 06/18] loongarch/crc32: "
` [PATCH v3 07/18] mips/crc32: "
` [PATCH v3 08/18] powerpc/crc32: "
` [PATCH v3 09/18] s390/crc32: "
` [PATCH v3 10/18] sparc/crc32: "
` [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v3 15/18] ext4: switch to using the crc32c library
` [PATCH v3 16/18] jbd2: "
` [PATCH v3 17/18] f2fs: switch to using the crc32 library
` [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH net-next] net/smc: increase SMC_WR_BUF_CNT
2024-11-04 16:42 UTC (5+ messages)
[PATCH v3] s390/uvdevice: Support longer secret lists
2024-11-04 15:36 UTC
[PATCH v2] s390/uvdevice: Support longer secret lists
2024-11-04 12:13 UTC (2+ messages)
[PATCH v3 0/7] virtio-mem: s390 support
2024-11-04 10:14 UTC (27+ 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: initialize uninitialized flags variable
2024-11-04 9:43 UTC (3+ messages)
[PATCH net-next] net/smc: Optimize the search method of reused buf_desc
2024-11-04 8:47 UTC (5+ messages)
[PATCH] net/smc: Optimize the search method of reused buf_desc
2024-11-04 7:34 UTC (7+ messages)
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-11-04 6:21 UTC (13+ 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 v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-04 2:34 UTC (40+ 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 (8+ messages)
` [PATCH net-next 3/4] "
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops
[PATCH v1 1/1] s390/kvm: mask extra bits from program interrupt code
2024-10-31 15:24 UTC (5+ messages)
[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
2024-10-31 10:01 UTC (10+ messages)
[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 (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 (2+ messages)
[PATCH v5 1/2] perf/core: Export perf_exclude_event()
2024-10-28 20:01 UTC
provide generic page_to_phys and phys_to_page implementations v3
2024-10-25 13:37 UTC (2+ messages)
[PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
2024-10-25 12:20 UTC (3+ messages)
[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)
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