public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-13 09:08:05 to 2026-02-13 11:09:01 UTC [more...]

[PATCH 0/2] media: qcom: iris: Add Gen2 HFI support for SC7280
 2026-02-13 11:08 UTC  (10+ messages)
` [PATCH 2/2] media: iris: Enable Gen2 HFI on SC7280

[PATCH 0/3] phy: qcom: edp: Add DP/eDP switch for phys
 2026-02-13 11:08 UTC  (9+ messages)
` [PATCH 1/3] phy: qcom: edp: Correct and clean up eDP/DP combo PHY configuration values
` [PATCH 3/3] phy: qcom: edp: Add eDP phy mode switch support

[PATCH v5 0/5] I2C Mux per channel bus speed
 2026-02-13 11:06 UTC  (6+ messages)
` [PATCH v5 1/5] i2c: core: add callback to change bus frequency
` [PATCH v5 2/5] i2c: mux: add support for per channel "
` [PATCH v5 3/5] i2c: davinci: calculate bus freq from Hz instead of kHz
` [PATCH v5 4/5] i2c: davinci: add support for setting bus frequency
` [PATCH v5 5/5] docs: i2c: i2c-topology: add section about bus speed

[PATCH] spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe()
 2026-02-13 11:00 UTC  (2+ messages)

[PATCH v4 0/4] Introduce BACKGROUND_COLOR DRM CRTC property
 2026-02-13 11:04 UTC  (7+ messages)
` [PATCH v4 4/4] drm/rockchip: vop2: Support setting custom background color
  `  "
        ` Re:Re: [PATCH "

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2026-02-13 11:02 UTC  (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core
 2026-02-13 10:58 UTC  (51+ messages)
` [PATCH rdma-next 01/50] RDMA: Move DMA block iterator logic into dedicated files
` [PATCH rdma-next 02/50] RDMA/umem: Allow including ib_umem header from any location
` [PATCH rdma-next 03/50] RDMA/umem: Remove unnecessary includes and defines from ib_umem header
` [PATCH rdma-next 04/50] RDMA/core: Promote UMEM to a core component
` [PATCH rdma-next 05/50] RDMA/core: Manage CQ umem in core code
` [PATCH rdma-next 06/50] RDMA/efa: Rely on CPU address in create‑QP
` [PATCH rdma-next 07/50] RDMA/core: Prepare create CQ path for API unification
` [PATCH rdma-next 08/50] RDMA/core: Reject zero CQE count
` [PATCH rdma-next 09/50] RDMA/efa: Remove check for "
` [PATCH rdma-next 10/50] RDMA/mlx5: Save 4 bytes in CQ structure
` [PATCH rdma-next 11/50] RDMA/mlx5: Provide a modern CQ creation interface
` [PATCH rdma-next 12/50] RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callers
` [PATCH rdma-next 13/50] RDMA/mlx4: Introduce a modern CQ creation interface
` [PATCH rdma-next 14/50] RDMA/mlx4: Remove unused create_flags field from CQ structure
` [PATCH rdma-next 15/50] RDMA/bnxt_re: Convert to modern CQ interface
` [PATCH rdma-next 16/50] RDMA/cxgb4: Separate kernel and user CQ creation paths
` [PATCH rdma-next 17/50] RDMA/mthca: Split user and kernel "
` [PATCH rdma-next 18/50] RDMA/erdma: Separate "
` [PATCH rdma-next 19/50] RDMA/ionic: Split "
` [PATCH rdma-next 20/50] RDMA/qedr: Convert to modern CQ interface
` [PATCH rdma-next 21/50] RDMA/vmw_pvrdma: Provide a modern CQ creation interface
` [PATCH rdma-next 22/50] RDMA/ocrdma: Split user and kernel CQ creation paths
` [PATCH rdma-next 23/50] RDMA/irdma: "
` [PATCH rdma-next 24/50] RDMA/usnic: Provide a modern CQ creation interface
` [PATCH rdma-next 25/50] RDMA/mana: "
` [PATCH rdma-next 26/50] RDMA/erdma: Separate user and kernel CQ creation paths
` [PATCH rdma-next 27/50] RDMA/rdmavt: Split "
` [PATCH rdma-next 28/50] RDMA/siw: "
` [PATCH rdma-next 29/50] RDMA/rxe: "
` [PATCH rdma-next 30/50] RDMA/core: Remove legacy CQ creation fallback path
` [PATCH rdma-next 31/50] RDMA/core: Remove unused ib_resize_cq() implementation
` [PATCH rdma-next 32/50] RDMA: Clarify that CQ resize is a user‑space verb
` [PATCH rdma-next 33/50] RDMA/bnxt_re: Drop support for resizing kernel CQs
` [PATCH rdma-next 34/50] RDMA/irdma: Remove resize support for "
` [PATCH rdma-next 35/50] RDMA/mlx4: Remove support for kernel CQ resize
` [PATCH rdma-next 36/50] RDMA/mlx5: Remove support for resizing kernel CQs
` [PATCH rdma-next 37/50] RDMA/mthca: Remove resize support for "
` [PATCH rdma-next 38/50] RDMA/rdmavt: "
` [PATCH rdma-next 39/50] RDMA/rxe: Remove unused kernel‑side CQ resize support
` [PATCH rdma-next 40/50] RDMA: Properly propagate the number of CQEs as unsigned int
` [PATCH rdma-next 41/50] RDMA/core: Generalize CQ resize locking
` [PATCH rdma-next 42/50] RDMA/bnxt_re: Complete CQ resize in a single step
` [PATCH rdma-next 43/50] RDMA/bnxt_re: Rely on common resize‑CQ locking
` [PATCH rdma-next 44/50] RDMA/bnxt_re: Reduce CQ memory footprint
` [PATCH rdma-next 45/50] RDMA/mlx4: Use generic resize-CQ lock
` [PATCH rdma-next 46/50] RDMA/mlx4: Use on‑stack variables instead of storing them in the CQ object
` [PATCH rdma-next 47/50] RDMA/mlx5: Use generic resize-CQ lock
` [PATCH rdma-next 48/50] RDMA/mlx5: Select resize‑CQ callback based on device capabilities
` [PATCH rdma-next 49/50] RDMA/mlx5: Reduce CQ memory footprint
` [PATCH rdma-next 50/50] RDMA/mthca: Use generic resize-CQ lock

[syzbot] [mptcp?] WARNING in __mptcp_move_skbs_from_subflow (2)
 2026-02-13 11:01 UTC  (2+ messages)

[PATCH v3 0/3] arm64: dts: meson-s4: add support for Khadas VIM1S
 2026-02-13 11:00 UTC  (7+ messages)
` [PATCH v3 3/3] arm64: dts: meson-s4-s905y4-khadas-vim1s: add initial device tree
  ` [DMARC error] "
    ` 回复: "

