Linux Kernel Selftest
[Prev Page][Next Page]
- [PATCH v4 0/4] KVM statistics data fd-based binary interface,
Jing Zhang
- Subject: [PATCH 0/1] SGX self test fails,
Tim Gardner
- [RFC PATCH v2 0/2] x86/speculation: Add finer control for when to issue IBPB,
Anand K Mistry
- [PATCH v4] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count,
Valeriy Vdovin
- [PATCH v3] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count,
Valeriy Vdovin
- [PATCH v2] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count,
Valeriy Vdovin
- [PATCH] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count,
Valeriy Vdovin
- [GIT PULL] KUnit update for Linux 5.13-rc1,
Shuah Khan
- [PATCH v3 00/13] Add futex2 syscalls,
André Almeida
- [PATCH v3 01/13] futex2: Implement wait and wake functions,
André Almeida
- [PATCH v3 02/13] futex2: Add support for shared futexes,
André Almeida
- [PATCH v3 03/13] futex2: Implement vectorized wait,
André Almeida
- [PATCH v3 04/13] futex2: Implement requeue operation,
André Almeida
- [PATCH v3 05/13] futex2: Add compatibility entry point for x86_x32 ABI,
André Almeida
- [PATCH v3 06/13] docs: locking: futex2: Add documentation,
André Almeida
- [PATCH v3 07/13] selftests: futex2: Add wake/wait test,
André Almeida
- [PATCH v3 08/13] selftests: futex2: Add timeout test,
André Almeida
- [PATCH v3 09/13] selftests: futex2: Add wouldblock test,
André Almeida
- [PATCH v3 10/13] selftests: futex2: Add waitv test,
André Almeida
- [PATCH v3 11/13] selftests: futex2: Add requeue test,
André Almeida
- [PATCH v3 12/13] perf bench: Add futex2 benchmark tests,
André Almeida
- [PATCH v3 13/13] kernel: Enable waitpid() for futex2,
André Almeida
- Re: [PATCH v3 00/13] Add futex2 syscalls,
Peter Zijlstra
- [GIT PULL] Kselftest update for Linux 5.13-rc1,
Shuah Khan
- [PATCH v5 00/10] userfaultfd: add minor fault handling for shmem,
Axel Rasmussen
- [PATCH v5 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h,
Axel Rasmussen
- [PATCH v5 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte,
Axel Rasmussen
- [PATCH v5 03/10] userfaultfd/shmem: support minor fault registration for shmem,
Axel Rasmussen
- [PATCH v5 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem,
Axel Rasmussen
- [PATCH v5 05/10] userfaultfd/shmem: advertise shmem minor fault support,
Axel Rasmussen
- [PATCH v5 08/10] userfaultfd/selftests: create alias mappings in the shmem test,
Axel Rasmussen
- [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test,
Axel Rasmussen
- [PATCH v5 10/10] userfaultfd/selftests: exercise minor fault handling shmem support,
Axel Rasmussen
- [PATCH v5 07/10] userfaultfd/selftests: use memfd_create for shmem test type,
Axel Rasmussen
- [PATCH v5 06/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte(),
Axel Rasmussen
- [PATCH 0/2] selftests: futex: Improve timeout testing,
André Almeida
- [PATCH] selftests: kvm: Fix the check of return value,
Zhenzhong Duan
- [PATCH bpf-next v5 0/2] add batched ops for percpu array,
Pedro Tammela
- Running kunit_tool on unclean trees,
Marcelo Schmitt
- [PATCH] kbuild: replace LANG=C with LC_ALL=C,
Masahiro Yamada
- [PATCH v3 0/4] KVM statistics data fd-based binary interface,
Jing Zhang
- [PATCH] selftests/net: bump timeout to 5 minutes,
Po-Hsu Lin
- [PATCH v34 00/13] Landlock LSM,
Mickaël Salaün
- [PATCH v34 01/13] landlock: Add object management,
Mickaël Salaün
- [PATCH v34 03/13] landlock: Set up the security framework and manage credentials,
Mickaël Salaün
- [PATCH v34 04/13] landlock: Add ptrace restrictions,
Mickaël Salaün
- [PATCH v34 11/13] samples/landlock: Add a sandbox manager example,
Mickaël Salaün
- [PATCH v34 12/13] landlock: Add user and kernel documentation,
Mickaël Salaün
- [PATCH v34 13/13] landlock: Enable user space to infer supported features,
Mickaël Salaün
- [PATCH v34 05/13] LSM: Infrastructure management of the superblock,
Mickaël Salaün
- [PATCH v34 02/13] landlock: Add ruleset and domain management,
Mickaël Salaün
- [PATCH v34 08/13] landlock: Add syscall implementations,
Mickaël Salaün
- [PATCH v34 07/13] landlock: Support filesystem access-control,
Mickaël Salaün
- [PATCH v34 06/13] fs,security: Add sb_delete hook,
Mickaël Salaün
- [PATCH v34 09/13] arch: Wire up Landlock syscalls,
Mickaël Salaün
- Re: [PATCH v34 00/13] Landlock LSM,
James Morris
- [PATCH v8 6/6] selftest/x86/signal: Include test cases for validating sigaltstack,
Chang S. Bae
- [PATCH v8 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available,
Chang S. Bae
- [PATCH 2/2] lib/test: convert lib/test_list_sort.c to use KUnit,
Daniel Latypov
- [PATCH 1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers,
Daniel Latypov
- [PATCH v3] kunit: add unit test for filtering suites by names,
Daniel Latypov
- [PATCH v4 00/10] userfaultfd: add minor fault handling for shmem,
Axel Rasmussen
- [PATCH v4 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h,
Axel Rasmussen
- [PATCH v4 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte,
Axel Rasmussen
- [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem,
Axel Rasmussen
- [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration for shmem,
Axel Rasmussen
- [PATCH v4 07/10] userfaultfd/selftests: reinitialize test context in each test,
Axel Rasmussen
- [PATCH v4 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte(),
Axel Rasmussen
- [PATCH v4 08/10] userfaultfd/selftests: exercise minor fault handling shmem support,
Axel Rasmussen
- [PATCH v4 10/10] userfaultfd: update documentation to mention shmem minor faults,
Axel Rasmussen
- [PATCH v4 06/10] userfaultfd/selftests: create alias mappings in the shmem test,
Axel Rasmussen
- [PATCH v4 05/10] userfaultfd/selftests: use memfd_create for shmem test type,
Axel Rasmussen
- [PATCH][next] selftests: add missing void in MREMAP_DONTUNMAP selftest function prototypes,
Colin King
- [PATCH v3 0/2] secretmem: optimize page_is_secretmem(),
Mike Rapoport
- [PATCH v2 0/2] secretmem: optimize page_is_secretmem(),
Mike Rapoport
- [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE),
David Hildenbrand
- [PATCH v2 4/5] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore,
David Hildenbrand
- [PATCH v2 3/5] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT,
David Hildenbrand
- [PATCH] KVM: selftests: Tweak time measurement flag in kvm_page_table_test,
Yanan Wang
- [PATCH] secretmem: optimize page_is_secretmem(),
Mike Rapoport
- [PATCH v4] selftests/mincore: get readahead size for check_file_mmap(),
Jeffle Xu
- [PATCH v2] Documentation: kunit: Update kunit_tool page,
David Gow
- [PATCH v2] kunit: add unit test for filtering suites by names,
Daniel Latypov
- [PATCH v6] lib: add basic KUnit test for lib/math,
Daniel Latypov
- [PATCH v2] tools: do not include scripts/Kbuild.include,
Masahiro Yamada
- [PATCH v8] fat: Add KUnit tests for checksums and timestamps,
David Gow
- [PATCH] Documentation: kunit: Update kunit_tool page,
David Gow
- [PATCH v3 00/10] userfaultfd: add minor fault handling for shmem,
Axel Rasmussen
- [PATCH v3 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h,
Axel Rasmussen
- [PATCH v3 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte,
Axel Rasmussen
- [PATCH v3 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem,
Axel Rasmussen
- [PATCH v3 04/10] userfaultfd/shmem: support minor fault registration for shmem,
Axel Rasmussen
- [PATCH v3 05/10] userfaultfd/selftests: use memfd_create for shmem test type,
Axel Rasmussen
- [PATCH v3 06/10] userfaultfd/selftests: create alias mappings in the shmem test,
Axel Rasmussen
- [PATCH v3 07/10] userfaultfd/selftests: reinitialize test context in each test,
Axel Rasmussen
- [PATCH v3 08/10] userfaultfd/selftests: exercise minor fault handling shmem support,
Axel Rasmussen
- [PATCH v3 09/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes,
Axel Rasmussen
- [PATCH v3 10/10] userfaultfd: update documentation to mention shmem minor faults,
Axel Rasmussen
- Re: [PATCH v3 00/10] userfaultfd: add minor fault handling for shmem,
Hugh Dickins
- [PATCH bpf-next v4 0/3] add batched ops for percpu array,
Pedro Tammela
- [PATCH v2 0/4] KVM statistics data fd-based binary interface,
Jing Zhang
- [PATCH] selftests: fix rp_filter testcase failure bug,
Qiao Ma
- [PATCH 2/2] tools: do not include scripts/Kbuild.include,
Masahiro Yamada
- [PATCH v3] Documentation: dev-tools: Add Testing Overview,
David Gow
- [PATCH v4] Documentation: kunit: add tips for running KUnit,
Daniel Latypov
- [PATCH] tools/testing: Remove unused variable,
zuoqilin1
- [PATCH v2] Documentation: dev-tools: Add Testing Overview,
David Gow
- [PATCH v3] Documentation: kunit: add tips for running KUnit,
Daniel Latypov
- [PATCH v2 1/2] KVM: selftests: Keep track of memslots more efficiently,
Maciej S. Szmigiero
- [PATCH v4 1/3] kunit: make test->lock irq safe,
glittao
- [PATCH] selftests/bpf: use !E instead of comparing with NULL,
Yang Li
- [PATCH v2 0/9] userfaultfd: add minor fault handling for shmem,
Axel Rasmussen
- [PATCH v2 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h,
Axel Rasmussen
- [PATCH v2 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte,
Axel Rasmussen
- [PATCH v2 3/9] userfaultfd/shmem: support minor fault registration for shmem,
Axel Rasmussen
- [PATCH v2 5/9] userfaultfd/selftests: use memfd_create for shmem test type,
Axel Rasmussen
- [PATCH v2 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem,
Axel Rasmussen
- [PATCH v2 7/9] userfaultfd/selftests: reinitialize test context in each test,
Axel Rasmussen
- [PATCH v2 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes,
Axel Rasmussen
- [PATCH v2 8/9] userfaultfd/selftests: exercise minor fault handling shmem support,
Axel Rasmussen
- [PATCH v2 6/9] userfaultfd/selftests: create alias mappings in the shmem test,
Axel Rasmussen
- [PATCH v2] Documentation: kunit: add tips for running KUnit,
Daniel Latypov
- [PATCH] kunit: add unit test for filtering suites by names,
Daniel Latypov
- [PATCH bpf-next v3 0/3] add batched ops for percpu array,
Pedro Tammela
- [PATCH v5] lib: add basic KUnit test for lib/math,
Daniel Latypov
- [PATCH] [v2] selftests: powerpc: Remove unneeded variables,
Wan Jiabing
- [PATCH v3 0/4] powerpc/selftests: Add Power10 2nd DAWR selftests,
Ravi Bangoria
- [PATCH] powerpc: alignment: Remove unneeded variables,
Wan Jiabing
- [RFC v4 0/2] CPU-Idle latency selftest framework,
Pratik Rajesh Sampat
- [PATCH] Documentation: dev-tools: Add Testing Overview,
David Gow
- [PATCH] Documentation: kunit: add tips for running KUnit,
Daniel Latypov
- [PATCH v5 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation,
Emanuele Giuseppe Esposito
- [PATCH v4] lib: add basic KUnit test for lib/math,
Daniel Latypov
- [PATCH 0/9] userfaultfd: add minor fault handling for shmem,
Axel Rasmussen
- [PATCH 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h,
Axel Rasmussen
- [PATCH 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte,
Axel Rasmussen
- [PATCH 3/9] userfaultfd/shmem: support minor fault registration for shmem,
Axel Rasmussen
- [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem,
Axel Rasmussen
- [PATCH 5/9] userfaultfd/selftests: use memfd_create for shmem test type,
Axel Rasmussen
- [PATCH 6/9] userfaultfd/selftests: create alias mappings in the shmem test,
Axel Rasmussen
- [PATCH 7/9] userfaultfd/selftests: reinitialize test context in each test,
Axel Rasmussen
- [PATCH 8/9] userfaultfd/selftests: exercise minor fault handling shmem support,
Axel Rasmussen
- [PATCH 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes,
Axel Rasmussen
- Re: [PATCH 0/9] userfaultfd: add minor fault handling for shmem,
Andrew Morton
- [PATCH v4 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation,
Emanuele Giuseppe Esposito
- [PATCH v4 00/10] Add support for synchronous signals on perf events,
Marco Elver
- [PATCH v4 06/10] perf: Add support for SIGTRAP on perf events,
Marco Elver
- [PATCH v4 07/10] selftests/perf_events: Add kselftest for process-wide sigtrap handling,
Marco Elver
- [PATCH v4 08/10] selftests/perf_events: Add kselftest for remove_on_exec,
Marco Elver
- [PATCH v4 09/10] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h,
Marco Elver
- [PATCH v4 10/10] perf test: Add basic stress test for sigtrap handling,
Marco Elver
- Re: [PATCH v4 00/10] Add support for synchronous signals on perf events,
Peter Zijlstra
- Re: [PATCH v4 00/10] Add support for synchronous signals on perf events,
Marco Elver
[PATCH v2] selftests/resctrl: Change a few printed messages,
Fenghua Yu
[next] [arm64] [gpio] BUG: key has not been registered! DEBUG_LOCKS_WARN_ON:,
Naresh Kamboju
[PATCH v33 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v33 02/12] landlock: Add ruleset and domain management,
Mickaël Salaün
- [PATCH v33 01/12] landlock: Add object management,
Mickaël Salaün
- [PATCH v33 03/12] landlock: Set up the security framework and manage credentials,
Mickaël Salaün
- [PATCH v33 04/12] landlock: Add ptrace restrictions,
Mickaël Salaün
- [PATCH v33 05/12] LSM: Infrastructure management of the superblock,
Mickaël Salaün
- [PATCH v33 08/12] landlock: Add syscall implementations,
Mickaël Salaün
- [PATCH v33 06/12] fs,security: Add sb_delete hook,
Mickaël Salaün
- [PATCH v33 09/12] arch: Wire up Landlock syscalls,
Mickaël Salaün
- [PATCH v33 07/12] landlock: Support filesystem access-control,
Mickaël Salaün
- [PATCH v33 11/12] samples/landlock: Add a sandbox manager example,
Mickaël Salaün
- [PATCH v33 12/12] landlock: Add user and kernel documentation,
Mickaël Salaün
- Re: [PATCH v33 00/12] Landlock LSM,
James Morris
[PATCH v2 0/4] powerpc/selftests: Add Power10 2nd DAWR selftests,
Ravi Bangoria
[PATCH] Documentation: kunit: add tips for using current->kunit_test,
Daniel Latypov
[PATCH bpf-next v2 0/3] add batched ops support for percpu,
Pedro Tammela
[PATCH] kunit: fix -Wunused-function warning for __kunit_fail_current_test,
Daniel Latypov
[PATCH v3 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation,
Emanuele Giuseppe Esposito
[PATCH] selftests/resctrl: Change a few printed messages,
Fenghua Yu
[PATCH v5] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior,
Axel Rasmussen
[PATCH bpf-next 0/3] add batched ops support for percpu array,
Pedro Tammela
[RFC v3 0/2] CPU-Idle latency selftest framework,
Pratik Rajesh Sampat
[PATCH v2] selftests/mincore: get readahead size for check_file_mmap(),
Jeffle Xu
[PATCH 0/4] KVM statistics data fd-based binary interface,
Jing Zhang
[PATCH v5 0/2] kunit: fail tests on UBSAN errors,
Daniel Latypov
[PATCH-next 3/5] vm/test_vmalloc.sh: adapt for updated driver interface,
Uladzislau Rezki (Sony)
[PATCH v2] kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals,
Daniel Latypov
[PATCH V6 00/10] PKS: Add Protection Key Supervisor support,
ira . weiny
- [PATCH V6 01/10] x86/pkeys: Create pkeys_common.h,
ira . weiny
- [PATCH V6 02/10] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support,
ira . weiny
- [PATCH V6 03/10] x86/pks: Add additional PKEY helper macros,
ira . weiny
- [PATCH V6 04/10] x86/pks: Add PKS defines and Kconfig options,
ira . weiny
- [PATCH V6 09/10] x86/pks: Add PKS kernel API,
ira . weiny
- [PATCH V6 07/10] x86/pks: Preserve the PKRS MSR on context switch,
ira . weiny
- [PATCH V6 10/10] x86/pks: Add PKS test code,
ira . weiny
- [PATCH V6 08/10] x86/entry: Preserve PKRS MSR across exceptions,
ira . weiny
- [PATCH V6 06/10] x86/fault: Adjust WARN_ON for PKey fault,
ira . weiny
- [PATCH V6 05/10] x86/pks: Add PKS setup code,
ira . weiny
- Re: [PATCH V6 00/10] PKS: Add Protection Key Supervisor support,
Ira Weiny
[PATCH v4 0/3] sysfs: Unconditionally use vmalloc for buffer,
Kees Cook
[PATCH v32 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v32 04/12] landlock: Add ptrace restrictions,
Mickaël Salaün
- [PATCH v32 02/12] landlock: Add ruleset and domain management,
Mickaël Salaün
- [PATCH v32 05/12] LSM: Infrastructure management of the superblock,
Mickaël Salaün
- [PATCH v32 03/12] landlock: Set up the security framework and manage credentials,
Mickaël Salaün
- [PATCH v32 01/12] landlock: Add object management,
Mickaël Salaün
- [PATCH v32 08/12] landlock: Add syscall implementations,
Mickaël Salaün
- [PATCH v32 06/12] fs,security: Add sb_delete hook,
Mickaël Salaün
- [PATCH v32 12/12] landlock: Add user and kernel documentation,
Mickaël Salaün
- [PATCH v32 07/12] landlock: Support filesystem access-control,
Mickaël Salaün
- [PATCH v32 09/12] arch: Wire up Landlock syscalls,
Mickaël Salaün
- [PATCH v32 11/12] samples/landlock: Add a sandbox manager example,
Mickaël Salaün
[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior,
Axel Rasmussen
[PATCH -next] KVM: selftests: remove redundant semi-colon,
Yang Yingliang
[RFC v2 0/2] CPU-Idle latency selftest framework,
Pratik Rajesh Sampat
[PATCH v8 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests.,
Zi Yan
[PATCH V5 00/10] PKS: Add Protection Key Supervisor support,
ira . weiny
- [PATCH V5 02/10] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support,
ira . weiny
- [PATCH V5 03/10] x86/pks: Add additional PKEY helper macros,
ira . weiny
- [PATCH V5 01/10] x86/pkeys: Create pkeys_common.h,
ira . weiny
- [PATCH V5 05/10] x86/pks: Add PKS setup code,
ira . weiny
- [PATCH V5 04/10] x86/pks: Add PKS defines and Kconfig options,
ira . weiny
- [PATCH V5 09/10] x86/pks: Add PKS kernel API,
ira . weiny
- [PATCH V5 06/10] x86/fault: Adjust WARN_ON for PKey fault,
ira . weiny
- [PATCH V5 08/10] x86/entry: Preserve PKRS MSR across exceptions,
ira . weiny
- [PATCH V5 10/10] x86/pks: Add PKS test code,
ira . weiny
- [PATCH V5 07/10] x86/pks: Preserve the PKRS MSR on context switch,
ira . weiny
[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type,
Mike Rapoport
[PATCH] selftests: timens: Fix gettime_perf to work on powerpc,
Christophe Leroy
[PATCH] kvm: fix minor typos in x86/kvm.h and selftests/processor.c,
Emanuele Giuseppe Esposito
[PATCH 0/4] kvm: cpuid: fix cpuid nent field,
Emanuele Giuseppe Esposito
BUG: key ffff000800eba398 has not been registered!,
Naresh Kamboju
[PATCH] selftests: get readahead size for check_file_mmap(),
Jeffle Xu
[PATCH v8 1/4] lib: vsprintf: scanf: Negative number must have field width > 1,
Richard Fitzgerald
[PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table,
Yanan Wang
- [PATCH v6 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing,
Yanan Wang
- [PATCH v6 01/10] tools/headers: sync headers of asm-generic/hugetlb_encode.h,
Yanan Wang
- [PATCH v6 06/10] KVM: selftests: Add a helper to get system configured THP page size,
Yanan Wang
- [PATCH v6 02/10] mm/hugetlb: Add a macro to get HUGETLB page sizes for mmap,
Yanan Wang
- [PATCH v6 04/10] KVM: selftests: Print the errno besides error-string in TEST_ASSERT,
Yanan Wang
- [PATCH v6 07/10] KVM: selftests: Add a helper to get system default hugetlb page size,
Yanan Wang
- [PATCH v6 05/10] KVM: selftests: Make a generic helper to get vm guest mode strings,
Yanan Wang
- [PATCH v6 09/10] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers,
Yanan Wang
- [PATCH v6 08/10] KVM: selftests: List all hugetlb src types specified with page sizes,
Yanan Wang
- [PATCH v6 10/10] KVM: selftests: Add a test for kvm page table code,
Yanan Wang
- Re: [PATCH v6 00/10] KVM: selftests: some improvement and a new test for kvm page table,
wangyanan (Y)
[PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright,
Hao Fang
[PATCH v3] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior,
Axel Rasmussen
[PATCH AUTOSEL 5.10 27/33] selftests/vm: fix out-of-tree build,
Sasha Levin
[PATCH AUTOSEL 5.10 20/33] kselftest/arm64: sve: Do not use non-canonical FFR register value,
Sasha Levin
[PATCH AUTOSEL 5.10 07/33] kunit: tool: Fix a python tuple typing error,
Sasha Levin
[PATCH AUTOSEL 5.11 32/38] selftests/vm: fix out-of-tree build,
Sasha Levin
[PATCH AUTOSEL 5.11 23/38] kselftest/arm64: sve: Do not use non-canonical FFR register value,
Sasha Levin
[PATCH AUTOSEL 5.11 08/38] kunit: tool: Fix a python tuple typing error,
Sasha Levin
[PATCH v2] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior,
Axel Rasmussen
[PATCH] selftests/bpf: add LDFLAGS when building test_verifier,
Jisheng Zhang
[PATCH v7 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests.,
Zi Yan
[PATCH v7 1/4] lib: vsprintf: scanf: Negative number must have field width > 1,
Richard Fitzgerald
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]