linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-13 07:44:38 to 2025-05-15 17:03:42 UTC [more...]

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-15 17:03 UTC  (53+ messages)
` [PATCH v4 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v4 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v4 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v4 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v4 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v4 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v4 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 12/23] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 16/23] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v4 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v4 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v4 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v4 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v4 22/23] iommu/tegra241-cmdqv: Add user-space use support

[PATCH] selftests: Improve test output grammar, code style
 2025-05-15 16:56 UTC  (2+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-05-15 16:29 UTC  (56+ messages)
` [PATCH v4 01/38] perf: Support get/put mediated PMU interfaces
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 06/38] x86/irq: Factor out common code for installing kvm irq handler
` [PATCH v4 07/38] perf: core/x86: Register a new vector for KVM GUEST PMI
` [PATCH v4 09/38] perf: Add switch_guest_ctx() interface
` [PATCH v4 11/38] perf/x86: Forbid PMI handler when guest own PMU
` [PATCH v4 14/38] KVM: x86/pmu: Introduce enable_mediated_pmu global parameter
` [PATCH v4 15/38] KVM: x86/pmu: Check PMU cpuid configuration from user space
` [PATCH v4 17/38] KVM: x86/pmu: Add perf_capabilities field in struct kvm_host_values{}
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
` [PATCH v4 21/38] KVM: x86/pmu/vmx: Save/load guest IA32_PERF_GLOBAL_CTRL with vm_exit/entry_ctrl
` [PATCH v4 22/38] KVM: x86/pmu: Optimize intel/amd_pmu_refresh() helpers
` [PATCH v4 23/38] KVM: x86/pmu: Configure the interception of PMU MSRs
` [PATCH v4 26/38] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v4 27/38] KVM: x86/pmu: Handle PMU MSRs interception and "
` [PATCH v4 29/38] KVM: x86/pmu: Switch host/guest PMU context at vm-exit/vm-entry

LFX Mentorship: Kselftest Patch Submission - Message Clarity Improvement in futex_requeue
 2025-05-15 13:59 UTC 

[PATCH bpf-next v3 0/8] selftests/bpf: Test sockmap/sockhash redirection
 2025-05-15 10:49 UTC  (11+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v3 2/8] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v3 3/8] selftests/bpf: Add u32()/u64() to sockmap_helpers
` [PATCH bpf-next v3 4/8] selftests/bpf: Introduce verdict programs for sockmap_redir
` [PATCH bpf-next v3 5/8] selftests/bpf: Add selftest for sockmap/hashmap redirection
` [PATCH bpf-next v3 6/8] selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests
` [PATCH bpf-next v3 7/8] selftests/bpf: sockmap_listen cleanup: Drop af_unix "
` [PATCH bpf-next v3 8/8] selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM "

[PATCH] selftests: Add functional test for the abort file in fusectl
 2025-05-15 10:26 UTC  (3+ messages)

[PATCH] selftests: remove duplicated function definition
 2025-05-15 10:02 UTC  (2+ messages)

[PATCH] selftests/mm: Deduplicate default page size test results in thuge-gen
 2025-05-15  9:44 UTC  (2+ messages)

[PATCH] selftests/mm: Fix test result reporting in gup_longterm
 2025-05-15  9:43 UTC  (4+ messages)

[PATCH] selftests/mm: Deduplicate test logging in test_mlock_lock()
 2025-05-15  9:30 UTC  (2+ messages)

[PATCH v15 net-next 0/5] DUALPI2 patch
 2025-05-15  9:12 UTC  (7+ messages)