[PATCH v2 0/1] drm/tyr: make SRAM supply optional like panthor
 2026-02-13 10:57 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/5] I2C Mux per channel bus speed
 2026-02-13 10:59 UTC  (5+ messages)
` [PATCH v4 2/5] i2c: mux: add support for per channel bus frequency

[PATCH v4] arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs
 2026-02-13 10:56 UTC  (4+ messages)

[PATCH 0/4] hwmon: Add Qualcomm PMIC BCL hardware monitor driver
 2026-02-13 10:55 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: hwmon: Add qcom,bcl-hwmon yaml bindings
` [PATCH 2/4] hwmon: Add Qualcomm PMIC BCL hardware monitor driver

[PATCH v1] mm/kfence: disable KFENCE upon KASAN HW tags enablement
 2026-02-13 10:50 UTC  (2+ messages)

[PATCH 0/4] sched: Various reweight_entity() fixes
 2026-02-13 10:50 UTC  (11+ messages)

[PATCH 0/2] riscv: fix minor typos and style issues in XIP code
 2026-02-13 10:47 UTC  (2+ messages)

[PATCH 0/2] Enable tertiary USB controller in OTG mode
 2026-02-13 10:45 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: monaco-evk: Enable the tertiary USB controller

[PATCH v7 0/5] proc: subset=pid: Relax check of mount visibility
 2026-02-13 10:44 UTC  (7+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/5] docs: proc: add documentation about mount restrictions
  ` [PATCH v8 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
  ` [PATCH v8 3/5] proc: Disable cancellation of subset=pid option
  ` [PATCH v8 4/5] proc: Relax check of mount visibility
  ` [PATCH v8 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH] riscv: Remove support for XIP kernel
 2026-02-13 10:43 UTC  (4+ messages)

