messages from 2025-05-12 10:53:21 to 2025-05-15 07:57:15 UTC [more...]
[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-15 7:57 UTC (36+ 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 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 bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-15 7:51 UTC (4+ messages)
` [PATCH bpf-next v4 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs
[PATCH] selftests: Add functional test for the abort file in fusectl
2025-05-15 7:44 UTC (2+ messages)
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-15 7:28 UTC (6+ 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 v2 00/15] Consolidate iommu page table implementations (AMD)
2025-05-15 6:21 UTC (13+ 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 v4 00/38] Mediated vPMU 4.0 for x86
2025-05-15 5:45 UTC (54+ 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] kselftest/arm64: Set default OUTPUT path when undefined
2025-05-15 5:18 UTC
[PATCH bpf-next v3 0/8] selftests/bpf: Test sockmap/sockhash redirection
2025-05-15 4:29 UTC (10+ 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 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 net-next v5] selftests/vsock: add initial vmtest.sh for vsock
2025-05-14 6:31 UTC
[PATCH] selftests: remove duplicated function definition
2025-05-14 2:02 UTC
[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
[PATCH v2] kunit: fix longest symbol length test
2025-05-13 5:36 UTC (2+ messages)
[PATCH v4 00/14] kselftest harness and nolibc compatibility
2025-05-13 5:33 UTC (4+ messages)
[PATCH v3] KVM: SEV: Disable SEV-SNP support on initialization failure
2025-05-13 4:46 UTC (3+ messages)
[PATCH net-next] selftests: drv-net: ping: make sure the ping test restores checksum offload
2025-05-13 1:20 UTC (2+ messages)
[PATCHv2 net-next 0/6] selftests: net: configure rp_filter in setup_ns
2025-05-13 1:20 UTC (8+ messages)
` [PATCHv2 net-next 1/6] selftests: net: disable rp_filter after namespace initialization
` [PATCHv2 net-next 2/6] selftests: net: remove redundant rp_filter configuration
` [PATCHv2 net-next 3/6] selftests: net: use setup_ns for bareudp testing
[PATCH 0/6] mm/damon: minor fixups and improvements for code, tests, and documents
2025-05-13 0:27 UTC (3+ messages)
` [PATCH 4/6] mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()
` [PATCH 5/6] selftests/damon/_damon_sysfs: read tried regions directories in order
[RESEND PATCH] selftests/bpf: Fix bpf selftest build warning
2025-05-13 0:08 UTC (3+ messages)
[PATCH v2] KVM: SEV: Disable SEV-SNP support on initialization failure
2025-05-12 21:55 UTC (2+ messages)
[PATCH] selftests/mincore: Added comment for minicore test
2025-05-12 21:34 UTC (2+ messages)
[PATCH bpf-next v5 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
2025-05-12 21:04 UTC (10+ messages)
` [PATCH bpf-next v5 1/5] dma-buf: Rename debugfs symbols
` [PATCH bpf-next v5 2/5] bpf: Add dmabuf iterator
` [PATCH bpf-next v5 3/5] bpf: Add open coded "
` [PATCH bpf-next v5 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v5 5/5] selftests/bpf: Add test for open coded dmabuf_iter
[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-12 18:00 UTC (5+ messages)
` [PATCH v6 04/14] riscv: sbi: add FWFT extension interface
[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
2025-05-12 16:01 UTC (11+ messages)
` [PATCH bpf-next 1/4] "
[PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
2025-05-12 15:31 UTC (11+ messages)
[PATCH v2] selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
2025-05-12 11:52 UTC (4+ messages)
[RFC PATCH v2 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
2025-05-12 11:41 UTC (4+ messages)
` [RFC PATCH v2 1/3] arm64/sysreg: Expose MTE_frac so that it is visible to KVM
` [RFC PATCH v2 2/3] KVM: arm64: Make MTE_frac masking conditional on MTE capability
` [RFC PATCH v2 3/3] KVM: selftests: Confirm exposing MTE_frac does not break migration
[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
2025-05-12 10:52 UTC (10+ messages)
` [RFC PATCH v2 1/9] KVM: arm64: nv: selftests: Add support to run guest code in vEL2
` [RFC PATCH v2 2/9] KVM: arm64: nv: selftests: Add simple test "
` [RFC PATCH v2 3/9] KVM: arm64: nv: selftests: Enable hypervisor timer tests to run "
` [RFC PATCH v2 4/9] KVM: arm64: nv: selftests: enable aarch32_id_regs test "
` [RFC PATCH v2 5/9] KVM: arm64: nv: selftests: Enable vgic tests "
` [RFC PATCH v2 6/9] KVM: arm64: nv: selftests: Enable set_id_regs test "
` [RFC PATCH v2 7/9] KVM: arm64: nv: selftests: Enable "
` [RFC PATCH v2 8/9] KVM: selftests: arm64: Extend kvm_page_table_test to run guest code "
` [RFC PATCH v2 9/9] KVM: arm64: nv: selftests: Enable page_fault_test test to run "
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;
as well as URLs for NNTP newsgroup(s).