linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Vadim Fedorenko
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Wen Gu
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Richard Cochran
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Wen Gu
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Manivannan Sadhasivam
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Wen Gu
Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
Wen Gu
[PATCH bpf-next v2 0/4] Add wakeup_source iterators
Samuel Wu
[PATCH bpf-next v2 2/4] bpf: Open coded BPF for wakeup_sources
Samuel Wu
Re: [PATCH bpf-next v2 2/4] bpf: Open coded BPF for wakeup_sources
bot+bpf-ci
[PATCH bpf-next v2 1/4] bpf: Add wakeup_source iterator
Samuel Wu
Re: [PATCH bpf-next v2 1/4] bpf: Add wakeup_source iterator
bot+bpf-ci
[PATCH bpf-next v2 4/4] selftests/bpf: Open coded BPF wakeup_sources test
Samuel Wu
[PATCH bpf-next v2 3/4] selftests/bpf: Add tests for wakeup_sources
Samuel Wu
Re: [PATCH bpf-next v2 3/4] selftests/bpf: Add tests for wakeup_sources
Andrii Nakryiko
Re: [PATCH bpf-next v2 3/4] selftests/bpf: Add tests for wakeup_sources
Samuel Wu
Re: [PATCH bpf-next v2 0/4] Add wakeup_source iterators
Andrii Nakryiko
Re: [PATCH bpf-next v2 0/4] Add wakeup_source iterators
Samuel Wu
[PATCH v1 0/4] spi: Make SPI core to take care of fwnode assignment
Andy Shevchenko
[PATCH v1 1/4] spi: Propagate default fwnode to the SPI controller device
Andy Shevchenko
Re: [PATCH v1 1/4] spi: Propagate default fwnode to the SPI controller device
Charles Keepax
Re: [PATCH v1 1/4] spi: Propagate default fwnode to the SPI controller device
Andy Shevchenko
[PATCH v1 2/4] spi: Drop duplicate of_node assignment
Andy Shevchenko
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Geert Uytterhoeven
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
William Zhang
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Martin Blumenstingl
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Cédric Le Goater
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Chen-Yu Tsai
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Heiko Stübner
Re: [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Patrice CHOTARD
Re: [Linux-stm32] [PATCH v1 2/4] spi: Drop duplicate of_node assignment
Amelie Delaunay
[PATCH v1 3/4] spi: Drop duplicate fwnode assignment
Andy Shevchenko
[PATCH v1 4/4] spi: Drop duplicate device_set_node() call
Andy Shevchenko
Re: [PATCH v1 4/4] spi: Drop duplicate device_set_node() call
Benoît Monin
Re: [PATCH v1 0/4] spi: Make SPI core to take care of fwnode assignment
Mark Brown
Re: [PATCH] mac802154: fix uninitialized security header fields
Miquel Raynal
Re: [PATCH v4 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
David Woodhouse
Re: [PATCH v4 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Stefano Garzarella
Re: [PATCH v4 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
Re: [PATCH net v4 0/4] vsock/virtio: fix TX credit handling
Stefano Garzarella
Re: [PATCH net v4 0/4] vsock/virtio: fix TX credit handling
Stefano Garzarella
Re: [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
Frederic Weisbecker
Re: [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
Mathieu Desnoyers
Re: [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
Joel Fernandes
Re: [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
Paul E. McKenney
Re: [PATCH v5 0/4] selftests/resctrl: Add Hygon CPUs support and bug fixes
Reinette Chatre
Re: [PATCH v5 0/4] selftests/resctrl: Add Hygon CPUs support and bug fixes
Shuah
Re: [PATCH v5 0/4] selftests/resctrl: Add Hygon CPUs support and bug fixes
Reinette Chatre
Re: [PATCH v5 0/4] selftests/resctrl: Add Hygon CPUs support and bug fixes
Xiaochen Shen
Re: [PATCH net-next] vsock/test: add a final full barrier after run all tests
Stefano Garzarella
[PATCH 0/1] selftests/memfd: fix return value override issue in run_hugetlbfs_test.sh
Po-Hsu Lin
[PATCH 1/1] selftests/memfd: fix return value override issue in run_hugetlbfs_test.sh
Po-Hsu Lin
[PATCH bpf-next v6 0/3] bpf: Fix FIONREAD and copied_seq issues
Jiayuan Chen
[PATCH bpf-next v6 2/3] bpf, sockmap: Fix FIONREAD for sockmap
Jiayuan Chen
Re: [PATCH bpf-next v6 2/3] bpf, sockmap: Fix FIONREAD for sockmap
bot+bpf-ci
[PATCH bpf-next v6 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
Jiayuan Chen
[PATCH bpf-next v6 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq
Jiayuan Chen
[PATCH v4] lib/glob: convert selftest to KUnit
Kir Chou
Re: [PATCH v4] lib/glob: convert selftest to KUnit
Kuan-Wei Chiu
[PATCH net v2] vsock/test: add a final full barrier after run all tests
Stefano Garzarella
Re: [PATCH net v2] vsock/test: add a final full barrier after run all tests
patchwork-bot+netdevbpf
[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
Michal Luczaj
Re: [PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
Michal Luczaj
[PATCH 1/2] vsock/virtio: Coalesce only linear skb
Michal Luczaj
Re: [PATCH 1/2] vsock/virtio: Coalesce only linear skb
Stefano Garzarella
Re: [PATCH 1/2] vsock/virtio: Coalesce only linear skb
Michal Luczaj
Re: [PATCH 1/2] vsock/virtio: Coalesce only linear skb
Stefano Garzarella
[PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Stefano Garzarella
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Stefano Garzarella
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Stefano Garzarella
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Stefano Garzarella
Re: [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
[PATCH 1/2] module: expose imported namespaces via sysfs
Nicholas Sielicki
[PATCH 2/2] docs: symbol-namespaces: mention sysfs attribute
Nicholas Sielicki
[PATCH] selftests/mm: run_vmtests.sh: fix relative path handling
Sun Jian
Re: [PATCH] selftests/mm: run_vmtests.sh: fix relative path handling
Andrew Morton
Re: [PATCH] selftests/mm: run_vmtests.sh: fix relative path handling
sun jian
Re: [PATCH] selftests/mm: run_vmtests.sh: fix relative path handling
David Hildenbrand (Red Hat)
[PATCH v2] selftests/mm: run_vmtests.sh: fail if invoked from the wrong directory
Sun Jian
Re: [PATCH v2] selftests/mm: run_vmtests.sh: fail if invoked from the wrong directory
SeongJae Park
Re: [PATCH v2] selftests/timers: Consolidate and fix 32-bit overflow in timespec_sub
Carlos Llamas
[PATCH v2] media: ccs: Accommodate C-PHY into the calculation
David Heidelberg via B4 Relay
Re: [PATCH v2] media: ccs: Accommodate C-PHY into the calculation
Mehdi Djait
Re: [PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
Alexey Makhalov
[PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Williamson
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Williamson
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Jason Gunthorpe
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
Alex Williamson
Re: [PATCH] vfio: selftests: Add vfio_dma_mapping_mmio_test
David Matlack
[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
Simon Schippers
[PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Simon Schippers
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Jason Wang
[PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Simon Schippers
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Jason Wang
[PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Simon Schippers
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Jason Wang
[PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Simon Schippers
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Michael S. Tsirkin
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Jason Wang
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Michael S. Tsirkin
[PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Simon Schippers
Re: [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Michael S. Tsirkin
[PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present
Simon Schippers
[PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Simon Schippers
Re: [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Jason Wang
[PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Simon Schippers
Re: [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Jason Wang
Re: [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Michael S. Tsirkin
Re: [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Michael S. Tsirkin
[PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Simon Schippers
Re: [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Michael S. Tsirkin
[PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Simon Schippers
[PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
Simon Schippers
[PATCH net-next v7 5/9] tun/tap: add unconsume function for returning entries to ptr_ring
Simon Schippers
Re: [PATCH net-next v7 5/9] tun/tap: add unconsume function for returning entries to ptr_ring
Jason Wang
[PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Simon Schippers
Re: [PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Jason Wang
[PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Simon Schippers
Re: [PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Jason Wang
[PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Simon Schippers
Re: [PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Jason Wang
Re: [PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
Michael S. Tsirkin
[PATCH net-next v7 6/9] tun/tap: add helper functions to check file type
Simon Schippers
[PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
Re: [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Jason Wang
[PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
Re: [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Jason Wang
Re: [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
[PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Simon Schippers
Re: [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Jason Wang
Re: [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
Jason Wang
[PATCH net-next v7 4/9] tun/tap: add batched ptr_ring consume functions with netdev queue wakeup
Simon Schippers
[PATCH net-next v7 1/9] ptr_ring: move free-space check into separate helper
Simon Schippers
[PATCH net-next v7 8/9] tun/tap: drop get ring exports
Simon Schippers
Re: [PATCH v5 4/5] remoteproc: imx_rproc: Add support for System Manager API
Mathieu Poirier
Re: [PATCH v5 4/5] remoteproc: imx_rproc: Add support for System Manager API
Peng Fan
Re: [PATCH v5 4/5] remoteproc: imx_rproc: Add support for System Manager API
Mathieu Poirier
RE: [PATCH v5 4/5] remoteproc: imx_rproc: Add support for System Manager API
Peng Fan
[PATCH v2 0/8] Various mm kselftests improvements/fixes
Kevin Brodsky
[PATCH v2 3/8] selftests/mm: pass down full CC and CFLAGS to check_config.sh
Kevin Brodsky
Re: [PATCH v2 3/8] selftests/mm: pass down full CC and CFLAGS to check_config.sh
Mark Brown
[PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
Kevin Brodsky
Re: [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
SeongJae Park
Re: [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
wang lian
Re: [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
wang lian
Re: [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
David Hildenbrand (Red Hat)
Re: [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
Kevin Brodsky
Re: [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
Dev Jain
[PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
Kevin Brodsky
Re: [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
SeongJae Park
Re: [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
wang lian
Re: [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
Dev Jain
[PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
Kevin Brodsky
Re: [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
SeongJae Park
Re: [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
Kevin Brodsky
Re: [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
SeongJae Park
Re: [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
David Hildenbrand (Red Hat)
Re: [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
Kevin Brodsky
Re: [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
Dev Jain
[PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
Kevin Brodsky
Re: [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
David Hildenbrand (Red Hat)
Re: [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
Kevin Brodsky
Re: [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
Dev Jain
[PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Kevin Brodsky
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Ryan Roberts
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Kevin Brodsky
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Ryan Roberts
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
David Hildenbrand (Red Hat)
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Ryan Roberts
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
David Hildenbrand (Red Hat)
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Ryan Roberts
Re: [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails
Kevin Brodsky
[PATCH v2 2/8] selftests/mm: remove flaky header check
Kevin Brodsky
[PATCH v2 1/8] selftests/mm: default KDIR to build directory
Kevin Brodsky
[PATCH v2 08/11] rust: macros: convert `#[kunit_tests]` macro to use `syn`
Gary Guo
Re: [PATCH v2 08/11] rust: macros: convert `#[kunit_tests]` macro to use `syn`
Tamir Duberstein
[PATCH v2 05/11] rust: macros: use `quote!` for `module!` macro
Gary Guo
Re: [PATCH v2 05/11] rust: macros: use `quote!` for `module!` macro
Tamir Duberstein
Earlier messages
Later messages