[syzbot] [fs?] general protection fault in grab_requested_root
 2026-02-13 10:42 UTC  (3+ messages)

[PATCH V3] arm64: dts: qcom: arduino-imola: fix faulty spidev node
 2026-02-13 10:40 UTC  (2+ messages)

[linus:master] [sched/core] 704069649b: kernel-selftests.kvm.hardware_disable_test.fail
 2026-02-13 10:40 UTC  (2+ messages)

[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-13 10:35 UTC  (4+ messages)
` [PATCH v7 1/3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [PATCH v7 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v7 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
 2026-02-13 10:36 UTC  (5+ messages)
` [PATCH bpf-next v1 04/14] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf-next v1 14/14] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()

[PATCH net v5] net: nfc: nci: Fix parameter validation for packet data
 2026-02-13 10:35 UTC  (4+ messages)

[PATCH] statmount: Fix the null-ptr-deref in do_statmount()
 2026-02-13 10:34 UTC  (3+ messages)
  `  "

[PATCH v3] statmount: Fix the null-ptr-deref in do_statmount()
 2026-02-13 10:30 UTC 

[PATCH net v2] iavf: fix deadlock in reset handling
 2026-02-13 10:29 UTC  (3+ messages)
` [PATCH net v3] iavf: fix incorrect reset handling in callbacks

[PATCH] delayacct: fix build regression on accounting tool
 2026-02-13  8:43 UTC  (2+ messages)

[PATCH 1/2] rust: move `static_assert` into `build_assert`
 2026-02-13 10:26 UTC  (5+ messages)
` [PATCH 2/2] rust: add `const_assert!` macro

File name is not persisted if opened with O_SYNC and O_TRUNC flags
 2026-02-13 10:25 UTC  (3+ messages)

[PATCH] memory: tegra: Deduplicate rate request management code
 2026-02-13 10:24 UTC  (2+ messages)

[PATCH 0/6] media: synopsys: Add imx93 support
 2026-02-13 10:22 UTC  (9+ messages)
` [PATCH 1/6] media: synopsys: use devm_reset_control_get_optional_exclusive()
` [PATCH 2/6] media: synopsys: only check errors from devm_clk_bulk_get_all()
` [PATCH 4/6] media: synopsys: use struct dw_mipi_csi2rx_regs to describe register offsets
` [PATCH 6/6] media: synopsys: add i.MX93 support

Support needed to continue Smatch work
 2026-02-13 10:29 UTC  (3+ messages)
` [bug report] bpf: Fix a potential use-after-free of BTF object

[PATCH] staging: fbtft: Optimize partial write()
 2026-02-13 10:18 UTC  (2+ messages)

[syzbot] [gfs2?] general protection fault in gfs2_remove_from_journal (2)
 2026-02-13 10:18 UTC  (3+ messages)

[PATCH] sched/fair: Update overutilized detection
 2026-02-13 10:17 UTC 

[PATCH v2] statmount: Fix the null-ptr-deref in do_statmount()
 2026-02-13 10:14 UTC 

[PATCH v2 0/7] thermal: samsung: Add support for Google GS101 TMU
 2026-02-13 10:14 UTC  (11+ messages)
