The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2023-03-31 14:27:15 to 2023-03-31 16:34:35 UTC [more...]

[PATCH bpf V4 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-03-31 16:30 UTC  (7+ messages)
` [PATCH bpf V4 1/5] xdp: rss hash types representation
` [PATCH bpf V4 2/5] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V4 3/5] veth: "
` [PATCH bpf V4 4/5] mlx4: "
` [PATCH bpf V4 5/5] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-31 16:28 UTC  (55+ messages)
` [PATCH v3 01/55] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [PATCH v3 02/55] iov_iter: Remove last_offset member
` [PATCH v3 03/55] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH v3 04/55] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH v3 05/55] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH v3 07/55] tcp: Support MSG_SPLICE_PAGES
` [PATCH v3 08/55] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 09/55] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH v3 10/55] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH v3 11/55] espintcp: Inline do_tcp_sendpages()
` [PATCH v3 12/55] tls: "
` [PATCH v3 13/55] siw: "
` [PATCH v3 14/55] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH v3 15/55] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH v3 16/55] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 17/55] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH v3 18/55] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 19/55] af_unix: Support MSG_SPLICE_PAGES
` [PATCH v3 20/55] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 21/55] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v3 22/55] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v3 23/55] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH v3 24/55] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH v3 25/55] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 26/55] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [PATCH v3 27/55] tls/device: "
` [PATCH v3 28/55] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 29/55] tls/sw: Support MSG_SPLICE_PAGES
  ` Trivial TLS server
  ` Trivial TLS client
` [PATCH v3 30/55] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 31/55] chelsio: Support MSG_SPLICE_PAGES
` [PATCH v3 32/55] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 33/55] kcm: Support MSG_SPLICE_PAGES
` [PATCH v3 34/55] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 35/55] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH v3 36/55] splice, net: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [PATCH v3 37/55] Remove file->f_op->sendpage
` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH v3 39/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [PATCH v3 42/55] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [PATCH v3 43/55] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH v3 44/55] algif: Remove hash_sendpage*()
` [PATCH v3 45/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH v3 46/55] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 47/55] dlm: "
` [PATCH v3 48/55] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH v3 49/55] nvme: "
` [PATCH v3 50/55] kcm: "
` [PATCH v3 52/55] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH v3 53/55] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
` [PATCH v3 54/55] drdb: Send an entire bio in a single sendmsg

[RFC 00/11] optimise registered buffer/file updates
 2023-03-31 16:27 UTC  (7+ messages)
` [PATCH 10/11] io_uring/rsrc: cache struct io_rsrc_node

[PATCH 0/3] of: address: Miscellaneous-improvements
 2023-03-31 16:28 UTC  (3+ messages)
` [PATCH 3/3] of: address: Reshuffle to remove forward declarations

[PATCH] scsi: message: fusion: remove unused timeleft variable
 2023-03-31 16:26 UTC 

[GIT PULL] PCI fixes for v6.3
 2023-03-31 16:27 UTC 

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-03-31 16:22 UTC  (3+ messages)
` [PATCH V6 12/17] block: ublk_drv: cleanup ublk_copy_user_pages

[GIT PULL] regulator fixes for v6.3-rc4
 2023-03-31 16:11 UTC 

[PATCH] ASoC: amd: ps: update the acp clock source
 2023-03-31 16:11 UTC  (2+ messages)

[PATCH] ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable
 2023-03-31 16:08 UTC 

[PATCH] remoteproc: stm32_rproc: Add mutex protection for workqueue
 2023-03-31 16:06 UTC 

[PATCH 0/2] Online new threads according to the current SMT level
 2023-03-31 16:05 UTC  (4+ messages)
` [PATCH 1/2] pseries/smp: export the smt level in the SYS FS
` [PATCH 2/2] powerpc/pseries/cpuhp: respect current SMT when adding new CPU

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-03-31 16:03 UTC  (4+ messages)

