All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-15 19:52:40 to 2026-06-15 20:36:46 UTC [more...]

[PATCH v9 00/22] CMTG enablement
 2026-06-15 20:03 UTC  (20+ messages)
` [PATCH v9 01/22] drm/i915/cmtg: Add intel_cmtg_is_allowed() for CMTG
` [PATCH v9 02/22] drm/i915/cmtg: Set CMTG clock select
` [PATCH v9 03/22] drm/i915/cmtg: Add CMTG transcoder offset in struct _device_info
` [PATCH v9 04/22] drm/i915/display: Pass target transcoder to intel_set_transcoder_timings()
` [PATCH v9 05/22] drm/i915/display: Rename cpu_transcoder parameter to transcoder
` [PATCH v9 06/22] drm/i915/display: Skip DP_MIN_HBLANK_CTL programming for CMTG transcoders
` [PATCH v9 07/22] drm/i915/display: Pass transcoder to intel_set_transcoder_timings_lrr()
` [PATCH v9 08/22] drm/i915/display: Rename cpu_transcoder parameter to transcoder in LRR path
` [PATCH v9 09/22] drm/i915/cmtg: Set timings for CMTG by using transcoder timing helpers
` [PATCH v9 10/22] drm/i915/vrr: Pass transcoder to intel_vrr_set_fixed_rr_timings()
` [PATCH v9 11/22] drm/i915/display: Rename cpu_transcoder parameter to transcoder in VRR fixed-rr path
` [PATCH v9 12/22] drm/i915/cmtg: Program VRR fixed-rate timings for CMTG transcoder
` [PATCH v9 13/22] drm/i915/cmtg: Program VRR control register "
` [PATCH v9 14/22] drm/i915/cmtg: Set link M/N "
` [PATCH v9 15/22] drm/i915/cmtg: Add hook to enable CMTG with sync to port
` [PATCH v9 16/22] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [PATCH v9 17/22] drm/i915/cmtg: Modify existing hook to disable CMTG
` [PATCH v9 18/22] drm/i915/cmtg: Add CMTG HWGB programming
` [PATCH v9 19/22] drm/i915/cmtg: Add CMTG scan line programming

[Buildroot] [PATCH 1/2] package/intel-mediadriver: bump version to 26.2.2
 2026-06-15 20:36 UTC  (2+ messages)

[Buildroot] [git commit] package/intel-mediadriver: bump version to 26.2.2
 2026-06-15 20:11 UTC 

[Buildroot] [git commit] package/intel-vpl-gpu-rt: bump version to 26.2.2
 2026-06-15 20:11 UTC 

[PATCH] binder: synchronize Rust Binder stats with freeze commands
 2026-06-15 20:36 UTC  (2+ messages)

e1000e: Report link down after "Detected Hardware Unit Hang" ?
 2026-06-15 20:36 UTC  (3+ messages)

[PATCH v8 00/27] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-15 20:36 UTC  (39+ messages)
` [PATCH v8 01/27] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v8 02/27] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v8 03/27] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v8 04/27] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v8 05/27] drm/i915/display: Move vblank put until after critical section
` [PATCH v8 06/27] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v8 07/27] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v8 08/27] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v8 09/27] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v8 10/27] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v8 11/27] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v8 12/27] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v8 13/27] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v8 14/27] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v8 15/27] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v8 16/27] drm/i915: Drop the irqs_disabled() check
` [PATCH v8 17/27] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v8 18/27] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v8 19/27] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v8 20/27] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v8 21/27] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v8 22/27] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v8 23/27] PREEMPT_RT injection
` [PATCH v8 24/27] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v8 25/27] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v8 26/27] drm/xe/display: Always use system memory on PREEMPT_RT for DPT
` [PATCH v8 27/27] drm/xe/display: Prefer not to allocate a framebuffers in stolen memory
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev16)
` ✓ CI.KUnit: success "

[PATCH v3 0/8] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
 2026-06-15 20:35 UTC  (5+ messages)
