messages from 2025-11-01 18:20:41 to 2025-11-05 13:59:19 UTC [more...]
[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
2025-11-05 13:59 UTC (3+ messages)
[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
2025-11-05 12:43 UTC (25+ messages)
` [PATCH v8 01/15] genpt: Generic Page Table base API
` [PATCH v8 02/15] genpt: Add Documentation/ files
` [PATCH v8 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v8 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v8 05/15] iommupt: Add iova_to_phys op
` [PATCH v8 06/15] iommupt: Add unmap_pages op
` [PATCH v8 07/15] iommupt: Add map_pages op
` [PATCH v8 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v8 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v8 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v8 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v8 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v8 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v8 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH net v4 0/3] mptcp: Fix conflicts between MPTCP and sockmap
2025-11-05 11:36 UTC (4+ messages)
` [PATCH net v4 1/3] mptcp: disallow MPTCP subflows from sockmap
` [PATCH net v4 2/3] net,mptcp: fix proto fallback detection with BPF
` [PATCH net v4 3/3] selftests/bpf: Add mptcp test with sockmap
[PATCH net] selftests/vsock: avoid false-positives when checking dmesg
2025-11-05 11:16 UTC (2+ messages)
[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
2025-11-05 10:28 UTC (12+ messages)
` [PATCH v9 3/9] kho: add interfaces to unpreserve folios, page ranges, and vmalloc
` [PATCH v9 4/9] memblock: Unpreserve memory in case of error
` [PATCH v9 6/9] kho: don't unpreserve memory during abort
` [PATCH v9 9/9] liveupdate: kho: Use %pe format specifier for error pointer printing
[PATCH v3 0/2] Print map ID on successful creation
2025-11-05 9:37 UTC (6+ messages)
` [PATCH v3 1/2] bpftool: Print map ID upon creation and support JSON output
` [PATCH v3 2/2] selftests/bpf: Add test for bpftool map ID printing
[PATCH bpf-next 0/2] selftests/bpf: enfoce SO_REUSEADDR in basic test servers
2025-11-05 8:22 UTC (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: systematically add SO_REUSEADDR in start_server_addr
` [PATCH bpf-next 2/2] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel
[PATCH 0/8] Initial DMABUF support for iommufd
2025-11-05 7:58 UTC (3+ messages)
` [PATCH 3/8] iommufd: Allow a DMABUF to be revoked
[PATCH net-next 0/3] Add YNL test framework and library improvements
2025-11-05 7:55 UTC (15+ messages)
` [PATCH net-next 2/3] netlink: specs: update rt-rule src/dst attribute types to support IPv4 addresses
` [PATCH net-next 3/3] selftests: net: add YNL test framework
[PATCH net] bonding: fix NULL pointer dereference in actor_port_prio setting
2025-11-05 7:26 UTC
[PATCH iommufd] iommufd: Make vfio_compat's unmap succeed if the range is already empty
2025-11-05 4:47 UTC (3+ messages)
[PATCH net-next 0/4] mptcp: pm: in-kernel: fullmesh endp nb + bind cases
2025-11-05 1:30 UTC (2+ messages)
[PATCH net-next v6 0/6] net: devmem: improve cpu cost of RX token management
2025-11-05 1:23 UTC (7+ messages)
` [PATCH net-next v6 1/6] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v6 2/6] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
` [PATCH net-next v6 4/6] net: devmem: add SO_DEVMEM_AUTORELEASE for autorelease control
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option
` [PATCH net-next v6 6/6] net: devmem: add tests for "
[PATCH net] selftests: netdevsim: Fix ethtool-features.sh fail
2025-11-05 0:51 UTC (12+ messages)
[PATCH] selftests/tracing: Add basic test for trace_marker_raw file
2025-11-04 23:47 UTC (4+ messages)
[PATCH nf-next v8 0/3] Add IPIP flowtable SW acceleration
2025-11-04 22:52 UTC (5+ messages)
` [PATCH nf-next v8 2/3] net: netfilter: Add IPIP flowtable tx sw acceleration
[PATCH net-next v2 00/12] selftests/vsock: refactor and improve vmtest infrastructure
2025-11-04 22:39 UTC (13+ messages)
` [PATCH net-next v2 01/12] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v2 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v2 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v2 04/12] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v2 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v2 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v2 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v2 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v2 09/12] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v2 10/12] selftests/vsock: add 1.37 to tested virtme-ng versions
` [PATCH net-next v2 11/12] selftests/vsock: add vsock_loopback module loading
` [PATCH net-next v2 12/12] selftests/vsock: disable shellcheck SC2317 and SC2119
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-11-04 21:17 UTC (12+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 0/4] KVM ARM64 pre_fault_memory
2025-11-04 20:19 UTC (7+ messages)
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations
[PATCH net v8 0/4] net: netpoll: fix memory leak and add comprehensive selftests
2025-11-04 17:37 UTC (5+ messages)
` [PATCH net v8 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v8 2/4] selftest: netcons: refactor target creation
` [PATCH net v8 3/4] selftest: netcons: create a torture test
` [PATCH net v8 4/4] selftest: netcons: add test for netconsole over bonded interfaces
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
2025-11-04 16:21 UTC (13+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-04 15:29 UTC (4+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH v4 nf-next] selftests: netfilter: Add bridge_fastpath.sh
2025-11-04 14:59 UTC
[PATCH v2 1/7] KVM: LoongArch: selftests: Add system registers save and restore on exception
2025-11-04 11:36 UTC (7+ messages)
` [PATCH v2 2/7] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode
` [PATCH v2 5/7] KVM: LoongArch: selftests: Add period mode timer test
` [PATCH v2 6/7] KVM: LoongArch: selftests: Add SW emulated "
` [PATCH v2 7/7] KVM: LoongArch: selftests: Add time counter test
[PATCH v3] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
2025-11-04 10:42 UTC (5+ messages)
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-04 11:08 UTC (9+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v10 0/9] support FEAT_LSUI
2025-11-04 11:01 UTC (14+ messages)
` [PATCH v10 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v10 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v10 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v10 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v10 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v10 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v10 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v10 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v10 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation
[PATCH] kunit: Implement ftrace-based stubbing
2025-11-04 10:16 UTC
[PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
2025-11-04 8:49 UTC (2+ messages)
` [tip: timers/vdso] "
[PATCH] selftests: net: local_termination: Wait for interfaces to come up
2025-11-04 6:17 UTC
[PATCH] selftests/dma: fix invalid array access in printf
2025-11-04 2:52 UTC
[PATCH bpf-next v4 0/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register
2025-11-04 2:00 UTC (7+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test "
[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
2025-11-03 23:58 UTC (6+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-11-03 22:22 UTC (5+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA
[PATCH bpf-next 0/3] selftests/bpf: small improvements on tc_tunnel
2025-11-03 21:33 UTC (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel
[PATCH v6 0/2] KVM: guest_memfd: use write for population
2025-11-03 16:55 UTC (6+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
[PATCH] kselftest/arm64: Align zt-test register dumps
2025-11-03 16:22 UTC (2+ messages)
[PATCH net v3 0/3] mptcp: Fix conflicts between MPTCP and sockmap
2025-11-03 15:53 UTC (14+ messages)
` [PATCH net v3 1/3] net,mptcp: fix proto fallback detection with BPF sockmap
` [PATCH net v3 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap
[PATCH] selftests/timers: Skip some posix_timers tests on kernels < 6.13
2025-11-03 11:45 UTC (2+ messages)
` [PATCH v2] selftests/timers: Clean up kernel version check in posix_timers
[PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
2025-11-03 9:34 UTC (11+ messages)
[PATCH bpf-next 2/4] selftests/bpf: integrate test_tc_edt into test_progs
2025-11-03 9:39 UTC (4+ messages)
[PATCH bpf-next v3 0/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register
2025-11-03 6:23 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-02 16:17 UTC (7+ messages)
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
[PATCH 00/12] tools/nolibc: always use 64-bit ino_t, off_t and time-related types
2025-11-02 9:50 UTC (12+ messages)
` [PATCH 08/12] tools/nolibc: gettimeofday(): avoid libgcc 64-bit divisions
` [PATCH 09/12] tools/nolibc: use a custom struct timespec
NEW PO 83199 Saturday, November 1, 2025 at 08:22:32 PM
2025-11-01 19:22 UTC
[PATCH v2 0/2] Print map ID on successful creation
2025-11-01 19:20 UTC (6+ messages)
` [PATCH v2 1/2] bpftool: Print map ID upon creation and support JSON output
[PATCH 00/22] mm/damon/tests: fix memory bugs in kunit tests
2025-11-01 18:20 UTC (7+ messages)
` [PATCH 17/22] mm/damon/tests/vaddr-kunit: handle alloc failures on damon_do_test_apply_three_regions()
` [PATCH 18/22] mm/damon/tests/vaddr-kunit: handle alloc failures in damon_test_split_evenly_fail()
` [PATCH 19/22] mm/damon/tests/vaddr-kunit: handle alloc failures on damon_test_split_evenly_succ()
` [PATCH 20/22] mm/damon/tests/sysfs-kunit: handle alloc failures on damon_sysfs_test_add_targets()
` [PATCH 21/22] mm/damon/tests/core-kunit: remove unnecessary damon_ctx variable on damon_test_split_at()
` [PATCH 22/22] mm/damon/tests/core-kunit: remove unused ctx in damon_test_split_regions_of()
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