` [PATCH v2 2/7] firmware: samsung: acpm: Add TMU protocol support
` [PATCH v2 4/7] thermal: samsung: Add support for GS101 TMU
` [PATCH v2 5/7] MAINTAINERS: Add entry for Samsung Exynos ACPM thermal driver
` [PATCH v2 6/7] arm64: dts: exynos: gs101: Add thermal management unit
` [PATCH v2 7/7] arm64: defconfig: enable Exynos ACPM thermal support

[PATCH RFC net-next v2] pppoe: remove kernel-mode relay support
 2026-02-13 10:11 UTC  (2+ messages)

[PATCH v2] ACPI: CPPC: Move reference performance to capabilities
 2026-02-13 10:09 UTC 

[RFC PATCH v2 0/2] usb: offload: Decouple interrupter lifecycle and refactor usage tracking
 2026-02-13 10:07 UTC  (3+ messages)
` [RFC PATCH v2 1/2] usb: offload: move device locking to callers in offload.c
` [RFC PATCH v2 2/2] ALSA: usb: qcom: manage offload device usage

[PATCH v2] cpufreq: cppc: Clamp default minimum limit to lowest_nonlinear_perf
 2026-02-13 10:06 UTC 

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2026-02-13 10:06 UTC 

[PATCH] staging: fbtft: Remove duplications of fbtft_set_addr_win()
 2026-02-13 10:04 UTC  (2+ messages)

[PATCH 1/2] [v2] vduse: avoid adding implicit padding
 2026-02-13 10:04 UTC  (3+ messages)
` [PATCH 2/2] [v2] vduse: fix compat handling for VDUSE_IOTLB_GET_FD/VDUSE_VQ_GET_INFO

[PATCH] memcg: consolidate private id refcount get/put helpers
 2026-02-13 10:03 UTC 

[PATCH v5 0/3] x86: Capability bits fix and required bits sanity check
 2026-02-13 10:02 UTC  (4+ messages)
` [PATCH v5 2/3] x86/cpu: Check if feature string is non-zero

[PATCH] ring-buffer: Fix possible dereference of uninitialized pointer
 2026-02-13 10:01 UTC 

[PATCH v4 0/6] Add support for MT8196 video encoder
 2026-02-13 10:00 UTC  (8+ messages)
` [PATCH v4 5/6] dt-bindings: media: mediatek,vcodec-encoder: Add MT8196 with VCP support

[PATCH v11 0/7] i2c: xiic: use generic device property accessors
 2026-02-13  9:59 UTC  (8+ messages)
` [PATCH v11 3/7] i2c: xiic: switch to "
` [PATCH v11 6/7] i2c: xiic: use numbered adapter registration
` [PATCH v11 7/7] i2c: xiic: skip input clock setup on non-OF systems

[PATCH v1 1/2] Bluetooth: btusb: MT7922: Add VID/PID 0e8d/223c
 2026-02-13  9:58 UTC  (2+ messages)
` [PATCH v1 2/2] Bluetooth: btusb: MT7925: Add VID/PID 0e8d/8c38

[PATCH RFC 0/2] pinctrl: add syscon-backed packed-field pinctrl driver and DT bindings
 2026-02-13  9:57 UTC  (3+ messages)
` [PATCH RFC 1/2] dt-bindings: pinctrl: Add pinctrl-packed

[PATCH v3] arm64: dts: qcom: sm8550: Add UART15
 2026-02-13  9:56 UTC  (2+ messages)

[PATCH v2] rust: page: add byte-wise atomic memory copy methods
 2026-02-13  9:55 UTC  (2+ messages)

Bug#1126499: linux-image-6.17.13+deb14-amd64: ovpn NULL pointer dereference and lockup under heavy load
 2026-02-13  9:54 UTC  (7+ messages)

[PATCH 0/2] add MBR type rate control for encoder
 2026-02-13  9:54 UTC  (3+ messages)
` [PATCH 2/2] media: iris: add new rate control type MBR "

[PATCH 1/2] riscv: xip_fixup.h: fix comment typo and whitespace issue
 2026-02-13  9:52 UTC  (2+ messages)
` [PATCH 2/2] riscv: head.S: fix typo and wrong #endif comment

[PATCH v2 1/3] hwmon: (pmbus/tps25990): Rework TPS25990 non standatd direct conversion
 2026-02-13  9:51 UTC  (3+ messages)

[PATCH] uio: fix uio_unregister_device
 2026-02-13  9:47 UTC 

wifi: mac80211: question about 20/40 coex support
 2026-02-13  9:46 UTC  (3+ messages)

[RFC PATCH] blk-iocost: introduce 'linear-max' cost model for cloud disk
 2026-02-13  9:42 UTC  (2+ messages)

[PATCH v12 0/3] Add driver support for ESWIN eic700 SoC clock controller
 2026-02-13  9:42 UTC  (4+ messages)
` [PATCH v12 1/3] dt-bindings: clock: eswin: Documentation for eic7700 SoC
` [PATCH v12 2/3] clock: eswin: Add eic7700 clock driver
` [PATCH v12 3/3] MAINTAINERS: Add entry for ESWIN EIC7700 "

