All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-30 16:24:45 to 2026-07-30 17:13:41 UTC [more...]

[PATCH v11 00/13] media: Add support for R-Car ISP using Dreamchip RPPX1 ISP
 2026-07-30 17:12 UTC  (7+ messages)
` [PATCH v11 01/13] media: Add RPPX1_PARAMS and RPPX1_STATS meta formats
` [PATCH v11 02/13] media: uapi: Add extensible param and stats blocks for RPPX1
` [PATCH v11 03/13] media: rppx1: Add framework to support Dreamchip RPPX1 ISP
` [PATCH v11 04/13] media: rcar-isp: Add support for ISPCORE
` [PATCH v11 05/13] media: rppx1: wbmeas: Add support for white balance measurement
` [PATCH v11 06/13] media: rppx1: awbg: Add support for white balance gain settings

[PATCH RFC v4 0/7] mfd: ls2kbmc: multiple fixes for this driver
 2026-07-30 17:12 UTC  (18+ messages)
` [PATCH RFC v4 1/7] mfd: ls2kbmc: Make a copy when parsing mode string
` [PATCH RFC v4 2/7] mfd: ls2kbmc: Sanity check for the connected pci port
` [PATCH RFC v4 3/7] mfd: ls2kbmc: Redraw using exported functions
` [PATCH RFC v4 4/7] mfd: ls2kbmc: Cancel the work queue on removal
` [PATCH RFC v4 5/7] ipmi: ls2k: Relax the dependency to its mfd driver
` [PATCH RFC v4 6/7] mfd: ls2kbmc: Able to be compiled as a module
` [PATCH RFC v4 7/7] mfd: ls2kbmc: Capture the reset event of BMC through GPIO

[PATCH net] rtnetlink: truncate IFLA_VFINFO_LIST instead of overflowing its length
 2026-07-30 17:12 UTC  (4+ messages)

[PATCH v2 0/3] mm/vmalloc: stop truncating byte counts derived from nr_pages
 2026-07-30 17:11 UTC  (2+ messages)
` [PATCH v3] mm/vmalloc: make vm_struct.nr_pages an unsigned long

[PATCH v3] block: add missing coroutine_fn annotations
 2026-07-30 17:10 UTC 

[PATCH v4 1/1] powerpc: enable dynamic preemption
 2026-07-30 17:10 UTC  (14+ messages)

[PATCH 0/8] Extend Qualcomm reference device EC driver with fan LUT, profile and SoC Tj support
 2026-07-30 17:11 UTC  (13+ messages)
` [PATCH 1/8] dt-bindings: embedded-controller: qcom,hamoa-crd-ec: Add qcom,tsens
` [PATCH 2/8] platform: arm64: qcom-hamoa-ec: Add SoC junction temperature reporting
` [PATCH 4/8] platform: arm64: qcom-hamoa-ec: Add fan RPM query and LUT calibration

[PATCH] pstore/ram: bound ramoops kmsg header parsing
 2026-07-30 17:10 UTC 

[PATCH v3 00/12] YUV Conversion Colorop tests
 2026-07-30 17:09 UTC  (3+ messages)
` [PATCH v3 08/12] lib/igt_color: Refactor transform_pixels for input/output FBs and CSC

