Linux Kernel Selftest
[Prev Page][Next Page]
- Re: [PATCH v6 02/17] dt-bindings: riscv: cpus: add a vlen register length property, (continued)
- [PATCH v6 03/17] riscv: vector: Use vlenb from DT,
Charlie Jenkins
- [PATCH v6 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree,
Charlie Jenkins
- [PATCH v6 05/17] riscv: Extend cpufeature.c to detect vendor extensions,
Charlie Jenkins
- [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo,
Charlie Jenkins
- [PATCH v6 07/17] riscv: Introduce vendor variants of extension helpers,
Charlie Jenkins
- [PATCH v6 08/17] riscv: cpufeature: Extract common elements from extension checking,
Charlie Jenkins
- [PATCH v6 09/17] riscv: Convert xandespmu to use the vendor extension framework,
Charlie Jenkins
- [PATCH v6 10/17] RISC-V: define the elements of the VCSR vector CSR,
Charlie Jenkins
- [PATCH v6 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT,
Charlie Jenkins
- [PATCH v6 12/17] riscv: Add xtheadvector instruction definitions,
Charlie Jenkins
- [PATCH v6 13/17] riscv: vector: Support xtheadvector save/restore,
Charlie Jenkins
- [PATCH v6 14/17] riscv: hwprobe: Add thead vendor extension probing,
Charlie Jenkins
- [PATCH v6 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension,
Charlie Jenkins
- [PATCH v6 16/17] selftests: riscv: Fix vector tests,
Charlie Jenkins
- [PATCH v6 17/17] selftests: riscv: Support xtheadvector in vector tests,
Charlie Jenkins
- Re: [PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector,
Conor Dooley
- [PATCH 00/10] mm/damon: misc fixes and improvements,
SeongJae Park
- [PATCH v5 00/10] Fix Kselftest's vfork() side effects,
Mickaël Salaün
- [PATCH v5 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions,
Mickaël Salaün
- [PATCH v5 01/10] selftests/pidfd: Fix config for pidfd_setns_test,
Mickaël Salaün
- [PATCH v5 05/10] selftests/landlock: Do not allocate memory in fixture data,
Mickaël Salaün
- [PATCH v5 06/10] selftests/harness: Constify fixture variants,
Mickaël Salaün
- [PATCH v5 02/10] selftests/landlock: Fix FS tests when run on a private mount point,
Mickaël Salaün
- [PATCH v5 08/10] selftests/harness: Share _metadata between forked processes,
Mickaël Salaün
- [PATCH v5 03/10] selftests/harness: Fix fixture teardown,
Mickaël Salaün
- [PATCH v5 09/10] selftests/harness: Fix vfork() side effects,
Mickaël Salaün
- [PATCH v5 10/10] selftests/harness: Handle TEST_F()'s explicit exit codes,
Mickaël Salaün
- [PATCH v5 07/10] selftests/pidfd: Fix wrong expectation,
Mickaël Salaün
- [PATCH v5 00/17] riscv: Support vendor extensions and xtheadvector,
Charlie Jenkins
- [PATCH v5 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description,
Charlie Jenkins
- [PATCH v5 02/17] dt-bindings: riscv: cpus: add a vlen register length property,
Charlie Jenkins
- [PATCH v5 03/17] riscv: vector: Use vlenb from DT,
Charlie Jenkins
- [PATCH v5 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree,
Charlie Jenkins
- [PATCH v5 05/17] riscv: Extend cpufeature.c to detect vendor extensions,
Charlie Jenkins
- [PATCH v5 06/17] riscv: Add vendor extensions to /proc/cpuinfo,
Charlie Jenkins
- [PATCH v5 07/17] riscv: Introduce vendor variants of extension helpers,
Charlie Jenkins
- [PATCH v5 08/17] riscv: cpufeature: Extract common elements from extension checking,
Charlie Jenkins
- [PATCH v5 09/17] riscv: Convert xandespmu to use the vendor extension framework,
Charlie Jenkins
- [PATCH v5 10/17] RISC-V: define the elements of the VCSR vector CSR,
Charlie Jenkins
- [PATCH v5 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT,
Charlie Jenkins
- [PATCH v5 12/17] riscv: Add xtheadvector instruction definitions,
Charlie Jenkins
- [PATCH v5 13/17] riscv: vector: Support xtheadvector save/restore,
Charlie Jenkins
- [PATCH v5 14/17] riscv: hwprobe: Add thead vendor extension probing,
Charlie Jenkins
- [PATCH v5 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension,
Charlie Jenkins
- [PATCH v5 16/17] selftests: riscv: Fix vector tests,
Charlie Jenkins
- [PATCH v5 17/17] selftests: riscv: Support xtheadvector in vector tests,
Charlie Jenkins
- [PATCH] selftests/vDSO: fix clang build errors and warnings,
John Hubbard
- [PATCH 0/3] selftests/futex: clang-inspired fixes,
John Hubbard
- [PATCH 0/4] selftests/cgroups: fix clang build failures, warnings,
John Hubbard
- [PATCH] selftest/timerns: fix clang build failures for abs() calls,
John Hubbard
- [PATCH 0/7] selftests/x86: fix build errors and warnings found via clang,
John Hubbard
- [PATCH] selftests/resctrl: fix clang build warnings related to abs(), labs() calls,
John Hubbard
- [PATCH] selftests/resctrl: fix clang build failure: use LOCAL_HDRS,
John Hubbard
- [PATCH] selftests/binderfs: use the Makefile's rules, not Make's implicit rules,
John Hubbard
- [PATCH 0/1] selftest: rtc: Add support rtc alarm content check,
Joseph Jang
[PATCH v1 0/1] selftest/mseal fix arm build,
jeffxu
[PATCH V5] KVM: selftests: Add a new option to rseq_test,
Zide Chen
[PATCH net-next] selftest: epoll_busy_poll: epoll busy poll tests,
Joe Damato
[PATCH v4 00/10] Fix Kselftest's vfork() side effects,
Mickaël Salaün
- [PATCH v4 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions,
Mickaël Salaün
- [PATCH v4 02/10] selftests/landlock: Fix FS tests when run on a private mount point,
Mickaël Salaün
- [PATCH v4 03/10] selftests/harness: Fix fixture teardown,
Mickaël Salaün
- [PATCH v4 06/10] selftests/harness: Constify fixture variants,
Mickaël Salaün
- [PATCH v4 07/10] selftests/pidfd: Fix wrong expectation,
Mickaël Salaün
- [PATCH v4 05/10] selftests/landlock: Do not allocate memory in fixture data,
Mickaël Salaün
- [PATCH v4 08/10] selftests/harness: Share _metadata between forked processes,
Mickaël Salaün
- [PATCH v4 09/10] selftests/harness: Fix vfork() side effects,
Mickaël Salaün
- [PATCH v4 10/10] selftests/harness: Fix TEST_F()'s exit codes,
Mickaël Salaün
- [PATCH v4 01/10] selftests/pidfd: Fix config for pidfd_setns_test,
Mickaël Salaün
[PATCH 0/2] selftests/damon: add DAMOS quota goal test,
SeongJae Park
[PATCH v1 0/2] selftests: mm: cow: flag vmsplice() hugetlb tests as XFAIL,
David Hildenbrand
[PATCH] selftests/memfd: fix spelling mistakes,
Saurav Shah
[PATCH net-next] selftests/net: skip partial checksum packets in csum test,
Willem de Bruijn
[PATCH net-next] selftests: drv-net: add checksum tests,
Willem de Bruijn
[PATCH v3] selftests/vDSO: Explicit unsigned char conversion for elf_hash,
Edward Liaw
Re: [PATCH] selftests: cgroup: remove redundant addition of memory controller,
Markus Elfring
[PATCH] KVM: selftest: Add family and model check for zen4 in PMU filter test,
Manali Shukla
[PATCH v2 0/5] Add support for the Idle HLT intercept feature,
Manali Shukla
[PATCH 0/8] selftests: x86: build suite with clang,
Muhammad Usama Anjum
- [PATCH 1/8] selftests: x86: Remove dependence of headers file,
Muhammad Usama Anjum
- [PATCH 2/8] selftests: x86: check_initial_reg_state: remove -no-pie while using -static,
Muhammad Usama Anjum
- [PATCH 3/8] selftests: x86: test_vsyscall: remove unused function,
Muhammad Usama Anjum
- [PATCH 4/8] selftests: x86: fsgsbase_restore: fix asm directive from =rm to =r,
Muhammad Usama Anjum
- [PATCH 5/8] selftests: x86: syscall_arg_fault_32: remove unused variable,
Muhammad Usama Anjum
- [PATCH 6/8] selftests: x86: test_FISTTP: use fisttps instead of ambigous fisttp,
Muhammad Usama Anjum
- [PATCH 7/8] selftests: x86: fsgsbase: Remove unused function and variable,
Muhammad Usama Anjum
- [PATCH 8/8] selftests: x86: amx: Remove unused functions,
Muhammad Usama Anjum
- Re: [PATCH 0/8] selftests: x86: build suite with clang,
Fangrui Song
- Re: [PATCH 0/8] selftests: x86: build suite with clang,
Muhammad Usama Anjum
- Re: [PATCH 0/8] selftests: x86: build suite with clang,
Muhammad Usama Anjum
[PATCH][next] selftests/bpf: Fix spelling mistake "{GET|SET}SOCKOP" -> "{GET|SET}SOCKOPT",
Colin Ian King
[PATCH] selftests/harness: fix many "format string is empty" warnings,
John Hubbard
[PATCH v2] selftests/vDSO: Fix assignment in condition without parentheses,
Edward Liaw
[PATCH v1 00/10] Define _GNU_SOURCE for sources using,
Edward Liaw
- [PATCH v1 01/10] selftests/sgx: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 02/10] selftests/alsa: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 03/10] selftests/hid: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 04/10] selftests/kvm: Define _GNU_SOURCE,
Edward Liaw
- [PATCH v1 05/10] selftests/nci: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 06/10] selftests/net: Define _GNU_SOURCE,
Edward Liaw
- [PATCH v1 07/10] selftests/prctl: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 08/10] selftests/rtc: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 09/10] selftests/tdx: Compile with -D_GNU_SOURCE,
Edward Liaw
- [PATCH v1 10/10] selftests/user_events: Compiled with -D_GNU_SOURCE,
Edward Liaw
- Re: [PATCH v1 00/10] Define _GNU_SOURCE for sources using,
Mark Brown
[PATCH] selftest/safesetid: Fix uncaught return value,
Shengyu Li
[PATCH v2] selftest/tty: Use harness framework in tty,
Shengyu Li
[PATCH] selftest/tty: Use harness framework in tty,
Shengyu Li
[PATCH v1] selftests: mm: gup_longterm: test unsharing logic when R/O pinning,
David Hildenbrand
[PATCH v22 5/5] ring-buffer/selftest: Add ring-buffer mapping test,
Vincent Donnefort
[PATCH bpf-next v3 0/3] bpf_wq followup series,
Benjamin Tissoires
[PATCH v2 0/3] bpf_wq followup series,
Benjamin Tissoires
[PATCH v1 0/4] add tests to verify IFS (In Field Scan) driver functionality,
Pengfei Xu
[linus:master] [selftests/harness] 8092162335: kernel-selftests.sgx.make.fail,
kernel test robot
[PATCH 6.6.y] kselftest: Add a ksft_perror() helper,
Edward Liaw
[PATCH] kselftest: Add a ksft_perror() helper,
Edward Liaw
[PATCH] selftests/kcmp: Remove unused open mode,
Edward Liaw
[PATCH V4] KVM: selftests: Add a new option to rseq_test,
Zide Chen
[PATCH v3 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking,
Jordan Rife
[PATCH v2] selftests/vDSO: Explicit unsigned char conversion for elf_hash,
Edward Liaw
[PATCH] selftests/vDSO: Explicit unsigned char conversion for elf_hash,
Edward Liaw
[PATCH] selftests/vDSO: Fix assignment in condition without parentheses,
Edward Liaw
[PATCH v3 0/9] Fix Kselftest's vfork() side effects,
Mickaël Salaün
- [PATCH v3 1/9] selftests/pidfd: Fix config for pidfd_setns_test,
Mickaël Salaün
- [PATCH v3 4/9] selftests/harness: Fix interleaved scheduling leading to race conditions,
Mickaël Salaün
- [PATCH v3 6/9] selftests/harness: Constify fixture variants,
Mickaël Salaün
- [PATCH v3 7/9] selftests/pidfd: Fix wrong expectation,
Mickaël Salaün
- [PATCH v3 8/9] selftests/harness: Share _metadata between forked processes,
Mickaël Salaün
- [PATCH v3 3/9] selftests/harness: Fix fixture teardown,
Mickaël Salaün
- [PATCH v3 9/9] selftests/harness: Fix vfork() side effects,
Mickaël Salaün
- [PATCH v3 5/9] selftests/landlock: Do not allocate memory in fixture data,
Mickaël Salaün
- [PATCH v3 2/9] selftests/landlock: Fix FS tests when run on a private mount point,
Mickaël Salaün
- Re: [PATCH v3 0/9] Fix Kselftest's vfork() side effects,
Mickaël Salaün
[PATCH] Documentation: kselftest: fix codeblock,
Yo-Jung (Leo) Lin
[PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop,
Clément Léger
- [PATCH v4 01/11] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description,
Clément Léger
- [PATCH v4 02/11] riscv: add ISA extensions validation,
Clément Léger
- [PATCH v4 04/11] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions,
Clément Léger
- [PATCH v4 06/11] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test,
Clément Léger
- [PATCH v4 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb,
Clément Léger
- [PATCH v4 05/11] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM,
Clément Léger
- [PATCH v4 07/11] dt-bindings: riscv: add Zcmop ISA extension description,
Clément Léger
- [PATCH v4 08/11] riscv: add ISA extension parsing for Zcmop,
Clément Léger
- [PATCH v4 09/11] riscv: hwprobe: export Zcmop ISA extension,
Clément Léger
- [PATCH v4 10/11] RISC-V: KVM: Allow Zcmop extension for Guest/VM,
Clément Léger
- [PATCH v4 11/11] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test,
Clément Léger
[PATCH net-next v2 0/6] selftests: net: page_poll allocation error injection,
Jakub Kicinski
[PATCH v2 0/5] Fix Kselftest's vfork() side effects,
Mickaël Salaün
[PATCH bpf-next 0/2] Free strdup memory in selftests,
Geliang Tang
[PATCH] selftests:arm64: Test PR_SVE_VL_INHERIT after a double fork,
Dorine Tipo
[PATCH v4 0/2] selftests/vDSO: Fix errors on LoongArch,
Tiezhu Yang
[PATCH] kunit: Cover 'assert.c' with tests,
Ivan Orlov
[RFC PATCH v2] Cleaning up the KVM clock mess,
David Woodhouse
- [PATCH v2 05/15] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC,
David Woodhouse
- [PATCH v2 04/15] KVM: selftests: Add KVM/PV clock selftest to prove timer correction,
David Woodhouse
- [PATCH v2 11/15] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset(),
David Woodhouse
- [PATCH v2 12/15] KVM: x86: Improve synchronization in kvm_synchronize_tsc(),
David Woodhouse
- [PATCH v2 09/15] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time(),
David Woodhouse
- [PATCH v2 07/15] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host,
David Woodhouse
- [PATCH v2 14/15] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other,
David Woodhouse
- [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields,
David Woodhouse
- [PATCH v2 02/15] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force,
David Woodhouse
- [PATCH v2 08/15] KVM: x86: Fix KVM clock precision in __get_kvmclock(),
David Woodhouse
- [PATCH v2 01/15] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init(),
David Woodhouse
- [PATCH v2 15/15] KVM: x86: Factor out kvm_use_master_clock(),
David Woodhouse
- [PATCH v2 10/15] KVM: x86: Simplify and comment kvm_get_time_scale(),
David Woodhouse
- [PATCH v2 06/15] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration,
David Woodhouse
- [PATCH v2 03/15] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration,
David Woodhouse
[PATCH net-next 0/6] selftests: net: page_poll allocation error injection,
Jakub Kicinski
[PATCH v4 16/16] selftests: riscv: Support xtheadvector in vector tests,
Charlie Jenkins
[PATCH v4 15/16] selftests: riscv: Fix vector tests,
Charlie Jenkins
[PATCH v4 14/16] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension,
Charlie Jenkins
[PATCH v4 13/16] riscv: hwprobe: Add thead vendor extension probing,
Charlie Jenkins
[PATCH v4 12/16] riscv: vector: Support xtheadvector save/restore,
Charlie Jenkins
[PATCH v4 11/16] riscv: Add xtheadvector instruction definitions,
Charlie Jenkins
[PATCH v4 10/16] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT,
Charlie Jenkins
[PATCH v4 09/16] RISC-V: define the elements of the VCSR vector CSR,
Charlie Jenkins
[PATCH] selftest/tmpfs: Use harness framework in tmpfs,
Shengyu Li
[PATCH v4 00/16] riscv: Support vendor extensions and xtheadvector,
Charlie Jenkins
[PATCH v1 0/5] Fix Kselftest's vfork() side effects,
Mickaël Salaün
[PATCH bpf-next] bpf, arm64: Add support for lse atomics in bpf_arena,
Puranjay Mohan
[PATCH v2] KVM: selftests: Use TAP interface in the set_memory_region test,
Thomas Huth
[PATCH 0/3] tools/nolibc: implement strerror(),
Thomas Weißschuh
[PATCH v2] selftests: x86: conform test to TAP format output,
Muhammad Usama Anjum
[PATCH] selftests: tpm2: conform test to TAP output,
Muhammad Usama Anjum
[PATCH] KVM: selftests: Use TAP interface in the set_memory_region test,
Thomas Huth
[PATCH net-next v2 0/3] selftests: drv-net: round some sharp edges,
Jakub Kicinski
[PATCH] riscv: selftests: Add hwprobe binaries to .gitignore,
Charlie Jenkins
kselftest/next kselftest-lkdtm: 5 runs, 2 regressions (v6.9-rc4-32-g693fe2f6a9ea),
kernelci.org bot
kselftest/next kselftest-livepatch: 2 runs, 1 regressions (v6.9-rc4-32-g693fe2f6a9ea),
kernelci.org bot
kselftest/next build: 5 builds: 0 failed, 5 passed (v6.9-rc4-32-g693fe2f6a9ea),
kernelci.org bot
[PATCH 0/2] tools/nolibc: implement strtol() and friends,
Thomas Weißschuh
[PATCH v3] selftests/bpf: Add ring_buffer__consume_n test.,
Andrea Righi
[PATCH 0/3] bpf_wq followup series,
Benjamin Tissoires
[PATCH v2] selftests/bpf: Add ring_buffer__consume_n test.,
Andrea Righi
[PATCH bpf-next 0/6] use network helpers, part 3,
Geliang Tang
ynl: maybe minor bug?,
Joe Damato
[PATCH 1/2] KVM: selftests: Fix nx_huge_pages_test for default_hugepagesz=1G,
Dongsheng Zhang
[PATCH net-next 0/4] selftests: drv-net: round some sharp edges,
Jakub Kicinski
[PATCH v2 00/10] selftests: Make ksft_exit functions return void instead of int,
Nathan Chancellor
- [PATCH v2 01/10] selftests/clone3: ksft_exit functions do not return,
Nathan Chancellor
- [PATCH v2 02/10] selftests/ipc: ksft_exit functions do not return,
Nathan Chancellor
- [PATCH v2 03/10] selftests: membarrier: ksft_exit_pass() does not return,
Nathan Chancellor
- [PATCH v2 04/10] selftests/mm: ksft_exit functions do not return,
Nathan Chancellor
- [PATCH v2 05/10] selftests: pidfd: ksft_exit functions do not return,
Nathan Chancellor
- [PATCH v2 06/10] selftests/resctrl: ksft_exit_skip() does not return,
Nathan Chancellor
- [PATCH v2 07/10] selftests: sync: ksft_exit_pass() does not return,
Nathan Chancellor
- [PATCH v2 08/10] selftests: timers: ksft_exit functions do not return,
Nathan Chancellor
- [PATCH v2 10/10] selftests: kselftest: Make ksft_exit functions return void instead of int,
Nathan Chancellor
- [PATCH v2 09/10] selftests: x86: ksft_exit_pass() does not return,
Nathan Chancellor
- Re: [PATCH v2 00/10] selftests: Make ksft_exit functions return void instead of int,
Shuah Khan
selftests: openvswitch: Questions about possible enhancements,
Simon Horman
[PATCH net-next 0/8] net: openvswitch: Add sample multicasting.,
Adrian Moreno
[PATCH v1] selftests/mm: soft-dirty should fail if a testcase fails,
Ryan Roberts
[PATCH bpf-next 0/4] Add some 'malloc' failure checks,
Kunwu Chan
[PATCH v21 5/5] ring-buffer/selftest: Add ring-buffer mapping test,
Vincent Donnefort
[PATCH] selftests/nolibc: disable brk()/sbrk() tests on musl,
Thomas Weißschuh
[PATCH v1 0/1] branch prediction hint,
jeffxu
[PATCH] kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER,
Ivan Orlov
[PATCH] selftests/nolibc: run-tests.sh: use -Werror by default,
Thomas Weißschuh
Improving the testing quality of the kernel,
Muhammad Usama Anjum
[PATCH 0/3] kselftest: Add test to report device log errors,
Nícolas F. R. A. Prado
[PATCH v3 00/11] Add support for a few Zc* extensions as well as Zcmop,
Clément Léger
- [PATCH v3 01/11] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description,
Clément Léger
- [PATCH v3 02/11] riscv: add ISA extensions validation,
Clément Léger
- [PATCH v3 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb,
Clément Léger
- [PATCH v3 04/11] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions,
Clément Léger
- [PATCH v3 05/11] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM,
Clément Léger
- [PATCH v3 06/11] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test,
Clément Léger
- [PATCH v3 08/11] riscv: add ISA extension parsing for Zcmop,
Clément Léger
- [PATCH v3 09/11] riscv: hwprobe: export Zcmop ISA extension,
Clément Léger
- [PATCH v3 10/11] RISC-V: KVM: Allow Zcmop extension for Guest/VM,
Clément Léger
- [PATCH v3 11/11] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test,
Clément Léger
- [PATCH v3 07/11] dt-bindings: riscv: add Zcmop ISA extension description,
Clément Léger
[PATCH bpf-next v2 0/5] use network helpers, part 2,
Geliang Tang
[PATCH bpf-next v5 0/2] Add F_SETFL for fcntl in test_sockmap,
Geliang Tang
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]