[PATCH] media: iris: Fix dma_free_attrs() size in iris_hfi_queues_init()
 2026-02-13  9:40 UTC  (2+ messages)

[syzbot] [gfs2?] general protection fault in gfs2_remove_from_journal (2)
 2026-02-13  9:38 UTC  (3+ messages)

[PATCH v3 00/14] greybus: introduce CPC as transport layer
 2026-02-13  9:35 UTC  (3+ messages)
` [PATCH v3 14/14] greybus: cpc: add CPC SDIO host driver

[linux-next:master] [mount] 4f5ba37ddc: ltp.fsmount02.fail
 2026-02-13  9:35 UTC  (2+ messages)
` [LTP] "

[PATCH] PCI: endpoint: pci-epf-test: select configfs
 2026-02-13  9:35 UTC  (5+ messages)

[PATCH] libperf cpumap: Fix argument x range [] exceeds maximum object size
 2026-02-13  9:34 UTC  (3+ messages)

[PATCH 0/4] Fix AM62A/J722S C7XV DSP reset variation
 2026-02-13  9:34 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: k3-dsp: Add C7xv dsp variant for J722S

[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-13  9:29 UTC  (12+ messages)
` [PATCH v3 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v3 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v3 03/11] gpio: sysfs: "
` [PATCH v3 04/11] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v3 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v3 06/11] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH v3 07/11] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v3 08/11] gpio: cdev: Leverage revocable for accessing "
` [PATCH v3 09/11] gpio: Remove gpio_chip_guard by using revocable
` [PATCH v3 10/11] gpio: Leverage revocable for accessing struct gpio_chip
` [PATCH v3 11/11] gpio: Remove unused `chip` and `srcu` in struct gpio_device

[REGRESSION] mt8183-kukui: dts: changes in dts caused display to no longer initialize - Was: Re: mt8183-kukui: drm/mediatek: dts: Invalid display hw pipeline when probing mediatek-drm
 2026-02-13  9:27 UTC  (6+ messages)

[PATCH v2] bcm5974: recover from failed mode switch
 2026-02-13  9:25 UTC 

[PATCH] arm64: dts: ti: k3-am62d2-evm: Set wakeup-source system-states
 2026-02-13  9:25 UTC  (2+ messages)

[PATCH v8 0/3] drivers/base: Introduce revocable
 2026-02-13  9:23 UTC  (4+ messages)
` [PATCH v8 1/3] revocable: Revocable resource management
` [PATCH v8 2/3] revocable: Add KUnit test cases
` [PATCH v8 3/3] selftests: revocable: Add kselftest cases

[GIT PULL] MM updates for 7.0-rc1
 2026-02-13  9:23 UTC  (3+ messages)

[PATCH] iio: adc: ad7768-1: Fix ERR_PTR dereference in ad7768_fill_scale_tbl
 2026-02-13  9:22 UTC  (2+ messages)

[PATCH v1] mm/damon: remove unused code
 2026-02-13  9:22 UTC  (2+ messages)

[PATCH 0/2] platform/x86: meraki-mx100: create and use real software node links
 2026-02-13  9:19 UTC  (4+ messages)
` [PATCH 1/2] mfd: lpc_ich: expose the GPIO controller cell's software node

[PATCH v2] idpf: nullify pointers after they are freed
 2026-02-13  9:15 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH RFC v4 0/4] Add Amlogic stateless H.264 video decoder for S4
 2026-02-13  9:14 UTC  (7+ messages)
` [PATCH RFC v4 1/4] media: dt-bindings: Add Amlogic V4L2 video decoder

ld.lld: error: undefined symbol: xe_configfs_get_ctx_restore_mid_bb
 2026-02-13  9:10 UTC 

[RFC PATCH] mm: only set fault addrsss' access bit in do_anonymous_page
 2026-02-13  9:07 UTC  (8+ messages)


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