messages from 2023-02-25 00:28:14 to 2023-03-04 15:50:34 UTC [more...]
[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
2023-03-04 15:50 UTC (27+ messages)
` [PATCH 1/8] dt-bindings: Add linux,kunit binding
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests
` [PATCH 3/8] kunit: Add test managed platform_device/driver APIs
` [PATCH 4/8] clk: Add test managed clk provider/consumer APIs
` [PATCH 5/8] dt-bindings: kunit: Add fixed rate clk consumer test
` [PATCH 6/8] clk: Add KUnit tests for clk fixed rate basic type
` [PATCH 7/8] dt-bindings: clk: Add KUnit clk_parent_data test
` [PATCH 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
[PATCH 0/2] kunit: tool: Add support for SH under QEMU
2023-03-04 5:33 UTC (8+ messages)
` [PATCH 1/2] kunit: tool: Add support for overriding the QEMU serial port
` [PATCH 2/2] kunit: tool: Add support for SH under QEMU
[PATCH 0/2] selftests: bump timeout for firmware and kmod
2023-03-03 21:48 UTC (6+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165
[PATCH] selftests: ir: add config file
2023-03-03 20:42 UTC (2+ messages)
[PATCH] selftests: amd-pstate: fix TEST_FILES
2023-03-03 20:29 UTC (4+ messages)
[PATCH 2/2] replace 2&>1 by 2>&1
2023-03-03 20:28 UTC (2+ messages)
[PATCH 1/2] tty: tty_io: update timestamps on all device nodes
2023-03-03 13:36 UTC (2+ messages)
` [PATCH 2/2] selftests: tty: add selftest for tty timestamp updates
[PATCH linux-next v2] selftests: net: udpgso_bench_tx: Add test for IP fragmentation of UDP packets
2023-03-03 13:35 UTC (5+ messages)
[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
2023-03-03 6:53 UTC (11+ messages)
` [PATCH v3 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v3 2/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v3 3/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v3 4/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v3 5/5] iommufd/selftest: Add coverage for access->ioas replacement
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-03-03 2:16 UTC (38+ messages)
` [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 06/14] iommufd: Move putting a hwpt to a helper function
` [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH 09/14] iommufd: Add iommufd_device_replace()
` [PATCH 13/14] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH 14/14] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[PATCH v1 0/2] KVM: selftests: Fixes for broken tests
2023-03-02 15:27 UTC (4+ messages)
` [PATCH v1 1/2] KVM: selftests: Fixup config fragment for access_tracking_perf_test
` [PATCH v1 2/2] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48
[PATCH v1] KVM: selftests: arm64: Fix ttbr0_el1 encode for PA bits > 48
2023-03-02 15:20 UTC
[PATCH net-next v3 0/3] vsock: add support for sockmap
2023-03-02 9:54 UTC (10+ messages)
` [PATCH net-next v3 1/3] vsock: support sockmap
` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap
[PATCH v3 00/12] Revise the hwpt lifetime model
2023-03-02 1:26 UTC (20+ messages)
` [PATCH v3 01/12] iommufd: Assert devices_lock for iommufd_hw_pagetable_has_group()
` [PATCH v3 02/12] iommufd: Add iommufd_lock_obj() around the auto-domains hwpts
` [PATCH v3 03/12] iommufd: Consistently manage hwpt_item
` [PATCH v3 04/12] iommufd: Move ioas related HWPT destruction into iommufd_hw_pagetable_destroy()
` [PATCH v3 05/12] iommufd: Move iommufd_device to iommufd_private.h
` [PATCH v3 06/12] iommufd: Make iommufd_hw_pagetable_alloc() do iopt_table_add_domain()
` [PATCH v3 07/12] iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'
` [PATCH v3 08/12] iommufd/selftest: Rename domain_id to stdev_id for FIXTURE iommufd_ioas
` [PATCH v3 09/12] iommufd/selftest: Rename domain_id to hwpt_id for FIXTURE iommufd_mock_domain
` [PATCH v3 10/12] iommufd/selftest: Rename the remaining mock device_id's to stdev_id
` [PATCH v3 11/12] iommufd/selftest: Make selftest create a more complete mock device
` [PATCH v3 12/12] iommufd/selftest: Add a selftest for iommufd_device_attach() with a hwpt argument
[PATCH bpf-next v2 0/8] Support defragmenting IPv(4|6) packets in BPF
2023-03-01 16:24 UTC (12+ messages)
` [PATCH bpf-next v2 6/8] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v2 7/8] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v2 8/8] bpf: selftests: Add defrag selftests
[PATCH nf] selftests: nft_nat: ensuring the listening side is up before starting the client
2023-03-01 16:23 UTC (2+ messages)
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
2023-03-01 1:59 UTC (18+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "
[PATCH net 0/7] mptcp: fixes for 6.3
2023-02-28 11:33 UTC (10+ messages)
` [PATCH net 1/7] mptcp: fix possible deadlock in subflow_error_report
` [PATCH net 2/7] mptcp: refactor passive socket initialization
` [PATCH net 3/7] mptcp: use the workqueue to destroy unaccepted sockets
` [PATCH net 4/7] mptcp: fix UaF in listener shutdown
` [PATCH net 5/7] selftests: mptcp: userspace pm: fix printed values
` [PATCH net 6/7] mptcp: add ro_after_init for tcp{,v6}_prot_override
` [PATCH net 7/7] mptcp: avoid setting TCP_CLOSE state twice
Possible bug in linux-6.2/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
2023-02-28 10:06 UTC (3+ messages)
[PATCH] kunit: Fix 'hooks.o' build by recursing into kunit
2023-02-27 23:56 UTC (4+ messages)
[PATCH 0/2] x86/fpu/xstate: Follow up on the init_fpstate fallout again
2023-02-27 21:05 UTC (3+ messages)
` [PATCH 1/2] x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()
` [PATCH 2/2] selftests/x86/amx: Add a ptrace test
[PATCH bpf-next v2] selftests/bpf: Fix compilation errors: assign a value to a constant
2023-02-27 19:50 UTC (2+ messages)
[PATCH] SUNRPC: Ensure test case arrays are properly terminated
2023-02-27 19:43 UTC (2+ messages)
[PATCH] SUNRPC: Let Kunit tests run with some enctypes compiled out
2023-02-27 19:41 UTC (2+ messages)
[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
2023-02-27 18:15 UTC (4+ messages)
[PATCH v2 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
2023-02-27 18:06 UTC
[PATCH] tools: Copy linux/align.h into tools/
2023-02-27 17:46 UTC
[PATCH v3 0/3] mm: process/cgroup ksm support
2023-02-27 17:24 UTC (7+ messages)
` [PATCH v3 3/3] selftests/mm: add new selftests for KSM
[PATCH v2 00/41] RPCSEC GSS krb5 enhancements
2023-02-27 15:37 UTC (9+ messages)
[PATCH] kunit: tool: Add support for m68k under QEMU
2023-02-27 14:50 UTC (2+ messages)
[PATCH] Fix snprintf format warnings during 'alsa' kselftest compilation
2023-02-27 14:12 UTC (4+ messages)
[PATCH] kselftest: amd-pstate: Fix spelling mistakes
2023-02-27 0:21 UTC
[GIT PULL] KUnit next update for Linux 6.3-rc1
2023-02-25 1:50 UTC (4+ messages)
[PATCH v3 00/13] Overhauling amx_test
2023-02-25 1:39 UTC (10+ messages)
` [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component
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