All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-19 15:17:30 to 2025-12-19 15:57:58 UTC [more...]

[PATCH v3 0/2] Survivability mode fixes
 2025-12-19 15:57 UTC  (3+ messages)
` [PATCH v3 1/2] drm/xe/xe_survivability: Use static for survivability info attributes

[PATCH] fpga: dfl: use subsys_initcall to allow built-in drivers to be added
 2025-12-19 15:41 UTC  (2+ messages)

[PATCH 00/13] Introducing the Mobileye EyeQ6Lplus SoC
 2025-12-19 15:57 UTC  (4+ messages)
` [PATCH 11/13] MIPS: Add Mobileye EyeQ6Lplus evaluation board dts

[PATCH v3 0/2] media: nxp: Add CSI Pixel Formatter support
 2025-12-19 15:57 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

[PATCH v3 0/4] drm/xe/hwmon: Expose new temperature attributes
 2025-12-19 15:56 UTC  (6+ messages)
` [PATCH v3 1/4] drm/xe/hwmon: Expose temperature limits

[PATCH] fpga: xilinx: Switch Michal Simek's email to new one
 2025-12-19 15:40 UTC  (2+ messages)

[PATCH] cpufreq: amd_freq_sensitivity: Fix sensitivity clamping in amd_powersave_bias_target
 2025-12-19 15:55 UTC  (3+ messages)

[PATCH v2] Documentation/driver-api/cxl: device hotplug section
 2025-12-19 15:55 UTC  (3+ messages)

[PATCH] fpga: of-fpga-region: Fail if any bridge is missing
 2025-12-19 15:39 UTC  (2+ messages)

[PATCH v2] phy: fsl-imx8mq-usb: Clear the PCS_TX_SWING_FULL field before using it
 2025-12-19 15:55 UTC  (3+ messages)

[PATCH v3] hid/hid-multitouch: Keep latency normal on deactivate for reactivation gesture
 2025-12-19 15:55 UTC  (4+ messages)

[GIT PULL] Devicetree fixes for v6.19, part 1
 2025-12-19 15:55 UTC 

[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2025-12-19 15:52 UTC  (37+ messages)
` [PATCH v2 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v2 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v2 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v2 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v2 06/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v2 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v2 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v2 08/36] KVM: arm64: Introduce kvm_call_hyp_nvhe_res()
` [PATCH v2 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v2 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v2 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v2 13/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v2 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v2 17/36] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH v2 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v2 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v2 19/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v2 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v2 18/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v2 21/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v2 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v2 22/36] KVM: arm64: gic-v5: Trap and mask guest PPI register accesses
` [PATCH v2 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH v2 25/36] KVM: arm64: gic-v5: Reset vcpu state
` [PATCH v2 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v2 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v2 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v2 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v2 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v2 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v2 32/36] irqchip/gic-v5: Check if impl is virt capable
` [PATCH v2 33/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v2 34/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v2 36/36] KVM: arm64: gic-v5: Communicate userspace-drivable PPIs via a UAPI
` [PATCH v2 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest

[PATCH v2] iio: dac: adi-axi-dac: Make use of dev_err_probe()
 2025-12-19 15:54 UTC  (2+ messages)

[PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
 2025-12-19 15:53 UTC  (12+ messages)

[PATCH] usb: xhci: check Null pointer in segment alloc
 2025-12-19 15:53 UTC  (3+ messages)
  ` 答复: "

[PATCH] phy: fsl-imx8mq-usb: enable RxTermination_override_sel
 2025-12-19 15:52 UTC  (3+ messages)

[PATCH] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2025-12-19 15:52 UTC  (5+ messages)

