Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 06:15:39 to 2024-04-22 08:53:13 UTC [more...]

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-22  8:53 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description

[PATCH v2 0/4] A new selftests/ directory for arm compatibility testing
 2024-04-22  7:07 UTC  (5+ messages)
` [PATCH v2 1/4] selftests/arm: Add mm test
` [PATCH v2 2/4] selftests/arm: Add signal tests
` [PATCH v2 3/4] selftests/arm: Add elf test
` [PATCH v2 4/4] selftests: Add build infrastructure along with README

[PATCH 6.6.y] selftests/timers/posix_timers: Reimplement check_timer_distribution()
 2024-04-22  6:21 UTC 

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-22  5:32 UTC  (32+ messages)
` [PATCH v8 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v8 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v8 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v8 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v8 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v8 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v8 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v8 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v8 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v8 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v2 0/1] selftest mm/mseal compile warning
 2024-04-22  5:20 UTC  (3+ messages)
` [PATCH v2 1/1] selftest mm/mseal: fix "

[PATCH] selftests: filesystems: add missing stddef header
 2024-04-22  5:17 UTC  (4+ messages)

[PATCH] selftests/bpf: Add ring_buffer__consume_n test
 2024-04-21 20:11 UTC  (2+ messages)

[PATCH net-next 0/4] netdev: support dumping a single netdev in qstats
 2024-04-21 19:32 UTC  (10+ messages)
` [PATCH net-next 1/4] "
` [PATCH net-next 2/4] netlink: move extack writing helpers
` [PATCH net-next 3/4] netlink: support all extack types in dumps
` [PATCH net-next 4/4] selftests: drv-net: test dumping qstats per device

[PATCH net-next v5 0/7] selftests: drv-net: support testing with a remote system
 2024-04-21 14:59 UTC  (10+ messages)