` [PATCH v3 7/8] KVM: x86: WARN if MOV DR emulation hits a "too late" #GP

[PATCH 0/3] usb: gadget: f_fs: Add R/W proxy EPs and ZLP support
 2026-06-15 20:35 UTC  (7+ messages)
` [PATCH 1/3] usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checks
` [PATCH 3/3] usb: gadget: f_fs: Introduce rw_proxy file descriptors

[PATCH ext4 v4] ext4: fix out-of-bounds read in ext4_read_inline_dir()
 2026-06-15 20:35 UTC  (2+ messages)

[PATCH v2] riscv: dts: spacemit: k1-orangepi-rv2: Add cpu scaling
 2026-06-15 20:34 UTC  (2+ messages)

[PATCH 0/4] drm/{i915,xe}: unify runtime pm calls
 2026-06-15 20:34 UTC  (7+ messages)
` [PATCH 2/4] drm/{i915, xe}: add new intel_display_driver_runtime_pm_{enable, disable}()
  ` [PATCH 2/4] drm/{i915,xe}: add new intel_display_driver_runtime_pm_{enable,disable}()
` [PATCH 3/4] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()
` ✗ i915.CI.Full: failure for drm/{i915,xe}: unify runtime pm calls

[PATCH v3 0/7] drm/i915/display: reduce the pm demand peak bw based on display data rate
 2026-06-15 20:33 UTC  (8+ messages)
` [PATCH v3 1/7] drm/i915/wm: clear the plane ddb_y entries on plane disable
` [PATCH v3 2/7] drm/i915/pm_demand: introduce HAS_PMDEMAND macro
` [PATCH v3 3/7] drm/i915/display: sagv pre/post plane calls to check pmdemand support
` [PATCH v3 4/7] drm/i915/bw: Extract icl_init_qgv_info()
` [PATCH v3 5/7] drm/i915/bw: extract update_sagv_status()
` [PATCH v3 6/7] drm/i915/bw: avoid replicating the update_sagv_status() calls
` [PATCH v3 7/7] drm/i915/bw: introduce the peak bandwidth threshold

[tip:x86/urgent] BUILD SUCCESS 2d36d3b451a94899db9c965adde15492ffe6027a
 2026-06-15 20:33 UTC 

[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
 2026-06-15 20:33 UTC  (11+ messages)
` [PATCH 08/19] parisc: define DPS root partition type UUID
` [PATCH 12/19] x86: define DPS root partition type UUIDs

[BUG] KASAN: slab-use-after-free in ipoctal_write_tty
 2026-06-15 20:33 UTC  (3+ messages)

+ ocfs2-fix-null-h_transaction-deref-in-ocfs2_assure_trans_credits.patch added to mm-nonmm-unstable branch
 2026-06-15 20:33 UTC 

[PATCH net-next] octeontx2-pf: add page pool ethtool statistics
 2026-06-15 20:32 UTC  (2+ messages)

[syzbot] Monthly afs report (Jun 2026)
 2026-06-15 20:32 UTC 

[PATCH net-next v2 0/2] netdev: expose page pool order via netlink
 2026-06-15 20:30 UTC  (8+ messages)
` [PATCH net-next v2 1/2] netdev: expose io_uring rx_page_order "

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-15 20:29 UTC  (7+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-15 20:28 UTC  (6+ messages)
` [PATCH for-next v3 1/9] slub_kunit: fall back to SW perf events when HW PMU is not available
` [PATCH for-next v3 2/9] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs

htmldocs: Warning: arch/arm/xen/enlighten.c references a file that doesn't exist: Documentation/devicetree/bindings/arm/xen.txt
 2026-06-15 20:28 UTC 

[PATCH] drm/xe/guc: Downgrade Memory CAT error message
 2026-06-15 20:27 UTC 

[PATCH] EDAC/altera: use SDMMC compatibles to select A10/S10 IRQ layout
 2026-06-15 20:27 UTC  (2+ messages)

[PATCH 0/3] Additional fixes for "Support for Samsung S2MU005 PMIC and its sub-devices"
 2026-06-15 20:26 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: s2mu005-pmic: reorder reg and interrupts properties
` [PATCH 2/3] dt-bindings: mfd: s2mu005-pmic: drop compatible property for multi-led node
` [PATCH 3/3] leds: rgb: s2m: use multi-led node of mfd as source node

Project Takeoffs
 2026-06-15 20:27 UTC 

[Buildroot] [next 1/2] package/pkg-download: add pypi helper for downloading packages from pypi.org
 2026-06-15 20:26 UTC  (3+ messages)

[Buildroot] [PATCH 1/5] {linux, linux-headers}: bump 6.12.x, 7.0.x, 6.18.x series
 2026-06-15 20:25 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] linux: select host-openssl for all architectures when building latest CIP version
` [Buildroot] [PATCH 3/5] linux: select host-libelf for all architectures when building latest version
` [Buildroot] [PATCH 4/5] {toolchain, linux-headers}: add support for 7.1 headers
` [Buildroot] [PATCH 5/5] linux: bump latest version to 7.1

[PATCH v2] hw_random: timeriomem-rng: add configurable read width and data mask
 2026-06-15 20:26 UTC  (2+ messages)

[Buildroot] [PATCH] boot/shim: add patch to fix builds with -O3 / -Ofast
 2026-06-15 20:25 UTC 

[GIT PULL] tracing tools: RTLA updates for 7.2
 2026-06-15 20:25 UTC 

[PATCH] f2fs: stop checkpoint on compressed write IO error
 2026-06-15 20:24 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] xfs/013: fix ENOSPC handling
 2026-06-15 20:23 UTC  (2+ messages)

