messages from 2025-02-25 03:55:35 to 2025-02-26 15:00:35 UTC [more...]
[PATCH v8 0/8] Buddy allocator like (or non-uniform) folio split
2025-02-26 15:00 UTC (4+ messages)
` [PATCH v8 1/8] xarray: add xas_try_split() to split a multi-index entry
[PATCHv2 net 0/3] bond: fix xfrm offload issues
2025-02-26 14:05 UTC (13+ messages)
` [PATCHv2 net 1/3] bonding: move mutex lock to a work queue for XFRM GC tasks
` [PATCHv2 net 2/3] bonding: fix xfrm offload feature setup on active-backup mode
` [PATCHv2 net 3/3] selftests: bonding: add ipsec offload test
[PATCH bpf-next v1 0/3] bpf: Fix use-after-free of sockmap
2025-02-26 13:22 UTC (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v1 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket
` [PATCH bpf-next v1 3/3] selftests/bpf: Add edge case tests for sockmap
[PATCH v3 0/2] selftests: sched: Add default target support for sched
2025-02-26 13:05 UTC (4+ messages)
` [PATCH v3 1/2] selftests: sched: add sched as a default selftest target
` [PATCH v3 2/2] selftests: sched: skip cs_prctl_test for systems with core scheduling disabled
[PATCH RFC 0/4] mm: KUnit tests for the page allocator
2025-02-26 12:21 UTC (13+ messages)
` [PATCH RFC 3/4] mm/page_alloc_test: Add logic to isolate a node for testing
` [PATCH RFC 4/4] mm/page_alloc_test: Add smoke-test for page allocation
[PATCH 0/9] selftests/x86/xstate: Introduce common code for testing extended states
2025-02-26 12:07 UTC (11+ messages)
` [PATCH 1/9] selftests/x86: Consolidate redundant signal helper functions
` [PATCH 2/9] selftests/x86/xstate: Refactor XSAVE helpers for general use
` [PATCH 3/9] selftests/x86/xstate: Enumerate and name xstate components
` [PATCH 4/9] selftests/x86/xstate: Refactor context switching test
` [PATCH 5/9] selftests/x86/xstate: Refactor ptrace ABI test
` [PATCH 6/9] selftests/x86/xstate: Introduce signal "
` [PATCH 7/9] selftests/x86/xstate: Consolidate test invocations into a single entry
` [PATCH 8/9] selftests/x86/xstate: Clarify supported xstates
` [PATCH 9/9] selftests/x86/avx: Add AVX test
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-02-26 11:44 UTC (17+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH v2 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH v2 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH v2 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH v2 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH v2 08/16] selftests: Add headers target
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header
` [PATCH v2 10/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH v2 11/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH v2 13/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH v2 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc
[PATCH v5 0/3] Enable Zicbom in usermode
2025-02-26 11:10 UTC (5+ messages)
` [External] "
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-26 9:08 UTC (15+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
[PATCH 0/3] selftests: add ublk selftests
2025-02-26 8:11 UTC (4+ messages)
` [PATCH 1/3] selftests: ublk: add kernel selftests for ublk
` [PATCH 2/3] selftests: ublk: add file backed ublk
` [PATCH 3/3] selftests: ublk: add ublk zero copy test
[PATCH v10 3/3] selftests/rseq: Add test for mm_cid compaction
2025-02-26 7:02 UTC
[PATCH sched_ext/for-6.15] selftests/sched_ext: Add NUMA-aware scheduler test
2025-02-26 6:50 UTC
[PATCH v7 0/3] Enable Zicbom in usermode
2025-02-26 6:32 UTC (4+ messages)
` [PATCH v7 1/3] RISC-V: Enable cbo.clean/flush "
` [PATCH v7 2/3] RISC-V: hwprobe: Expose Zicbom extension and its block size
` [PATCH v7 3/3] RISC-V: selftests: Add TEST_ZICBOM into CBO tests
[PATCH bpf-next v3 0/6] XDP metadata support for tun driver
2025-02-26 6:31 UTC (18+ messages)
` [PATCH bpf-next v3 1/6] net: tun: enable XDP metadata support
` [PATCH bpf-next v3 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v3 3/6] selftests/bpf: move open_tuntap to network helpers
` [PATCH bpf-next v3 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program
` [PATCH bpf-next v3 6/6] selftests/bpf: fix file descriptor assertion in open_tuntap helper
[PATCH 0/8] tracing: probes: Fixes and enhancing error logs
2025-02-26 6:19 UTC (9+ messages)
` [PATCH 1/8] tracing: tprobe-events: Fix a memory leak when tprobe with $retval
` [PATCH 2/8] tracing: tprobe-events: Reject invalid tracepoint name
` [PATCH 3/8] tracing: fprobe-events: Log error for exceeding the number of entry args
` [PATCH 4/8] tracing: probe-events: Log errro for exceeding the number of arguments
` [PATCH 5/8] tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
` [PATCH 6/8] selftests/ftrace: Expand the tprobe event test to check wrong format
` [PATCH 7/8] selftests/ftrace: Add new syntax error test
` [PATCH 8/8] selftests/ftrace: Add dynamic events argument limitation test case
[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-02-26 5:42 UTC (19+ messages)
` [PATCH v8 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v8 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v8 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v8 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v8 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v8 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v8 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v8 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v8 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v8 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v8 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v8 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v8 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
[PATCH net-next] selftests/net: ensure mptcp is enabled in netns
2025-02-26 3:10 UTC (4+ messages)
[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
2025-02-26 2:25 UTC (4+ messages)
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer
[PATCH] selftests/dma: Fix bad array reference
2025-02-26 1:31 UTC (2+ messages)
[PATCH v6 0/3] Add support for the Idle HLT intercept feature
2025-02-26 0:38 UTC (5+ messages)
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test
[PATCH net] selftests: drv-net: Check if combined-count exists
2025-02-25 23:55 UTC (4+ messages)
[PATCH 0/3] selftests/damon: three fixes for false results
2025-02-25 22:23 UTC (4+ messages)
` [PATCH 1/3] selftests/damon/damos_quota: make real expectation of quota exceeds
` [PATCH 2/3] selftests/damon/damon_nr_regions: set ops update for merge results check to 100ms
` [PATCH 3/3] selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-02-25 20:37 UTC (3+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
[PATCH] selftests/net: deflake GRO tests and fix return value and output
2025-02-25 20:05 UTC (4+ messages)
[PATCH v7 00/10] Basic SEV-SNP Selftests
2025-02-25 19:45 UTC (9+ messages)
` [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure
[PATCH net-next v5 0/9] Device memory TCP TX
2025-02-25 18:54 UTC (8+ messages)
` [PATCH net-next v5 3/9] net: devmem: Implement TX path
` [PATCH net-next v5 4/9] net: devmem: make dmabuf unbinding scheduled work
[PATCH v7 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-02-25 17:22 UTC (23+ messages)
` [PATCH v7 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v7 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v7 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v7 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
[PATCH v2 0/4] tools/nolibc: MIPS: entrypoint cleanups and N32/N64 ABIs
2025-02-25 17:02 UTC (5+ messages)
` [PATCH v2 1/4] tools/nolibc: MIPS: drop $gp setup
` [PATCH v2 2/4] tools/nolibc: MIPS: drop manual stack pointer alignment
` [PATCH v2 3/4] tools/nolibc: MIPS: drop noreorder option
` [PATCH v2 4/4] tools/nolibc: MIPS: add support for N64 and N32 ABIs
[PATCH] selftests/nolibc: only run constructor tests on nolibc
2025-02-25 9:37 UTC (5+ messages)
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-02-25 16:48 UTC (15+ messages)
[PATCH net-next v6 0/8] Some pktgen fixes/improvments (part II)
2025-02-25 15:17 UTC (5+ messages)
` [PATCH net-next v6 1/8] net: pktgen: fix mix of int/long
` [PATCH net-next v6 8/8] selftest: net: add proc_net_pktgen
[PATCH net-next 0/7] netconsole: Add taskname sysdata support
2025-02-25 14:10 UTC (23+ messages)
` [PATCH net-next 1/7] netconsole: prefix CPU_NR sysdata feature with SYSDATA_
` [PATCH net-next 2/7] netconsole: refactor CPU number formatting into separate function
` [PATCH net-next 3/7] netconsole: add taskname to extradata entry count
` [PATCH net-next 4/7] netconsole: add configfs controls for taskname sysdata feature
` [PATCH net-next 5/7] netconsole: add task name to extra data fields
` [PATCH net-next 6/7] netconsole: docs: document the task name feature
` [PATCH net-next 7/7] netconsole: selftest: add task name append testing
[PATCH] selftests/net: deflake GRO tests and fix return value and output
2025-02-25 13:16 UTC (2+ messages)
[PATCH net] xfrm_output: Force software GSO only in tunnel mode
2025-02-25 11:30 UTC (2+ messages)
[PATCH v4 0/6] Fix some issues related to an interrupt type in pci_endpoint_test
2025-02-25 11:15 UTC (9+ messages)
` [PATCH v4 1/6] selftests: pci_endpoint: Add GET_IRQTYPE checks to each interrupt test
` [PATCH v4 2/6] misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error
` [PATCH v4 3/6] misc: pci_endpoint_test: Fix displaying irq_type "
` [PATCH v4 4/6] misc: pci_endpoint_test: Fix irq_type to convey the correct type
` [PATCH v4 5/6] misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'
` [PATCH v4 6/6] misc: pci_endpoint_test: Do not use managed irq functions
[PATCH v2 0/2] selftests: sched: Add default target support for sched
2025-02-25 8:54 UTC (6+ messages)
` [PATCH v2 2/2] selftests: sched: skip cs_prctl_test for systems with core scheduling disabled
[PATCH rcu 00/11] Lazy Preempt changes for v6.15
2025-02-25 3:55 UTC (4+ messages)
` [PATCH rcu 09/11] rcu: limit PREEMPT_RCU configurations
` [PATCH rcu 10/11] rcutorture: Make scenario TREE10 build CONFIG_PREEMPT_LAZY=y
` [PATCH rcu 11/11] rcutorture: Make scenario TREE07 "
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