messages from 2024-08-05 01:31:06 to 2024-08-07 21:52:02 UTC [more...]
[PATCH v2 00/15] tools/nolibc: improve LLVM/clang support
2024-08-07 21:51 UTC (6+ messages)
` [PATCH v2 01/15] tools/nolibc: arm: use clang-compatible asm syntax
` [PATCH v2 02/15] tools/nolibc: mips: load current function to $t9
` [PATCH v2 04/15] tools/nolibc: compiler: introduce __nolibc_has_attribute()
` [PATCH v2 05/15] tools/nolibc: move entrypoint specifics to compiler.h
` [PATCH v2 08/15] selftests/nolibc: avoid passing NULL to printf("%s")
[PATCH v1] selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
2024-08-07 21:34 UTC (6+ messages)
[PATCH v2] selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
2024-08-07 21:23 UTC
[PATCH] tracing/selftests: Run the ownership test twice
2024-08-07 20:49 UTC (4+ messages)
[PATCH] selftests/uprobes: Add a basic uprobe testcase
2024-08-07 20:46 UTC (3+ messages)
[PATCH 0/2] mseal: Fix is_madv_discard()
2024-08-07 20:37 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: Add mseal test for no-discard madvise
` [PATCH] fixup! "
[PATCH v1 00/16] iommufd: Add VIOMMU infrastructure (Part-1)
2024-08-07 20:10 UTC (17+ messages)
` [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v1 02/16] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v1 03/16] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v1 04/16] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v1 06/16] iommufd/selftest: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID test coverage
` [PATCH v1 07/16] iommufd/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
` [PATCH v1 08/16] iommufd/viommu: Add IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 09/16] iommufd/viommu: Make iommufd_viommu_find_device a public API
` [PATCH v1 10/16] iommufd/selftest: Add mock_viommu_invalidate_user op
` [PATCH v1 11/16] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v1 12/16] iommufd/selftest: Add coverage for IOMMU_VIOMMU_INVALIDATE ioctl
` [PATCH v1 13/16] iommufd/viommu: Add iommufd_viommu_to_parent_domain helper
` [PATCH v1 14/16] iommu/arm-smmu-v3: Extract an __arm_smmu_cache_invalidate_user helper
` [PATCH v1 15/16] iommu/arm-smmu-v3: Add viommu cache invalidation support
` [PATCH v1 16/16] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
2024-08-07 19:23 UTC (13+ messages)
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support
[PATCH v3 0/4] iommu: Support IOMMU_RESV_SW_MSI with nesting
2024-08-07 19:00 UTC (5+ messages)
` [PATCH v3 1/4] iommufd: Reorder include files
` [PATCH v3 2/4] iommu/dma: Support MSIs through nested domains
` [PATCH v3 3/4] iommufd/selftest: Add coverage for IOMMU_RESV_SW_MSI
` [PATCH v3 4/4] iommu/arm-smmu-v3: Implement arm_smmu_get_msi_mapping_domain
[PATCH v4 0/2] Enhance network interface feature testing
2024-08-07 17:57 UTC (3+ messages)
` [PATCH v4 1/2] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH v4 2/2] selftests: net: Add on/off checks for non-fixed features of interface
[PATCH v5 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-07 15:45 UTC (11+ messages)
` [PATCH v5 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v5 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v5 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v5 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v5 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v5 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v5 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v5 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v5 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v5 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH net-next] selftests: forwarding: lib.sh: ignore "Address not found"
2024-08-07 14:32 UTC (7+ messages)
[PATCH v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-07 11:02 UTC (9+ messages)
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey "
[PATCH 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE
2024-08-07 10:22 UTC (5+ messages)
` [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests
[PATCH] selftests: kvm: fix mkdir error when building for non-supported arch
2024-08-07 6:33 UTC (4+ messages)
[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
2024-08-07 3:55 UTC (3+ messages)
[PATCH net-next v2 0/7] net/selftests: TCP-AO selftests updates
2024-08-07 0:42 UTC (4+ messages)
` [PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks
[PATCH v9 00/13] riscv: Add support for xtheadvector
2024-08-07 0:31 UTC (14+ messages)
` [PATCH v9 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v9 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v9 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v9 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v9 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH v9 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v9 07/13] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v9 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v9 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v9 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v9 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v9 12/13] selftests: riscv: Fix vector tests
` [PATCH v9 13/13] selftests: riscv: Support xtheadvector in "
[PATCH net-next v2] selftests: net: py: support verbose printing, display executed commands
2024-08-07 0:24 UTC
[PATCH v7] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-08-06 23:13 UTC (10+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-06 20:59 UTC (19+ messages)
` [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v18 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v18 06/14] page_pool: devmem support
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v18 08/14] net: support non paged skb frags
` [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v18 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v18 12/14] net: add devmem TCP documentation
` [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v18 14/14] netdev: add dmabuf introspection
[PATCH v2 0/2] selftests: harness: refactor __constructor_order
2024-08-06 19:36 UTC (3+ messages)
[PATCH v3] lib: Convert test_user_copy to KUnit test
2024-08-06 19:34 UTC (4+ messages)
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-08-06 17:45 UTC (6+ messages)
[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
2024-08-06 17:24 UTC (4+ messages)
` [PATCH v2 2/3] iommu/dma: Support MSIs through nested domains
[PATCH bpf-next 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-06 17:24 UTC (14+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs
[PATCH net-next v2 0/3] selftests: rds selftest
2024-08-06 15:38 UTC (4+ messages)
` [PATCH net-next v2 1/3] .gitignore: add .gcda files
` [PATCH net-next v2 2/3] net: rds: add option for GCOV profiling
` [PATCH net-next v2 3/3] selftests: rds: add testing infrastructure
[PATCH v2 0/3] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
2024-08-06 14:24 UTC (4+ messages)
` [PATCH v2 1/3] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH v2 2/3] KVM: selftests: arm64: Use symbolic definitions for incorrect encodings
` [PATCH v2 3/3] KVM: selftests: arm64: Use generated defines for named system registers
[PATCH v3 0/4] Introduce userspace-driven ALSA timers
2024-08-06 13:56 UTC (9+ messages)
` [PATCH v3 1/4] ALSA: aloop: Allow using global timers
` [PATCH v3 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH v3 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH v3 4/4] selftests: ALSA: Cover userspace-driven timers with test
[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
2024-08-06 12:39 UTC (5+ messages)
[PATCH v3] kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python3
2024-08-06 12:14 UTC
[PATCH] selftest/perf: Add perf-test to perform perf testcase
2024-08-06 8:10 UTC
[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
2024-08-06 8:03 UTC (5+ messages)
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers
[PATCH bpf-next v2 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-06 7:55 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v2 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v2 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v2 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs
[PATCH] selftest/powerpc/benchmark: remove requirement libc-dev
2024-08-06 6:54 UTC (2+ messages)
[PATCH] kunit: Fix kunit_kstrdup_const() with modules
2024-08-06 4:06 UTC (2+ messages)
[PATCH] kunit: Device wrappers should also manage driver name
2024-08-06 2:05 UTC (3+ messages)
[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
2024-08-06 0:50 UTC (11+ messages)
[GIT PULL] Kselftest fixes update for Linux 6.11-rc3
2024-08-05 22:16 UTC (3+ messages)
[PATCH v2] kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python 3
2024-08-05 22:07 UTC (2+ messages)
[PATCH v3] Kunit to check the longest symbol length
2024-08-05 21:56 UTC
[PATCH-cgroup 0/5] cgroup/cpuset: Miscellaneous cpuset updates for 6.12
2024-08-05 20:58 UTC (7+ messages)
` [PATCH-cgroup 2/5] cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
` [PATCH-cgroup 3/5] cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
` [PATCH-cgroup 5/5] selftest/cgroup: Add new test cases to test_cpuset_prs.sh
[PATCH net-next] selftests: net: py: support verbose printing, display executed commands
2024-08-05 14:14 UTC (3+ messages)
[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
2024-08-05 9:52 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
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