All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-16 17:10:53 to 2026-02-16 18:41:06 UTC [more...]

[PATCH v7 0/3] Optimize code generation during context switching
 2026-02-16 16:49 UTC  (2+ messages)
` [PATCH v7 3/3] sched/core: Make finish_task_switch() and its subfunctions always inline

[PATCH 0/2] befs: Add FS_IOC_GETFSLABEL / FS_IOC_SETFSLABEL ioctls
 2026-02-16 18:38 UTC  (2+ messages)
` [PATCH 1/2] befs: Add FS_IOC_GETFSLABEL ioctl

[PATCH] platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to dmi_vgbs_allow_list
 2026-02-16 18:40 UTC  (3+ messages)
` [PATCH 2/2] platform/x86: intel-hid: Add Dell 16 "

[PATCH] crypto/ccp: Fix use-after-free on error path
 2026-02-16 18:40 UTC  (2+ messages)

[PATCH] drm/xe: Don't expose display modparam if no display support
 2026-02-16 18:38 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/2] Add support for Microchip MCP48FxBy1/2/4/8 DAC with an SPI Interface
 2026-02-16 18:38 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: iio: dac: add support for Microchip MCP48FEB02

[PATCH] mailbox: add API to query available TX queue slots
 2026-02-16 18:38 UTC  (2+ messages)

[PATCH v2] 9p/xen: protect xen_9pfs_front_free against concurrent calls
 2026-02-16 18:36 UTC  (3+ messages)

[PATCH v2 0/2] Fix warnings for RISC-V builds
 2026-02-16 18:35 UTC  (4+ messages)
` [PATCH v2 1/2] nfs: fix unused variable warnings
` [PATCH v2 2/2] net: macb: fix format-truncation warning

[RFC] Support UTF-8 characters in Git alias names
 2026-02-16 18:32 UTC  (4+ messages)
` [PATCH v5 0/4] support uTF-8 in "
  ` [PATCH v5 4/4] completion: fix zsh alias listing for subsection aliases

[PATCH] io_uring/cmd_net: split ioctl code out of io_uring_cmd_sock()
 2026-02-16 18:31 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-02-16 18:30 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg

[paragon-software-group-ntfs3:master 26/26] checkpatch: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
 2026-02-16 18:29 UTC 

[PATCH v2] blk-mq: use NOIO context to prevent deadlock during debugfs creation
 2026-02-16 18:28 UTC  (2+ messages)

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-16 18:24 UTC  (12+ messages)
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI

[arnd-playground:highmem-reduce 7/20] checkpatch: WARNING:SIZEOF_PARENTHESIS: sizeof *icm should be sizeof(*icm)
 2026-02-16 18:23 UTC 

[PATCH v3 4/5] smb: introduce struct create_posix_ctxt_rsp
 2026-02-16 18:22 UTC  (2+ messages)

[PATCH v3 0/7] mfd: Add support for Asus Transformer embedded controller
 2026-02-16 18:22 UTC  (4+ messages)
` [PATCH v3 1/7] dt-bindings: embedded-controller: document ASUS Transformer EC

[PATCH 0/5] drm/amd/display: Clean up some DCE 6 code
 2026-02-16 18:22 UTC  (6+ messages)
