messages from 2025-06-20 03:32:32 to 2025-06-23 06:15:45 UTC [more...]
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-23 6:15 UTC (17+ messages)
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()
[PATCH 0/2] Possible TTY privilege escalation in TIOCSTI ioctl
2025-06-23 5:13 UTC (4+ messages)
` [PATCH 1/2] selftests/tty: add TIOCSTI test suite
` [PATCH 2/2] selinux: add capability checks for TIOCSTI ioctl
[PATCH v2] selftests/filesystems/mount-notify: fix unused unused result warning
2025-06-23 5:00 UTC (5+ messages)
[PATCH v3] selftests/filesystems/mount-notify: fix unused unused result warning
2025-06-23 4:56 UTC
[PATCH] selftests/filesystems/mount-notify: fix unused unused result warning
2025-06-23 4:54 UTC
[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
2025-06-23 4:55 UTC (15+ messages)
[PATCH v3 2/2] selftests/bpf: Add testcases for BPF_ADD and BPF_SUB
2025-06-23 4:03 UTC
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-22 22:50 UTC (2+ messages)
[RFC PATCH 0/6] selftests/damon: add python and drgn based DAMON sysfs functionality tests
2025-06-22 21:03 UTC (7+ messages)
` [RFC PATCH 1/6] selftests/damon: add drgn script for extracting damon status
` [RFC PATCH 2/6] selftests/damon/_damon_sysfs: set Kdamond.pid in start()
` [RFC PATCH 3/6] selftests/damon: add python and drgn-based DAMON sysfs test
` [RFC PATCH 4/6] selftests/damon/sysfs.py: test monitoring attribute parameters
` [RFC PATCH 5/6] selftests/damon/sysfs.py: test adaptive targets parameter
` [RFC PATCH 6/6] selftests/damon/sysfs.py: test DAMOS schemes parameters setup
[RESEND PATCH v2] kallsyms: fix build without execinfo
2025-06-22 18:36 UTC (2+ messages)
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-22 17:40 UTC (13+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
[PATCH net-next, v2] selftest: add selftest for anycast notifications
2025-06-22 16:40 UTC (2+ messages)
[PATCH v2 00/23] ARM64 PMU Partitioning
2025-06-22 9:32 UTC (31+ messages)
` [PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v2 02/23] arm64: Generate sign macro for sysreg Enums
` [PATCH v2 03/23] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH v2 04/23] arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v2 05/23] KVM: arm64: Cleanup PMU includes
` [PATCH v2 06/23] KVM: arm64: Reorganize PMU functions
` [PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v2 07/23] perf: pmuv3: "
` [PATCH v2 08/23] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v2 09/23] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v2 10/23] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v2 11/23] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v2 12/23] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v2 13/23] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v2 14/23] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v2 15/23] KVM: arm64: Write fast path PMU register handlers
` [PATCH v2 16/23] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v2 17/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v2 18/23] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v2 19/23] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v2 20/23] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v2 20/23] perf: pmuv3: "
` [PATCH v2 21/23] KVM: arm64: Inject recorded guest interrupts
` [PATCH v2 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v2 23/23] KVM: arm64: selftests: Add test case for partitioned PMU
[PATCH] mm/selftests: improve UFFD-WP feature detection in KSM test
2025-06-22 8:10 UTC
[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-21 21:18 UTC (5+ messages)
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport
[PATCH v9 net-next 00/15] AccECN protocol patch series
2025-06-21 19:37 UTC (16+ messages)
` [PATCH v9 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v9 net-next 02/15] tcp: fast path functions later
` [PATCH v9 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v9 net-next 04/15] tcp: AccECN core
` [PATCH v9 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v9 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v9 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v9 net-next 08/15] tcp: sack option handling improvements
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v9 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v9 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v9 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v9 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v9 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v9 net-next 15/15] tcp: try to avoid safer when ACKs are thinned
[PATCH v20 net-next 0/6] DUALPI2 patch
2025-06-21 19:33 UTC (7+ messages)
` [PATCH v20 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v20 net-next 2/6] sched: Dump configuration and statistics "
` [PATCH v20 net-next 3/6] sched: Add enqueue/dequeue "
` [PATCH v20 net-next 4/6] selftests/tc-testing: Fix warning and style check on tdc.sh
` [PATCH v20 net-next 5/6] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v20 net-next 6/6] Documentation: netlink: specs: tc: Add DualPI2 specification
[PATCH net-next 8/9] selftests: drv-net: import things in lib one by one
2025-06-21 17:19 UTC
[PATCH net-next RFC] selftests: net: add netpoll basic functionality test
2025-06-21 13:51 UTC (6+ messages)
[PATCH] selftests/mm: add test for (BATCH_PROCESS)MADV_DONTNEED
2025-06-21 13:30 UTC
[PATCH 0/4] selftests/nolibc: integrate with kselftests
2025-06-21 8:47 UTC (8+ messages)
` [PATCH 1/4] selftests/nolibc: drop implicit defconfig executions
` [PATCH 2/4] selftests/nolibc: split out CFLAGS logic
` [PATCH 3/4] selftests/nolibc: rename Makefile
` [PATCH 4/4] selftests/nolibc: integrate with kselftests
[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-21 5:36 UTC (10+ messages)
` [PATCH v6 08/25] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
[PATCH] ksm_tests: Skip hugepage test when Transparent Hugepages are disabled
2025-06-21 0:48 UTC
[PATCH v8 net-next 00/15] AccECN protocol patch series
2025-06-20 23:22 UTC (7+ messages)
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
[PATCH 00/33] vfio: Introduce selftests for VFIO
2025-06-20 23:20 UTC (34+ messages)
` [PATCH 01/33] selftests: Create tools/testing/selftests/vfio
` [PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test
` [PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [PATCH 05/33] vfio: selftests: Move vfio dma mapping test to their own file
` [PATCH 06/33] vfio: selftests: Add test to reset vfio device
` [PATCH 07/33] vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
` [PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [PATCH 09/33] tools headers: Add stub definition for __iomem
` [PATCH 10/33] tools headers: Import asm-generic MMIO helpers
` [PATCH 11/33] tools headers: Import x86 MMIO helper overrides
` [PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [PATCH 13/33] tools headers: Add symlink to linux/pci_ids.h
` [PATCH 14/33] vfio: selftests: Keep track of DMA regions mapped into the device
` [PATCH 15/33] vfio: selftests: Enable asserting MSI eventfds not firing
` [PATCH 16/33] vfio: selftests: Add a helper for matching vendor+device IDs
` [PATCH 17/33] vfio: selftests: Add driver framework
` [PATCH 18/33] vfio: sefltests: Add vfio_pci_driver_test
` [PATCH 19/33] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH 20/33] vfio: selftests: Add driver for Intel CBDMA
` [PATCH 21/33] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH 22/33] vfio: selftests: Add driver for Intel DSA
` [PATCH 23/33] vfio: selftests: Move helper to get cdev path to libvfio
` [PATCH 24/33] vfio: selftests: Encapsulate IOMMU mode
` [PATCH 25/33] vfio: selftests: Replicate tests across all iommu_modes
` [PATCH 26/33] vfio: selftests: Add vfio_type1v2_mode
` [PATCH 27/33] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [PATCH 28/33] vfio: selftests: Add iommufd mode
` [PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests
` [PATCH 31/33] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [PATCH 32/33] KVM: selftests: Test sending a vfio-pci device IRQ to a VM
` [PATCH 33/33] KVM: selftests: Add -d option to vfio_pci_device_irq_test for device-sent MSIs
[PATCH v5 12/14] selftests/sched_ext: Add test for sched_ext dl_server
2025-06-20 20:32 UTC (2+ messages)
` [PATCH v5 14/14] selftests/sched_ext: Add test for DL server total_bw consistency
[PATCH bpf-next v4 1/2] bpftool: Use appropriate permissions for map access
2025-06-20 18:40 UTC (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-20 17:33 UTC (5+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
[RESEND PATCH v13 3/3] selftests/rseq: Add test for mm_cid compaction
2025-06-20 17:29 UTC (4+ messages)
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-06-20 16:51 UTC (8+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
[PATCH net-next 0/2] selftests: drv-net: stats: use skip instead of xfail
2025-06-20 16:11 UTC (3+ messages)
` [PATCH net-next 1/2] selftests: drv-net: stats: fix pylint issues
` [PATCH net-next 2/2] selftests: drv-net: stats: use skip instead of xfail for unsupported features
[kvm-unit-tests PATCH] riscv: lib: sbi_shutdown add exit code
2025-06-20 15:50 UTC
[PATCH] selftests/mm: Fix validate_addr helper
2025-06-20 14:53 UTC (3+ messages)
[PATCH] selftests/filesystems/mount-notify: remove __kernel_fsid_t
2025-06-20 14:43 UTC (2+ messages)
[PATCH v3 00/16] kunit: Introduce UAPI testing framework
2025-06-20 13:50 UTC (25+ messages)
` [PATCH v3 08/16] kunit: tool: Add test for nested test result reporting
` [PATCH v3 09/16] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v3 10/16] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v3 11/16] kunit: Always descend into kunit directory during build
` [PATCH v3 12/16] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v3 13/16] kunit: Introduce UAPI testing framework
` [PATCH v3 14/16] kunit: uapi: Add example for UAPI tests
` [PATCH v3 15/16] kunit: uapi: Introduce preinit executable
` [PATCH v3 16/16] kunit: uapi: Validate usability of /proc
[PATCH] selftests/coredump: Fix "socket_detect_userspace_client" test failure
2025-06-20 11:02 UTC
[PATCH 0/3] module: make structure definitions always visible
2025-06-20 9:51 UTC (3+ messages)
` [PATCH 3/3] kunit: test: Drop CONFIG_MODULE ifdeffery
[PATCH net-next] selftests: net: add netpoll basic functionality test
2025-06-20 9:38 UTC
[Patch v2 0/2] Add kselftest harness selftest with variant
2025-06-20 8:53 UTC (6+ messages)
` [Patch v2 2/2] selftests: harness: "
[PATCH 0/3] tools/nolibc: add support for SuperH
2025-06-20 7:51 UTC (3+ messages)
` [PATCH 2/3] selftests/nolibc: use file driver for QEMU serial
[PATCH net-next v5] page_pool: import Jesper's page_pool benchmark
2025-06-20 7:49 UTC (2+ messages)
[PATCH] selftests/nolibc: make stackprotector probing more robust
2025-06-20 7:40 UTC (2+ messages)
[PATCH 1/2] selftests: khugepaged: fix the shmem collapse failure
2025-06-20 6:13 UTC (2+ 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