[PATCH v8 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-12-19 15:51 UTC  (3+ messages)
` [PATCH v8 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters

[PATCH v2] mm/page_alloc: Report 1 as zone_batchsize for !CONFIG_MMU
 2025-12-19 15:51 UTC  (3+ messages)

[meta-ti][master][PATCH] u-boot: Update trusted-firmware-a locations
 2025-12-19 15:51 UTC 

[PATCH] selftests: net: fib-onlink-tests: Set high metric for default IPv6 route
 2025-12-19 15:51 UTC  (3+ messages)

MPTCP tree in linux-next
 2025-12-19 15:51 UTC  (5+ messages)

[PATCH 0/3] Subject: [PATCH v1 0/3] iio: dac: Add support for MAX22007 DAC
 2025-12-19 15:50 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: iio: dac: Add max22007
` [PATCH 2/3] docs: iio: Add documentation for MAX22007 driver
` [PATCH 3/3] iio: dac: Add MAX22007 DAC driver support

[PATCH] drm/panfrost: Add GPU_PM_RT support for RZ/G3E SoC
 2025-12-19 15:50 UTC  (6+ messages)

[PATCH v7 0/3] Add i.MX91/93 parallel display support
 2025-12-19 15:49 UTC  (7+ messages)
` [PATCH v7 1/3] dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example

[PATCH RESEND v2 00/32] VKMS: Introduce multiple configFS attributes
 2025-12-19 15:49 UTC  (6+ messages)
` [PATCH RESEND v2 06/32] drm/vkms: Introduce configfs for plane name

[PATCH] usb: ulpi: fix a double free in ulpi_register_interface()
 2025-12-19 15:48 UTC 

[PATCH 0/2] hwmon: Minor errno and sysfs fixes
 2025-12-19 15:48 UTC  (3+ messages)
` [PATCH 1/2] hwmon: Fix wrong return errno in *sanitize_name()
` [PATCH 2/2] hwmon: Use sysfs_emit in show function callsbacks

[PATCH v3 0/5] support batch checking of references and unmapping for large folios
 2025-12-19 15:47 UTC  (3+ messages)
` [PATCH v3 1/5] mm: rmap: support batched checks of the references "

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2025-12-19 15:40 UTC  (37+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c

IPU6 subsystem broken in 6.19-rc1 due to d7cdbbc93c5 ("software node: allow referencing firmware nodes")
 2025-12-19 15:47 UTC  (7+ messages)
` [PATCH 1/1] software node: Also support referencing non-constant software nodes

[meta-arago][master][PATCH] tisdk-core-bundle: Update trusted-firmware-a locations
 2025-12-19 15:47 UTC  (2+ messages)

[PATCH] vfio/pci: Do not clear PCI_COMMAND_INTX_DISABLE in pre_reset
 2025-12-19 15:45 UTC  (2+ messages)

[PATCH v4 0/3] leds: is31f132xx: add support for is31fl3293
 2025-12-19 15:45 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: leds: add issi,is31fl3293 to leds-is31fl32xx
` [PATCH v4 2/3] leds: is31f132xx: re-order code to remove forward declarations
` [PATCH v4 3/3] leds: is31f132xx: add support for is31fl3293

[PATCH] phy: fsl-imx8mq-usb: change ssc_range value for i.MX8MQ
 2025-12-19 15:45 UTC  (3+ messages)

[PATCH] debugfs: Fix memleak in debugfs_change_name()
 2025-12-19 15:44 UTC  (2+ messages)

[PATCH] rcu: Fix rcu_read_unlock() deadloop due to softirq
 2025-12-19 15:44 UTC  (4+ messages)

[RFC PATCH v4 0/4] Hazard Pointers
 2025-12-19 15:42 UTC  (9+ messages)
` [RFC PATCH v4 3/4] hazptr: Implement "

[PATCH v4 0/4] Support for Intel temperature sensors (DTS)
 2025-12-19 15:42 UTC  (5+ messages)
` [PATCH v4 4/4] xenpm: Add get-intel-temp subcommand
` [PATCH v4 3/4] x86/platform: Expose DTS sensors MSR
` [PATCH v4 2/4] xenpm: Don't build outside of x86
` [PATCH v4 1/4] x86/cpu-policy: define bits of leaf 6

[PATCH] xfs: speed up parent pointer operations
 2025-12-19 15:41 UTC 

[PATCH v3 0/2] media: i2c: Add ov2732 image sensor driver
 2025-12-19 15:41 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH] watchdog: sbsa-gwdt: clamp timeout before updating wdd->timeout
 2025-12-19 15:41 UTC  (3+ messages)
    ` 回复: "

[PATCH v3 00/51] migration: Unify capabilities and parameters
 2025-12-19 15:39 UTC  (7+ messages)
` [PATCH v3 32/51] tests/qtest/migration: Adapt convergence routines to config

[PATCH v2 0/2] iio: adc: adi-axi-adc: Minor cleanups
 2025-12-19 15:40 UTC  (6+ messages)
` [PATCH v2 1/2] iio: adc: adi-axi-adc: Make use of dev_err_probe()
` [PATCH v2 2/2] iio: adc: adi-axi-adc: Slightly simplify axi_adc_create_platform_device()

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-12-19 15:40 UTC  (7+ messages)
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel

[PATCH] platform/x86: think-lmi: Add WMI certificate thumbprint support for ThinkCenter
 2025-12-19 15:38 UTC  (2+ messages)

ucm2 USB-Audio: Antelope Audio Zen Go: add UCM2 configuration files
 2025-12-19 15:36 UTC 

[PATCH 1/7] drm/amdgpu: don't reemit ring contents more than once
 2025-12-19 15:37 UTC  (4+ messages)
` [PATCH 6/7] drm/amdgpu/gfx9: rework pipeline sync packet sequence

[PATCH 0/4] Rust GPUVM support
 2025-12-19 15:35 UTC  (3+ messages)
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction

[PATCH RESEND] drm: xe: Replace sprintf() with sysfs_emit()
 2025-12-19 15:32 UTC  (2+ messages)

[PATCH 0/4] Make MT8196 get its Mali GPU shader_present from nvmem
 2025-12-19 15:31 UTC  (3+ messages)
` [PATCH 3/4] drm/panthor: Implement reading "

[PATCH 03/12] ras: add estatus vendor handling and processing
 2025-12-19 15:30 UTC  (3+ messages)

[PATCH v2 0/4] Move alloc/free_vcpu_struct() to common code
 2025-12-19 15:29 UTC  (4+ messages)
` [PATCH v2 1/4] xen/arm: optimize the size of struct vcpu

[PATCH] kselftest/arm64: Support FORCE_TARGETS
 2025-12-19 15:29 UTC 

[PATCH 0/4] Enable THP support in drm_pagemap
 2025-12-19 15:29 UTC  (4+ messages)
` [PATCH 3/4] drm/pagemap: Add helper to access zone_device_data

[PATCH 1/1] serial: core: Fix serial device initialization
 2025-12-19 15:28 UTC 

[PATCH] locking/mutex: define conditional guard for for mutex_lock_killable()
 2025-12-19 15:25 UTC 

[PATCH v7 0/5] Introduce SpacemiT K1 PCIe phy support
 2025-12-19 15:28 UTC  (4+ messages)

[PATCH v2 0/6] iio: buffer-dma: Minor cleanups and improvements
 2025-12-19 15:28 UTC  (14+ messages)
` [PATCH v2 1/6] iio: buffer-dma: Use lockdep for locking annotations
` [PATCH v2 2/6] iio: buffer-dma: Use the cleanup.h API
` [PATCH v2 3/6] iio: buffer-dma: Turn iio_dma_buffer_init() void
` [PATCH v2 4/6] iio: buffer-dma: Fix coding style complains
` [PATCH v2 5/6] iio: buffer-dmaengine: Use the cleanup.h API
` [PATCH v2 6/6] iio: buffer-dmaengine: Fix coding style complains

[PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
 2025-12-19 15:27 UTC  (3+ messages)

[PATCH v4] io: add io_pgtable abstraction
 2025-12-19 15:27 UTC  (6+ messages)

[GIT PULL] ASoC fixes for v6.19-rc1
 2025-12-19 15:25 UTC 

[PATCH BlueZ v2 1/3] audio/hfp-hf: Add Operator name support
 2025-12-19 15:27 UTC  (2+ messages)
` [BlueZ,v2,1/3] "

[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
 2025-12-19 15:26 UTC  (7+ messages)
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH 0/2] Add Agilex5 SMMU support for service layer and FPGA manager
 2025-12-19 15:09 UTC  (3+ messages)
` [PATCH 2/2] fpga: stratix10-soc: Add persistent SMMU-aware DMA handling for Agilex5

[PATCH -next 0/7] ext4: defer unwritten splitting until I/O completion
 2025-12-19 15:25 UTC  (5+ messages)
` [PATCH -next 2/7] ext4: don't split extent before submitting I/O
` [PATCH -next 3/7] ext4: avoid starting handle when dio writing an unwritten extent

[PATCH 00/14] single-binary: Compile hw/riscv once
 2025-12-19 15:27 UTC  (4+ messages)
` [PATCH 07/14] target/riscv: Replace TYPE_RISCV_CPU_BASE

[PATCH 0/4] Fix RP1 DeviceTree hierarchy and drop overlay support
 2025-12-19 15:25 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: x1e80100: Enable APSS watchdog in EL2
 2025-12-19 15:24 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: Document X1E80100 compatible

[PATCH] diff: add --no-indicators option
 2025-12-19 15:23 UTC  (2+ messages)

[PATCH 00/16] drm/i915/dp: Clean up link BW/DSC slice config computation (fixes)
 2025-12-19 15:21 UTC  (3+ messages)
` ✓ i915.CI.Full: success for "

[REGRESSION] Cannot boot 6.19-rc1 on riscv64 with BPF enabled
 2025-12-19 15:20 UTC  (4+ messages)

[PATCH] drm/fsl-dcu: fix clock reference leak in fsl_tcon_init error path
 2025-12-19 15:20 UTC 

[android-common:android14-kiwi-6.1 43/43] fs/smb/client/connect.c:2758 cifs_match_super() error: 'tlink' dereferencing possible ERR_PTR()
 2025-12-19 15:20 UTC 

[PATCH V9 00/19] virtio_ring in order support
 2025-12-19 15:18 UTC  (3+ messages)
` [PATCH V9 19/19] virtio_ring: add "

[PATCH v1] media: videobuf2: Allow applications customize data offsets of capture buffers
 2025-12-19 15:18 UTC  (7+ messages)

[PATCH RESEND bpf] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2025-12-19 13:16 UTC 

[PATCH v7 00/17] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-12-19 15:15 UTC  (3+ messages)

[meta-rockchip] [PATCH] tinker-board-3: add
 2025-12-19 15:17 UTC  (3+ messages)
` [yocto-patches] "


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.