` [PATCH net-next v5 1/7] selftests: drv-net: define endpoint structures
` [PATCH net-next v5 2/7] selftests: drv-net: factor out parsing of the env
` [PATCH net-next v5 3/7] selftests: drv-net: construct environment for running tests which require an endpoint
` [PATCH net-next v5 4/7] selftests: drv-net: add a trivial ping test
` [PATCH net-next v5 5/7] selftests: net: support matching cases by name prefix
` [PATCH net-next v5 6/7] selftests: drv-net: add a TCP ping test case (and useful helpers)
` [PATCH net-next v5 7/7] selftests: drv-net: add require_XYZ() helpers for validating env

[PATCH v3 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-21  1:04 UTC  (18+ messages)
` [PATCH v3 01/17] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH v3 02/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v3 03/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v3 04/17] riscv: vector: Use vlenb from DT
` [PATCH v3 05/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v3 06/17] riscv: Fix extension subset checking
` [PATCH v3 07/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v3 08/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v3 09/17] riscv: drivers: Convert xandespmu to use the vendor extension framework
` [PATCH v3 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v3 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v3 12/17] riscv: Add xtheadvector instruction definitions
` [PATCH v3 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v3 14/17] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v3 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v3 16/17] selftests: riscv: Fix vector tests
` [PATCH v3 17/17] selftests: riscv: Support xtheadvector in "

[PATCH] selftests: mm: fix linker error for inline function
 2024-04-20 20:23 UTC 

[PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction
 2024-04-20 16:03 UTC  (8+ messages)

[PATCH bpf-next 0/5] use network helpers, part 2
 2024-04-20 11:55 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Fix a fd leak in error paths in open_netns
` [PATCH bpf-next 2/5] selftests/bpf: Use log_err in open_netns/close_netns
` [PATCH bpf-next 3/5] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next 4/5] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next 5/5] selftests/bpf: Use make_sockaddr "

[PATCH bpf-next v2 00/16] Introduce bpf_wq
 2024-04-20  9:09 UTC  (17+ messages)
` [PATCH bpf-next v2 01/16] bpf: make timer data struct more generic
` [PATCH bpf-next v2 02/16] bpf: replace bpf_timer_init with a generic helper
` [PATCH bpf-next v2 03/16] bpf: replace bpf_timer_set_callback "
` [PATCH bpf-next v2 04/16] bpf: replace bpf_timer_cancel_and_free "
` [PATCH bpf-next v2 05/16] bpf: add support for bpf_wq user type
` [PATCH bpf-next v2 06/16] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v2 07/16] bpf: verifier: bail out if the argument is not a map
` [PATCH bpf-next v2 08/16] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
` [PATCH bpf-next v2 09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
` [PATCH bpf-next v2 10/16] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next v2 11/16] bpf: wq: add bpf_wq_init
` [PATCH bpf-next v2 12/16] selftests/bpf: wq: add bpf_wq_init() checks
` [PATCH bpf-next v2 13/16] bpf: wq: add bpf_wq_set_callback_impl
` [PATCH bpf-next v2 14/16] selftests/bpf: add checks for bpf_wq_set_callback()
` [PATCH bpf-next v2 15/16] bpf: add bpf_wq_start
` [PATCH bpf-next v2 16/16] selftests/bpf: wq: add bpf_wq_start() checks

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-20  8:33 UTC  (4+ messages)
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[PATCH v4 0/2] kunit: fix minor error path mistakes
 2024-04-20  6:27 UTC  (9+ messages)
` [PATCH v4 1/2] kunit: unregister the device on error
` [PATCH v4 2/2] kunit: avoid memory leak on device register error

[PATCH v10 0/5] Introduce mseal
 2024-04-20  1:23 UTC  (10+ messages)

[PATCH bpf-next v5 0/6] use network helpers, part 1
 2024-04-20  1:10 UTC  (2+ messages)

[PATCH 0/1] selftest mm/mseal compile warning
 2024-04-20  0:18 UTC  (5+ messages)
` [PATCH 1/1] selftest mm/mseal: fix "

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-19 23:42 UTC  (6+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-19 23:29 UTC  (5+ messages)

[PATCH v4 00/30] NT synchronization primitive driver
 2024-04-19 20:46 UTC  (11+ messages)
` [PATCH v4 02/27] ntsync: Introduce NTSYNC_IOC_WAIT_ALL

[PATCH v1 0/5] arm64/mm: uffd write-protect and soft-dirty tracking
 2024-04-19 17:12 UTC  (11+ messages)
` [PATCH v1 1/5] arm64/mm: Move PTE_PROT_NONE and PMD_PRESENT_INVALID
` [PATCH v1 2/5] arm64/mm: Add uffd write-protect support
` [RFC PATCH v1 3/5] arm64/mm: Add soft-dirty page tracking support
` [RFC PATCH v1 4/5] selftests/mm: Enable soft-dirty tests on arm64
` [PATCH v1 5/5] selftests/mm: soft-dirty should fail if a testcase fails

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-19 17:06 UTC  (18+ messages)
` [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[PATCH] selftests: Make ksft_exit functions return void instead of int
 2024-04-19 16:50 UTC  (2+ messages)

[PATCH] selftests: Fix asan linkage to work with clang
 2024-04-19 16:47 UTC  (2+ messages)

[PATCH] selftests: filesystems: fix warn_unused_result build warnings
 2024-04-19 16:41 UTC  (2+ messages)

[RFC PATCH 0/10] Cleaning up the KVM clock mess
 2024-04-19 16:07 UTC  (23+ messages)
` [PATCH 02/10] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH 03/10] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH 04/10] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH 05/10] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH 06/10] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH 07/10] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH 08/10] KVM: x86: Remove periodic global clock updates
` [PATCH 09/10] KVM: x86: Kill KVM_REQ_GLOBAL_CLOCK_UPDATE
` [PATCH 10/10] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [PATCH 11/10] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()

[PATCH bpf-next 00/18] Introduce bpf_wq
 2024-04-19 16:01 UTC  (11+ messages)
` [PATCH bpf-next 11/18] bpf: wq: add bpf_wq_init
` [PATCH bpf-next 17/18] bpf: add bpf_wq_start

[PATCH v3 0/2] kunit: fix minor error path mistakes
 2024-04-19 13:59 UTC  (7+ messages)
` [PATCH v3 2/2] kunit: avoid memory leak on device register error

[PATCH net-next v4 0/7] selftests: drv-net: support testing with a remote system
 2024-04-19 12:55 UTC  (3+ messages)
` [PATCH net-next v4 6/7] selftests: drv-net: add a TCP ping test case (and useful helpers)

[PATCH] selftests: mm: protection_keys: save/restore nr_hugepages value from launch script
 2024-04-19 11:50 UTC 

[PATCH] selftests: cpufreq: conform test to TAP
 2024-04-19  6:46 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 read-only IMAP folder(s) and NNTP newsgroup(s).