Show patches with: State = Action Required       |   4683 patches
« 1 2 3 446 47 »
Patch Series S/W/F Date Submitter Delegate State
[v8,24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,20/24] KVM: riscv: selftests: Add SBI PMU extension definitions RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,18/24] KVM: riscv: selftests: Add helper functions for extension checks RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,16/24] RISC-V: KVM: Improve firmware counter read function RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,14/24] RISC-V: KVM: Add perf sampling support for guests RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,12/24] RISC-V: KVM: No need to exit to the user space if perf event failed RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,10/24] RISC-V: KVM: Fix the initial sample period value RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,08/24] drivers/perf: riscv: Fix counter mask iteration for RV32 RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,04/24] drivers/perf: riscv: Use BIT macro for shifting operations RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[v8,02/24] RISC-V: Add FIRMWARE_READ_HI definition RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Patra New
[11/10] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time() Cleaning up the KVM clock mess --- 2024-04-19 David Woodhouse New
selftests: mm: protection_keys: save/restore nr_hugepages value from launch script selftests: mm: protection_keys: save/restore nr_hugepages value from launch script --- 2024-04-19 Muhammad Usama Anjum New
[RFC,v1,3/5] arm64/mm: Add soft-dirty page tracking support arm64/mm: uffd write-protect and soft-dirty tracking --- 2024-04-19 Ryan Roberts New
[v1,2/5] arm64/mm: Add uffd write-protect support arm64/mm: uffd write-protect and soft-dirty tracking --- 2024-04-19 Ryan Roberts New
[1/1] selftest mm/mseal: fix compile warning [1/1] selftest mm/mseal: fix compile warning --- 2024-04-19 Jeff Xu New
[net-next,v4,7/7] selftests: drv-net: add require_XYZ() helpers for validating env selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[net-next,v4,6/7] selftests: drv-net: add a TCP ping test case (and useful helpers) selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[net-next,v4,5/7] selftests: net: support matching cases by name prefix selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[net-next,v4,4/7] selftests: drv-net: add a trivial ping test selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[net-next,v4,3/7] selftests: drv-net: construct environment for running tests which require an endpoint selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[net-next,v4,2/7] selftests: drv-net: factor out parsing of the env selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[net-next,v4,1/7] selftests: drv-net: define endpoint structures selftests: drv-net: support testing with a remote system --- 2024-04-18 Jakub Kicinski New
[v3,2/2] kunit: avoid memory leak on device register error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa New
[10/10] KVM: x86: Fix KVM clock precision in __get_kvmclock() Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[09/10] KVM: x86: Kill KVM_REQ_GLOBAL_CLOCK_UPDATE Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[08/10] KVM: x86: Remove periodic global clock updates Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[07/10] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[06/10] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[05/10] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[04/10] KVM: selftests: Add KVM/PV clock selftest to prove timer correction Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[03/10] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[02/10] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[01/10] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init() Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse New
[v2,2/2] kunit: avoid memory leak on device register error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa New
selftests: cpufreq: conform test to TAP selftests: cpufreq: conform test to TAP --- 2024-04-18 Muhammad Usama Anjum New
[1/2] kunit: unregister the device on error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa New
[v2,12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,10/12] riscv: hwprobe: export Zcmop ISA extension Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,09/12] riscv: add ISA extension parsing for Zcmop Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,08/12] dt-bindings: riscv: add Zcmop ISA extension description Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,05/12] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,02/12] riscv: dts: enable Zc* extensions when needed Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[v2,01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description Add support for a few Zc* extensions as well as Zcmop --- 2024-04-18 Clément Léger New
[bpf-next,v5,6/6] selftests/bpf: Use connect_to_addr in sk_assign use network helpers, part 1 --- 2024-04-18 Geliang Tang New
[bpf-next,v5,5/6] selftests/bpf: Use connect_to_addr in cls_redirect use network helpers, part 1 --- 2024-04-18 Geliang Tang New
[bpf-next,v5,4/6] selftests/bpf: Update arguments of connect_to_addr use network helpers, part 1 --- 2024-04-18 Geliang Tang New
[bpf-next,v5,3/6] selftests/bpf: Use start_server_addr in sk_assign use network helpers, part 1 --- 2024-04-18 Geliang Tang New
[bpf-next,v5,2/6] selftests/bpf: Use start_server_addr in cls_redirect use network helpers, part 1 --- 2024-04-18 Geliang Tang New
[bpf-next,v5,1/6] selftests/bpf: Add start_server_addr helper use network helpers, part 1 --- 2024-04-18 Geliang Tang New
[net-next,v3,8/8] selftests: drv-net: add a TCP ping test case (and useful helpers) selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski New
[net-next,v3,7/8] selftests: net: support matching cases by name prefix selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski New
[net-next,v3,2/8] selftests: net: set the exit code correctly in Python tests selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski New
[net-next,v3,1/8] selftests: net: fix counting totals when some checks fail selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski New
selftests: filesystems: fix warn_unused_result build warnings selftests: filesystems: fix warn_unused_result build warnings --- 2024-04-17 Amer Al Shanawany New
selftests: filesystems: add missing stddef header selftests: filesystems: add missing stddef header --- 2024-04-17 Amer Al Shanawany New
selftests: Fix asan linkage to work with clang selftests: Fix asan linkage to work with clang --- 2024-04-17 Ryan Roberts New
selftests: Make ksft_exit functions return void instead of int selftests: Make ksft_exit functions return void instead of int --- 2024-04-17 Nathan Chancellor New
selftests: mm: Fix undeclared function error selftests: mm: Fix undeclared function error --- 2024-04-17 Muhammad Usama Anjum New
selftests/intel_pstate: Add validity check for cpu min/max frequency selftests/intel_pstate: Add validity check for cpu min/max frequency --- 2024-04-17 Yujie Liu New
[V3] KVM: selftests: Add a new option to rseq_test [V3] KVM: selftests: Add a new option to rseq_test --- 2024-04-16 Zide Chen New
[1/1] selftest mm/mseal: style change selftest mm/mseal: style change --- 2024-04-16 Jeff Xu New
[v10,5/5] selftest mm/mseal read-only elf memory segment [v10,1/5] mseal: Wire up mseal syscall --- 2024-04-15 Jeff Xu New
[v10,4/5] mseal:add documentation [v10,1/5] mseal: Wire up mseal syscall --- 2024-04-15 Jeff Xu New
[v10,1/5] mseal: Wire up mseal syscall [v10,1/5] mseal: Wire up mseal syscall --- 2024-04-15 Jeff Xu New
[GIT,PULL] Kselftest fixes update for Linux 6.9-rc5 [GIT,PULL] Kselftest fixes update for Linux 6.9-rc5 --- 2024-04-15 Shuah Khan New
[1/2] selftests: ktap_helpers: Make it POSIX-compliant [1/2] selftests: ktap_helpers: Make it POSIX-compliant --- 2024-04-15 Nícolas F. R. A. Prado New
[v4,14/14] docs: Add documentation of the digest_cache LSM security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[v4,12/14] digest_cache: Notify digest cache events security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[v4,10/14] digest cache: Prefetch digest lists if requested security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[v4,07/14] digest_cache: Parse rpm digest lists security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[v4,05/14] digest_cache: Populate the digest cache from a digest list security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[v4,03/14] digest_cache: Add securityfs interface security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[v4,01/14] lib: Add TLV parser security: digest_cache LSM --- 2024-04-15 Roberto Sassu New
[3/4] selftests: fsgsbase_restore: conform test to TAP format output [1/4] selftests: x86: check_initial_reg_state: conform test to TAP format output --- 2024-04-14 Muhammad Usama Anjum New
[1/4] selftests: x86: check_initial_reg_state: conform test to TAP format output [1/4] selftests: x86: check_initial_reg_state: conform test to TAP format output --- 2024-04-14 Muhammad Usama Anjum New
[net,2/4] selftests/tcp_ao: Zero-init tcp_ao_info_opt [net,1/4] selftests/tcp_ao: Make RST tests less flaky --- 2024-04-13 Dmitry Safonov via B4 Relay New
[net,1/4] selftests/tcp_ao: Make RST tests less flaky [net,1/4] selftests/tcp_ao: Make RST tests less flaky --- 2024-04-13 Dmitry Safonov via B4 Relay New
[net-next,4/5] selftests: drv-net: construct environment for running tests which require an endpoint selftests: drv-net: support testing with a remote system --- 2024-04-12 Jakub Kicinski New
[net-next,2/5] selftests: drv-net: add stdout to the command failed exception selftests: drv-net: support testing with a remote system --- 2024-04-12 Jakub Kicinski New
[net-next,09/10] selftests: forwarding: router_mpath_nh_res: Add a diagram [net-next,01/10] selftests: net: Unify code of busywait() and slowwait() --- 2024-04-12 Petr Machata New
[net-next,07/10] selftests: mlxsw: ethtool_lanes: Wait for lanes parameter dump explicitly [net-next,01/10] selftests: net: Unify code of busywait() and slowwait() --- 2024-04-12 Petr Machata New
[net-next,05/10] selftests: drivers: hw: ethtool.sh: Adjust output [net-next,01/10] selftests: net: Unify code of busywait() and slowwait() --- 2024-04-12 Petr Machata New
[net-next,03/10] selftests: forwarding: bail_on_lldpad() should SKIP [net-next,01/10] selftests: net: Unify code of busywait() and slowwait() --- 2024-04-12 Petr Machata New
[net-next,01/10] selftests: net: Unify code of busywait() and slowwait() [net-next,01/10] selftests: net: Unify code of busywait() and slowwait() --- 2024-04-12 Petr Machata New
[v2,bpf-next,6/6] selftests/bpf: Add kernel socket operation tests selftests/bpf: Add sockaddr tests for kernel networking --- 2024-04-12 Jordan Rife New
[v2,bpf-next,4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases selftests/bpf: Add sockaddr tests for kernel networking --- 2024-04-12 Jordan Rife New
[v2,bpf-next,1/6] selftests/bpf: Fix bind program for big endian systems selftests/bpf: Add sockaddr tests for kernel networking --- 2024-04-12 Jordan Rife New
[net-next,v7,2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment net: gro: move p->{flush/flush_id} calculations to L4 --- 2024-04-12 Richard Gobert New
[net-next,v2,6/6] selftests: net: exercise page pool reporting via netlink selftests: net: exercise page pool reporting via netlink --- 2024-04-12 Jakub Kicinski New
[net-next,v2,4/6] selftests: net: print full exception on failure selftests: net: exercise page pool reporting via netlink --- 2024-04-12 Jakub Kicinski New
[net-next,v2,2/6] tools: ynl: don't return None for dumps selftests: net: exercise page pool reporting via netlink --- 2024-04-12 Jakub Kicinski New
selftests: fix build failure with NOLIBC selftests: fix build failure with NOLIBC --- 2024-04-12 Oleg Nesterov New
[v1] KVM: s390x: selftests: Add shared zeropage test [v1] KVM: s390x: selftests: Add shared zeropage test --- 2024-04-12 David Hildenbrand New
« 1 2 3 446 47 »