` [PATCH 4/5] drm/amd/display: Handle DCE 6 in dce_clk_mgr.c

linux-mm@kvack.org: Please confirm to continue
 2026-02-16 18:21 UTC 

[PATCH] wifi: iwlwifi: prevent NAPI processing after firmware error
 2026-02-16 18:12 UTC  (3+ messages)

[PATCH net-next] tcp: try to defer / return acked skbs to originating CPU
 2026-02-16 18:16 UTC  (11+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-02-16 18:12 UTC  (23+ messages)
` [PATCH v16 00/21] net/pcap: improvements and test suite
  ` [PATCH v16 01/21] maintainers: update for pcap driver
  ` [PATCH v16 02/21] doc: update features for PCAP PMD
  ` [PATCH v16 03/21] net/pcap: include used headers
  ` [PATCH v16 04/21] net/pcap: remove unnecessary casts
  ` [PATCH v16 05/21] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v16 06/21] net/pcap: advertise Tx multi segment
  ` [PATCH v16 07/21] net/pcap: replace stack bounce buffer with per-queue allocation
  ` [PATCH v16 08/21] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v16 09/21] net/pcap: add datapath debug logging
  ` [PATCH v16 10/21] net/pcap: consolidate boolean flag handling
  ` [PATCH v16 11/21] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v16 12/21] net/pcap: add link state and speed for interface mode
  ` [PATCH v16 13/21] net/pcap: support nanosecond timestamp precision
  ` [PATCH v16 14/21] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v16 15/21] net/pcap: reduce scope of file-level variables
  ` [PATCH v16 16/21] net/pcap: avoid use of volatile
  ` [PATCH v16 17/21] net/pcap: clarify maximum received packet
  ` [PATCH v16 18/21] net/pcap: add snapshot length devarg
  ` [PATCH v16 19/21] net/pcap: add link status change support for iface mode
  ` [PATCH v16 20/21] net/pcap: add EOF notification via link status change
  ` [PATCH v16 21/21] test: add comprehensive test suite for pcap PMD

[PATCH i-g-t] lib/igt_fb: add YUV|YVU-410|411|444 formats
 2026-02-16 18:16 UTC 

[PATCH net 0/2] Modify multicast entry handling in ALE table
 2026-02-16 18:15 UTC  (6+ messages)
` [PATCH net 1/2] net: ethernet: ti: am65-cpsw-nuss: Update port_mask while adding multicast entry

[PATCH] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
 2026-02-16 18:14 UTC  (5+ messages)

[PATCH v3 00/15] mailbox: Stop sending NULL mailbox messages
 2026-02-16 18:09 UTC  (16+ messages)
` [PATCH v3 01/15] mailbox: Deprecate NULL mbox messages; Introduce mbox_ring_doorbell()
` [PATCH v3 02/15] ACPI: PCC: Use mbox_ring_doorbell() instead of NULL message
` [PATCH v3 03/15] firmware: arm_scmi: "
` [PATCH v3 04/15] firmware: imx-dsp: "
` [PATCH v3 05/15] firmware: tegra: bpmp: "
` [PATCH v3 06/15] irqchip/qcom-mpm: "
` [PATCH v3 07/15] remoteproc: xlnx: "
` [PATCH v3 08/15] rpmsg: qcom_glink_rpm: "
` [PATCH v3 09/15] rpmsg: glink: smem: "
` [PATCH v3 10/15] rpmsg: qcom_smd: "
` [PATCH v3 11/15] soc: qcom: aoss: "
` [PATCH v3 12/15] soc: qcom: smp2p: "
` [PATCH v3 13/15] soc: qcom: smsm: "
` [PATCH v3 14/15] soc: ti: wkup_m3_ipc: "
` [PATCH v3 15/15] drivers: firmware: xilinx: "

Patchwork summary for: spi-devel-general
 2026-02-16 18:10 UTC 

[PATCH] drm/xe/pf: Don't configure VFs if already wedged
 2026-02-16 18:09 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH net] net: Drop the lock in skb_may_tx_timestamp()
 2026-02-16 18:08 UTC  (5+ messages)

[PATCH] spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe()
 2026-02-16 18:08 UTC  (2+ messages)

[PATCH v1 0/2] watchdog: npcm: Add reset status detection support
 2026-02-16 18:03 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: watchdog: Add NPCM reset status support

[PATCH v4 0/2] arm64: Fixes for __READ_ONCE() with CONFIG_LTO=y
 2026-02-16 18:00 UTC  (3+ messages)
` [PATCH v4 2/2] arm64, compiler-context-analysis: Permit alias analysis through "

[RFC] ethdev: clarify rte_eth_tx_burst() return value and ownership semantics
 2026-02-16 18:00 UTC 

[PATCH v3 1/2] wic: re-implement sector-size support
 2026-02-16 17:58 UTC  (5+ messages)
` [OE-core] "

[PATCH bpf-next v2] bpf: Fix special fields mem leak for non-prealloc maps
 2026-02-16 17:56 UTC  (2+ messages)

[PATCH] Revert "rcu: Unify force quiescent state"
 2026-02-16 17:56 UTC  (7+ messages)

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-02-16 17:55 UTC  (4+ messages)
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI "

[PATCH 1/2] hid: asus: add xg mobile 2023 external hardware support
 2026-02-16 17:55 UTC  (2+ messages)
` [PATCH 2/2] hid: asus: always fully initialize devices

