linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 12:42:04 to 2021-10-19 21:49:15 UTC [more...]

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-10-19 21:49 UTC  (9+ messages)
` [PATCH 1/5] tracing: Add support for creating hist trigger variables from literal
` [PATCH 2/5] tracing: Add division and multiplication support for hist triggers

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-19 19:46 UTC  (37+ messages)
` [PATCH v8 09/12] sysfs: fix deadlock race "
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[PATCH] selftests: arm64: Factor out utility functions for assembly FP tests
 2021-10-19 18:18 UTC 

[PATCH v3 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-19 17:22 UTC  (43+ messages)
` [PATCH v3 01/42] arm64/fp: Reindent fpsimd_save()
` [PATCH v3 02/42] arm64/sve: Remove sve_load_from_fpsimd_state()
` [PATCH v3 03/42] arm64/sve: Make sve_state_size() static
` [PATCH v3 04/42] arm64/sve: Make access to FFR optional
` [PATCH v3 05/42] arm64/sve: Rename find_supported_vector_length()
` [PATCH v3 06/42] arm64/sve: Use accessor functions for vector lengths in thread_struct
` [PATCH v3 07/42] arm64/sve: Put system wide vector length information into structs
` [PATCH v3 08/42] arm64/sve: Explicitly load vector length when restoring SVE state
` [PATCH v3 09/42] arm64/sve: Track vector lengths for tasks in an array
` [PATCH v3 10/42] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v3 11/42] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v3 12/42] kselftest/arm64: Parameterise ptrace vector length information
` [PATCH v3 13/42] kselftest/arm64: Allow signal tests to trigger from a function
` [PATCH v3 14/42] tools/nolibc: Implement gettid()
` [PATCH v3 15/42] arm64/sme: Provide ABI documentation for SME
` [PATCH v3 16/42] arm64/sme: System register and exception syndrome definitions
` [PATCH v3 17/42] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v3 18/42] arm64/sme: Early CPU setup for SME
` [PATCH v3 19/42] arm64/sme: Basic enumeration support
` [PATCH v3 20/42] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v3 21/42] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v3 22/42] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v3 23/42] arm64/sme: Implement support for TPIDR2
` [PATCH v3 24/42] arm64/sme: Implement SVCR context switching
` [PATCH v3 25/42] arm64/sme: Implement streaming SVE "
` [PATCH v3 26/42] arm64/sme: Implement ZA "
` [PATCH v3 27/42] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v3 28/42] arm64/sme: Implement streaming SVE signal handling
` [PATCH v3 29/42] arm64/sme: Implement ZA "
` [PATCH v3 30/42] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v3 31/42] arm64/sme: Add ptrace support for ZA
` [PATCH v3 32/42] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v3 33/42] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v3 34/42] arm64/sme: Provide Kconfig for SME
` [PATCH v3 35/42] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v3 36/42] kselftest/arm64: Add tests for TPIDR2
` [PATCH v3 37/42] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v3 38/42] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v3 39/42] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v3 40/42] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v3 41/42] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v3 42/42] kselftest/arm64: Add coverage for the ZA ptrace interface

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-19 16:53 UTC  (4+ messages)
` [PATCH v3 14/23] bpftool: update bpftool-cgroup.rst reference