[PATCH v6 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-30 17:10 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-07-30 17:10 UTC 

[PATCH v6 0/9] Add support for Qualcomm remoteproc subsystem cooling
 2026-07-30 17:10 UTC  (11+ messages)
` [PATCH v6 5/9] arm64: dts: qcom: kodiak: Enable CDSP & Modem cooling
` [PATCH v6 6/9] arm64: dts: qcom: lemans: Enable CDSP cooling
` [PATCH v6 7/9] arm64: dts: qcom: talos: "
` [PATCH v6 8/9] arm64: dts: qcom: monaco: "
` [PATCH v6 9/9] arm64: dts: qcom: hamoa: "

[RFC PATCH bpf-next 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-07-30 17:10 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[l1k:doe-7.2-rc1-wip 7/21] drivers/pci/pcie/aer.c:42:34: error: request for member 'dev' in something not a structure or union
 2026-07-30 17:08 UTC 

[intel-lts:5.15/android_t 1/1] kismet: WARNING: unmet direct dependencies detected for DMADEVICES when selected by GKI_HIDDEN_SND_SOC_CONFIGS
 2026-07-30 17:08 UTC 

[PATCH v10 00/13] media: Add support for R-Car ISP using Dreamchip RPPX1 ISP
 2026-07-30 17:08 UTC  (4+ messages)
` [PATCH v10 12/13] media: rppx1: ga: Add support for gamma out correction

[PATCH 0/2] dpll: zl3073x: add Microchip ZL30643 support
 2026-07-30 17:08 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: dpll: zl3073x: add ZL30643 compatible
` [PATCH 2/2] dpll: zl3073x: add ZL30643 chip support

[PATCH] mm: use proper PTE accessor in move_ptes()
 2026-07-30 17:06 UTC  (5+ messages)

[PATCH v2 0/9] drm/tyr: add debugfs support
 2026-07-30 17:05 UTC  (10+ messages)
` [PATCH v2 1/9] rust: seq_file: add as_raw() method
` [PATCH v2 2/9] rust: debugfs: add SeqShow trait and seq_file file operations
` [PATCH v2 3/9] rust: debugfs: add Entry::from_raw and ScopedDir::from_dentry
` [PATCH v2 4/9] drm: move debugfs_init after dev->registered is set
` [PATCH v2 5/9] rust: drm: add debugfs_init callback to Driver trait
` [PATCH v2 6/9] rust: drm: add DrmSeqShow seq_file adapter
` [PATCH v2 7/9] rust: drm: gpuvm: add dump_gpuva_info to UniqueRefGpuVm
` [PATCH v2 8/9] drm/tyr: add gpuvas debugfs file
` [PATCH v2 9/9] drm/debugfs: hold device reference for the lifetime of open files

[PATCH v6 00/14] KVM: s390: Misc fixes
 2026-07-30 17:04 UTC  (29+ messages)
` [PATCH v6 01/14] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v6 02/14] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v6 03/14] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v6 04/14] KVM: s390: ucontrol: Fix sca_clear_ext_call()
` [PATCH v6 05/14] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v6 06/14] KVM: s390: Fix race in __do_essa()
` [PATCH v6 07/14] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v6 08/14] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v6 09/14] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v6 10/14] KVM: s390: Return -EINTR if a signal is pending while faulting-in
` [PATCH v6 11/14] KVM: s390: Fix ordering when adding to SCA
` [PATCH v6 12/14] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()
` [PATCH v6 13/14] KVM: s390: Fix kvm_arch_commit_memory_region() when low on memory
` [PATCH v6 14/14] KVM: s390: Move DAT table updates to kvm_arch_prepare_memory_region()

NPM recipe license upgrade
 2026-07-30 17:04 UTC 

[PATCH 1/4] drm/amdgpu: Reject UVD message with dimensions above 4096
 2026-07-30 17:02 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu: Fix UVD dpb min size calculation for H264
` [PATCH 3/4] drm/amdgpu: Fix UVD decode image min size calculation
` [PATCH 4/4] drm/amdgpu: Fix UVD min buffer sizes

[PATCH v1] drm/xe/ras: Fix boot-time ras error processing
 2026-07-30 17:03 UTC  (2+ messages)

[PATCH] wifi: mac80211: defer AP-side FT key upload until association
 2026-07-30 17:00 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-07-30 17:00 UTC 

[PATCH] drm/amdgpu: bound ATOM bytecode cursor within the VBIOS image
 2026-07-30 17:00 UTC 

[PATCH i-g-t 0/1] tests/intel/hwmon: Add fan control test coverage
 2026-07-30 17:07 UTC  (2+ messages)
` [PATCH i-g-t 1/1] "