[PATCH v4 0/4] KVM: Speed up MMIO registrations
 2026-02-16 17:53 UTC  (5+ messages)
` [PATCH v4 4/4] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()

[PATCH BlueZ 1/3] tools/btpclient: Move btpclient to client/btpclient directory
 2026-02-16 17:53 UTC  (2+ messages)
` [BlueZ,1/3] "

[PATCH 0/8] drm/amd/display: Fix and cleanup analog encoders
 2026-02-16 17:53 UTC  (5+ messages)

[PATCH v6 0/5] vEVENTQ support for accelerated SMMUv3 devices
 2026-02-16 17:52 UTC  (9+ messages)
` [PATCH v6 3/5] hw/arm/smmuv3-accel: Allocate vEVENTQ "
` [PATCH v6 4/5] hw/arm/smmuv3: Introduce a helper function for event propagation

[PATCH i-g-t] tool/intel_hdcp: Fix flickering and show actual HDCP status
 2026-02-16 17:51 UTC  (2+ messages)

[PATCH] dm: core: Don't allow ofnode_to_fdt() to return NULL
 2026-02-16 17:50 UTC  (2+ messages)

[PATCH 0/2] improve per-node allocation and reclaim visibility
 2026-02-16 17:50 UTC  (6+ messages)
` [PATCH 1/2] mm/mempolicy: track page allocations per mempolicy

[PATCH RFC] pidfs: add inode ownership and permission checks
 2026-02-16 17:49 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v3 0/3] support for taiguan-xti05101-01a MIPI-DSI panel
 2026-02-16 17:49 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: vendor: add taiguanck

[moderation/CI] Re: pidfs: add inode ownership and permission checks
 2026-02-16 17:47 UTC  (2+ messages)

[PATCH v5 1/4] dt-bindings: soc: rockchip: grf: Add RV1103B compatibles
 2026-02-16 17:47 UTC  (4+ messages)
` [PATCH v5 3/4] dt-bindings: arm: rockchip: Add Omega4 Evaluation board

[PULL] u-boot-usb/master
 2026-02-16 17:45 UTC 

[syzbot] [comedi?] inconsistent lock state in das16m1_interrupt
 2026-02-16 17:10 UTC  (2+ messages)

[PATCH v3 0/3] arm64: Fixes for __READ_ONCE() with CONFIG_LTO=y
 2026-02-16 17:43 UTC  (17+ messages)
` [PATCH v3 3/3] arm64, compiler-context-analysis: Permit alias analysis through "

[PATCH v1 1/2] landlock: Fully release unused TSYNC work entries
 2026-02-16 17:43 UTC  (3+ messages)

[PATCH v3] vfio/migration: Send VFIO_MIGRATION event before PRE_COPY_P2P transition
 2026-02-16 17:40 UTC  (10+ messages)

[PATCH v2 0/2] GuC CT memory optimizations
 2026-02-16 17:40 UTC  (4+ messages)
` [PATCH v2 2/2] drm/xe: Remove H2G reads in CT send path in non-debug builds

[PATCH wireless-next v8 0/3] wifi: initial UHR support
 2026-02-16 17:39 UTC  (8+ messages)
` [PATCH wireless-next v8 2/3] wifi: cfg80211: add "

[PATCH v5 00/10] Add PCIe Boot support for TI J784S4 SoC
 2026-02-16 17:39 UTC  (3+ messages)
` [PATCH v5 06/10] configs: am69_sk_r5_defconfig: Disable PCIe boot configs

[PATCH] drivers/net: reorder Intel drivers list in meson script
 2026-02-16 17:39 UTC  (4+ messages)
