linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 04:52:12 to 2021-12-22 12:41:54 UTC [more...]

[PATCH v3 00/22] AMX Support in KVM
 2021-12-22 12:40 UTC  (14+ messages)
` [PATCH v3 01/22] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
` [PATCH v3 03/22] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH v3 04/22] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
` [PATCH v3 05/22] kvm: x86: Check permitted dynamic xfeatures at KVM_SET_CPUID2
` [PATCH v3 06/22] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
` [PATCH v3 11/22] kvm: x86: Add emulation for IA32_XFD
` [PATCH v3 12/22] x86/fpu: Prepare xfd_err in struct fpu_guest
` [PATCH v3 13/22] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
` [PATCH v3 14/22] kvm: x86: Emulate IA32_XFD_ERR for guest
` [PATCH v3 15/22] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
` [PATCH v3 16/22] kvm: x86: Add XCR0 support for Intel AMX
` [PATCH v3 17/22] kvm: x86: Add CPUID "
` [PATCH v3 18/22] x86/fpu: Add uabi_size to guest_fpu

[PATCH v1 00/11] mm: COW fixes part 1: fix the COW security issue for THP and hugetlb
 2021-12-22  9:58 UTC  (123+ messages)
` [PATCH v1 01/11] seqlock: provide lockdep-free raw_seqcount_t variant
` [PATCH v1 02/11] mm: thp: consolidate mapcount logic on THP split
` [PATCH v1 03/11] mm: simplify hugetlb and file-THP handling in __page_mapcount()
` [PATCH v1 04/11] mm: thp: simlify total_mapcount()
` [PATCH v1 05/11] mm: thp: allow for reading the THP mapcount atomically via a raw_seqlock_t
` [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
` [PATCH v1 07/11] mm: gup: trigger unsharing via FAULT_FLAG_UNSHARE when required (!hugetlb)
` [PATCH v1 08/11] mm: hugetlb: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE
` [PATCH v1 09/11] mm: gup: trigger unsharing via FAULT_FLAG_UNSHARE when required (hugetlb)
` [PATCH v1 10/11] mm: thp: introduce and use page_trans_huge_anon_shared()
` [PATCH v1 11/11] selftests/vm: add tests for the known COW security issues

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-22  8:51 UTC  (14+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH v2 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA bits
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v2 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

[RFC PATCH v6 0/2] Introduce XSAVE feature self-test
 2021-12-22  8:05 UTC  (7+ messages)
` [RFC PATCH v6 1/2] selftests/x86: add xsave test related to nested signal handling
` [RFC PATCH v6 2/2] selftests/x86: add xsave test related to process switching

[PATCH] KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn()
 2021-12-22  3:28 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-22  1:33 UTC  (8+ messages)

[PATCH] selftests/sgx: Fix corrupted cpuid macro invocation
 2021-12-22  0:40 UTC  (3+ messages)

[PATCH v5 net-next 0/4] Add ethtool interface for RClocks
 2021-12-21 22:12 UTC  (5+ messages)

[PATCH v2 00/13] KVM: selftests: Add tests for SEV and SEV-ES guests
 2021-12-21 17:26 UTC  (8+ messages)
` [PATCH v2 07/13] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH v2 08/13] KVM: selftests: add SEV boot tests

[REGRESSION] lkft kselftest for next-20211216
 2021-12-21  1:05 UTC 

[PATCH 2/2] selftests: tpm: add async space test with noneexisting handle
 2021-12-20 21:17 UTC 

[PATCH bpf-next] selftests/bpf: Correct the INDEX address in vmtest.sh
 2021-12-20 21:10 UTC  (3+ messages)

[REGRESSION] lkft kselftest for v5.16-rc4-6579-gea922272cbe5
 2021-12-20 16:24 UTC 

[REGRESSION] lkft kselftest for next-20211203
 2021-12-20 16:23 UTC 

[REGRESSION] lkft kselftest for v5.16-rc5-6644-gbcd5ddb85fad
 2021-12-20 16:23 UTC 

[REGRESSION] lkft kselftest for next-20211207
 2021-12-20 16:23 UTC 

[REGRESSION] lkft kselftest for next-20211206
 2021-12-20 16:22 UTC 

./kselftest/prefix.pl read from pipe will block until the front command and its child processes all exit
 2021-12-20  7:48 UTC 

[RFC PATCH v2] Documentation: dev-tools: Add KTAP specification
 2021-12-18  6:15 UTC  (2+ messages)

[PATCH][next] bpf, selftests: Fix spelling mistake "tained" -> "tainted"
 2021-12-17 22:20 UTC  (2+ messages)

[PATCH v9 1/7] cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
 2021-12-17 16:34 UTC  (3+ messages)
` [PATCH] cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchy

[PATCH v1 0/2] kselftest: alsa: Small enhancements to mixer-test
 2021-12-17 15:01 UTC  (7+ messages)
` [PATCH v1 1/2] kselftest: alsa: Factor out check that values meet constraints
` [PATCH v1 2/2] kselftest: alsa: Validate values read from enumerations

[PATCH v6 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-17 10:50 UTC  (4+ messages)
` [PATCH v6 3/7] Documentation: KUnit: Added KUnit Architecture

[PATCH 1/2] kselftest: signal all child processes
 2021-12-17  9:35 UTC  (5+ messages)

[PATCH v2] ksefltest: pidfd: Fix wait_states: Test terminated by timeout
 2021-12-17  9:30 UTC 

[PATCH v2] kselftest: signal all child processes
 2021-12-17  9:29 UTC 

[PATCH v4 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-17  5:07 UTC  (6+ messages)
` [PATCH v4 3/7] Documentation: KUnit: Added KUnit Architecture

[PATCH v5 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-17  4:51 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).