[PATCH v3 0/2] Add support for Si549 programmable clock
 2026-07-30 16:59 UTC  (2+ messages)

[REGRESSION] next/master: (build) use of undeclared identifier 'check_vector_unaligned_access'; did 
 2026-07-30 16:59 UTC 

[PATCH v3 0/4] Add RPROC support for the MX95-15x15-FRDM board
 2026-07-30 16:58 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
` [PATCH v3 2/4] remoteproc: imx_rpoc: fix carveout name parsing
` [PATCH v3 3/4] arm64: dts: freescale: imx95-15x15-frdm: remove some rmem regions
` [PATCH v3 4/4] arm64: dts: freescale: add DT overlay for MX95-15x15-FRDM RPMSG usage

[PATCH] crypto: af_alg: Allow cbc(paes)
 2026-07-30 16:55 UTC  (5+ messages)

[PATCH v8 0/2] Cache aware scheduling: Reduce the overhead of task_cache_work
 2026-07-30 16:57 UTC  (10+ messages)
` [PATCH v8 1/2] sched/cache: Reduce the overhead of task_cache_work by only scan the visisted cpus
      ` : "

[PATCH] arm64: dts: qcom: taoyao: Drop adsp_rpc_remote_heap_mem override
 2026-07-30 16:57 UTC  (2+ messages)

[PATCH v2 0/9] perf/cxlpmu: Misc sashiko raised issues fixes
 2026-07-30 16:56 UTC  (4+ messages)
` [PATCH v2 3/9] perf/cxl: Fix the counter overflow delta fixup