` [V2] "

[PATCH v4 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-16 17:37 UTC  (35+ messages)
` [PATCH v4 11/27] net/i40e: avoid rte malloc in MAC/VLAN filtering
` [PATCH v4 12/27] net/i40e: avoid rte malloc in VF resource queries
` [PATCH v4 13/27] net/i40e: avoid rte malloc in adminq operations
` [PATCH v4 14/27] net/i40e: avoid rte malloc in DDP package handling
` [PATCH v4 15/27] net/i40e: avoid rte malloc in DDP ptype handling
` [PATCH v4 16/27] net/iavf: remove remnants of pipeline mode
` [PATCH v4 17/27] net/iavf: avoid rte malloc in VF mailbox for IPsec
` [PATCH v4 18/27] net/iavf: decouple hash uninit from parser uninit
` [PATCH v4 19/27] net/iavf: avoid rte malloc in RSS configuration
` [PATCH v4 20/27] net/iavf: avoid rte malloc in MAC address operations
` [PATCH v4 21/27] net/iavf: avoid rte malloc in IPsec operations
` [PATCH v4 22/27] net/iavf: avoid rte malloc in queue operations
` [PATCH v4 23/27] net/iavf: avoid rte malloc in irq map config
` [PATCH v4 24/27] net/ice: avoid rte malloc in RSS RETA operations
` [PATCH v4 25/27] net/ice: avoid rte malloc in MAC address operations
` [PATCH v4 26/27] net/ice: avoid rte malloc in raw pattern parsing
` [PATCH v4 27/27] net/ice: avoid rte malloc in flow pattern match

[PATCH] x86/kexec: Disable KCOV instrumentation after load_segments()
 2026-02-16 17:37 UTC 

[RFC PATCH 0/2] mempool: de-inline get/put objects unlikely code
 2026-02-16 17:35 UTC  (4+ messages)
` [RFC PATCH v3 0/2] mempool: de-inline get/put unlikely code paths
  ` [RFC PATCH v3 2/2] "

[PATCH v2] Documentation: spell out what TLV actually means
 2026-02-16 17:34 UTC 

[PATCH RFC] security: add LSM blob and hooks for namespaces
 2026-02-16 17:34 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD" failed to apply to 6.6-stable tree
 2026-02-16 17:33 UTC  (6+ messages)
