linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
Jay Vosburgh
Re: [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
Jiayuan Chen
Re: [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
Nikolay Aleksandrov
Re: [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
Jiayuan Chen
Re: [PATCH v4 2/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
Jason Wang
[PATCH bpf-next v1 0/7] bpf/sockmap: add splice support for tcp_bpf
Jiayuan Chen
[PATCH bpf-next v1 1/7] net: add splice_read to struct proto and set it in tcp_prot/tcpv6_prot
Jiayuan Chen
[PATCH bpf-next v1 2/7] inet: add inet_splice_read() and use it in inet_stream_ops/inet6_stream_ops
Jiayuan Chen
[PATCH bpf-next v1 6/7] selftests/bpf: add splice_read tests for sockmap
Jiayuan Chen
Re: [PATCH bpf-next v1 6/7] selftests/bpf: add splice_read tests for sockmap
Mykyta Yatsenko
[PATCH bpf-next v1 3/7] tcp_bpf: refactor recvmsg with read actor abstraction
Jiayuan Chen
Re: [PATCH bpf-next v1 3/7] tcp_bpf: refactor recvmsg with read actor abstraction
bot+bpf-ci
[PATCH bpf-next v1 4/7] tcp_bpf: add splice_read support for sockmap
Jiayuan Chen
Re: [PATCH bpf-next v1 4/7] tcp_bpf: add splice_read support for sockmap
bot+bpf-ci
[PATCH bpf-next v1 5/7] tcp_bpf: optimize splice_read with zero-copy for non-slab pages
Jiayuan Chen
[PATCH bpf-next v1 7/7] selftests/bpf: add splice option to sockmap benchmark
Jiayuan Chen
[PATCH v5 0/3] Add Amlogic general DMA
Xianwei Zhao via B4 Relay
[PATCH v5 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
Xianwei Zhao via B4 Relay
Re: [PATCH v5 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
Krzysztof Kozlowski
[PATCH v5 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver
Xianwei Zhao via B4 Relay
[PATCH v5 2/3] dmaengine: amlogic: Add general DMA driver for A9
Xianwei Zhao via B4 Relay
Re: [PATCH v5 2/3] dmaengine: amlogic: Add general DMA driver for A9
Frank Li
Re: [PATCH v5 2/3] dmaengine: amlogic: Add general DMA driver for A9
Xianwei Zhao
Re: [PATCH v5 2/3] dmaengine: amlogic: Add general DMA driver for A9
Frank Li
Re: [PATCH v5 2/3] dmaengine: amlogic: Add general DMA driver for A9
Xianwei Zhao
Re: [PATCH v5 2/3] dmaengine: amlogic: Add general DMA driver for A9
Frank Li
Re: [PATCH v4 1/2] vduse: Requeue failed read to send_list head
Jason Wang
[RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
SeongJae Park
[RFC PATCH v2 09/10] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
SeongJae Park
[RFC PATCH v2 08/10] selftests/damon/_damon_sysfs: support goal_tuner setup
SeongJae Park
[RFC PATCH v2 10/10] selftests/damon/sysfs.py: test goal_tuner commit
SeongJae Park
Re: [RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
Gutierrez Asier
Re: [RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
SeongJae Park
Re: [RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
SeongJae Park
[PATCH] phy: mediatek: xsphy: reduce main allocation
Rosen Penev
Re: [PATCH] phy: mediatek: xsphy: reduce main allocation
Gustavo A. R. Silva
[PATCH] phy: mediatek: tphy: simplify main allocation
Rosen Penev
[RFC patch 0/9] Add support for HiSilicon platforms and refactor
Yifan Wu
[RFC patch 1/9] selftests/resctrl: Move CPU affinity and resctrl FS setup to child process
Yifan Wu
[RFC patch 6/9] selftests/resctrl: Add support for HiSilicon CPU detection
Yifan Wu
[RFC patch 7/9] selftests/resctrl: Add support for HiSilicon memory bandwidth measurement
Yifan Wu
[RFC patch 8/9] selftests/resctrl: Add support for HiSilicon MBM/MBA test
Yifan Wu
[RFC patch 9/9] selftests/resctrl: Add support for HiSilicon CAT/CMT test
Yifan Wu
[RFC patch 2/9] selftests/resctrl: Refactor resctrl_val.c for vendor-specific mem bw measurement
Yifan Wu
[RFC patch 4/9] selftests/resctrl: Move memory bandwidth measurement init and cleanup to resctrl_val.c
Yifan Wu
[RFC patch 3/9] selftests/resctrl: Use dynamic linked list for iMC counters config
Yifan Wu
[RFC patch 5/9] selftests/resctrl: Refactor CPU vendor detection to use lookup table
Yifan Wu
Re: [RFC patch 0/9] Add support for HiSilicon platforms and refactor
Jonathan Cameron
Re: [RFC patch 0/9] Add support for HiSilicon platforms and refactor
wuyifan
[PATCH v5 0/6] bpf: Extend the bpf_list family of APIs
Chengkaitao
[PATCH v5 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
Chengkaitao
Re: [PATCH v5 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
bot+bpf-ci
[PATCH v5 1/6] bpf: Introduce the bpf_list_del kfunc.
Chengkaitao
Re: [PATCH v5 1/6] bpf: Introduce the bpf_list_del kfunc.
Mykyta Yatsenko
[PATCH v5 2/6] selftests/bpf: Add test cases for bpf_list_del
Chengkaitao
Re: [PATCH v5 2/6] selftests/bpf: Add test cases for bpf_list_del
Mykyta Yatsenko
[PATCH v5 4/6] selftests/bpf: Add test case for bpf_list_add_impl
Chengkaitao
Re: [PATCH v5 4/6] selftests/bpf: Add test case for bpf_list_add_impl
Mykyta Yatsenko
Re: [PATCH v5 4/6] selftests/bpf: Add test case for bpf_list_add_impl
Chengkaitao
[PATCH v5 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
Chengkaitao
Re: [PATCH v5 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
Mykyta Yatsenko
[PATCH v5 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty
Chengkaitao
[PATCH 6.6.y] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Jianqiang kang
[PATCH 6.1.y] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Jianqiang kang
Re: [PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
Miguel Ojeda
Re: [PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
David Gow
Re: [PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
Miguel Ojeda
Re: [PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
Miguel Ojeda
[PATCH v6 0/2] skip redundant sync IPIs when TLB flush sent them
Lance Yang
[PATCH v6 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
Lance Yang
[PATCH v6 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
Lance Yang
Re: [PATCH v6 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
Dave Hansen
Re: [PATCH v6 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
Lance Yang
[PATCH 0/4] mshv: Fix and improve memory pre-depositing
Stanislav Kinsburskii
[PATCH 1/4] mshv: Support larger memory deposits
Stanislav Kinsburskii
RE: [PATCH 1/4] mshv: Support larger memory deposits
Michael Kelley
Re: [PATCH 1/4] mshv: Support larger memory deposits
Mukesh R
[PATCH 2/4] mshv: Fix pre-depositing of pages for partition initialization
Stanislav Kinsburskii
RE: [PATCH 2/4] mshv: Fix pre-depositing of pages for partition initialization
Michael Kelley
Re: [PATCH 2/4] mshv: Fix pre-depositing of pages for partition initialization
Mukesh R
[PATCH 3/4] mshv: Fix pre-depositing of pages for virtual processor initialization
Stanislav Kinsburskii
RE: [PATCH 3/4] mshv: Fix pre-depositing of pages for virtual processor initialization
Michael Kelley
Re: [PATCH 3/4] mshv: Fix pre-depositing of pages for virtual processor initialization
Mukesh R
[PATCH 4/4] mshv: Pre-deposit pages for SLAT creation
Stanislav Kinsburskii
RE: [PATCH 4/4] mshv: Pre-deposit pages for SLAT creation
Michael Kelley
RE: [PATCH 4/4] mshv: Pre-deposit pages for SLAT creation
mhklkml
Re: [PATCH 4/4] mshv: Pre-deposit pages for SLAT creation
Mukesh R
Re: [PATCH 4/4] mshv: Pre-deposit pages for SLAT creation
Mukesh R
Re: [PATCH 0/4] mshv: Fix and improve memory pre-depositing
Mukesh R
[PATCH v2 0/9] selftests/resctrl: Fixes and improvements focused on Intel platforms
Reinette Chatre
[PATCH v2 2/9] selftests/resctrl: Do not store iMC counter value in counter config structure
Reinette Chatre
Re: [PATCH v2 2/9] selftests/resctrl: Do not store iMC counter value in counter config structure
Ilpo Järvinen
Re: [PATCH v2 2/9] selftests/resctrl: Do not store iMC counter value in counter config structure
Reinette Chatre
[PATCH v2 1/9] selftests/resctrl: Improve accuracy of cache occupancy test
Reinette Chatre
Re: [PATCH v2 1/9] selftests/resctrl: Improve accuracy of cache occupancy test
Ilpo Järvinen
Re: [PATCH v2 1/9] selftests/resctrl: Improve accuracy of cache occupancy test
Reinette Chatre
Re: [PATCH v2 1/9] selftests/resctrl: Improve accuracy of cache occupancy test
Ilpo Järvinen
[PATCH v2 4/9] selftests/resctrl: Support multiple events associated with iMC
Reinette Chatre
Re: [PATCH v2 4/9] selftests/resctrl: Support multiple events associated with iMC
Ilpo Järvinen
Re: [PATCH v2 4/9] selftests/resctrl: Support multiple events associated with iMC
Reinette Chatre
[PATCH v2 8/9] selftests/resctrl: Simplify perf usage in CAT test
Reinette Chatre
[PATCH v2 7/9] selftests/resctrl: Remove requirement on cache miss rate
Reinette Chatre
[PATCH v2 3/9] selftests/resctrl: Prepare for parsing multiple events per iMC
Reinette Chatre
[PATCH v2 5/9] selftests/resctrl: Increase size of buffer used in MBM and MBA tests
Reinette Chatre
[PATCH v2 6/9] selftests/resctrl: Raise threshold at which MBM and PMU values are compared
Reinette Chatre
[PATCH v2 9/9] selftests/resctrl: Reduce L2 impact on CAT test
Reinette Chatre
Re: [PATCH v2 9/9] selftests/resctrl: Reduce L2 impact on CAT test
Ilpo Järvinen
Re: [PATCH v2 9/9] selftests/resctrl: Reduce L2 impact on CAT test
Reinette Chatre
Re: [PATCH v2 0/9] selftests/resctrl: Fixes and improvements focused on Intel platforms
Chen, Yu C
[PATCH V0] mshv: pass struct mshv_user_mem_region by reference
Mukesh R
RE: [PATCH V0] mshv: pass struct mshv_user_mem_region by reference
Michael Kelley
[PATCH 0/4] rcu: Fix lazy-preemption regression in torture-test suites
Paul E. McKenney
[PATCH 2/4] rcuscale: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
[PATCH 3/4] refscale: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
[PATCH 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
[PATCH v2 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
[PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Joel Fernandes
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Boqun Feng
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Boqun Feng
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Boqun Feng
Re: [PATCH v3 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
[PATCH 4/4] scftorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
Re: [PATCH 0/4] rcu: Fix lazy-preemption regression in torture-test suites
Boqun Feng
[PATCH v2 net-next 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management
Long Li
[PATCH v2 net-next 1/6] net: mana: Create separate EQs for each vPort
Long Li
Re: [PATCH v2 net-next 1/6] net: mana: Create separate EQs for each vPort
Leon Romanovsky
Re: [v2,net-next,1/6] net: mana: Create separate EQs for each vPort
Simon Horman
RE: [EXTERNAL] Re: [v2,net-next,1/6] net: mana: Create separate EQs for each vPort
Long Li
[PATCH v2 net-next 2/6] net: mana: Query device capabilities and configure MSI-X sharing for EQs
Long Li
[PATCH v2 net-next 5/6] net: mana: Allocate interrupt context for each EQ when creating vPort
Long Li
[PATCH v2 net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
Long Li
Re: [PATCH v2 net-next 6/6] RDMA/mana_ib: Allocate interrupt contexts on EQs
Leon Romanovsky
[PATCH v2 net-next 3/6] net: mana: Introduce GIC context with refcounting for interrupt management
Long Li
[PATCH v2 net-next 4/6] net: mana: Use GIC functions to allocate global EQs
Long Li
[PATCH 0/3] remoteproc: xlnx: enhancements and new features
Tanmay Shah
[PATCH 2/3] remoteproc: xlnx: Only access buffer information if IPI is buffered
Tanmay Shah
[PATCH 3/3] remoteproc: zynqmp: release mailbox channels on shutdown
Tanmay Shah
[PATCH 1/3] remoteproc: xlnx: avoid mailbox setup
Tanmay Shah
[PATCH 0/11] rcu: Miscellaneous patches for v7.1
Paul E. McKenney
[PATCH 07/11] refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()
Paul E. McKenney
[PATCH 09/11] srcu: Fix SRCU read flavor macro comments
Paul E. McKenney
[PATCH 02/11] kvm-check-branches.sh: Remove in favor of kvm-series.sh
Paul E. McKenney
[PATCH 03/11] torture: Make hangs more visible in torture.sh output
Paul E. McKenney
[PATCH 06/11] rcutorture: Fix numeric "test" comparison in srcu_lockdep.sh
Paul E. McKenney
[PATCH 04/11] rcutorture: Adjust scenarios for default lazy preemption
Paul E. McKenney
[PATCH 01/11] rcutorture: Add a textbook-style trivial preemptible RCU
Paul E. McKenney
[PATCH 05/11] torture: Print informative message for test without recheck file
Paul E. McKenney
[PATCH 10/11] srcu: Fix s/they disables/they disable/ typo in srcu_read_unlock_fast()
Paul E. McKenney
[PATCH 08/11] rcuscale: Ditch rcu_scale_shutdown in favor of torture_shutdown_init()
Paul E. McKenney
[PATCH 11/11] rcu-tasks: Document that RCU Tasks Trace grace periods now imply RCU grace periods
Paul E. McKenney
[PATCH v4 0/2] remoteproc: xlnx: remote crash recovery
Tanmay Shah
[PATCH v4 1/2] remoteproc: core: full attach detach during recovery
Tanmay Shah
[PATCH v4 2/2] remoteproc: xlnx: add crash detection mechanism
Tanmay Shah
[syzbot] [fscrypt?] [f2fs?] memory leak in fscrypt_setup_filename
syzbot
Re: [syzbot] [fscrypt?] [f2fs?] memory leak in fscrypt_setup_filename
Eric Biggers
Re: [syzbot] [fscrypt?] [f2fs?] memory leak in fscrypt_setup_filename
Chao Yu
Re: [syzbot] [fscrypt?] [f2fs?] memory leak in fscrypt_setup_filename
Chao Yu
Re: [syzbot] [fscrypt?] [f2fs?] memory leak in fscrypt_setup_filename
syzbot
Re: [PATCH v1] tpm_crb: Convert ACPI driver to a platform one
Jarkko Sakkinen
Re: [PATCH v2 2/2] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options
Jarkko Sakkinen
Re: [PATCH 1/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
Eric Farman
Re: [PATCH 1/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
Joshua Daley
Re: [PATCH 1/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
Stefan Hajnoczi
Re: [PATCH 1/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
Joshua Daley
Re: [PATCH 1/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
Stefan Hajnoczi
[PATCH v3] vsock: add G2H fallback for CIDs not owned by H2G transport
Alexander Graf
Re: [PATCH v3] vsock: add G2H fallback for CIDs not owned by H2G transport
Stefano Garzarella
Re: [PATCH v2 1/2] keys/trusted_keys: clean up debug message logging in the tpm backend
Jarkko Sakkinen
Re: [PATCH v2 1/2] keys/trusted_keys: clean up debug message logging in the tpm backend
Nayna Jain
Re: [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
Jarkko Sakkinen
Re: [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
Jarkko Sakkinen
Re: [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
Mimi Zohar
[PATCH] nvme: Annotate struct nvme_dhchap_key with __counted_by
Thorsten Blum
Re: [PATCH] tpm: Make tcpci_pm_ops variable static const
Jarkko Sakkinen
Re: [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
Jason Gunthorpe
Re: [PATCH 00/22] dm-verity: more FEC fixes and cleanups
Eric Biggers
Re: [PATCH 00/22] dm-verity: more FEC fixes and cleanups
Milan Broz
Re: [PATCH 00/22] dm-verity: more FEC fixes and cleanups
Eric Biggers
Re: [PATCH 00/22] dm-verity: more FEC fixes and cleanups
Milan Broz
Re: [PATCH 00/22] dm-verity: more FEC fixes and cleanups
Eric Biggers
Re: [PATCH 00/22] dm-verity: more FEC fixes and cleanups
Milan Broz
[PATCH][next] bpf: Avoid thousands of -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
Re: [PATCH][next] bpf: Avoid thousands of -Wflex-array-members-not-at-end warnings
Kees Cook
[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
Yao Yuan
Re: [PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
Alex Mastro
Re: [PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
David Matlack
Re: [PATCH] crypto: testmgr - block Crypto API xxhash64 in FIPS mode
Eric Biggers
Re: [PATCH] crypto: testmgr - block Crypto API xxhash64 in FIPS mode
Milan Broz
Re: [PATCH] crypto: testmgr - block Crypto API xxhash64 in FIPS mode
Christoph Hellwig
Re: [PATCH] crypto: testmgr - block Crypto API xxhash64 in FIPS mode
Joachim Vandersmissen
[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
Wolfram Sang
[PATCH v3 03/15] hwspinlock: add helpers to retrieve core data
Wolfram Sang
[PATCH v3 07/15] hwspinlock: sprd: use new callback to initialize hwspinlock priv
Wolfram Sang
[PATCH v3 01/15] hwspinlock: u8500: delete driver
Wolfram Sang
[PATCH v3 08/15] hwspinlock: stm32: use new callback to initialize hwspinlock priv
Wolfram Sang
Earlier messages
Later messages