linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-15 15:20:43 to 2021-04-27 20:59:45 UTC [more...]

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 20:59 UTC  (28+ messages)
` [PATCH v4 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v4 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
` [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration "
` [PATCH v4 05/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v4 06/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v4 07/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v4 08/10] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH v4 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v4 10/10] userfaultfd: update documentation to mention shmem minor faults

[PATCH 0/2] selftests: futex: Improve timeout testing
 2021-04-27 13:53 UTC  (3+ messages)
` [PATCH 1/2] selftests: futex: Correctly include headers dirs
` [PATCH 2/2] selftests: futex: Expand timeout test

Running kunit_tool on unclean trees
 2021-04-26 21:31 UTC  (3+ messages)

[PATCH] kbuild: replace LANG=C with LC_ALL=C
 2021-04-26 19:30 UTC  (4+ messages)

[PATCH v3 0/4] KVM statistics data fd-based binary interface
 2021-04-26 14:30 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v3 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v3 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v3 4/4] KVM: selftests: Add selftest for KVM "

[PATCH] selftests: kvm: Fix the check of return value
 2021-04-26 19:31 UTC  (2+ messages)

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2021-04-26  7:35 UTC  (19+ messages)
` [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo

[RFC v4 0/2] CPU-Idle latency selftest framework
 2021-04-25 20:49 UTC  (5+ messages)
` [RFC v4 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states
` [RFC v4 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

[PATCH bpf-next v5 0/2] add batched ops for percpu array
 2021-04-24 21:45 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: add batched ops support "
` [PATCH bpf-next v5 2/2] bpf: selftests: update array map tests for per-cpu batched ops

[PATCH] selftests/net: bump timeout to 5 minutes
 2021-04-23 21:10 UTC  (2+ messages)

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-04-23 16:47 UTC  (4+ messages)

[PATCH v34 00/13] Landlock LSM
 2021-04-23 15:22 UTC  (16+ messages)
` [PATCH v34 01/13] landlock: Add object management
` [PATCH v34 02/13] landlock: Add ruleset and domain management
` [PATCH v34 03/13] landlock: Set up the security framework and manage credentials
` [PATCH v34 04/13] landlock: Add ptrace restrictions
` [PATCH v34 05/13] LSM: Infrastructure management of the superblock
` [PATCH v34 06/13] fs,security: Add sb_delete hook
` [PATCH v34 07/13] landlock: Support filesystem access-control
` [PATCH v34 08/13] landlock: Add syscall implementations
` [PATCH v34 09/13] arch: Wire up Landlock syscalls
` [PATCH v34 11/13] samples/landlock: Add a sandbox manager example
` [PATCH v34 12/13] landlock: Add user and kernel documentation
` [PATCH v34 13/13] landlock: Enable user space to infer supported features

[PATCH 2/2] lib/test: convert lib/test_list_sort.c to use KUnit
 2021-04-22 20:43 UTC  (5+ messages)

[PATCH 1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers
 2021-04-22 20:02 UTC  (4+ messages)

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-04-22  8:09 UTC  (3+ messages)

[PATCH v8 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
 2021-04-22  4:48 UTC  (2+ messages)
` [PATCH v8 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH] selftests: timens: Fix gettime_perf to work on powerpc
 2021-04-21 13:08 UTC  (2+ messages)

[PATCH v3] kunit: add unit test for filtering suites by names
 2021-04-21  6:03 UTC  (2+ messages)

[PATCH v3] Documentation: dev-tools: Add Testing Overview
 2021-04-21  1:42 UTC  (4+ messages)

[PATCH][next] selftests: add missing void in MREMAP_DONTUNMAP selftest function prototypes
 2021-04-20 22:06 UTC 

[PATCH v3 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-20 21:28 UTC  (13+ messages)
` [PATCH v3 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v3 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v3 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
` [PATCH v3 04/10] userfaultfd/shmem: support minor fault registration "
` [PATCH v3 05/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v3 06/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v3 07/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v3 08/10] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH v3 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes
` [PATCH v3 10/10] userfaultfd: update documentation to mention shmem minor faults

[PATCH v2 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-20 18:43 UTC  (10+ messages)
` [PATCH v2 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v2 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v2 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-04-20 15:17 UTC  (4+ messages)
` [PATCH v3 1/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v3 2/2] secretmem: optimize page_is_secretmem()

[PATCH v2 0/2] secretmem: optimize page_is_secretmem()
 2021-04-20 14:38 UTC  (8+ messages)
` [PATCH v2 1/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v2 1/2] secretmem: optimize page_is_secretmem()
` [PATCH v2 2/2] secretmem/gup: don't check if page is secretmem without reference
` [PATCH v2 2/2] secretmem: optimize page_is_secretmem()

[PATCH] secretmem: optimize page_is_secretmem()
 2021-04-19 18:24 UTC  (12+ messages)

[PATCH bpf-next v4 0/3] add batched ops for percpu array
 2021-04-19 17:25 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: add batched ops support "
` [PATCH bpf-next v4 2/3] bpf: selftests: remove percpu macros from bpf_util.h
` [PATCH bpf-next v4 3/3] bpf: selftests: update array map tests for per-cpu batched ops

[PATCH v2 3/5] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT
 2021-04-19 13:54 UTC  (3+ messages)
` [PATCH v2 4/5] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore
` [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)

[PATCH v2 0/4] KVM statistics data fd-based binary interface
 2021-04-19 13:26 UTC  (8+ messages)
` [PATCH v2 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v2 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v2 4/4] KVM: selftests: Add selftest for KVM "

[PATCH] KVM: selftests: Tweak time measurement flag in kvm_page_table_test
 2021-04-19 10:49 UTC 

[PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-04-19  9:33 UTC  (8+ messages)
` [PATCH v6 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing

[PATCH v4] selftests/mincore: get readahead size for check_file_mmap()
 2021-04-19  5:46 UTC 

[PATCH v2] tools: do not include scripts/Kbuild.include
 2021-04-17 14:57 UTC  (5+ messages)

[PATCH v6] lib: add basic KUnit test for lib/math
 2021-04-17  5:58 UTC  (3+ messages)

[PATCH v2] Documentation: kunit: Update kunit_tool page
 2021-04-17  3:45 UTC 

[PATCH] Documentation: kunit: Update kunit_tool page
 2021-04-16 22:35 UTC  (2+ messages)

[PATCH V6 00/10] PKS: Add Protection Key Supervisor support
 2021-04-16 22:14 UTC  (2+ messages)

[PATCH v2] kunit: add unit test for filtering suites by names
 2021-04-16 22:09 UTC 

[PATCH v5] lib: add basic KUnit test for lib/math
 2021-04-16 18:10 UTC  (4+ messages)

[PATCH 2/2] tools: do not include scripts/Kbuild.include
 2021-04-16 12:53 UTC  (4+ messages)

[PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
 2021-04-16  9:01 UTC  (26+ messages)

[PATCH v8] fat: Add KUnit tests for checksums and timestamps
 2021-04-16  6:56 UTC 

[PATCH v4] Documentation: kunit: add tips for running KUnit
 2021-04-15 19:35 UTC  (2+ messages)

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-15 18:18 UTC  (6+ messages)
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "


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