` [PATCH 6.6.y 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
  ` [PATCH 6.6.y 1/4] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
  ` [PATCH 6.6.y 2/4] mm/hugetlb: fix hugetlb_pmd_shared()
  ` [PATCH 6.6.y 3/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
  ` [PATCH 6.6.y 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH] CREDITS: Add -next to Stephen Rothwell's entry
 2026-02-16 17:28 UTC 

[meta-ti-bsp] SERIAL_CONSOLES defined at SoC level
 2026-02-16 17:32 UTC  (6+ messages)
` [meta-ti] "

kernel/sched/fair.c:1203:39: sparse: sparse: incorrect type in initializer (different address spaces)
 2026-02-16 17:29 UTC 

[PATCH] drivers: cpu: fix syntax error in Kconfig documentation
 2026-02-16 17:28 UTC 

[PATCH] dma/idxd: mark portal pointer as volatile
 2026-02-16 17:28 UTC  (2+ messages)

[PATCH] drm/imagination: Convert to dev_pm_domain_{at,de}tach_list()
 2026-02-16 17:28 UTC  (15+ messages)

[PATCH v3 00/14] whpx: x86 updates (2026-02)
 2026-02-16 17:27 UTC  (3+ messages)
` [PATCH v3 13/14] whpx: common, i386, arm: rework state levels

[PATCH 1/1] io_uring/zctx: separate notification user_data
 2026-02-16 17:27 UTC  (8+ messages)

[PATCH v3] rv: Fix multiple definition of __pcpu_unique_da_mon_this
 2026-02-16 17:27 UTC 

[oe][meta-oe][PATCH] tigervnc: Fix do_rootfs Error
 2026-02-16 17:25 UTC  (2+ messages)

[PATCH 0/2] target/arm: Don't use HELPER_H in non-tcg files
 2026-02-16 17:24 UTC  (3+ messages)
` [PATCH 2/2] target/arm: Don't require helper prototypes in helper.c

[PATCH] fib: fix incorrect prefix addition handling
 2026-02-16 17:23 UTC  (2+ messages)

ACPI: PM: Add acpi power resource quirk for THUNDEROBOT ZERO
 2026-02-16 17:23 UTC  (3+ messages)
` [PATCH] ACPI: PM: Add unused "

[PATCH nft] Tree-wide use of python3
 2026-02-16 17:23 UTC 

[PATCH] eal/linux: redefine the name for rte_fbarray_init()
 2026-02-16 17:22 UTC  (3+ messages)
` [PATCH v6] eal/linux: fix fbarray name collision in containers

[PATCH] net: phy: realtek: Add support for PHY LEDs on RTL8211F-VD
 2026-02-16 17:22 UTC  (3+ messages)

[PATCH] gpio: tegra186: Support multi-socket devices
 2026-02-16 17:22 UTC  (3+ messages)

[PULL 00/41] QOM, target/i386 patches for 2026-02-12
 2026-02-16 17:21 UTC  (3+ messages)
` [PULL 28/41] hw/char/virtio-serial: Do not expose the 'emergency-write' property

[PATCH 0/3] Update docker-moby to v25.0.9
 2026-02-16 17:21 UTC  (5+ messages)
` [PATCH 1/3] docker-moby: Update libnetwork
` [PATCH 2/3] docker-moby: Update docker cli
` [PATCH 3/3] docker-moby: Update to v25.0.9
` [meta-virtualization] [PATCH 0/3] Update docker-moby "

[PATCH v2] blk-stat: convert struct blk_stat_callback to kernel-doc
 2026-02-16 17:21 UTC  (2+ messages)

[PATCH] block: fix enum descriptions kernel-doc
 2026-02-16 17:21 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Remove hexdump dependency
 2026-02-16 17:21 UTC  (2+ messages)

Problematic understanding of phy-mode in Rockchip DWMAC driver
 2026-02-16 17:21 UTC  (8+ messages)

[PATCH v2 1/1] io_uring/net: separate notification user_data
 2026-02-16 17:20 UTC 

[PATCH v2] symlinks: use unsigned int for flags
 2026-02-16 17:20 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v6 0/5] Implement reset to EDL for qcs9100
 2026-02-16 17:19 UTC  (9+ messages)
` [PATCH v6 2/5] drivers: sysreset: Add sysreset op that can take arguments

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-02-16 17:19 UTC  (4+ messages)

[RFC PATCH v1] kexec: optimize crash hotplug by filtering redundant FDT updates
 2026-02-16 17:14 UTC 

[PATCH 0/5] page-vary: Build set_preferred_target_page_bits() as common code
 2026-02-16 17:17 UTC  (3+ messages)

Pull request for ab-next-13022026
 2026-02-16 17:18 UTC  (2+ messages)

[GIT PULL] AMD/Xilinx changes for 2026-07-rc1
 2026-02-16 17:18 UTC  (2+ messages)

[PATCH] mm: Add AnonZero accounting for zero-filled anonymous pages
 2026-02-16 17:18 UTC  (12+ messages)

[PATCH] domain: move vmtrace_alloc_buffer() invocation in vcpu_create()
 2026-02-16 17:17 UTC  (4+ messages)

[PATCH v13 0/3] Add driver support for ESWIN eic700 SoC clock controller
 2026-02-16 17:17 UTC  (3+ messages)
` [PATCH v13 2/3] clk: eswin: Add eic7700 clock driver

[PATCH BlueZ v2] a2dp: connect source profile after sink
 2026-02-16 17:16 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH 1/1] kmscon: bump version to 9.3.2
 2026-02-16 17:15 UTC 

[PATCH v3 0/6] clk: qcom: Add support for basic clocks providers on Eliza SoC
 2026-02-16 17:14 UTC  (3+ messages)
` [PATCH v3 4/6] clk: qcom: rpmh: Add support for Eliza rpmh clocks

[PATCH v3 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
 2026-02-16 17:13 UTC  (7+ messages)
` [PATCH v3 13/27] net/i40e: avoid rte malloc in adminq operations
` [PATCH v3 14/27] net/i40e: avoid rte malloc in DDP package handling
` [PATCH v3 15/27] net/i40e: avoid rte malloc in DDP ptype handling

[Buildroot] [PATCH for 2025.02.x] package/python-django: security bump to v5.2.11
 2026-02-16 17:12 UTC 

[PATCH v5 00/11] iio: amplifiers: ad8366: driver update and dt support
 2026-02-16 17:10 UTC  (9+ messages)
` [PATCH v5 05/11] iio: amplifiers: ad8366: use devm_mutex_init() and drop mutex_init()
` [PATCH v5 06/11] iio: amplifiers: ad8366: refactor device resource management
` [PATCH v5 08/11] iio: amplifiers: ad8366: prepare for device-tree support
` [PATCH v5 09/11] iio: amplifiers: ad8366: add device tree support
` [PATCH v5 10/11] iio: amplifiers: ad8366: consume enable gpio
` [PATCH v5 11/11] iio: amplifiers: ad8366: update device support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.