[BUG] KASAN: slab-use-after-free in _copy_to_user from platform/x86/dell-smbios-wmi
 2026-06-15 20:21 UTC  (4+ messages)

[PATCH 0/2] MAINTAINERS: enforce file entries are consistent from meson
 2026-06-15 20:21 UTC  (4+ messages)
` [PATCH 1/2] MAINTAINERS: fix entry for 'Python scripts'
` [PATCH 2/2] meson.build: check MAINTAINERS file is consistent with source tree

[PATCH v2 i-g-t] lib/intel_chipset: Extend intel_get_pci_device to PCI accelerator class
 2026-06-15 20:20 UTC 

where to add a couple things related to kernel metadata?
 2026-06-15 20:21 UTC 

[PATCH v4 0/5] Enhance RPMsg buffer management
 2026-06-15 20:20 UTC  (6+ messages)
` [PATCH v4 1/5] rpmsg: virtio_rpmsg_bus: rename rbufs and sbufs
` [PATCH v4 2/5] rpmsg: virtio_rpmsg_bus: allow different size of tx and rx bufs
` [PATCH v4 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space
` [PATCH v4 4/5] docs: rpmsg: add virtio config space details
` [PATCH v4 5/5] samples: rpmsg: add MTU size info

[PATCH 00/39] MAINTAINERS: Fix F: lines
 2026-06-15 20:19 UTC  (4+ messages)

[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
 2026-06-15 20:19 UTC  (6+ messages)
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches

[PATCH] accel/amdxdna: Use caller client for debug BO sync
 2026-06-15 20:18 UTC 

[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
 2026-06-15 20:15 UTC  (6+ messages)
` [PATCH v2 4/7] ibmvfc: define asynchronous sub-queue
` [PATCH v2 5/7] ibmvfc: allocate "

[PATCH v2 0/3] drm/i915/scaler: allocation cleanup
 2026-06-15 20:15 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/scaler: allocation cleanup (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
 2026-06-15 20:14 UTC  (2+ messages)

[PATCH v8 2/7] x86/sev: Initialize RMPOPT configuration MSRs
 2026-06-15 20:14 UTC  (2+ messages)

Sashiko reviews for the LSM mailing list
 2026-06-15 20:13 UTC  (2+ messages)

[OE-core] [scarthgap] [PATCH] dpkg: Fix CVE-2026-2219
 2026-06-15 20:13 UTC 

[PATCH] generic/366: check minimum dio size correctly
 2026-06-15 20:13 UTC  (4+ messages)

[meta-oe][wrynose][PATCH 0/2] haveged: upgrade to 1.9.22 (CVE-2026-41054)
 2026-06-15 20:09 UTC  (2+ messages)

[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
 2026-06-15 20:10 UTC 

[PATCH bpf-next v3] bpf: Better build_id caching in stack_map_get_build_id_offset()
 2026-06-15 20:12 UTC  (2+ messages)

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, 36808d5e)
 2026-06-15 20:12 UTC 

[PATCH] binder: synchronize Rust Binder stats with freeze commands
 2026-06-15 20:05 UTC  (2+ messages)

[PATCH v3] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
 2026-06-15 20:10 UTC  (2+ messages)

[Buildroot] [PATCH] package/catch2: bump to version 3.15.1
 2026-06-15 20:10 UTC  (2+ messages)

[PATCH 0/2] qom: Tighten object lifetime handling
 2026-06-15 20:09 UTC  (8+ messages)
` [PATCH 2/2] qom: Manage references to embedded child objects

[Buildroot] [git commit] package/catch2: bump to version 3.15.1
 2026-06-15 19:55 UTC 

[PATCH] mailmap: add entry for Jesse Brandeburg
 2026-06-15 20:10 UTC  (2+ messages)

[PATCH v2 0/5] fixes for data/bss linear alias unmap series
 2026-06-15 20:09 UTC  (3+ messages)
