public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-03 13:59:38 to 2025-03-03 15:24:34 UTC [more...]

[PATCH v4 0/2] Allow non-coherent video capture buffers on Rockchip ISP V1
 2025-03-03 15:24 UTC  (3+ messages)
` [PATCH v4 1/2] media: videobuf2: Fix dmabuf cache sync/flush in dma-contig

[PATCH] media: gspca: Add error logging for sq905c_command() to prevent silent failure
 2025-03-03 15:23 UTC 

[PATCH bpf-next v3 00/25] Resilient Queued Spin Lock
 2025-03-03 15:23 UTC  (26+ messages)
` [PATCH bpf-next v3 01/25] locking: Move MCS struct definition to public header
` [PATCH bpf-next v3 02/25] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v3 03/25] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v3 04/25] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v3 05/25] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v3 06/25] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v3 07/25] rqspinlock: Add support for timeouts
` [PATCH bpf-next v3 08/25] rqspinlock: Hardcode cond_acquire loops for arm64
` [PATCH bpf-next v3 09/25] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v3 10/25] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v3 11/25] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v3 12/25] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v3 13/25] rqspinlock: Add a test-and-set fallback
` [PATCH bpf-next v3 14/25] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v3 15/25] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v3 16/25] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v3 17/25] rqspinlock: Add locktorture support
` [PATCH bpf-next v3 18/25] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v3 19/25] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v3 20/25] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v3 21/25] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v3 22/25] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v3 23/25] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v3 24/25] bpf: Maintain FIFO property for rqspinlock unlock
` [PATCH bpf-next v3 25/25] selftests/bpf: Add tests for rqspinlock

[PATCH v1] PCI: starfive: Fix kmemleak in StarFive PCIe driver's IRQ handling
 2025-03-03 15:23 UTC  (11+ messages)

[PATCH 0/2] net: dsa: qca8k: support internal-PHY-to-PHY CPU link
 2025-03-03 15:22 UTC 

[PATCH] drm/panthor: Update CS_STATUS_ defines to correct values
 2025-03-03 15:22 UTC  (2+ messages)

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-03 15:21 UTC  (7+ messages)
` [PATCH v12 2/3] "

[PATCH v2 0/2] media: m2m-deinterlace: add device-tree support
 2025-03-03 15:21 UTC  (6+ messages)
` [PATCH v2 1/2] media: dt-bindings: Add dt bindings for m2m-deinterlace device

[PATCH v8 0/7] mseal system mappings
 2025-03-03 15:05 UTC  (14+ messages)
` [PATCH v8 1/7] mseal sysmap: kernel config and header change
` [PATCH v8 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v8 3/7] mseal sysmap: enable x86-64
` [PATCH v8 4/7] mseal sysmap: enable arm64
` [PATCH v8 5/7] mseal sysmap: uprobe mapping
` [PATCH v8 6/7] mseal sysmap: update mseal.rst

[PATCH] media: uvcvideo: Fix deferred probing error
 2025-03-03 15:18 UTC  (4+ messages)

[PATCH v5] media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryctrl errors
 2025-03-03 15:16 UTC  (2+ messages)

[PATCH v8 00/15] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-03-03 15:14 UTC  (16+ messages)
` [PATCH v8 01/15] drm/msm/dpu: check every pipe per capability
` [PATCH v8 02/15] drm/msm/dpu: Do not fix number of DSC
` [PATCH v8 03/15] drm/msm/dpu: configure DSC per number in use
` [PATCH v8 04/15] drm/msm/dpu: polish log for resource allocation
` [PATCH v8 05/15] drm/msm/dpu: decide right side per last bit
` [PATCH v8 06/15] drm/msm/dpu: fix mixer number counter on allocation
` [PATCH v8 07/15] drm/msm/dpu: switch RM to use crtc_id rather than enc_id for allocation
` [PATCH v8 08/15] drm/msm/dpu: bind correct pingpong for quad pipe
` [PATCH v8 09/15] drm/msm/dpu: Add pipe as trace argument
` [PATCH v8 10/15] drm/msm/dpu: handle pipes as array
` [PATCH v8 11/15] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v8 12/15] drm/msm/dpu: blend pipes per mixer pairs config
` [PATCH v8 13/15] drm/msm/dpu: support SSPP assignment for quad-pipe case
` [PATCH v8 14/15] drm/msm/dpu: support plane splitting in "
` [PATCH v8 15/15] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case

[PATCH v4] media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryctrl errors
 2025-03-03 15:16 UTC  (4+ messages)

[PATCH 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC
 2025-03-03 15:15 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: net: Document GBETH bindings "

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-03 15:15 UTC  (7+ messages)
` [PATCH v2 01/18] lib/parity: Add __builtin_parity() fallback implementations

