All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-20 11:28:44 to 2025-10-20 11:59:02 UTC [more...]

[PATCH 00/65] media: Rationalise usage of v4l2_fh
 2025-08-05  1:43 UTC  (67+ messages)
` [PATCH 01/65] media: pci: saa7164: Store v4l2_fh pointer in file->private_data
` [PATCH 02/65] media: imagination: "
` [PATCH 03/65] media: ti: vpe: "
` [PATCH 04/65] media: usb: hdpvr: "
` [PATCH 05/65] media: usb: pvrusb2: "
` [PATCH 06/65] media: usb: uvcvideo: "
` [PATCH 07/65] media: staging: most: "
` [PATCH 08/65] media: Wrap file->private_data access with a helper function
` [PATCH 09/65] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH 10/65] media: nvidia: tegra-vde: Replace file->private_data access
` [PATCH 11/65] media: Replace file->private_data access with custom functions
` [PATCH 12/65] media: pci: ivtv: Don't create fake v4l2_fh
` [PATCH 13/65] media: amphion: Make some vpu_v4l2 functions static
` [PATCH 14/65] media: amphion: Delete v4l2_fh synchronously in .release()
  ` [EXT] "
` [PATCH 15/65] media: visl: Drop visl_v4l2fh_to_ctx() function
` [PATCH 16/65] media: v4l2-fh: Move piece of documentation to correct function
` [PATCH 17/65] media: rcar-vin: Do not set file->private_data
` [PATCH 18/65] media: rzg2l-cru: "
` [PATCH 19/65] media: camss: Replace .open() file operation with v4l2_fh_open()
` [PATCH 20/65] media: camss: Remove custom .release fop()
` [PATCH 21/65] media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()
` [PATCH 22/65] media: qcom: iris: Pass file pointer to iris_v4l2_fh_(de)init()
` [PATCH 23/65] media: qcom: iris: Set file->private_data in iris_v4l2_fh_(de)init()
` [PATCH 24/65] media: qcom: iris: Drop unused argument to iris_get_inst()
` [PATCH 25/65] media: qcom: venus: Pass file pointer to venus_close_common()
` [PATCH 26/65] media: Set file->private_data in v4l2_fh_add()
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH 28/65] media: v4l2-ioctl: Access v4l2_fh from private_data
` [PATCH 29/65] media: allegro: Access v4l2_fh from file
` [PATCH 30/65] media: meson-ge2d: "
` [PATCH 31/65] media: coda: "
` [PATCH 32/65] media: wave5: "
` [PATCH 33/65] media: m2m-deinterlace: "
` [PATCH 34/65] media: mtk: jpeg: Access v4l2_fh from file->private_data
` [PATCH 35/65] media: mtk_mdp_m2m: Access v4l2_fh from file
` [PATCH 36/65] media: mtk: mdp3: "
` [PATCH 37/65] media: mtk: vcodec: "
` [PATCH 38/65] media: tegra-vde: "
` [PATCH 39/65] media: imx-jpeg: "
` [PATCH 40/65] media: imx-isi: "
` [PATCH 41/65] media: nxp: mx2: "
` [PATCH 42/65] media: renesas: "
` [PATCH 43/65] media: rockhip: rga: "
` [PATCH 44/65] media: rockchip: rkvdec: "
` [PATCH 45/65] media: exynos-gsc: "
` [PATCH 46/65] media: exynos4-is: "
` [PATCH 47/65] media: s3c-camif: Set queue owner using file
` [PATCH 48/65] media: s5p-g2d: Access v4l2_fh from file
` [PATCH 49/65] media: s5p-jpeg: "
` [PATCH 50/65] media: s5p-mfc: "
` [PATCH 51/65] media: bdisp: "
` [PATCH 52/65] media: st: delta: "
` [PATCH 53/65] media: stm32: dma2d: "
` [PATCH 54/65] media: hantro: Access v4l2_fh from file->private_data
` [PATCH 55/65] media: omap3isp: Access v4l2_fh from file
` [PATCH 56/65] media: cx18: "
` [PATCH 57/65] media: ivtv: "
` [PATCH 58/65] media: zoran: Remove access to __fh
` [PATCH 59/65] media: usb: hdpvr: Access v4l2_fh from file
` [PATCH 60/65] media: usb: uvc: "
` [PATCH 61/65] media: staging: imx: "
` [PATCH 62/65] media: v4l2-ctrls: Move v4l2_fh retrieval after V4L2_FL_USES_V4L2_FH check
` [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH 64/65] media: staging: ipu7: "
` [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers

[PATCH net-next 00/15] net: macb: various cleanups
 2025-10-20 11:58 UTC  (8+ messages)
` [PATCH net-next 07/15] net: macb: simplify macb_adj_dma_desc_idx()
` [PATCH net-next 11/15] net: macb: replace min() with umin() calls

[PATCHSET v9 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-10-20 11:58 UTC  (3+ messages)
` [PATCH 06/14] sched_ext: Add a DL "

[PATCH v2] arm64: dts: qcom: sdm845-shift-axolotl: Drop address and size cells from panel
 2025-10-20 11:58 UTC 

[PATCH v2] dt-bindings: soc: imx-iomuxc-gpr: Document the CSI mux
 2025-10-20 11:58 UTC  (2+ messages)

[PATCH] firewire: core: use cleanup function to release cached configuration ROM
 2025-10-20 11:58 UTC 

[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
 2025-01-06  8:55 UTC  (8+ messages)
` [PATCH v2 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH v2 5/5] drm/connector: make mode_valid take a "

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-20 11:57 UTC  (9+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[PATCH v6 00/24] Convert to use devm_request*_irq_probe()
 2025-06-25  2:54 UTC  (5+ messages)
` [PATCH v6 01/24] genirq/devres: Add devm_request_threaded_irq_probe() and devm_request_irq_probe()
    ` 回复: "

[PATCH] Remove error prints for devm_add_action_or_reset()
 2025-07-02  9:58 UTC  (5+ messages)

[PATCH 00/38] rockchip: Add rk3562 support
 2024-12-20 10:37 UTC 

[PATCH 0/5] drm/connector: make mode_valid() callback accept const mode pointer
 2024-11-18 11:47 UTC  (19+ messages)
` [PATCH 1/5] drm/encoder_slave: make mode_valid accept const struct drm_display_mode
` [PATCH 2/5] drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid()
` [PATCH 3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx()
` [PATCH 4/5] drm/connector: make mode_valid_ctx accept const struct drm_display_mode
` [PATCH 5/5] drm/connector: make mode_valid "

[PATCH v4 4/6] media: rockchip: Introduce the rkvdec2 driver
 2025-06-19  9:19 UTC 

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-10  8:08 UTC  (4+ messages)

[PATCH v2 0/4] arm64: dts: rockchip: Add Hardkernel ODROID-M1S
 2024-08-29 12:52 UTC 

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-03-25  2:13 UTC  (3+ messages)

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-06  5:20 UTC  (2+ messages)

[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-08-19  9:49 UTC  (13+ messages)
` [PATCH 016/114] clk: gemini: convert from "
` [PATCH 092/114] clk: renesas: rzg2l-cpg: "
` [PATCH 105/114] clk: ux500: prcmu: "
` [PATCH 108/114] clk: versatile: icst: "
` [PATCH 109/114] clk: versatile: vexpress-osc: "
` [PATCH 110/114] clk: visconti: pll: "

[PATCH 00/23] Fix media uAPI cross references
 2025-10-20 11:56 UTC  (4+ messages)
` [PATCH 02/23] tools: docs: parse_data_structs.py: output a line number

[RFC PATCH 0/2] gpio: regmap: Ensure writes for aliased data values
 2025-10-20 11:56 UTC  (3+ messages)
` [RFC PATCH 1/2] gpio: regmap: Force writes for aliased data regs
` [RFC PATCH 2/2] gpio: regmap: Bypass cache for aliased outputs

[PATCH] cifs: Call the calc_signature functions directly
 2025-10-20 11:56 UTC 

[PULL 00/11] maintainer updates (gitlab, check-tcg, virtio-gpu, plugins, docs)
 2025-10-20 11:55 UTC  (3+ messages)
` [PULL 04/11] Support per-head resolutions with virtio-gpu

[Patch v2 0/2] mm/huge_memory: cleanup __split_unmapped_folio()
 2025-10-20 11:55 UTC  (8+ messages)
` [Patch v2 2/2] mm/huge_memory: Optimize and simplify __split_unmapped_folio() logic

[cocci] [PATCH] coccinelle: of_table: Update Keywords for SPI device ID tables
 2025-10-20 11:55 UTC  (2+ messages)

[PATCH 00/24] arm64: dts: qcom: Introduce Glymur SoC dtsi and Glymur CRD dts
 2025-10-20 11:54 UTC  (21+ messages)
` [PATCH 04/24] arm64: dts: qcom: glymur: Add QUPv3 configuration for serial engines
` [PATCH 06/24] arm64: dts: qcom: glymur: Enable pdp0 mailbox
` [PATCH 09/24] arm64: dts: qcom: glymur-crd: Add RPMH regulator rails
` [PATCH 17/24] arm64: dts: qcom: glymur-crd: Avoid RTC probe failure

[PATCH mm-new 1/1] mm/khugepaged: Factor out common logic in [scan,alloc]_sleep_millisecs_store()
 2025-10-20 11:53 UTC 

[PATCH v5 0/6] Improving the worst case TTM large allocation latency
 2025-10-20 11:54 UTC  (7+ messages)
` [PATCH v5 1/6] drm/ttm: Add getter for some pool properties
` [PATCH v5 2/6] drm/ttm: Replace multiple booleans with flags in pool init
` [PATCH v5 3/6] drm/ttm: Replace multiple booleans with flags in device init
` [PATCH v5 4/6] drm/ttm: Allow drivers to specify maximum beneficial TTM pool size
` [PATCH v5 5/6] drm/amdgpu: Configure max beneficial TTM pool allocation order
` [PATCH v5 6/6] drm/ttm: Add an allocation flag to propagate -ENOSPC on OOM

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-10-20 11:53 UTC  (7+ messages)
` [PATCH 1/4] PCI: Support "

FAILED: patch "[PATCH] Revert "io_uring/rw: drop -EOPNOTSUPP check in" failed to apply to 6.12-stable tree
 2025-10-20 11:52 UTC  (3+ messages)

[PATCH v8 0/5] MT8196 GPU Frequency/Power Control Support
 2025-10-20 11:50 UTC  (4+ messages)
` [PATCH v8 4/5] drm/panthor: Use existing OPP table if present

Metadata integrity, single segment and peer-to-peer
 2025-10-20 11:50 UTC 

[PATCH v2] Documentation: sysrq: Rewrite /proc/sysrq-trigger usage
 2025-10-20 11:50 UTC  (3+ messages)

[yocto-autobuilder-helper] [PATCH 1/2] config.json/scripts: Switch to use bitbake-setup
 2025-10-20 11:50 UTC  (2+ messages)
` [yocto-patches] "

fix for selecting a zone with active GC I/O for GC
 2025-10-20 11:49 UTC  (4+ messages)
  ` [PATCH 1/2] xfs: prevent gc from picking the same zone twice

[PATCH] ram-block-attributes: Avoid the overkill of shared memory with hugetlbfs backend
 2025-10-20 11:48 UTC  (6+ messages)

[PATCH v5 0/2] Introduce GT runtime suspend/resume
 2025-10-20 11:48 UTC  (6+ messages)
` [PATCH v5 2/2] drm/xe/gt: Introduce "

[PATCH v2 0/6] crypto: misc fixes and improvements to cert handling
 2025-10-20 11:47 UTC  (4+ messages)
` [PATCH v2 6/6] crypto: fix error reporting in cert chain checks

[PATCH i-g-t 0/6] Add MediaTek devices support
 2025-10-20 11:48 UTC  (3+ messages)
` [PATCH i-g-t 2/6] tests/kms_plane: Add support for planar-settings on non-Intel devices

[PATCH 0/2] vhost-user-blk: support inflight migration
 2025-10-20 11:47 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH v13 00/12] AuxCCS handling and render compression modifiers
 2025-10-20 11:47 UTC  (5+ messages)
` [PATCH v13 08/12] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` ✗ CI.checkpatch: warning for AuxCCS handling and render compression modifiers
` ✓ CI.KUnit: success "

[PATCH v3 0/4] Add support for PowerPC e500 little-endian pages
 2025-10-20 11:46 UTC  (5+ messages)
` [PATCH v3 1/4] accel/tcg: Unify big- and little- endian atomic ops
` [PATCH v3 2/4] target/ppc: refactor MMU helpers

[PATCH v2] arm64: dts: qcom: lemans-pmics: enable rtc
 2025-10-20 11:46 UTC  (2+ messages)

[PATCH v2 1/4] scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC
 2025-10-20 11:46 UTC  (12+ messages)
` [PATCH v2 3/4] dt-bindings: ufs: mediatek,ufs: add MT8195 compatible and update clock nodes

[PATCH v6 00/10] Prepare TPM driver for Trenchboot
 2025-10-20 11:45 UTC  (3+ messages)
` [PATCH v6 01/10] tpm: Cap the number of PCR banks

[PATCH] btrfs: never trust the bio from direct IO
 2025-10-20 11:45 UTC  (6+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "

[PATCH] perf/arm-ni: Add NoC S3 support
 2025-10-20 11:44 UTC 

pull request: iwlwifi firmware updates 2025-10-20
 2025-10-20 11:44 UTC 

[PATCH v2 0/5] rust: pci: add config space read/write support, take 1
 2025-10-20 11:44 UTC  (3+ messages)
` [PATCH v2 1/5] rust/io: factor common I/O helpers into Io trait and specialize Mmio<SIZE>

[PATCH net-next] devlink: region: correct port region lookup to use port_ops
 2025-10-20 11:43 UTC  (2+ messages)

[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
 2025-10-20 11:43 UTC  (2+ messages)

[PATCH v2 0/4] Re-establish ability for exclusive TPM access to userspace
 2025-10-20 11:31 UTC  (6+ messages)
` [PATCH v3 0/4] pm: Ensure exclusive userspace access when using /dev/tpm<n>
  ` [PATCH v3 1/4] tpm: Remove tpm_find_get_ops
  ` [PATCH v3 2/4] tpm: Add O_EXCL for exclusive /dev/tpm access
  ` [PATCH v3 3/4] tpm: Include /dev/tpmrm<n> when checking exclusive userspace TPM access
  ` [PATCH v3 4/4] tpm: Allow for exclusive TPM access when using /dev/tpm<n>

[PATCH] migration: vmsd errp handlers: return bool
 2025-10-20 11:40 UTC  (4+ messages)

[PATCH v2 0/8] Add support for i.MX8ULP's SIM LPAV
 2025-10-20 11:40 UTC  (4+ messages)
` [PATCH v2 3/8] clk: imx: add driver for imx8ulp's sim lpav

linux-next: duplicate patch in the rust tree
 2025-10-20 11:39 UTC  (4+ messages)

[PATCH] scsi: core: Do not declare scsi_cmnd pointers const
 2025-10-20 11:39 UTC  (2+ messages)

[PATCH v6 0/5] Add support for Andes Qilai SoC PCIe controller
 2025-10-20 11:35 UTC  (7+ messages)
` [PATCH v6 1/5] PCI: dwc: Allow adjusting the number of ob/ib windows in glue driver

[PATCH 0/3] Rust PCI housekeeping
 2025-10-20 11:39 UTC  (2+ messages)

[PATCH v1 00/10] drm/panthor: Add support for Mali-G1 GPUs
 2025-10-20 11:39 UTC  (3+ messages)
` [PATCH v1 08/10] drm/panthor: Support GLB_REQ.STATE field "

[syzbot] [net?] BUG: soft lockup in xfrm_policy_timer
 2025-10-20 11:38 UTC 

[syzbot] Monthly v9fs report (Oct 2025)
 2025-10-20 11:38 UTC 

[syzbot] Monthly wpan report (Oct 2025)
 2025-10-20 11:38 UTC 

[PATCH] drm/msm: Fix NULL pointer dereference in crashstate_get_vm_logs()
 2025-10-20 11:37 UTC 

[PATCH v4 0/3] Add DisplayPort support to QCS615 devicetree
 2025-10-20 11:36 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: display/msm: Add SM6150 DisplayPort controller

[oe][meta-networking][patch] proftpd: Fix CVE-2023-48795
 2025-10-20 11:35 UTC  (2+ messages)

[PATCH 00/18] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
 2025-10-20 11:35 UTC  (6+ messages)
` [PATCH 14/18] hw/ppc/spapr: Remove deprecated pseries-4.1 machine
` [PATCH 15/18] hw/ppc/spapr: Remove SpaprMachineClass::smp_threads_vsmt field
` [PATCH 16/18] hw/ppc/spapr: Remove SpaprMachineClass::linux_pci_probe field
` [PATCH 17/18] hw/ppc/spapr: Remove deprecated pseries-4.2 machine
` [PATCH 18/18] hw/ppc/spapr: Remove SpaprMachineClass::rma_limit field

[PATCH v19 0/4] Add ASPEED AST2600 I2C controller driver
 2025-10-20 11:35 UTC  (3+ messages)
` [PATCH v19 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML

[PATCH] mtd: spi-nor: spansion: Add SMPT fixup for S25FS512S
 2025-10-20 11:35 UTC  (9+ messages)

[PATCH v5 0/2] Add support for Eswin EIC7700 SD/eMMC controller
 2025-10-20 11:35 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: mmc: sdhci-of-dwcmshc: Add Eswin EIC7700

[PATCH v3 0/4] leds: Add a virtual LED driver for groups of
 2025-10-20 11:35 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: leds: Add virtualcolor group dt bindings documentation

[PATCH can] can: netlink: can_changelink(): allow disabling of automatic restart
 2025-10-20 11:34 UTC 

[PATCH for-4.21?] xl: drop redundant return value check from list_domains_details()
 2025-10-20 11:33 UTC 

[PATCH] common/atomicwrites: fix _require_scratch_write_atomic when awu_max_fs is empty
 2025-10-20 11:33 UTC  (2+ messages)

[PATCH v3 0/5] mm: VMA count limit fixes and improvements
 2025-10-20 11:32 UTC  (6+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks

[PATCH] mm/filemap: Implement fast short reads
 2025-10-20 11:33 UTC  (3+ messages)

[PATCH v3 00/17] Remap tree
 2025-10-20 11:32 UTC  (4+ messages)
` [PATCH v3 07/17] btrfs: allow mounting filesystems with remap-tree incompat flag

[PATCH v4 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
 2025-10-20 11:31 UTC  (2+ messages)

[oe][meta-networking][scarthgap][patch] proftpd: Fix CVE-2023-48795
 2025-10-20 11:31 UTC 

[PATCH v2] io_uring: add IORING_SETUP_SQTHREAD_STATS flag to enable sqthread stats collection
 2025-10-20 11:30 UTC 

[PATCH] jbd2: assign different lock_class_key for different filesystem
 2025-10-20 11:28 UTC  (3+ messages)

[PATCH] usb: dwc3: Allow usb role swich control from userspace
 2025-10-20 11:37 UTC 


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.