[PATCH v2 00/42] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-19 15:31 UTC  (48+ messages)
` [PATCH v2 01/42] arm64/fp: Reindent fpsimd_save()
` [PATCH v2 02/42] arm64/sve: Remove sve_load_from_fpsimd_state()
` [PATCH v2 03/42] arm64/sve: Make sve_state_size() static
` [PATCH v2 04/42] arm64/sve: Make access to FFR optional
` [PATCH v2 05/42] arm64/sve: Rename find_supported_vector_length()
` [PATCH v2 06/42] arm64/sve: Use accessor functions for vector lengths in thread_struct
` [PATCH v2 07/42] arm64/sve: Put system wide vector length information into structs
` [PATCH v2 08/42] arm64/sve: Explicitly load vector length when restoring SVE state
` [PATCH v2 09/42] arm64/sve: Track vector lengths for tasks in an array
` [PATCH v2 10/42] arm64/sve: Make sysctl interface for SVE reusable by SME
` [PATCH v2 11/42] arm64/sve: Generalise vector length configuration prctl() for SME
` [PATCH v2 12/42] kselftest/arm64: Parameterise ptrace vector length information
` [PATCH v2 13/42] kselftest/arm64: Allow signal tests to trigger from a function
` [PATCH v2 14/42] tools/nolibc: Implement gettid()
` [PATCH v2 15/42] arm64/sme: Provide ABI documentation for SME
` [PATCH v2 16/42] arm64/sme: System register and exception syndrome definitions
` [PATCH v2 17/42] arm64/sme: Define macros for manually encoding SME instructions
` [PATCH v2 18/42] arm64/sme: Early CPU setup for SME
` [PATCH v2 19/42] arm64/sme: Basic enumeration support
` [PATCH v2 20/42] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v2 21/42] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v2 22/42] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v2 23/42] arm64/sme: Implement support for TPIDR2
` [PATCH v2 24/42] arm64/sme: Implement SVCR context switching
` [PATCH v2 25/42] arm64/sme: Implement streaming SVE "
` [PATCH v2 26/42] arm64/sme: Implement ZA "
` [PATCH v2 27/42] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v2 28/42] arm64/sme: Implement streaming SVE signal handling
` [PATCH v2 29/42] arm64/sme: Implement ZA "
` [PATCH v2 30/42] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v2 31/42] arm64/sme: Add ptrace support for ZA
` [PATCH v2 32/42] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v2 33/42] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v2 34/42] arm64/sme: Provide Kconfig for SME
` [PATCH v2 35/42] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v2 36/42] kselftest/arm64: Add tests for TPIDR2
` [PATCH v2 37/42] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v2 38/42] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v2 39/42] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v2 40/42] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v2 41/42] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v2 42/42] kselftest/arm64: Add coverage for the ZA ptrace interface

[PATCH] kselftests: ftrace: limit the executing time by reading from cached trace
 2021-10-19  2:16 UTC  (2+ messages)

[PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c
 2021-10-19  1:45 UTC 

[PATCH] [v2] selftests: bpf: Remove duplicated include in cgroup_helpers
 2021-10-18 16:06 UTC  (2+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-18 15:00 UTC  (15+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC 04/16] KVM: selftests: set CPUID before setting sregs in vcpu creation
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests
` [RFC 07/16] KVM: selftests: add SEV boot tests

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-10-18 14:36 UTC  (7+ messages)
` [PATCH v8 1/6] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v8 2/6] cgroup/cpuset: Refining features and constraints of a partition
` [PATCH v8 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v8 4/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v8 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH] selftests/tls: add SM4 algorithm dependency for tls selftests
 2021-10-18 13:00 UTC  (2+ messages)

[PATCH] mm: remove duplicate include in hugepage-mremap.c
 2021-10-18 10:23 UTC 

[PATCH]mm: remove duplicate include in hugepage-mremap.c
 2021-10-18 10:17 UTC 

[PATCH] selftests/tls: add SM4 GCM/CCM to tls selftests
 2021-10-18  3:29 UTC  (4+ messages)

[REGRESSION] lkft kselftest for next-20211015
 2021-10-16 12:50 UTC 

[REGRESSION] lkft kselftest for next-20211013
 2021-10-16 10:41 UTC 

lkft kselftest for next-20211012
 2021-10-16  7:42 UTC 

[REGRESSION] lkft kselftest for next-20211011
 2021-10-16  4:49 UTC 

[REGRESSION] lkft kselftest for next-20211008
 2021-10-16  3:10 UTC 

[RFC][PATCH] selftests/vm/transhuge-stress: fix ram size thinko
 2021-10-15 19:29 UTC  (3+ messages)

[PATCH v1] selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers
 2021-10-15 16:57 UTC 

selftests/vm madv_populate.c test
 2021-10-15 16:46 UTC  (13+ messages)

[PATCH bpf-next 0/2] Get ifindex in BPF_SK_LOOKUP prog type
 2021-10-15 14:17 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Add ifindex to bpf_sk_lookup
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for accessing ifindex in bpf_sk_lookup

[PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files
 2021-10-15  8:52 UTC  (2+ messages)

[PATCH v1 00/38] arm64/sme: Initial support for the Scalable Matrix Extension
 2021-10-14  9:57 UTC  (9+ messages)
` [PATCH v1 12/38] arm64/sme: Provide ABI documentation for SME

[RFC PATCH] kunit: flatten kunit_suite*** to kunit_suite** in executor
 2021-10-14  2:16 UTC  (5+ messages)

[PATCH] selftests/ftrace: Stop tracing before searching non-exist event entry
 2021-10-13 22:16 UTC  (2+ messages)

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-10-13 22:11 UTC  (12+ messages)
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v5 0/7] kernel.h further split
 2021-10-13 20:33 UTC  (10+ messages)
` [PATCH v5 1/7] kernel.h: Drop unneeded <linux/kernel.h> inclusion from other headers
` [PATCH v5 2/7] kernel.h: Split out container_of() and typeof_member() macros
` [PATCH v5 3/7] kunit: Replace kernel.h with the necessary inclusions
` [PATCH v5 4/7] list: "
` [PATCH v5 5/7] llist: "
` [PATCH v5 6/7] plist: "
` [PATCH v5 7/7] media: entity: "

[PATCH net-next 1/2] mctp: test: disallow MCTP_TEST when building as a module
 2021-10-13 19:16 UTC  (8+ messages)

[PATCH] kunit: tool: continue past invalid utf-8 output
 2021-10-13 16:51 UTC  (3+ messages)

DRM KUnit hackathon
 2021-10-13 13:26 UTC  (2+ messages)


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).