Linux Kernel Selftest
[Prev Page][Next Page]
- [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls, (continued)
- [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls,
Xin Li
- [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID,
Xin Li
- [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs,
Xin Li
- [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config,
Xin Li
- [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest,
Xin Li
- [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields,
Xin Li
- [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore,
Xin Li
- [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled(),
Xin Li
- [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail,
Xin Li
- [PATCH v2 12/25] KVM: VMX: Handle FRED event data,
Xin Li
- [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs(),
Xin Li
- [PATCH v2 16/25] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup,
Xin Li
- [PATCH v2 13/25] KVM: VMX: Handle VMX nested exception for FRED,
Xin Li
- [PATCH v2 20/25] KVM: nVMX: Add support for VMX FRED controls,
Xin Li
- [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls,
Xin Li
- [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros,
Xin Li
- [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields,
Xin Li
- [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests,
Xin Li
- [PATCH v2 23/25] KVM: selftests: Run debug_regs test with FRED enabled,
Xin Li
- [PATCH v2 25/25] KVM: selftests: Add fred exception tests,
Xin Li
- [PATCH v2 21/25] KVM: nVMX: Add VMCS FRED states checking,
Xin Li
- [PATCH v2 24/25] KVM: selftests: Add a new VM guest mode to run user level code,
Xin Li
- Re: [PATCH v2 00/25] Enable FRED with KVM VMX,
Kang, Shan
- RE: [PATCH v2 00/25] Enable FRED with KVM VMX,
Li, Xin3
[PATCH net] selftests: net: add more missing kernel config,
Paolo Abeni
[PATCH 13/28] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU,
Xin Li
[PATCH net v2 0/2] net: openvswitch: limit the recursions from action sets,
Aaron Conole
[PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup(),
Marco Elver
[PATCH net-next] selftests: net: include forwarding lib,
Paolo Abeni
[linux-next:master] BUILD REGRESSION ac139fc7db67968e5061715508b5fc4aa7c40c56,
kernel test robot
[PATCH v3 0/3] pstore: add multi-backend support,
Yuanhe Shu
[PATCH net 6/7] selftests: tls: use exact comparison in recv_partial,
Jakub Kicinski
[PATCH net] selftests: net: cope with slow env in gro.sh test,
Paolo Abeni
[PATCH v2] selftests/seccomp: Pin benchmark to single CPU,
Kees Cook
[PATCH] selftests/seccomp: Pin benchmark to single CPU,
Kees Cook
[broonie-misc:kselftest-seccomp-benchmark-ktap] [kselftest/seccomp] 626fa92237: kernel-selftests.seccomp.seccomp_benchmark.fail,
kernel test robot
[PATCH v3 0/3] fix and extend zswap kselftests,
Nhat Pham
[PATCH v2 2/2] selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_map,
Breno Leitao
[PATCH v14 6/6] ring-buffer/selftest: Add ring-buffer mapping test,
Vincent Donnefort
[PATCH] selftests/mm: uffd-unit-test check if huge page size is 0,
Terry Tritton
Re: [PATCH] selftests/ftrace: Limit length in subsystem-enable tests,
Steven Rostedt
[PATCH v2 0/3] pstore: add multi-backend support,
Yuanhe Shu
[PATCH v4 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest,
Maciej Wieczor-Retman
[PATCH net] net: ctnetlink: fix filtering for zone 0,
Felix Huettner
[PATCH] Fix the warning of amd-pstate.rst.,
Meng Li
[PATCH net] selftests: cmsg_ipv6: repeat the exact packet,
Jakub Kicinski
[PATCH] selftest: damon: fix minor typos in test logs,
Vincenzo Mezzela
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility,
Mark Brown
- [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack,
Mark Brown
- [PATCH v8 03/38] mman: Add map_shadow_stack() flags,
Mark Brown
- [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks,
Mark Brown
- [PATCH v8 05/38] arm64/gcs: Document the ABI for Guarded Control Stacks,
Mark Brown
- [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps,
Mark Brown
- [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions,
Mark Brown
- [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs(),
Mark Brown
- [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS),
Mark Brown
- [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack,
Mark Brown
- [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS,
Mark Brown
- [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack,
Mark Brown
- [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests,
Mark Brown
- [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1,
Mark Brown
- [PATCH v8 15/38] arm64/idreg: Add overrride for GCS,
Mark Brown
- [PATCH v8 16/38] arm64/hwcap: Add hwcap for GCS,
Mark Brown
- [PATCH v8 17/38] arm64/traps: Handle GCS exceptions,
Mark Brown
- [PATCH v8 18/38] arm64/mm: Handle GCS data aborts,
Mark Brown
- [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0,
Mark Brown
- [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS,
Mark Brown
- [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface,
Mark Brown
- [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack(),
Mark Brown
- [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers,
Mark Brown
- [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames,
Mark Brown
- [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files,
Mark Brown
- [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS),
Mark Brown
- [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap,
Mark Brown
- [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests,
Mark Brown
- [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests,
Mark Brown
- [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code,
Mark Brown
- [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled,
Mark Brown
- [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program,
Mark Brown
- [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc,
Mark Brown
- [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking,
Mark Brown
- [PATCH v8 35/38] selftests/arm64: Add GCS signal tests,
Mark Brown
- [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test,
Mark Brown
- [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests,
Mark Brown
- [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64,
Mark Brown
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace,
Thiago Jung Bauermann
- Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace,
Stefan O'Rear
[PATCH RFT v5 0/7] fork: Support shadow stacks in clone3(),
Mark Brown
[PATCH v3 0/7] of: populate of_root node if bootloader doesn't,
Stephen Boyd
[PATCH net] selftests: net: let big_tcp test cope with slow env,
Paolo Abeni
[PATCH v2 00/12] conform tests to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 01/12] selftests/mm: map_fixed_noreplace: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 02/12] selftests/mm: map_hugetlb: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 03/12] selftests/mm: map_populate: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 04/12] selftests/mm: mlock-random-test: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 05/12] selftests/mm: mlock2-tests: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 06/12] selftests/mm: mrelease_test: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 07/12] selftests/mm: mremap_dontunmap: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 08/12] selftests/mm: split_huge_page_test: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 09/12] selftests/mm: thp_settings: conform to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 10/12] selftests/mm: thuge-gen: conform to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 12/12] selftests/mm: virtual_address_range: conform to TAP format output,
Muhammad Usama Anjum
- [PATCH v2 11/12] selftests/mm: transhuge-stress: conform to TAP format output,
Muhammad Usama Anjum
[PATCH] selftests/bpf: Use ARRAY_SIZE for array length,
Jiapeng Chong
[PATCH v3] KVM: selftests: Fix the dirty_log_test semaphore imbalance,
Shaoqin Huang
[PATCH v7 0/4] KVM: selftests: Add LoongArch support,
Bibo Mao
[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test,
Shaoqin Huang
[PATCH] selftests/net: Amend per-netns counter checks,
Dmitry Safonov
[PATCH net-next] selftests: netdevsim: stop using ifconfig,
Jakub Kicinski
[PATCH v2 net 0/4] selftests: net: more fixes,
Paolo Abeni
[PATCH net-next] selftests/net: ignore timing errors in so_txtime if KSFT_MACHINE_SLOW,
Willem de Bruijn
[PATCH v2 1/2] selftests/mm: on-fault-limit: run test without root privileges otherwise skip,
Muhammad Usama Anjum
[PATCH] selftests: ftrace: fix typo in test report,
Ali Zahraee
[PATCH net-next] selftests: net: Fix bridge backup port test flakiness,
Ido Schimmel
[PATCH] selftests/mm: on-fault-limit: run test without root privileges otherwise skip,
Muhammad Usama Anjum
[PATCH] kunit: device: Unregister the kunit_bus on shutdown,
David Gow
[PATCH v2 0/3] fix and extend zswap kselftests,
Nhat Pham
[PATCH] selftests: Add test to verify power supply properties,
Nícolas F. R. A. Prado
[PATCH 0/4] selftests: ktap_helpers: Add some missing helpers,
Nícolas F. R. A. Prado
[PATCH net 0/9] mptcp: fixes for recent issues reported by CI's,
Matthieu Baerts (NGI0)
- [PATCH net 1/9] mptcp: fix data re-injection from stale subflow,
Matthieu Baerts (NGI0)
- [PATCH net 2/9] selftests: mptcp: add missing kconfig for NF Filter,
Matthieu Baerts (NGI0)
- [PATCH net 3/9] selftests: mptcp: add missing kconfig for NF Filter in v6,
Matthieu Baerts (NGI0)
- [PATCH net 4/9] selftests: mptcp: add missing kconfig for NF Mangle,
Matthieu Baerts (NGI0)
- [PATCH net 5/9] selftests: mptcp: increase timeout to 30 min,
Matthieu Baerts (NGI0)
- [PATCH net 6/9] selftests: mptcp: decrease BW in simult flows,
Matthieu Baerts (NGI0)
- [PATCH net 7/9] selftests: mptcp: allow changing subtests prefix,
Matthieu Baerts (NGI0)
- [PATCH net 8/9] selftests: mptcp: join: stop transfer when check is done (part 1),
Matthieu Baerts (NGI0)
- [PATCH net 9/9] selftests: mptcp: join: stop transfer when check is done (part 2),
Matthieu Baerts (NGI0)
- Re: [PATCH net 0/9] mptcp: fixes for recent issues reported by CI's,
patchwork-bot+netdevbpf
[PATCH v2 1/1] userfaultfd: handle zeropage moves by UFFDIO_MOVE,
Suren Baghdasaryan
[PATCH net 0/3] selftests: net: more fixes,
Paolo Abeni
[PATCH v8 0/4] Introduce mseal,
jeffxu
[PATCH net] selftests: net: add missing config for NF_TARGET_TTL,
Jakub Kicinski
[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths,
Marco Elver
[PATCH net 0/5] selftests: net: More small fixes,
Benjamin Poirier
[PATCH 01/12] selftests/mm: map_fixed_noreplace: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 02/12] selftests/mm: map_hugetlb: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 03/12] selftests/mm: map_populate: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 04/12] selftests/mm: mlock-random-test: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 05/12] selftests/mm: mlock2-tests: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 06/12] selftests/mm: mrelease_test: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 07/12] selftests/mm: mremap_dontunmap: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 08/12] selftests/mm: split_huge_page_test: conform test to TAP format output,
Muhammad Usama Anjum
- [PATCH 09/12] selftests/mm: thp_settings: conform to TAP format output,
Muhammad Usama Anjum
- [PATCH 10/12] selftests/mm: thuge-gen: conform to TAP format output,
Muhammad Usama Anjum
- [PATCH 11/12] selftests/mm: transhuge-stress: conform to TAP format output,
Muhammad Usama Anjum
- [PATCH 12/12] selftests/mm: virtual_address_range: conform to TAP format output,
Muhammad Usama Anjum
[PATCH] selftests: ftrace: fix typo in test description,
Ali Zahraee
Re: Regression on drm-tip,
Richard Fitzgerald
[PATCH net-next] selftests: openvswitch: Test ICMP related matches work with SNAT,
Brad Cowie
[RFC PATCH v2 00/29] NT synchronization primitive driver,
Elizabeth Figura
- [RFC PATCH v2 19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY.,
Elizabeth Figura
- [RFC PATCH v2 11/29] ntsync: Introduce NTSYNC_IOC_EVENT_RESET.,
Elizabeth Figura
- [RFC PATCH v2 01/29] ntsync: Introduce the ntsync driver and character device.,
Elizabeth Figura
- [RFC PATCH v2 22/29] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL.,
Elizabeth Figura
- [RFC PATCH v2 10/29] ntsync: Introduce NTSYNC_IOC_EVENT_SET.,
Elizabeth Figura
- [RFC PATCH v2 03/29] ntsync: Introduce NTSYNC_IOC_SEM_POST.,
Elizabeth Figura
- [RFC PATCH v2 20/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL.,
Elizabeth Figura
- [RFC PATCH v2 04/29] ntsync: Introduce NTSYNC_IOC_WAIT_ANY.,
Elizabeth Figura
- [RFC PATCH v2 05/29] ntsync: Introduce NTSYNC_IOC_WAIT_ALL.,
Elizabeth Figura
- [RFC PATCH v2 23/29] selftests: ntsync: Add some tests for manual-reset event state.,
Elizabeth Figura
- [RFC PATCH v2 24/29] selftests: ntsync: Add some tests for auto-reset event state.,
Elizabeth Figura
- [RFC PATCH v2 21/29] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY.,
Elizabeth Figura
- [RFC PATCH v2 08/29] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.,
Elizabeth Figura
- [RFC PATCH v2 18/29] selftests: ntsync: Add some tests for mutex state.,
Elizabeth Figura
- [RFC PATCH v2 07/29] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.,
Elizabeth Figura
- [RFC PATCH v2 14/29] ntsync: Introduce NTSYNC_IOC_MUTEX_READ.,
Elizabeth Figura
- [RFC PATCH v2 13/29] ntsync: Introduce NTSYNC_IOC_SEM_READ.,
Elizabeth Figura
- [RFC PATCH v2 26/29] selftests: ntsync: Add tests for alertable waits.,
Elizabeth Figura
- [RFC PATCH v2 27/29] selftests: ntsync: Add some tests for wakeup signaling via alerts.,
Elizabeth Figura
- [RFC PATCH v2 09/29] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.,
Elizabeth Figura
- [RFC PATCH v2 17/29] selftests: ntsync: Add some tests for semaphore state.,
Elizabeth Figura
- [RFC PATCH v2 02/29] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.,
Elizabeth Figura
- [RFC PATCH v2 15/29] ntsync: Introduce NTSYNC_IOC_EVENT_READ.,
Elizabeth Figura
- [RFC PATCH v2 06/29] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.,
Elizabeth Figura
- [RFC PATCH v2 25/29] selftests: ntsync: Add some tests for wakeup signaling with events.,
Elizabeth Figura
- [RFC PATCH v2 16/29] ntsync: Introduce alertable waits.,
Elizabeth Figura
- [RFC PATCH v2 28/29] maintainers: Add an entry for ntsync.,
Elizabeth Figura
- [RFC PATCH v2 12/29] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.,
Elizabeth Figura
- [RFC PATCH v2 29/29] docs: ntsync: Add documentation for the ntsync uAPI.,
Elizabeth Figura
[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address,
Charlie Jenkins
[PATCH v3 2/3] selftests: riscv: Generalize mm selftests,
Charlie Jenkins
[PATCH v3 3/3] docs: riscv: Define behavior of mmap,
Charlie Jenkins
Re: [PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address,
patchwork-bot+linux-riscv
[GIT PULL] KUnit fixes update for Linux 6.8-rc3,
Shuah Khan
[GIT PULL] Kselftest fixes update for Linux 6.8-rc3,
Shuah Khan
kselftest/fixes kselftest-lkdtm: 2 runs, 1 regressions (v6.8-rc1-4-gb54761f6e9773),
kernelci.org bot
kselftest/fixes kselftest-seccomp: 3 runs, 1 regressions (v6.8-rc1-4-gb54761f6e9773),
kernelci.org bot
kselftest/fixes kselftest-lib: 4 runs, 2 regressions (v6.8-rc1-4-gb54761f6e9773),
kernelci.org bot
kselftest/fixes kselftest-cpufreq: 4 runs, 2 regressions (v6.8-rc1-4-gb54761f6e9773),
kernelci.org bot
[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available,
Charlie Jenkins
kselftest/fixes build: 5 builds: 2 failed, 3 passed, 2 errors, 5 warnings (v6.8-rc1-4-gb54761f6e9773),
kernelci.org bot
[PATCH net 0/3] selftests: net: a few pmtu.sh fixes,
Paolo Abeni
[PATCH net-next] selftests: net: add missing config for GENEVE,
Matthias May
[PATCH v2 0/3] selftests/net: A couple of typos fixes in key-management/rst tests,
Dmitry Safonov
[PATCH 0/9] mm/damon: make DAMON debugfs interface deprecation unignorable,
SeongJae Park
[PATCH v2 0/7] of: populate of_root node if bootloader doesn't,
Stephen Boyd
[PATCH 0/3] riscv: mm: Use hint address in mmap if available,
Charlie Jenkins
[PATCH 0/3] fix and extend zswap kselftests,
Nhat Pham
[PATCH AUTOSEL 6.6 05/10] tools: selftests: riscv: Fix compile warnings in mm tests,
Sasha Levin
[PATCH AUTOSEL 6.6 04/10] tools: selftests: riscv: Fix compile warnings in vector tests,
Sasha Levin
[PATCH AUTOSEL 6.7 07/12] tools: selftests: riscv: Fix compile warnings in mm tests,
Sasha Levin
[PATCH AUTOSEL 6.7 06/12] tools: selftests: riscv: Fix compile warnings in vector tests,
Sasha Levin
[PATCH AUTOSEL 6.7 05/12] tools: selftests: riscv: Fix compile warnings in cbo,
Sasha Levin
[PATCH AUTOSEL 6.7 04/12] tools: selftests: riscv: Fix compile warnings in hwprobe,
Sasha Levin
[PATCH] selftest/ftrace: fix typo in ftracetest script,
Kousik Sanagavarapu
[PATCH v13 6/6] ring-buffer/selftest: Add ring-buffer mapping test,
Vincent Donnefort
[PATCH net-next] selftests: net: Add missing matchall classifier,
Ido Schimmel
[PATCH] selftests/mm: run_vmtests.sh: add hugetlb test category,
Breno Leitao
[PATCH bpf-next v4 0/3] Fix make install target for BPF selftests,
Björn Töpel
[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section,
Daniel Xu
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]