[PATCH 0/2] net: phy: tja11xx: add support for TJA1102S
 2025-03-03 15:14 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net: phy: tja11xx: enable PHY in sleep mode "

[PATCH] media: uvcvideo: Enable full UVC metadata for all devices
 2025-03-03 15:13 UTC  (3+ messages)

[PATCH v2 00/20] Get mt6359-accdet ready for usage in Devicetree
 2025-03-03 15:13 UTC  (7+ messages)
` [PATCH v2 01/20] ASoC: dt-bindings: Add document for mt6359-accdet
` [PATCH v2 02/20] dt-bindings: mfd: mediatek: mt6397: Add accdet subnode

[PATCH final?] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-03-03 15:05 UTC 

[PATCH v3 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-03-03 15:10 UTC  (3+ messages)

Is commit 4d94f0555827 safe?
 2025-03-03 15:10 UTC  (3+ messages)

[PATCH net-next v1 0/2] ieee802154: ca8210: Sparse fix and GPIOd conversion
 2025-03-03 15:07 UTC  (3+ messages)
` [PATCH net-next v1 1/2] ieee802154: ca8210: Use proper setter and getters for bitwise types
` [PATCH net-next v1 2/2] ieee802154: ca8210: Switch to using gpiod API

[PATCH 0/5] qrb2210-rb1: HDMI/I2S audio playback support
 2025-03-03 15:09 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: qcom,sm6115-lpass-lpi: add QCM2290 compatible

[PATCH 0/8] Support SD/SDIO controllers on RK3528
 2025-03-03 15:08 UTC  (7+ messages)
` [PATCH 1/8] dt-bindings: soc: rockchip: Add RK3528 VO GRF syscon
` [PATCH 2/8] dt-bindings: soc: rockchip: Add RK3528 VPU "
` [PATCH 3/8] dt-bindings: mmc: rockchip-dw-mshc: Add compatible string for RK3528

[PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload
 2025-03-03 15:08 UTC  (9+ messages)
` [PATCH net-next v20 09/25] ovpn: implement basic RX path (UDP)
` [PATCH net-next v20 12/25] ovpn: implement TCP transport
` [PATCH net-next v20 15/25] ovpn: implement multi-peer support

[RFC PATCH] drm/sched: Fix preprocessor guard
 2025-03-03 15:07 UTC  (2+ messages)

[PATCH] usb: xhci: Handle quirky SuperSpeed isoc error reporting by Etron HCs
 2025-03-03 15:08 UTC  (4+ messages)
` [RFT PATCH] xhci: Handle spurious events on Etron host isoc enpoints

[PATCH v2 2/5] wifi: wfx: declare support for WoWLAN
 2025-03-03 15:05 UTC  (2+ messages)

[PATCH 00/14] mailbox: pcc: Fixes and cleanup/refactoring
 2025-03-03 15:05 UTC  (4+ messages)
` [PATCH 12/14] hwmon: (xgene-hwmon) Simplify PCC shared memory region handling

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-03 15:05 UTC  (7+ messages)
` [PATCH v7 01/45] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v7 05/45] arm64: RME: Add wrappers for RMI calls

[PATCH v2] rust: add bindings and API for bitmap.h and bitops.h
 2025-03-03 15:03 UTC  (4+ messages)

[RFC PATCH 0/2] SKSM: Synchronous Kernel Samepage Merging
 2025-03-03 15:01 UTC  (10+ messages)

[PATCH v2 0/2] venus driver fixes to avoid possible OOB read access
 2025-03-03 15:01 UTC  (7+ messages)

[PATCH v4 00/15] drm/bridge: Various quality of life improvements
 2025-03-03 15:00 UTC  (5+ messages)

[PATCH net] wifi: ath12k: properly set single_chip_mlo_supp to true in ath12k_core_alloc()
 2025-03-03 15:00 UTC 

[PATCH v1 0/5] TH1520 SoC: Add AON firmware & power-domain support
 2025-03-03 14:59 UTC  (6+ messages)
  ` [PATCH v1 1/5] dt-bindings: firmware: thead,th1520: Add support for firmware node
  ` [PATCH v1 2/5] firmware: thead: Add AON firmware protocol driver
  ` [PATCH v1 3/5] dt-bindings: power: Add TH1520 SoC power domains
  ` [PATCH v1 4/5] pmdomain: thead: Add power-domain driver for TH1520
  ` [PATCH v1 5/5] riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCs

[PATCH v17 00/17] media: uvcvideo: Implement UVC v1.5 ROI
 2025-03-03 14:58 UTC  (5+ messages)
` [PATCH v17 16/17] media: uvcvideo: implement "

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-03-03 14:56 UTC  (7+ messages)
` [PATCH v5 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v5 2/7] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v5 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled

KASAN: slab-out-of-bounds Write in gfs2_pin
 2025-03-03 14:54 UTC 

[PATCH] mtd: Fix error handling in mtd_device_parse_register() error path
 2025-03-03 14:52 UTC 

[bug report] EDAC, mellanox: Add ECC support for BlueField DDR4
 2025-03-03 14:52 UTC 

[PATCH v2 0/3] media: uvcvideo: Make sure the ctrl cache is in sync with the device
 2025-03-03 14:51 UTC  (3+ messages)
` [PATCH v2 1/3] media: uvcvideo: Return the number of processed controls

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in validate_bset_keys
 2025-03-03 14:51 UTC 

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-03 14:51 UTC  (12+ messages)

[PATCH v4 1/2] iio: filter: admv8818: fix range calculation
 2025-03-03 14:48 UTC  (10+ messages)
` [PATCH v4 2/2] dt-bindings: iio: filter: Add lpf/hpf freq margins

[PATCH] iio: Mark iio_dev as const in getter methods
 2025-03-03 14:46 UTC 

[PATCH v2 0/3] Add Variscite i.MX6UL SoM and Concerto board support
 2025-03-03 14:46 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: dts: imx6ul: Add Variscite VAR-SOM-MX6UL SoM support

[PATCH 0/6 v2] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-03-03 14:46 UTC  (3+ messages)
` [PATCH 4/6] fuse: return correct dentry for ->mkdir

[PATCH] firmware: smccc: Support optional Arm SMC SOC_ID name
 2025-03-03 14:45 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 0/9] General updates and two new drivers for HiSilicon Uncore PMU
 2025-03-03 14:43 UTC  (4+ messages)
` [PATCH 1/9] drivers/perf: hisi: Extend struct hisi_pmu_dev_info

[PATCH v11 0/4] Support SMT control on arm64
 2025-03-03 14:42 UTC  (17+ messages)
` [PATCH v11 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v11 3/4] arm64: topology: Support SMT control on ACPI "

[PATCH v4 0/5] media: uvcvideo: Implement Granular Power Saving
 2025-03-03 14:42 UTC  (11+ messages)
` [PATCH v4 1/5] media: uvcvideo: Keep streaming state in the file handle
` [PATCH v4 2/5] media: uvcvideo: Create uvc_pm_(get|put) functions
` [PATCH v4 3/5] media: uvcvideo: Increase/decrease the PM counter per IOCTL
` [PATCH v4 4/5] media: uvcvideo: Make power management granular
` [PATCH v4 5/5] media: uvcvideo: Do not turn on the camera for some ioctls

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-03-03 14:41 UTC  (10+ messages)
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release

[PATCH v2 0/3] x86/cpu: Add facility to force-enable CPU caps and bugs
 2025-03-03 14:41 UTC  (5+ messages)

[PATCH] MAINTAINERS: remove adi,ad7606.yaml from SEPS525
 2025-03-03 14:39 UTC 

[PATCH 0/6] drm/amdgpu: Deadcode - the P's
 2025-03-03 14:39 UTC  (7+ messages)
` [PATCH 1/6] drm/amdgpu: Remove ppatomfwctrl deadcode
` [PATCH 2/6] drm/amdgpu: Remove phm_powerdown_uvd
` [PATCH 3/6] drm/amdgpu: Remove powerdown_uvd member
` [PATCH 4/6] drm/amdgpu: Remove unused pre_surface_trace
` [PATCH 5/6] drm/amdgpu: Remove unused print__rq_dlg_params_st
` [PATCH 6/6] drm/amdgpu: Remove unused pqm_get_kernel_queue

[PATCH v2 0/6] Fixes multiple sysctl bound checks
 2025-03-03 14:39 UTC  (11+ messages)
` [PATCH v2 2/6] sysctl: Fixes nsm_local_state bounds
` [PATCH v2 3/6] sysctl/coda: Fixes timeout bounds
` [PATCH v2 4/6] sysctl: Fixes scsi_logging_level bounds

BUG: unable to handle kernel NULL pointer dereference in __put_partials in v6.14-rc4 kernel
 2025-03-03 14:36 UTC  (4+ messages)

[PATCH v2 0/5] Fix lazy mmu mode
 2025-03-03 14:36 UTC  (7+ messages)
` [PATCH v2 1/5] mm: Fix lazy mmu docs and usage
` [PATCH v2 2/5] fs/proc/task_mmu: Reduce scope of lazy mmu region
` [PATCH v2 3/5] sparc/mm: Disable preemption in lazy mmu mode
` [PATCH v2 4/5] sparc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
` [PATCH v2 5/5] Revert "x86/xen: allow nesting of same lazy mode"

[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-03-03 14:36 UTC  (5+ messages)
  ` [PATCH v1 1/4] dt-bindings: clock: thead: Add TH1520 VO clock controller
  ` [PATCH v1 2/4] clk: thead: Add clock support for VO subsystem in T-Head TH1520 SoC
  ` [PATCH v1 3/4] clk: thead: Add support for custom ops in CCU_GATE_CLK_OPS macro
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH 0/2] Loongarch irq-redirect supprot
 2025-03-03 14:34 UTC  (3+ messages)
` [PATCH 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

[PATCH] drm/sched: drm_sched_job_cleanup(): correct false doc
 2025-03-03 14:32 UTC 

[PATCH v11] platform/x86:lenovo-wmi-hotkey-utilities.c: Support for mic and audio mute LEDs
 2025-03-03 14:32 UTC  (2+ messages)

[PATCH] platform/x86: hp-bioscfg: Replace deprecated strncpy() with strscpy()
 2025-03-03 14:32 UTC  (2+ messages)

[RFC PATCH v2 0/6] Enlightened vTPM support for SVSM on SEV-SNP
 2025-03-03 14:28 UTC  (5+ messages)
` [RFC PATCH v2 3/6] tpm: add send_recv() ops in tpm_class_ops
` [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

[PATCH v3 0/6] RK3576 thermal sensor support, including OTP trim adjustments
 2025-03-03 14:26 UTC  (3+ messages)
` [PATCH v3 4/6] dt-bindings: thermal: rockchip: document otp thermal trim

[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-03-03 14:24 UTC  (9+ messages)

[PATCH v9 7/9] rust: sync: Introduce lock::Backend::Context
 2025-03-03 14:23 UTC  (4+ messages)
` [PATCH v9 8/9] rust: sync: lock: Add `Backend::BackendInContext`

[PATCH] rust: adding UniqueRefCounted and UniqueRef types
 2025-03-03 14:22 UTC  (6+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v3 0/2] Add support for PCIe RP PERST#
 2025-03-03 14:22 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: xilinx-cpm: Add reset-gpios "

[PATCH v1] pinctrl: intel: drop repeated config dependency
 2025-03-03 14:21 UTC  (4+ messages)

[PATCH v2] sched/isolation: Make use of more than one housekeeping cpu
 2025-03-03 14:21 UTC  (2+ messages)

[PATCH v2 0/5] Introduce Intel Elkhart Lake PSE TIO
 2025-03-03 14:20 UTC  (11+ messages)
` [PATCH v2 2/5] gpio: elkhartlake: depend on MFD_INTEL_EHL_PSE_GPIO

[RFC PATCH 0/7] Add Linux Motion Control subsystem
 2025-03-03 14:18 UTC  (9+ messages)
` [RFC PATCH 7/7] dt-bindings: motion: Add motion-simple-pwm bindings

[PATCH v2 0/5] kdump: crashkernel reservation from CMA
 2025-03-03 14:17 UTC  (3+ messages)

[PATCH v9 00/11] futex: Add support task local hash maps
 2025-03-03 14:17 UTC  (3+ messages)

[PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
 2025-03-03 14:17 UTC  (12+ messages)

[PATCH] i2c: cadence: fix call balance of id->clk handling routines
 2025-03-03 14:08 UTC 

[PATCH] nfs: Fix incorrect read-only status reporting in mountstats
 2025-03-03 14:33 UTC 

[PATCH v3 0/3] xen: Fix usage of devices behind a VMD bridge
 2025-03-03 14:16 UTC  (3+ messages)
` [PATCH v3 2/3] PCI: vmd: Disable MSI remapping bypass under Xen

[PATCH v3 0/3] arm64: realm: Fix DMA address for devices
 2025-03-03 14:16 UTC  (3+ messages)
` [PATCH v3 3/3] arm64: realm: Use aliased addresses for device DMA to shared buffers

[PATCH final?] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-03-03 14:10 UTC  (4+ messages)

[PATCH v4 0/4] Add clock controller support for SpacemiT K1
 2025-03-03 14:10 UTC  (5+ messages)
` [PATCH v4 3/4] clk: spacemit: Add clock support for Spacemit K1 SoC

[PATCH] xfs: don't allow log recover IO to be throttled
 2025-03-03 14:08 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
 2025-03-03 14:08 UTC  (7+ messages)
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add "
    ` [EXTERNAL] "

[PATCH RESEND v2] drivers: core: fix device leak in __fw_devlink_relax_cycles()
 2025-03-03 14:07 UTC  (2+ messages)

[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-03-03 14:07 UTC  (7+ messages)
  ` [PATCH v5 09/21] dt-bindings: clock: thead: Add GPU clkgen reset property

[PATCH v2] mm/page_alloc: Add lockdep assertion for pageblock type change
 2025-03-03 14:06 UTC  (4+ messages)

[PATCH] LoongArch: KVM: Reload guest CSR registers after S4
 2025-03-03 14:06 UTC  (2+ messages)

[PATCH v2] hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()
 2025-03-03 14:04 UTC  (2+ messages)

[PATCH 00/18] a few rtc driver cleanups
 2025-03-03 14:04 UTC  (3+ messages)
` [PATCH 13/18] rtc: sd2405al: drop needless struct sd2405al::rtc member

[PATCH] NFS: handle wait_on_bit_action() errors in nfs_vm_page_mkwrite()
 2025-03-03 14:03 UTC 

[PATCH] rtc: at91sam9: fix call balance of rtc->sclk handling routines
 2025-03-03 14:02 UTC 

[PATCH v3 0/3] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-03-03 14:00 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: nand: Add fsl,elbc-fcm-nand


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