[PATCH v11 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
 2026-07-30 16:55 UTC  (17+ messages)
` [PATCH v11 01/11] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
` [PATCH v11 04/11] clk: realtek: Introduce a common probe()
` [PATCH v11 05/11] clk: realtek: Add support for phase locked loops (PLLs)
` [PATCH v11 06/11] clk: realtek: Add support for gate clock
` [PATCH v11 07/11] clk: realtek: Add support for mux clock
` [PATCH v11 08/11] clk: realtek: Add support for MMC-tuned PLL clocks
` [PATCH v11 09/11] clk: realtek: Add RTD1625-CRT clock controller driver
` [PATCH v11 10/11] clk: realtek: Add RTD1625-ISO "

[PATCH net-next] selftests: net: Add a missing config option
 2026-07-30 16:53 UTC  (6+ messages)

[PATCH v3 0/2] mm/zswap: Fixes and improves the zswap shrink
 2026-07-30 16:52 UTC  (6+ messages)
` [PATCH v3 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled

[PATCH] selftests/mm: make libnuma-dependent tests optional
 2026-07-30 16:52 UTC  (3+ messages)
`  "

[PATCH RFC] power: sequencing: rename pwrseq_power_on/off() to pwrseq_vote_on/off()
 2026-07-30 16:52 UTC  (3+ messages)

[PATCH 0/5] usb: typec: ps883x: fixes for older Thunderbolt 4 / USB4 docks
 2026-07-30 16:51 UTC  (10+ messages)
` [PATCH 3/5] usb: typec: mux: ps883x: refactor DP altmode handling and support TYPEC_DP_STATE_F

[PATCH] KVM: selftests: Only link to VFIO library on x86
 2026-07-30 16:51 UTC 

[PATCH] dmaengine: dw-edma: Mark emulated IRQ as level-triggered
 2026-07-30 16:50 UTC  (3+ messages)

[PATCH 1/1] PCI: dw-rockchip: Add support to reset Root Port upon link down event
 2026-07-30 16:50 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-07-30 16:50 UTC 

[GIT PULL] Qualcomm Arm64 defconfig updates for v7.3
 2026-07-30 16:49 UTC 

[l1k:doe-7.2-rc1-wip 7/21] drivers/pci/pcie/aer.c:987:3: error: member reference base type 'char' is not a structure or union
 2026-07-30 16:48 UTC 

[PATCH] media: imx8mq-mipi-csi2: fix memory leak in imx8mq_mipi_csi_probe()
 2026-07-30 16:46 UTC  (2+ messages)

[REGRESSION] thermal: per-zone hwmon names break Steam Deck fan control
 2026-07-30 16:46 UTC  (3+ messages)

[PATCH RESEND 0/5] block: validate direct I/O memory alignment
 2026-07-30 16:46 UTC  (8+ messages)

[PATCH net-next V4] selftests: drv-net: Test queue stall upon reconfig
 2026-07-30 16:46 UTC  (3+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-30 16:45 UTC  (3+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()

[PATCH v9 0/5] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-07-30 16:44 UTC  (3+ messages)

[GIT PULL] Qualcomm Arm64 DeviceTree updates for v7.3
 2026-07-30 16:43 UTC 

[PATCH 0/7] platform/x86/amd/hsmp: Family 1Ah client support
 2026-07-30 16:43 UTC  (3+ messages)
` [PATCH 1/7] platform/x86/amd/hsmp: Add HSMP client support for Family 1Ah

[GIT PULL 0/7] KVM: s390: Fixes for 7.2
 2026-07-30 16:42 UTC  (2+ messages)
` cover letter not considered Fwd: "

[PATCH 0/5] media: iris: several fixes
 2026-07-30 16:41 UTC  (7+ messages)
` [PATCH 3/5] media: iris: guard against a NULL hfi_sys_ops in the interrupt handler
` [PATCH 4/5] media: iris: reject open() when the session limit is reached
` [PATCH 5/5] media: iris: reference count video instances

[PATCH] btrfs: skip hole detection during full fsync for files without holes
 2026-07-30 16:41 UTC 

[PATCH v1] ASoC: tas2781: Optimize calibration to avoid full device reboot after calibration
 2026-07-30 16:40 UTC  (2+ messages)

[GIT PULL] Qualcomm driver updates for v7.3
 2026-07-30 16:40 UTC 

[PATCH] crypto: qce - Remove driver
 2026-07-30 16:40 UTC  (13+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-07-30 16:40 UTC 

[PATCH v3 0/3] Add Altera SoCFPGA Crypto Service (FCS) driver
 2026-07-30 16:39 UTC  (4+ messages)
` [PATCH v3 1/3] firmware: stratix10-svc: increase args array
` [PATCH v3 2/3] firmware: stratix10-svc: add FCS crypto-service commands for Agilex 5
` [PATCH v3 3/3] firmware: socfpga-fcs: add Altera SoCFPGA FCS driver with SDOS

[PATCH] hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status
 2026-07-30 16:39 UTC 

[PATCH 0/2] tests/intel/xe_sriov_flr: Extend GGTT clearing checks
 2026-07-30 16:38 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH 0/2] Support for pmic-glink in SM8475
 2026-07-30 16:38 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475

[PATCH] Documentation/ABI: intel_pmt: fix 'threashold' spelling
 2026-07-30 16:38 UTC  (3+ messages)

[Buildroot] Correct approach for supporting multiple SoCs with otherwise same board?
 2026-07-30 16:37 UTC  (3+ messages)

[PATCH 0/4] net: dsa: Add SoC-e DSA driver
 2026-07-30 16:37 UTC  (7+ messages)
` [PATCH 2/4] dt-bindings: net: dsa: Add SoC-e switch IP and DSA bindings
` [PATCH 3/4] net: dsa: Add support for SoC-e SDSA tags
` [PATCH 4/4] net: dsa: soce: Add initial driver support for MRS switches

[PATCH v2] btrfs: flush the fixup workers during close_ctree
 2026-07-30 16:38 UTC 

arm64: dts: NXP device tree updates for v7.3
 2026-07-30 16:37 UTC 

[PATCH v3 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
 2026-07-30 16:36 UTC  (2+ messages)

[PATCH 0/2] platform/x86: hp-wmi: Modernize driver API and perform_query()
 2026-07-30 16:36 UTC  (3+ messages)
` [PATCH 1/2] hp-wmi: Modernize hp_wmi_perform_query() to use the modern API

[PATCH 0/8] nitro_enclaves: Support multi-NUMA CPU pools and per-node allocation
 2026-07-30 16:35 UTC  (3+ messages)

[PATCH v2] rust: dma: return zero for Coherent reads past EOF
 2026-07-30 16:34 UTC  (2+ messages)

[PATCH V3 net] net: hns3: fix speed configuration residue after driver reload
 2026-07-30 16:34 UTC  (4+ messages)

[PATCH 0/2] serial: qcom-geni: Convert console to nbcon and handle RX overflow
 2026-07-30 16:34 UTC  (3+ messages)
` [PATCH 2/2] serial: qcom-geni: Keep FIFO RX active during console TX

[PATCHSET v2 0/6] io_uring related epoll cleanups
 2026-07-30 16:32 UTC  (8+ messages)
` [PATCH 6/6] io_uring/epoll: disallow adding an epoll file to an epoll context

[PATCH 1/4] dt-bindings: edac: altera: agilex5: document new edac support
 2026-07-30 16:32 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: altera-sdram: Add Agilex5 ECC manager compatible

[PATCH 0/4] migration: Remove extra type-checking from vmstate macros
 2026-07-30 16:31 UTC  (5+ messages)

[PATCH 0/3] unnecessary null checks
 2026-07-30 16:32 UTC  (3+ messages)
` [PATCH 2/3] net/gve: remove unnecessary check for NULL

[PATCH 0/4] doc: replay: fix config link
 2026-07-30 16:31 UTC  (4+ messages)
` [PATCH v4 "

Question about drm-intel-next vs drm-intel-next-fixes for HDMI scrambling patch
 2026-07-30 16:31 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-07-30 16:30 UTC 

[PATCH v3] hwmon: (cros_ec) Avoid threshold temperature conversion overflows
 2026-07-30 16:30 UTC  (2+ messages)

[PATCH v2] Documentation/ABI: intel_pmt: fix 'threashold' spelling
 2026-07-30 16:29 UTC 

[PATCH v2 00/50] Introduce helper-to-tcg
 2026-07-30 16:28 UTC  (3+ messages)
` [PATCH v2 43/50] target/hexagon: Provide env to tcg global mapping

[PATCH] hw/i386/pc: xen: reinstate the "xenfv" machine alias
 2026-07-30 16:27 UTC  (2+ messages)

[PATCH] io_uring/zcrx: don't clear master_ctx from the import path
 2026-07-30 16:27 UTC 

[PATCH v2 00/22] drm/xe: Add structured SIGID error logging infrastructure
 2026-07-30 16:27 UTC  (5+ messages)

[PATCH] mm: return -ENOMEM for page-table allocation failure in insert_pages()
 2026-07-30 16:27 UTC  (4+ messages)

[PATCH v22 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-07-30 16:27 UTC  (2+ messages)

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-30 16:26 UTC  (3+ messages)

Backport request: "netfilter: nf_conntrack_expect: restore helper propagation via expectation"
 2026-07-30 16:26 UTC  (4+ messages)

[PATCH] i2c: core: fix debugfs UAF on adapter removal
 2026-07-30 16:23 UTC 

[PATCH 00/22] arm64: dts: qcom: Fix the PCIe iommu-map entries
 2026-07-30 16:25 UTC  (4+ messages)

[PATCH v2 0/3] Fix GPU and display on ARM32 platforms using the MSM IOMMU
 2026-07-30 16:24 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/msm: track a context master per device and IOMMU


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.