[PATCH RFC 1/3] drm/amd/display: quirk malformed CH7218 PCON topology
2026-06-20 16:06 UTC (3+ messages)
` [PATCH RFC 2/3] drm/amd/display: quirk CH7218 DP DSC support bit
` [PATCH RFC 3/3] drm/amd/display: use HDMI RGB deep color for PCONs
[PATCH] f2fs: fix FG GC failure when file in victim is pinned
2026-06-20 9:34 UTC
[PATCH] ata: libata-core: Add NOLPM quirk for PNY CS900 1TB SSD
2026-06-20 2:54 UTC
[PATCH 0/2] ata: bound the concurrent positioning ranges count from the device
2026-06-20 2:36 UTC (3+ messages)
` [PATCH 1/2] ata: libata-core: Clamp the concurrent positioning ranges count
` [PATCH 2/2] ata: libata-scsi: Bound the VPD B9h ranges to the response buffer
[PATCH v2] usbip: vudc: fix NULL deref in vep_dequeue()
2026-06-20 0:18 UTC
[PATCH 0/3] dm-pcache: validate on-disk fields before use
2026-06-19 11:44 UTC (4+ messages)
` [PATCH 1/3] dm-pcache: validate seg_id fields from persistent memory
` [PATCH 2/3] dm-pcache: validate geometry fields from on-disk cache_info
` [PATCH 3/3] dm-pcache: validate kset key_num and intra-segment bounds
[PATCH] jffs2:fix a oops arises from a conflict between inocache evict and gc
2026-06-19 10:24 UTC
[PATCH] orangefs: keep the readdir entry size 64-bit in fill_from_part()
2026-06-19 9:38 UTC
[PATCH net v2] igb: only strip Rx timestamp header on the first buffer of a frame
2026-06-19 7:14 UTC
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-19 0:32 UTC (47+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH] usbip: vudc: fix NULL deref in vep_dequeue()
2026-06-19 0:28 UTC
[PATCH v2 0/2] Fastboot abort key support
2026-06-18 23:55 UTC (3+ messages)
` [PATCH v2 1/2] cmd: fastboot: Add keyed abort option
` [PATCH v2 2/2] board: qualcomm: phone: enable CMD_FASTBOOT_ABORT_KEYED
[PATCH RFC 0/2] RFC: erofs: memory-backed mount for non-page-aligned ranges
2026-06-18 16:13 UTC (3+ messages)
` [PATCH RFC 1/2] erofs: add memory-backed mode for non-page-aligned mount
` [PATCH RFC 2/2] erofs: add KUnit test for memory-backed compressed mount
[PATCH RFC] dt-bindings: sound: Convert cirrus,cs35l36 to DT schema
2026-06-18 14:33 UTC
[PATCH] rv: update rvgen monitor synthesis documentation path
2026-06-18 13:45 UTC
[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
2026-06-18 13:27 UTC (17+ messages)
` [PATCH v6 01/16] iio: ABI: add attributes for altcurrent channels
` [PATCH v6 02/16] iio: ABI: scale and offset for frequency/phase channels
` [PATCH v6 03/16] iio: ABI: add parent entry for iio channels
` [PATCH v6 04/16] iio: add IIO_FREQUENCY channel type
` [PATCH v6 05/16] iio: core: support 64-bit register through debugfs
` [PATCH v6 06/16] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v6 07/16] iio: core: add hierarchical channel relationships
` [PATCH v6 08/16] dt-bindings: iio: frequency: add ad9910
` [PATCH v6 09/16] iio: frequency: ad9910: initial driver implementation
` [PATCH v6 10/16] iio: frequency: ad9910: add basic parallel port support
` [PATCH v6 11/16] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v6 12/16] iio: frequency: ad9910: add RAM mode support
` [PATCH v6 13/16] iio: frequency: ad9910: add output shift keying support
` [PATCH v6 14/16] iio: frequency: ad9910: show channel priority in debugfs
` [PATCH v6 15/16] iio: ABI: add docs for ad9910 sysfs entries
` [PATCH v6 16/16] docs: iio: add documentation for ad9910 driver
[PATCH v4 0/2] clk: amlogic: Add A9 peripherals clock controller
2026-06-18 9:51 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: clock: Add Amlogic "
` [PATCH v4 2/2] clk: amlogic: Add A9 peripherals clock controller driver
[PATCH v4 0/2] clk: amlogic: Add A9 AO clock controller
2026-06-18 9:49 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: clock: Add Amlogic "
` [PATCH v4 2/2] clk: amlogic: Add A9 AO clock controller driver
[PATCH] fbcon: Avoid OOB font access if console rotation fails
2026-06-18 6:30 UTC
[PATCH v3] platform/chrome: sensorhub: bound the EC-reported sensor number
2026-06-18 5:46 UTC
[PATCH v2 0/5] ARM: Basic support for Amazon ford tablet (MT8127)
2026-06-17 13:37 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: watchdog: mediatek: Add MT8127
` [PATCH v2 2/5] dt-bindings: arm: mediatek: Add MT8127 Amazon ford
` [PATCH v2 3/5] ARM: dts: mediatek: mt8127: Fix indentation error
` [PATCH v2 4/5] ARM: dts: mediatek: mt8127: Add watchdog support
` [PATCH v2 5/5] ARM: dts: mediatek: Add basic support for Amazon ford board
[PATCH v4 0/3] describe RTL8125 PCIe NICs on Rockchip boards (and add DT binding)
2026-06-17 12:58 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: add Realtek RTL8125 PCIe Ethernet
` [PATCH v4 2/3] arm64: dts: rockchip: describe PCIe RTL8125 Ethernet on NanoPC-T6
` [PATCH v4 3/3] arm64: dts: rockchip: describe PCIe RTL8125 Ethernet on Radxa ROCK 5 family
[PATCH] RDMA/cma: Fix hardware address comparison length in netevent callback
2026-06-17 11:21 UTC
[PATCH v2 0/4] nvmem: add support for the MediaTek mt6323 PMIC
2026-06-17 9:48 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC EFUSE
` [PATCH v2 2/4] nvmem: add mt6323 PMIC EFUSE driver
` [PATCH v2 3/4] mfd: mt6397-core: add mt6323 EFUSE support
` [PATCH v2 4/4] ARM: dts: mediatek: mt6323: add "
[PATCH v5 0/5] Changes in v5:
2026-06-17 9:26 UTC (6+ messages)
` [PATCH v5 1/5] MAINTAINERS: Add myself to the list of UFS maintainers
` [PATCH v5 2/5] ufs: Expose selected UFS functions
` [PATCH v5 3/5] ufs: document the UFS command
` [PATCH v5 4/5] ufs: extend the current command-line interface
` [PATCH v5 5/5] ufs: wmb is not implemented in x86
[PATCH v9 0/9] media: camss: Add support for C-PHY configuration on Qualcomm platforms
2026-06-17 8:32 UTC (10+ messages)
` [PATCH v9 1/9] media: qcom: camss: csiphy-3ph: Fix lane mask calculation
` [PATCH v9 2/9] media: qcom: camss: csiphy: Introduce PHY configuration
` [PATCH v9 3/9] media: qcom: camss: csiphy-3ph: Use odd bits for configuring C-PHY lanes
` [PATCH v9 4/9] media: qcom: camss: Prepare CSID for C-PHY support
` [PATCH v9 5/9] media: qcom: camss: Initialize lanes after lane configuration is available
` [PATCH v9 6/9] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 C-PHY init
` [PATCH v9 7/9] media: qcom: camss: csiphy-3ph: Update "
` [PATCH v9 8/9] media: qcom: camss: Account for C-PHY when calculating link frequency
` [PATCH v9 9/9] media: qcom: camss: Enable C-PHY where available
[PATCH v2 0/2] clk: ultrarisc: add DP1000 clock support
2026-06-17 6:02 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: ultrarisc: Add DP1000 Clock Controller
` [PATCH v2 2/2] clk: ultrarisc: add DP1000 clock driver
[PATCH v2] platform/chrome: sensorhub: bound the EC-reported sensor number
2026-06-17 5:42 UTC
[PATCH v2] power: supply: cros_usbpd-charger: bound the EC-reported port count
2026-06-17 4:59 UTC
[PATCH] dt-bindings: thermal: qcom-tsens: Document the maili Temperature Sensor
2026-06-17 4:34 UTC
[PATCH v2] nfc: fdp: bound the device-reported read length and fix an skb leak
2026-06-17 4:33 UTC
[PATCH 0/5] ARM: Basic support for Amazon ford tablet (MT8127)
2026-06-17 2:20 UTC (6+ messages)
` [PATCH 1/5] ARM: dts: mediatek: mt8127: Fix indentation error
` [PATCH 2/5] ARM: dts: mediatek: mt8127: Add watchdog support
` [PATCH 3/5] ARM: dts: mediatek: Add basic support for Amazon ford board
` [PATCH 4/5] dt-bindings: arm: mediatek: Add MT8127 Amazon ford
` [PATCH 5/5] dt-bindings: watchdog: mediatek: Add MT8127
[PATCH v3] iio: imu: inv_icm45600: clamp the device-reported FIFO sample count
2026-06-17 1:57 UTC
[PATCH v3] iio: accel: bmc150: clamp the device-reported FIFO frame count
2026-06-17 1:56 UTC
[PATCH v3] iio: accel: fxls8962af: clamp the device-reported FIFO sample count
2026-06-17 1:56 UTC
[PATCH 0/5] gpu: nova-core: Move registers definitions
2026-06-16 23:48 UTC (6+ messages)
` [PATCH 1/5] gpu: nova-core: fb: Move PDISP register definition
` [PATCH 2/5] gpu: nova-core: gsp: Move PBUS "
` [PATCH 3/5] gpu: nova-core: falcon: Move PFALCON2 register
` [PATCH 4/5] gpu: nova-core: falcon: Move PRISCV register
` [PATCH 5/5] gpu: nova-core: falcon: Move PFSP register
[PATCH] PCI: qcom: Skip PERST# GPIOs provided by downstream PCIe devices
2026-06-16 16:15 UTC
[PATCH v9 0/3] riscv: Use GCR.U timer device as clocksource
2026-06-16 16:03 UTC (4+ messages)
` [PATCH v9 1/3] dt-bindings: timer: mips,p8700-gcru
` [PATCH v9 2/3] riscv: clocksource: Add readq options to clocksource mmio
` [PATCH v9 3/3] riscv: clocksource: Add p8700-gcru driver
[PATCH RFC 0/3] dmaengine: Support address bus widths of 32 bytes and above
2026-06-16 15:40 UTC (4+ messages)
` [PATCH RFC 1/3] "
` [PATCH RFC 2/3] dmaengine: dma-axi-dmac: Switch to bitmap-based address width masks
` [PATCH RFC 3/3] iio: buffer-dmaengine: Use dma_slave_caps width accessors
[PATCH v3 0/4] AUXADC driver for the MediaTek mt6323 PMIC
2026-06-16 14:15 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: mediatek,mt6359-auxadc: add mt6323 PMIC AUXADC
` [PATCH v3 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver
` [PATCH v3 3/4] mfd: mt6397-core: add mt6323 AUXADC support
` [PATCH v3 4/4] ARM: dts: mediatek: mt6323: add "
[PATCH 0/2] pwm: loongson: Fix PWM configuration handling
2026-06-16 11:13 UTC (3+ messages)
` [PATCH 1/2] pwm: loongson: Fix low pulse buffer register handling
` [PATCH 2/2] pwm: loongson: Reload PWM configuration through counter reset
[PATCH v3 00/12] New features for the AD5686 IIO driver
2026-06-16 8:21 UTC (13+ messages)
` [PATCH v3 01/12] dt-bindings: iio: dac: ad5696: add reset/ldac/gain support
` [PATCH v3 02/12] dt-bindings: iio: dac: ad5696: rework on power supplies
` [PATCH v3 03/12] dt-bindings: iio: dac: ad5686: add reset/ldac/gain support
` [PATCH v3 04/12] dt-bindings: iio: dac: ad5686: rework on power supplies
` [PATCH v3 05/12] iio: dac: ad5686: add support for missing "
` [PATCH v3 06/12] iio: dac: ad5686: consume optional reset signal
` [PATCH v3 07/12] iio: dac: ad5686: add ldac gpio
` [PATCH v3 08/12] iio: dac: ad5686: introduce sync operation
` [PATCH v3 09/12] iio: dac: ad5686: implement new sync() op for the spi bus
` [PATCH v3 10/12] iio: dac: ad5686: add triggered buffer support
` [PATCH v3 11/12] iio: dac: ad5686: read_raw/write_raw: use guard(mutex)()
` [PATCH v3 12/12] iio: dac: ad5686: add gain control support
[PATCH] PCI: dwc: meson: Fix reset GPIO initial state
2026-06-16 7:07 UTC
[PATCH] greybus: audio: bound the topology section sizes against the fetched size
2026-06-16 6:06 UTC
[PATCH] arm64: dts: qcom: sdm845-oneplus: add panel rails to simplefb
2026-06-16 5:27 UTC
[PATCH] platform/chrome: sensorhub: bound the EC-reported sensor number
2026-06-16 4:46 UTC
[PATCH] media: cx231xx: reject geometry changes while the VBI queue is busy
2026-06-15 23:40 UTC
[PATCH v2] iio: imu: inv_icm45600: clamp the device-reported FIFO sample count
2026-06-15 21:09 UTC
[PATCH v2] iio: accel: fxls8962af: clamp the device-reported FIFO sample count
2026-06-15 20:57 UTC
[PATCH v2] iio: accel: bmc150: clamp the device-reported FIFO frame count
2026-06-15 20:43 UTC
[PATCH v3 0/2] Input: apple_z2 - bound device-reported packet length and finger count
2026-06-15 18:20 UTC (3+ messages)
` [PATCH v3 1/2] Input: apple_z2 - bound the device-reported packet length
` [PATCH v3 2/2] Input: apple_z2 - bound the device-reported finger count
[PATCH] lib: math: test_mul_u64_u64_div_u64: define div64_s64_rem
2026-06-15 15:51 UTC
[PATCH] net: stmmac: loongson1: Use dev_err_probe()
2026-06-15 12:24 UTC
[PATCH 0/2] fuse: io-uring: tidy memory ordering for lockless ring/queue reads
2026-06-15 12:07 UTC (3+ messages)
` [PATCH 1/2] fuse: {io-uring} use READ_ONCE() for ring->queues[] in fuse_uring_register()
` [PATCH 2/2] fuse: read fch->ring under fch->lock in fuse_uring_create()
[PATCH v5] fuse: clear ent->fuse_req in commit_fetch error path
2026-06-15 10:25 UTC
[PATCH] power: supply: cros_usbpd-charger: bound the EC-reported port count
2026-06-15 9:04 UTC
[PATCH] nfc: fdp: reject an oversized device-reported packet length
2026-06-15 8:04 UTC
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox