linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH RESEND v10 1/3] vhost: Add a new modparam to allow userspace select kthread
Michael S. Tsirkin
Re: [PATCH RESEND v10 1/3] vhost: Add a new modparam to allow userspace select kthread
Cindy Lu
Re: [PATCH RESEND v10 1/3] vhost: Add a new modparam to allow userspace select kthread
Simon Horman
Re: [PATCH RESEND v10 1/3] vhost: Add a new modparam to allow userspace select kthread
Cindy Lu
[PATCH RESEND v10 2/3] vhost: Reintroduce kthread mode support in vhost
Cindy Lu
[PATCH RESEND v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL
Cindy Lu
Re: [PATCH RESEND v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL
Michael S. Tsirkin
Re: [PATCH RESEND v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL
Cindy Lu
Re: [PATCH RESEND v10 0/3] vhost: Add support of kthread API
Lei Yang
[PATCH v10 0/3] vhost: Add support of kthread API
Cindy Lu
[PATCH v10 2/3] vhost: Reintroduce kthread mode support in vhost
Cindy Lu
[PATCH v10 1/3] vhost: Add a new modparam to allow userspace select kthread
Cindy Lu
[PATCH v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL
Cindy Lu
[PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Brendan Jackman
[PATCH] libbpf: add support for printing BTF character arrays as strings
Blake Jones
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Alexei Starovoitov
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Ian Rogers
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Alexei Starovoitov
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Blake Jones
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Blake Jones
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Andrii Nakryiko
Re: [PATCH] libbpf: add support for printing BTF character arrays as strings
Blake Jones
[PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail
Nick Huang
Re: [PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail
Shuah Khan
Re: [PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail
nick Huang
[PATCH net v2] selftests: net: build net/lib dependency in all target
Bui Quang Minh
Re: [PATCH net v2] selftests: net: build net/lib dependency in all target
Bui Quang Minh
[PATCH v1 1/1] selftests/x86: Add a test to detect infinite sigtrap handler loop
Xin Li (Intel)
Re: [PATCH v1 1/1] selftests/x86: Add a test to detect infinite sigtrap handler loop
Sohil Mehta
[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
Slava Imameev
[PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
Slava Imameev
Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
Quentin Monnet
Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
Slava Imameev
Re: [PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
Quentin Monnet
Re: [PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
Slava Imameev
Re: [PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
Slava Imameev
[RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
Ryan Roberts
[RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
Ryan Roberts
Re: [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
Jann Horn
Re: [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
Ryan Roberts
Re: [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
Jann Horn
[RFC PATCH v1 2/6] mm: Fix pte update and tlb maintenance ordering in migrate_vma_collect_pmd()
Ryan Roberts
[RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
Ryan Roberts
Re: [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
Liam R. Howlett
Re: [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
Ryan Roberts
Re: [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
Liam R. Howlett
[RFC PATCH v1 4/6] mm: Introduce arch_in_lazy_mmu_mode()
Ryan Roberts
[RFC PATCH v1 5/6] mm: Avoid calling page allocator while in lazy mmu mode
Ryan Roberts
[RFC PATCH v1 6/6] Revert "arm64/mm: Permit lazy_mmu_mode to be nested"
Ryan Roberts
Re: [RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
Lorenzo Stoakes
Re: [RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
Ryan Roberts
Re: [RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
Mike Rapoport
Re: [RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
Ryan Roberts
[PATCH bpf-next 1/2] bpftool: Use appropriate permissions for map access
Slava Imameev
[PATCH bpf-next 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
Slava Imameev
[PATCH v2] selftests/filesystems: Fix build of anon_inode_test
Mark Brown
Re: [PATCH v2] selftests/filesystems: Fix build of anon_inode_test
Shuah Khan
[PATCH v3 0/4] CAMSS support for MSM8939
Vincent Knecht via B4 Relay
[PATCH v3 2/4] media: qcom: camss: Add support for MSM8939
Vincent Knecht via B4 Relay
Re: [PATCH v3 2/4] media: qcom: camss: Add support for MSM8939
Bryan O'Donoghue
Re: [PATCH v3 2/4] media: qcom: camss: Add support for MSM8939
Bryan O'Donoghue
Re: [PATCH v3 2/4] media: qcom: camss: Add support for MSM8939
Konrad Dybcio
[PATCH v3 3/4] media: dt-bindings: Add qcom,msm8939-camss
Vincent Knecht via B4 Relay
Re: [PATCH v3 3/4] media: dt-bindings: Add qcom,msm8939-camss
Krzysztof Kozlowski
[PATCH v3 1/4] media: qcom: camss: vfe: Add VBIF setting support
Vincent Knecht via B4 Relay
Re: [PATCH v3 1/4] media: qcom: camss: vfe: Add VBIF setting support
Bryan O'Donoghue
[PATCH v3 4/4] arm64: dts: qcom: msm8939: Add camss and cci
Vincent Knecht via B4 Relay
Re: [PATCH v3 4/4] arm64: dts: qcom: msm8939: Add camss and cci
Konrad Dybcio
Re: [PATCH] kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests
Jakub Kicinski
Re: [PATCH] kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests
Richard Fitzgerald
[PATCH v2 0/2] rust: minor idiomatic fixes to doctest generator
Tamir Duberstein
[PATCH v2 1/2] rust: replace length checks with match
Tamir Duberstein
[PATCH v2 2/2] rust: emit path candidates in panic message
Tamir Duberstein
Re: [PATCH v2 2/2] rust: emit path candidates in panic message
Miguel Ojeda
Re: [PATCH v2 2/2] rust: emit path candidates in panic message
Tamir Duberstein
Re: [PATCH v2 2/2] rust: emit path candidates in panic message
Miguel Ojeda
[PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment
Alok Tiwari
[PATCH v2 2/3] virtio-mem: fix multiple typos in struct comments and function docs
Alok Tiwari
Re: [PATCH v2 2/3] virtio-mem: fix multiple typos in struct comments and function docs
David Hildenbrand
[PATCH v2 3/3] virtio_ring: Fix typos in comments and documentation
Alok Tiwari
[PATCH] virtio-vdpa: Remove virtqueue list
Viresh Kumar
Re: [PATCH] virtio-vdpa: Remove virtqueue list
Eugenio Perez Martin
[PATCH net] selftests: net: build net/lib dependency in all target
Bui Quang Minh
Re: [PATCH net] selftests: net: build net/lib dependency in all target
Simon Horman
Re: [PATCH net] selftests: net: build net/lib dependency in all target
Bui Quang Minh
Re: [PATCH net] selftests: net: build net/lib dependency in all target
Simon Horman
Re: [PATCH net] selftests: net: build net/lib dependency in all target
Bui Quang Minh
Re: [PATCH net] selftests: net: build net/lib dependency in all target
Jakub Kicinski
[PATCH bpf-next 2/2] selftests/bpf: Add selftests for bpf_task_cwd_from_pid()
Rong Tao
[PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
Rong Tao
Re: [PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
Alexei Starovoitov
Re: [PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
Rong Tao
Re: [PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
Yonghong Song
Re: [PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
Rong Tao
Re: [PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
Dan Carpenter
[PATCH bpf-next 0/2] Add kfunc for doing pid -> task cwd
Rong Tao
[PATCH] selftests: Add version file to kselftest installation dir
Tianyi Cui
Re: [PATCH] selftests: Add version file to kselftest installation dir
Shuah Khan
Re: [PATCH] selftests: Add version file to kselftest installation dir
Tianyi Cui
Re: [PATCH] selftests: Add version file to kselftest installation dir
Shuah Khan
[PATCH v2] selftests: Add version file to kselftest
Tianyi Cui
[PATCH v2] selftests: Add version file to kselftest installation dir
Tianyi Cui
[PATCH RFC net-next v2 0/3] vsock/test: Improve transport_uaf test
Michal Luczaj
[PATCH RFC net-next v2 1/3] vsock/test: Introduce vsock_bind_try() helper
Michal Luczaj
Re: [PATCH RFC net-next v2 1/3] vsock/test: Introduce vsock_bind_try() helper
Stefano Garzarella
[PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Michal Luczaj
Re: [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Stefano Garzarella
Re: [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Michal Luczaj
Re: [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Stefano Garzarella
Re: [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Michal Luczaj
Re: [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Stefano Garzarella
Re: [PATCH RFC net-next v2 2/3] vsock/test: Introduce get_transports()
Michal Luczaj
[PATCH RFC net-next v2 3/3] vsock/test: Cover more CIDs in transport_uaf test
Michal Luczaj
Re: [PATCH RFC net-next v2 3/3] vsock/test: Cover more CIDs in transport_uaf test
Stefano Garzarella
Re: [PATCH RFC net-next v2 3/3] vsock/test: Cover more CIDs in transport_uaf test
Michal Luczaj
Re: [PATCH RFC net-next v2 3/3] vsock/test: Cover more CIDs in transport_uaf test
Stefano Garzarella
[PATCH v1] selftests/mm: two fixes for the pfnmap test
David Hildenbrand
[PATCH v3] rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
Re: [PATCH v3] rust: kunit: use crate-level mapping for `c_void`
Miguel Ojeda
[PATCH bpf-next v1 1/2] bpf: Restrict usage scope of bpf_get_cgroup_classid
Jiayuan Chen
[PATCH bpf-next v1 2/2] bpf/selftests: Add test cases for retrieving classid
Jiayuan Chen
Re: [PATCH bpf-next v1 1/2] bpf: Restrict usage scope of bpf_get_cgroup_classid
Alexei Starovoitov
[PATCH v2] rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
Re: [PATCH v2] rust: kunit: use crate-level mapping for `c_void`
Miguel Ojeda
Re: [PATCH v2] rust: kunit: use crate-level mapping for `c_void`
JS Y
[PATCH next] tools/testing: Check correct variable in open_procmap()
Dan Carpenter
Re: [PATCH next] tools/testing: Check correct variable in open_procmap()
Lorenzo Stoakes
[GIT PULL] virtio, vhost: features, fixes
Michael S. Tsirkin
Re: [GIT PULL] virtio, vhost: features, fixes
pr-tracker-bot
[PATCH V2 00/19] virtio_ring in order support
Jason Wang
[PATCH V2 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
Jason Wang
[PATCH V2 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
Jason Wang
[PATCH V2 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
Jason Wang
[PATCH V2 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
Jason Wang
[PATCH V2 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
Jason Wang
[PATCH V2 15/19] virtio_ring: factor out core logic of buffer detaching
Jason Wang
[PATCH V2 13/19] virtio_ring: introduce virtqueue ops
Jason Wang
[PATCH V2 14/19] virtio_ring: determine descriptor flags at one time
Jason Wang
[PATCH V2 17/19] virtio_ring: factor out split indirect detaching logic
Jason Wang
[PATCH V2 19/19] virtio_ring: add in order support
Jason Wang
[PATCH V2 16/19] virtio_ring: factor out core logic for updating last_used_idx
Jason Wang
[PATCH V2 18/19] virtio_ring: factor out split detaching logic
Jason Wang
[PATCH V2 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
Jason Wang
[PATCH V2 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
Jason Wang
[PATCH V2 07/19] virtio: switch to use vring_virtqueue for virtqueue_add variants
Jason Wang
Re: [PATCH V2 00/19] virtio_ring in order support
Eugenio Perez Martin
[PATCH V2 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
Jason Wang
[PATCH V2 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
Jason Wang
[PATCH V2 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
Jason Wang
[PATCH V2 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
Jason Wang
Re: [PATCH V2 00/19] virtio_ring in order support
Michael S. Tsirkin
Re: [PATCH V2 00/19] virtio_ring in order support
Jason Wang
[PATCH v3] kselftest: x86: Improve MOV SS test result message
Brigham Campbell
[PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock
Bobby Eshleman
Re: [PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock
Jakub Kicinski
Re: [PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock
Stefano Garzarella
Re: [PATCH v4 1/5] ASoC: dt-bindings: qcom,sm8250: Add Fairphone 5 sound card
Rob Herring
[PATCH 1/3] virtio: Fix typo in register_virtio_device() doc comment
Alok Tiwari
[PATCH 3/3] virtio_ring: Fix typos in comments and documentation
Alok Tiwari
[PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs
Alok Tiwari
Re: [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs
David Hildenbrand
Re: [External] : Re: [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs
ALOK TIWARI
Re: [PATCH 1/3] virtio: Fix typo in register_virtio_device() doc comment
Jason Wang
[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Bui Quang Minh
[RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Bui Quang Minh
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
ALOK TIWARI
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Bui Quang Minh
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Maciej Fijalkowski
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Bui Quang Minh
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Maciej Fijalkowski
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Bui Quang Minh
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Maciej Fijalkowski
Re: [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net
Bui Quang Minh
[RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Bui Quang Minh
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
ALOK TIWARI
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Bui Quang Minh
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Jason Wang
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Bui Quang Minh
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Jason Wang
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Lei Yang
Re: [RFC PATCH net-next v2 1/2] virtio-net: support zerocopy multi buffer XDP in mergeable
Bui Quang Minh
[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
Mark Brown
[PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
Mark Brown
Re: [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
David Hildenbrand
Re: [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
Mark Brown
Re: [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
David Hildenbrand
[PATCH v2 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm
Mark Brown
[PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
Mark Brown
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
David Hildenbrand
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
Mark Brown
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
David Hildenbrand
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
Mark Brown
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
David Hildenbrand
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
Mark Brown
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
David Hildenbrand
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
Mark Brown
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
Mark Brown
Re: [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
David Hildenbrand
Earlier messages
Later messages