Show patches with: Archived = No       |   12351 patches
« 1 2 ... 3 4 5123 124 »
Patch Series S/W/F Date Submitter Delegate State
[v8,09/24] drivers/perf: riscv: Implement SBI PMU snapshot function RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Kumar 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 Kumar Patra New
[v8,07/24] RISC-V: Use the minor version mask while computing sbi version RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Kumar 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 Kumar Patra New
[v8,05/24] RISC-V: Add SBI PMU snapshot definitions RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Kumar 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 Kumar Patra New
[v8,03/24] drivers/perf: riscv: Read upper bits of a firmware counter RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Kumar 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 Kumar Patra New
[v8,01/24] RISC-V: Fix the typo in Scountovf CSR name RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest --- 2024-04-20 Atish Kumar Patra New
[bpf-next,5/5] selftests/bpf: Use make_sockaddr in test_sock_addr use network helpers, part 2 --- 2024-04-20 Geliang Tang New
[bpf-next,4/5] selftests/bpf: Use connect_to_addr in test_sock_addr use network helpers, part 2 --- 2024-04-20 Geliang Tang Superseded
[bpf-next,3/5] selftests/bpf: Use start_server_addr in test_sock_addr use network helpers, part 2 --- 2024-04-20 Geliang Tang New
[bpf-next,2/5] selftests/bpf: Use log_err in open_netns/close_netns use network helpers, part 2 --- 2024-04-20 Geliang Tang Superseded
[bpf-next,1/5] selftests/bpf: Fix a fd leak in error paths in open_netns use network helpers, part 2 --- 2024-04-20 Geliang Tang New
[bpf-next,v2,16/16] selftests/bpf: wq: add bpf_wq_start() checks Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,15/16] bpf: add bpf_wq_start Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,14/16] selftests/bpf: add checks for bpf_wq_set_callback() Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,13/16] bpf: wq: add bpf_wq_set_callback_impl Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,12/16] selftests/bpf: wq: add bpf_wq_init() checks Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,11/16] bpf: wq: add bpf_wq_init Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,10/16] selftests/bpf: add bpf_wq tests Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,08/16] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,07/16] bpf: verifier: bail out if the argument is not a map Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,06/16] tools: sync include/uapi/linux/bpf.h Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,05/16] bpf: add support for bpf_wq user type Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,04/16] bpf: replace bpf_timer_cancel_and_free with a generic helper Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,03/16] bpf: replace bpf_timer_set_callback with a generic helper Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,02/16] bpf: replace bpf_timer_init with a generic helper Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[bpf-next,v2,01/16] bpf: make timer data struct more generic Introduce bpf_wq --- 2024-04-20 Benjamin Tissoires New
[net-next,v5,7/7] selftests: drv-net: add require_XYZ() helpers for validating env selftests: drv-net: support testing with a remote system --- 2024-04-20 Jakub Kicinski New
[net-next,v5,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-20 Jakub Kicinski New
[net-next,v5,5/7] selftests: net: support matching cases by name prefix selftests: drv-net: support testing with a remote system --- 2024-04-20 Jakub Kicinski New
[net-next,v5,4/7] selftests: drv-net: add a trivial ping test selftests: drv-net: support testing with a remote system --- 2024-04-20 Jakub Kicinski New
[net-next,v5,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-20 Jakub Kicinski New
[net-next,v5,2/7] selftests: drv-net: factor out parsing of the env selftests: drv-net: support testing with a remote system --- 2024-04-20 Jakub Kicinski New
[net-next,v5,1/7] selftests: drv-net: define endpoint structures selftests: drv-net: support testing with a remote system --- 2024-04-20 Jakub Kicinski New
[net-next,4/4] selftests: drv-net: test dumping qstats per device netdev: support dumping a single netdev in qstats --- 2024-04-20 Jakub Kicinski New
[net-next,3/4] netlink: support all extack types in dumps netdev: support dumping a single netdev in qstats --- 2024-04-20 Jakub Kicinski New
[net-next,2/4] netlink: move extack writing helpers netdev: support dumping a single netdev in qstats --- 2024-04-20 Jakub Kicinski New
[net-next,1/4] netdev: support dumping a single netdev in qstats netdev: support dumping a single netdev in qstats --- 2024-04-20 Jakub Kicinski New
[v2,1/1] selftest mm/mseal: fix compile warning selftest mm/mseal compile warning --- 2024-04-20 Jeff Xu New
[v4,2/2] kunit: avoid memory leak on device register error kunit: fix minor error path mistakes --- 2024-04-19 Wander Lairson Costa Superseded
[v4,1/2] kunit: unregister the device on error kunit: fix minor error path mistakes --- 2024-04-19 Wander Lairson Costa 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
[v1,5/5] selftests/mm: soft-dirty should fail if a testcase fails arm64/mm: uffd write-protect and soft-dirty tracking --- 2024-04-19 Ryan Roberts New
[RFC,v1,4/5] selftests/mm: Enable soft-dirty tests on arm64 arm64/mm: uffd write-protect and soft-dirty tracking --- 2024-04-19 Ryan Roberts 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
[v1,1/5] arm64/mm: Move PTE_PROT_NONE and PMD_PRESENT_INVALID arm64/mm: uffd write-protect and soft-dirty tracking --- 2024-04-19 Ryan Roberts New
[1/1] selftest mm/mseal: fix compile warning selftest mm/mseal compile warning --- 2024-04-19 Jeff Xu Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[v3,2/2] kunit: avoid memory leak on device register error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa New
[v3,1/2] kunit: unregister the device on error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa Superseded
[10/10] KVM: x86: Fix KVM clock precision in __get_kvmclock() Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse Superseded
[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 Superseded
[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 Superseded
[05/10] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse Superseded
[04/10] KVM: selftests: Add KVM/PV clock selftest to prove timer correction Cleaning up the KVM clock mess --- 2024-04-18 David Woodhouse Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[v2,2/2] kunit: avoid memory leak on device register error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa New
[v2,1/2] kunit: unregister the device on error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa Superseded
selftests: cpufreq: conform test to TAP selftests: cpufreq: conform test to TAP --- 2024-04-18 Muhammad Usama Anjum New
[2/2] kunit: avoid memory leak on device register error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa Superseded
[1/2] kunit: unregister the device on error kunit: fix minor error path mistakes --- 2024-04-18 Wander Lairson Costa Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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,6/8] selftests: drv-net: add a trivial ping test selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski Superseded
[net-next,v3,5/8] selftests: drv-net: construct environment for running tests which require an endpoint selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski Superseded
[net-next,v3,4/8] selftests: drv-net: factor out parsing of the env selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski Superseded
[net-next,v3,3/8] selftests: drv-net: define endpoint structures selftests: drv-net: support testing with a remote system --- 2024-04-17 Jakub Kicinski Superseded
« 1 2 ... 3 4 5123 124 »