` [PATCH v2 1/5] arm64: Rename page table BSS section to .bss..pgtbl

Repeatable, raid1+O_DIRECT, hang/warn
 2026-06-15 20:09 UTC  (8+ messages)

Should verify_shell() be in a library?
 2026-06-15 20:08 UTC  (2+ messages)

[PATCH] wifi: realtek: rtw8822c: replace msleep() with fsleep() for DPK delays
 2026-06-15 20:08 UTC  (4+ messages)

[PATCH] KVM: SEV: Don't return a still-assigned gmem page to the host
 2026-06-15 20:07 UTC  (9+ messages)

[PATCH v4 5/6] pds_core: add host backed memory support for firmware
 2026-06-15 20:07 UTC  (3+ messages)

[PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT
 2026-06-15 20:07 UTC  (2+ messages)

[PATCH v8 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
 2026-06-15 20:07 UTC  (2+ messages)

[BUG] KASAN: slab-use-after-free in pci_endpoint_test_ioctl
 2026-06-15 20:06 UTC  (3+ messages)

[PULL 000/106] pci, vhost, virtio, iommu: features, fixes, cleanups
 2026-06-15 20:05 UTC  (3+ messages)

[PATCH v8 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
 2026-06-15 20:06 UTC  (2+ messages)

[PATCH v1] bus: ti-sysc: Fix /chosen node reference leak
 2026-06-15 20:05 UTC 

[PATCH] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
 2026-06-15 20:05 UTC  (2+ messages)

[PATCH 0/2] iio: chemical: sps30, scd30
 2026-06-15 20:04 UTC  (3+ messages)
` [PATCH 1/2] iio: chemical: sps30: update email
` [PATCH 2/2] iio: chemical: scd30: "

[f2fs-dev] [PATCH] f2fs/025: test to do sanity check section type correctly in f2fs GC
 2026-06-15 20:05 UTC  (5+ messages)
`  "

[PATCHSET v2] Add lockless MPSC FIFO queue for task work
 2026-06-15 20:04 UTC  (9+ messages)
` [PATCH 4/6] io_uring: switch normal task_work to a mpscq

[PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
 2026-06-15 20:04 UTC  (7+ messages)

[PATCH] security: clarify task_prctl hook documentation
 2026-06-15 20:03 UTC 

[PATCH] drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
 2026-06-15 20:03 UTC  (4+ messages)

[PATCH] iio: accel: kxsd9: Fix runtime PM error handling and scoping
 2026-06-15 20:03 UTC 

[PATCH v8 0/7] Vswing / Pre-emphasis Override
 2026-06-15 20:03 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Vswing / Pre-emphasis Override (rev3)

[PATCH v1] s390/virtio_ccw: Also suppress -EINVAL on device detach
 2026-06-15 20:01 UTC  (4+ messages)

Btrfs ENOSPC / Stuck in RO with "exclusive operation balance paused in progress"
 2026-06-15 20:00 UTC  (9+ messages)

[PATCH net-next 0/2] selftests/vsock: improve vng version and quirk handling
 2026-06-15 20:00 UTC  (2+ messages)

[PATCH] x86/shstk: shadow stack enabling write return code change
 2026-06-15 20:00 UTC 

[PATCH net] tipc: fix UAF in tipc_l2_send_msg()
 2026-06-15 20:00 UTC  (2+ messages)

[PATCH net] tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)
 2026-06-15 20:00 UTC  (2+ messages)

[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
 2026-06-15 19:59 UTC  (11+ messages)

[PATCH v4 4/6] pds_core: add PLDM component info display
 2026-06-15 19:58 UTC  (3+ messages)

[PATCHES v2 00/13] perf tools: Fix pre-existing bugs in symbols, dso, bpf, sched, c2c, hwmon, and cs-etm
 2026-06-15 19:56 UTC  (4+ messages)
` [PATCH 12/13] perf c2c: Free format list entries when releasing c2c hist entries

[RFC PATCH v2 0/7] mm, swap: Virtual Swap Space (Swap Table Edition)
 2026-06-15 19:56 UTC  (4+ messages)

[PATCH v3 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
 2026-06-15 19:55 UTC  (3+ messages)
` [PATCH v3 1/3] mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()

[PATCH v3 0/8] alpha: enable generic entry infrastructure
 2026-06-15 19:55 UTC  (3+ messages)

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-15 19:55 UTC  (12+ messages)
                ` [swap tier discussion] "

[PATCH 0/5] RFC: Stop NFSv4.1 slot-growth heuristic from rewarding busy clients
 2026-06-15 19:55 UTC  (3+ messages)

[PATCH] perf: Document recent additions to the perf.data file header
 2026-06-15 19:55 UTC  (3+ messages)

drivers/thermal/rockchip_thermal.c:1509:25: sparse: sparse: unsigned value that used to be signed checked against zero?
 2026-06-15 19:54 UTC 

[Buildroot] [PATCH] package/{python-}protobuf: bump to version 35.1
 2026-06-15 19:54 UTC  (2+ messages)

[PATCH v2 0/2] system/memory: Make ram device region directly accessible
 2026-06-15 19:52 UTC  (6+ messages)
` [PATCH v2 1/2] system/memory: Use qemu_ram_{copy, move}() in ram device region accessors


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.