` [PATCH v15 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v15 net-next 2/5] sched: Dump configuration and statistics "

[PATCH net-next v5] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-15  9:02 UTC  (2+ messages)

[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-15  8:22 UTC  (15+ messages)
` [PATCH v7 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v7 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v7 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v7 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v7 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v7 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v7 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v7 08/14] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v7 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v7 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v7 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v7 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v7 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v7 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-15  8:48 UTC  (7+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[PATCH] selftests/memfd: clean Makefile
 2025-05-15  8:25 UTC 

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-15  7:51 UTC  (2+ messages)

[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
 2025-05-15  6:21 UTC  (12+ messages)
` [PATCH v2 02/15] genpt: Add Documentation/ files
` [PATCH v2 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v2 07/15] iommupt: Add map_pages op

[PATCH] kselftest/arm64: Set default OUTPUT path when undefined
 2025-05-15  5:18 UTC 

[PATCH v6 0/4] mm: introduce THP deferred setting
 2025-05-15  3:38 UTC  (5+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged
` [PATCH v6 2/4] mm: document (m)THP defer usage
` [PATCH v6 3/4] khugepaged: add defer option to mTHP options
` [PATCH v6 4/4] selftests: mm: add defer to thp setting parser

[PATCH] selftests: timers: Fix grammar and clarify comments in nanosleep.c
 2025-05-14 22:21 UTC 

[PATCH bpf-next v6 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-14 21:59 UTC  (10+ messages)
` [PATCH bpf-next v6 1/5] dma-buf: Rename debugfs symbols
` [PATCH bpf-next v6 2/5] bpf: Add dmabuf iterator
` [PATCH bpf-next v6 3/5] bpf: Add open coded "
` [PATCH bpf-next v6 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v6 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-14 21:29 UTC  (4+ messages)
` [PATCH v1 6/6] Documentation: kvm: new uAPI for handling SEA

[PATCH v3] kunit: fix longest symbol length test
 2025-05-14 21:00 UTC  (2+ messages)

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-14 20:41 UTC  (14+ messages)

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-14 17:34 UTC  (11+ messages)
` [PATCH bpf-next v3 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v3 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v3 11/11] bpf: Fall back to nospec for sanitization-failures

[PATCH v7 net-next 00/15] AccECN protocol patch series
 2025-05-14 13:56 UTC  (16+ messages)
` [PATCH v7 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v7 net-next 02/15] tcp: fast path functions later
` [PATCH v7 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v7 net-next 04/15] tcp: AccECN core
` [PATCH v7 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v7 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v7 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v7 net-next 08/15] tcp: sack option handling improvements
` [PATCH v7 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v7 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v7 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v7 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v7 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v7 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v7 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH v6 net-next 00/15] AccECN protocol patch series
 2025-05-14 13:53 UTC  (4+ messages)
` [PATCH v6 net-next 04/15] tcp: AccECN core

[PATCH v2] selftests: can: Import tst-filter from can-tests
 2025-05-14  9:47 UTC  (2+ messages)

[PATCH v2] selftests: riscv: add misaligned access testing
 2025-05-14  8:05 UTC 

[PATCH] selftests: riscv: add misaligned access testing
 2025-05-14  7:34 UTC  (3+ messages)

[PATCH net-next v4] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-14  6:32 UTC  (3+ messages)

[PATCH] selftests: add missing include
 2025-05-14  2:00 UTC 

[PATCH] selftests: ir_decoder: Convert header comment to proper multi-line block
 2025-05-13 22:32 UTC 

[PATCH] selftests: acct: fix grammar and clarify output messages
 2025-05-13 22:14 UTC 

[PATCH] selftests: size: fix grammar and align output formatting
 2025-05-13 21:46 UTC 

[PATCH] selftests: size: fix grammar and align output formatting
 2025-05-13 21:44 UTC 

[PATCH] Fix typo in 'limit' for bpf test
 2025-05-13 18:03 UTC 

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-05-13 17:33 UTC  (6+ messages)

Last week to submit your sessions to the Automated Testing Summit!
 2025-05-13 16:54 UTC 

[PATCH] selftests/eventfd: correct test name and improve messages
 2025-05-13 16:12 UTC  (2+ messages)

[PATCH] selftests: fix "memebers" typo in filesystems/mount-notify
 2025-05-13 14:48 UTC 

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-05-13 12:12 UTC  (3+ messages)
` [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH] selftests: Suppress unused variable warning
 2025-05-13 10:01 UTC 

[PATCH net-next v14 0/9] Device memory TCP TX
 2025-05-13  9:30 UTC  (4+ messages)
` [PATCH net-next v14 4/9] net: devmem: Implement TX path


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).