[RFC PATCH] x86/insn: support decode MOVSXD instruction for MMIO
 2023-03-31 15:59 UTC  (12+ messages)

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-31 15:58 UTC  (6+ messages)

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-31 15:57 UTC  (3+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler

[PATCH v2 0/3] Add descriptor definitions for a few new DSA operations
 2023-03-31 15:56 UTC  (3+ messages)

[PATCH v2 0/2] Expose IAA 2.0 device capabilities
 2023-03-31 15:57 UTC  (3+ messages)

[PATCH] dt-bindings: remoteproc: typo fix
 2023-03-31 15:55 UTC 

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-03-31 15:54 UTC  (8+ messages)
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper

[PATCH] mfd: syscon: Use of_io_request_and_map() for IO mapping
 2023-03-31 15:52 UTC  (6+ messages)

[PATCH v2 0/2] Add R5F and C71 DSP nodes for J784S4 SoC
 2023-03-31 15:51 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in netdev_core_pick_tx
 2023-03-31 15:48 UTC  (3+ messages)
` [syzbot] [block?] "

[PATCH 0/5] stm32mp15: update remoteproc to support SCMI Device tree
 2023-03-31 15:46 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: remoteproc: st,stm32-rproc: Rework reset declarations
` [PATCH 2/5] ARM: dts: stm32: Remove the st,syscfg-tz property
` [PATCH 3/5] remoteproc: stm32: Clean-up the management of the hold boot by SMC call
` [PATCH 4/5] remoteproc: stm32: Allow hold boot management by the SCMI reset controller
` [PATCH 5/5] ARM: dts: stm32: fix m4_rproc references to use scmi

[RFC PATCH] sched/fair: Make tg->load_avg per node
 2023-03-31 15:48 UTC  (9+ messages)

[PATCH v10 0/6] CXL Poison List Retrieval & Tracing
 2023-03-31 15:45 UTC  (7+ messages)
` [PATCH v10 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v10 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute

[PATCH 1/7] driver core: core: move to use class_to_subsys()
 2023-03-31 15:44 UTC  (13+ messages)
` [PATCH 3/7] driver core: class: remove subsystem private pointer from struct class
` [PATCH 4/7] driver core: clean up the logic to determine which /sys/dev/ directory to use
` [PATCH 5/7] driver core: class: remove dev_kobj from struct class
` [PATCH 6/7] driver core: make sysfs_dev_block_kobj static
` [PATCH 7/7] driver core: make sysfs_dev_char_kobj static

[PATCH] EDAC/mce_amd: Update SMCA bank error descriptions
 2023-03-31 15:44 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Remove NULL check before dev_{put, hold}
 2023-03-31 15:44 UTC  (2+ messages)

[PATCH v3] purgatory: fix disabling debug info
 2023-03-31 15:42 UTC  (3+ messages)

[PATCH v3 0/3] md: fix uaf for sync_thread
 2023-03-31 15:41 UTC  (6+ messages)
` [PATCH v3 3/3] md: protect md_thread with rcu

[PATCH 0/5] drm: shmobile: Fixes and enhancements
 2023-03-31 15:35 UTC  (7+ messages)
` [PATCH 1/5] drm: shmobile: Use %p4cc to print fourcc codes
` [PATCH 2/5] drm: shmobile: Add support for DRM_FORMAT_XRGB8888
` [PATCH 3/5] drm: shmobile: Switch to drm_crtc_init_with_planes()
` [PATCH 4/5] drm: shmobile: Add missing call to drm_fbdev_generic_setup()
` [PATCH 5/5] drm: shmobile: Make DRM_SHMOBILE visible on Renesas SoC platforms

[PATCH v2 0/9] drm/i915: Replace kmap_atomic() with kmap_local_page()
 2023-03-31 15:32 UTC  (4+ messages)
` [PATCH v2 9/9] drm/i915: Use kmap_local_page() in gem/i915_gem_execbuffer.c

[PATCH] KVM: VMX: Reduce redundant call and simplify code
 2023-03-31 15:32 UTC  (2+ messages)

drivers/perf/thunderx2_pmu.c:556:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-03-31 15:29 UTC 

[PATCH v10 0/3] Add resets for ADSP based audio clock controller driver
 2023-03-31 15:28 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: clock: qcom,sc7280-lpasscc: Add qcom,adsp-pil-mode property
` [PATCH v10 2/3] clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration
` [PATCH v10 3/3] clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_cc_sc7280_desc

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-03-31 15:26 UTC  (3+ messages)
` [PATCH 14/17] sched/eevdf: Better handle mixed slice length

[RFC net-next] net: phy: introduce phy_reg_field interface
 2023-03-31 15:25 UTC  (4+ messages)

[PATCH] media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup
 2023-03-31 15:20 UTC  (2+ messages)

[PATCH 07/19] drm/i915/gem/i915_gem_create: Provide the function names for proper kerneldoc headers
 2023-03-31 15:18 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2023-03-31 15:17 UTC  (2+ messages)

[PATCH] wifi: rt2x00: Fix memory leak when handling surveys
 2023-03-31 15:17 UTC  (2+ messages)

[PATCH v2 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2023-03-31 15:14 UTC  (2+ messages)
` [PATCH v2 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH] powerpc/pseries/cpuhp: respect current SMT when adding new CPU
 2023-03-31 15:11 UTC  (7+ messages)

[PING PATCH] drm/bochs: replace ioremap with devm_ioremap to avoid immo leak
 2023-03-31 15:10 UTC  (2+ messages)
` [PING] "

[PATCH v2] PCI/EDR: Clear PCIe Device Status errors after EDR error recovery
 2023-03-31 15:10 UTC  (2+ messages)

[PATCH V3 7/7] arm64: dts: imx8mp: add interconnect for hsio blk ctrl
 2023-03-31 15:09 UTC  (15+ messages)
                      `  "

[PATCH 0/3] crypto: Move Intel crypto drivers to drivers/crypto/intel
 2023-03-31 15:08 UTC  (3+ messages)
` [PATCH 1/3] crypto: keembay - Move driver to drivers/crypto/intel/keembay

[PATCH] net: netcp: MAX_SKB_FRAGS is now 'int'
 2023-03-31 15:08 UTC  (2+ messages)

[linus:master] [selftests/memfd] 11f75a0144: kernel-selftests.memfd.run_fuse_test.sh.fail
 2023-03-31 15:00 UTC 

[PATCH] bcma: remove unused mips_read32 function
 2023-03-31 15:05 UTC  (2+ messages)

[PATCH] bcma: Use of_address_to_resource()
 2023-03-31 15:04 UTC  (2+ messages)

[PATCH v3 0/8] Hey Jassi, all,
 2023-03-31 15:03 UTC  (4+ messages)
` mailbox,soc: mpfs: add support for fallible services (was [PATCH v3 0/8] Hey Jassi, all,)

[PATCH V4 1/2] ASoC: max98363: add soundwire amplifier driver
 2023-03-31 15:02 UTC  (2+ messages)

[PATCH V2] rcu: Make sure new krcp free business is handled after the wanted rcu grace period
 2023-03-31 15:01 UTC  (2+ messages)

[syzbot] Monthly mm report
 2023-03-31 15:01 UTC 

[GIT PULL] RISC-V Fixes for 6.3-rc5
 2023-03-31 15:01 UTC 

[syzbot] Monthly ntfs report
 2023-03-31 15:00 UTC 

[PATCH] drm/amd/display: remove unused average_render_time_in_us and i variables
 2023-03-31 15:01 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: qcom: sdx55: Move reset and wake gpios to board dts
 2023-03-31 14:59 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: qcom: sdx55-fn980: Move "status" property to the end of node

[PATCH v5 0/5] Add the Lantiq PEF2256 audio support
 2023-03-31 14:59 UTC  (8+ messages)
` [PATCH v5 2/5] mfd: Add support for the Lantiq PEF2256 framer

[PATCH RFC 00/20] ARM: oxnas support removal
 2023-03-31 14:58 UTC  (5+ messages)

[PATCH v1 0/3] Fixes for PSR
 2023-03-31 14:58 UTC  (7+ messages)
` [PATCH v1 1/3] drm/msm/dpu: set dirty_fb flag while in self refresh mode
` [PATCH v1 2/3] msm/disp/dpu: allow atomic_check in PSR usecase
` [PATCH v1 3/3] msm: skip the atomic commit of self refresh while PSR running

[PATCH 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2023-03-31 14:55 UTC  (3+ messages)

[PATCH 14/21] dt-bindings: soc: mediatek: specify which compatible requires clocks property
 2023-03-31 14:55 UTC  (3+ messages)
  ` [PATCH 01/21] dt-bindings: display: mediatek: aal: add binding for MT8365 SoC

[PATCH] mwifiex: remove unused evt_buf variable
 2023-03-31 14:54 UTC  (2+ messages)
` wifi: "

[PATCH] brcmsmac: ampdu: remove unused suc_mpdu variable
 2023-03-31 14:53 UTC  (2+ messages)
` wifi: "

[PATCH v2] rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()
 2023-03-31 14:53 UTC  (2+ messages)
` [v2] wifi: "

[PATCH 0/3] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
 2023-03-31 14:50 UTC  (4+ messages)
` [PATCH 1/3] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH 2/3] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
` [PATCH 3/3] cgroup/cpuset: Allow only one active attach operation per cpuset

[PATCH v2] drm/i915/gt: Hold a wakeref for the active VM
 2023-03-31 14:51 UTC  (2+ messages)

[PATCH v2] rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()
 2023-03-31 14:51 UTC  (2+ messages)
` [v2] wifi: "

[PATCH] wifi: mac80211: remove unused has_5g variable
 2023-03-31 14:50 UTC  (2+ messages)
` wifi: brcmsmac: "

[PATCH] ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
 2023-03-31 14:50 UTC  (2+ messages)

[PATCH] b43legacy: remove unused freq_r3A_value function
 2023-03-31 14:50 UTC  (2+ messages)
` wifi: "

[PATCH][next] rtlwifi: Replace fake flex-array with flex-array member
 2023-03-31 14:49 UTC  (2+ messages)
` [next] wifi: "

[PATCH 4/5] wifi: rtw88: Remove redundant pci_clear_master
 2023-03-31 14:49 UTC  (2+ messages)

[PATCH][next] wifi: rndis_wlan: Replace fake flex-array with flexible-array member
 2023-03-31 14:48 UTC  (2+ messages)

[PATCH] wifi: rtw88: remove unused rtw_pci_get_tx_desc function
 2023-03-31 14:46 UTC  (2+ messages)

BUG: memstick_check() memleak in kernel 6.1.0+ introduced pre 4.17
 2023-03-31 14:46 UTC  (3+ messages)
` BUG FIX: [PATCH v1] "
  ` BUG FIX: [PATCH RFC v2] "

[PATCH net-next] rsi: Slightly simplify rsi_set_channel()
 2023-03-31 14:45 UTC  (2+ messages)
` [net-next] wifi: "

[PATCH] ext4: Add a uapi header for ext4 userspace APIs
 2023-03-31 14:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ipw2x00: remove unused _ipw_read16 function
 2023-03-31 14:44 UTC  (2+ messages)
` wifi: "

[PATCH v3 9/9] media: starfive: Add Starfive Camera Subsystem driver
 2023-03-31 14:38 UTC  (2+ messages)

[PATCH v2 0/2] Use PSCI OS initiated mode for sc7280
 2023-03-31 14:27 UTC  (6+ messages)
` [PATCH v2 1/2] cpuidle: psci: Move enabling OSI mode after power domains creation

[PATCH] docs/sp_SP: Add translation of process/adding-syscalls
 2023-03-31 14:27 UTC  (3+ messages)

[PATCH v3] mmc: sdhci_am654: Add support for PM suspend/resume
 2023-03-31 14:31 UTC  (2+ messages)

[PATCH] KEYS: Make use of platform keyring for module signature verification
 2023-03-31 14:30 UTC 

[GIT PULL] ARM: at91: dt for 6.4
 2023-03-31 14:27 UTC 

[PATCH v11 00/26] Drivers for gunyah hypervisor
 2023-03-31 14:27 UTC  (21+ messages)
` [PATCH v11 14/26] samples: Add sample userspace Gunyah VM Manager
` [PATCH v11 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v11 18/26] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v11 19/26] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v11 20/26] virt: gunyah: Add resource tickets
` [PATCH v11 21/26] virt: gunyah: Add IO handlers
` [PATCH v11 22/26] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v11 23/26] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v11 24/26] virt: gunyah: Add irqfd interface
` [PATCH v11 25/26] virt: gunyah: Add ioeventfd


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox