All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-20 07:24:50 to 2026-02-20 08:37:33 UTC [more...]

[i915-rt v6 00/24] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-02-20  8:37 UTC  (15+ messages)
` [i915-rt v6 01/24] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [i915-rt v6 02/24] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [i915-rt v6 03/24] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [i915-rt v6 04/24] drm/intel/display: Convert vblank event handling to 2-stage arming
` [i915-rt v6 05/24] drm/i915/display: Move vblank put until after critical section
` [i915-rt v6 06/24] drm/i915/display: Remove locking from intel_vblank_evade "
` [i915-rt v6 07/24] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [i915-rt v6 08/24] drm/i915: Use preempt_disable/enable_rt() where recommended
` [i915-rt v6 09/24] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [i915-rt v6 10/24] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [i915-rt v6 11/24] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [i915-rt v6 12/24] drm/i915/display: Use intel_de_read/write_fw in colorops
` [i915-rt v6 13/24] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt v6 14/24] drm/i915/display: Make set_pipeconf use the fw variants

[PATCH 0/9] arm64: Fully disable configured-out features
 2026-02-20  8:36 UTC  (3+ messages)
` [PATCH 1/9] arm64: Add logic to fully remove features from sanitised id registers

[BUG] suspicious RCU usage in event_filter_pid_sched_process_fork()
 2026-02-20  8:35 UTC 

[GIT PULL] EFI fixes for v7.0 #1
 2026-02-20  8:35 UTC 

[PATCH v2 1/2] dt-bindings: gpio: add gpio-aggregator binding
 2026-02-20  8:35 UTC  (22+ messages)

[PATCH v4 1/1] drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure
 2026-02-20  8:33 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v4,1/1] "

[PULL] drm-intel-next-fixes
 2026-02-20  8:31 UTC 

[Bug 221103] New: xhci_hcd: System lockup under CPU load during rapid usbfs polling of SuperSpeed root hubs on AMD Ryzen platforms
 2026-02-20  8:31 UTC  (3+ messages)
` [Bug 221103] xhci_hcd: System lockup under CPU load during usbfs polling of USB devices on AMD platforms

[PATCH] builtin: mark __builtin_strlen() as integer constant expression
 2026-02-20  8:30 UTC  (7+ messages)

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-20  8:30 UTC  (12+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-20  8:30 UTC  (9+ messages)

[PATCH] phy: qcom: qmp-ufs: Fix SM8650 PCS table for Gear 4
 2026-02-20  8:30 UTC  (3+ messages)

[PATCH v1 1/2] drm/amdgpu: update memdup_user with memdup_array_user
 2026-02-20  8:28 UTC  (2+ messages)
` [PATCH v1 2/2] drm/amdgpu: add upper bound check on user inputs in signal/wait ioctl

[PATCH 0/5] riscv: dts: sifive: fu740: Fix compatible strings per IP versioning
 2026-02-20  8:27 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: net: macb: Add SiFive FU740-C000 support
` [PATCH 2/5] dt-bindings: interrupt-controller: Add SiFive FU740-C000 PLIC
` [PATCH 3/5] net: macb: Add support for SiFive FU740-C000
` [PATCH 4/5] riscv: dts: sifive: fu740: Use correct ethernet compatible string
` [PATCH 5/5] riscv: dts: sifive: fu740: Use correct PLIC "

[PATCH 0/4] Fix tests with missing iconv(1) executable
 2026-02-20  8:26 UTC  (7+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] t: don't set ICONV prereq when iconv(1) is missing
  ` [PATCH v4 2/5] t40xx: don't use iconv(1) without ICONV prereq
  ` [PATCH v4 3/5] t4205: improve handling of ICONV prerequisite
  ` [PATCH v4 4/5] t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"
  ` [PATCH v4 5/5] t6006: don't use iconv(1) without ICONV prereq

[PATCH v2] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Eliza QMP UFS PHY
 2026-02-20  8:25 UTC  (2+ messages)

[PATCH 00/17] refs: unify `refs_for_each_*()` functions
 2026-02-20  8:24 UTC  (18+ messages)
` [PATCH 01/17] refs: move `refs_head_ref_namespaced()`
` [PATCH 02/17] refs: move `do_for_each_ref_flags` further up
` [PATCH 03/17] refs: rename `do_for_each_ref_flags`
` [PATCH 04/17] refs: rename `each_ref_fn`
` [PATCH 05/17] refs: remove unused `refs_for_each_include_root_ref()`
` [PATCH 06/17] refs: introduce `refs_for_each_ref_ext`
` [PATCH 07/17] refs: speed up `refs_for_each_glob_ref_in()`
` [PATCH 08/17] refs: generalize `refs_for_each_namespaced_ref()`
` [PATCH 09/17] refs: generalize `refs_for_each_fullref_in_prefixes()`
` [PATCH 10/17] refs: improve verification for-each-ref options
` [PATCH 11/17] refs: replace `refs_for_each_ref_in()`
` [PATCH 12/17] refs: replace `refs_for_each_rawref()`
` [PATCH 13/17] refs: replace `refs_for_each_rawref_in()`
` [PATCH 14/17] refs: replace `refs_for_each_glob_ref_in()`
` [PATCH 15/17] refs: replace `refs_for_each_glob_ref()`
` [PATCH 16/17] refs: replace `refs_for_each_namespaced_ref()`
` [PATCH 17/17] refs: replace `refs_for_each_fullref_in()`

[PATCH v1 1/1] PCI: dwc: Remove not-going-to-be-supported code for Baikal SoC
 2026-02-20  8:24 UTC 

[PATCH v1 0/4] virtio-msg transport layer
 2026-02-20  8:23 UTC  (6+ messages)
` [PATCH v1 2/4] virtio-msg: Add virtio-msg, a message based virtio "

[PATCH v2 00/10] drm/xe/pf: Allow to change VFs VRAM quota using sysfs
 2026-02-20  8:22 UTC  (3+ messages)
` [PATCH v2 01/10] drm/xe/pf: Expose LMTT page size

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-02-20  8:22 UTC  (5+ messages)
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
` [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings

[Buildroot] [git commit] CHANGES: update for 2025.11.2
 2026-02-20  8:21 UTC 

[Buildroot] [git commit] CHANGES: update for 2025.02.11
 2026-02-20  8:21 UTC 

[Buildroot] [git commit] docs/website/{download, news}.html: update for 2025.02.11 and 2025.11.2
 2026-02-20  8:19 UTC 

[PATCH v1 1/1] clk: baikal-t1: Remove not-going-to-be-supported code for Baikal SoC
 2026-02-20  8:22 UTC 

[PATCH v5 00/18] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-02-20  8:21 UTC  (5+ messages)
` [PATCH v5 12/18] dt-bindings: dma: ti: Add K3 BCDMA V2

[PATCH] MAINTAINERS: update enic and usnic maintainers
 2026-02-20  8:21 UTC  (2+ messages)

[RFC PATCH v2 00/12] spi: cadence-quadspi: add PHY tuning support
 2026-02-20  8:21 UTC  (6+ messages)
` [RFC PATCH v2 08/12] spi: cadence-quadspi: read 'has-dqs' DT property

[RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
 2026-02-20  8:21 UTC  (11+ messages)

[PATCH 0/5] PSR/PR Selective Fetch Early Transport fixes
 2026-02-20  8:20 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/5] Avoid the_repository in merge-ort and replay
 2026-02-20  8:19 UTC  (4+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] merge,diff: remove the_repository check before prefetching blobs

[PATCH v6 0/9] rust: add `register!` macro
 2026-02-20  8:18 UTC  (8+ messages)
` [PATCH v6 5/9] rust: io: add IoRef and IoWrite types

[PATCH 0/8] coresight: cti: Miscellaneous fixes and CPU PM cleanup
 2026-02-20  8:16 UTC  (5+ messages)
` [PATCH 2/8] coresight: cti: Fix register reads
` [PATCH 3/8] coresight: cti: Access ASICCTL only when implemented

[PATCH v1 0/1] send-email: add client certificate options
 2026-02-20  8:17 UTC  (2+ messages)
` [PATCH v1 1/1] send-mail: "

[PATCH v4 0/6] Rust GPUVM immediate mode
 2026-02-20  8:16 UTC  (4+ messages)
` [PATCH v4 3/6] rust: gpuvm: add GpuVm::obtain()

[PATCH v2 0/3] dma-buf: heaps: cma: enable dmem cgroup accounting
 2026-02-20  8:16 UTC  (5+ messages)
` [PATCH v2 3/3] dma-buf: heaps: cma: charge each cma heap's dmem

[PATCH Dovetail v2 0/2] Dovetail: Fix for arm64 IRQ pipelining, API for co-kernels
 2026-02-20  8:16 UTC  (8+ messages)
` [PATCH Dovetail v2 1/2] dovetail: genirq: Add request_percpu_irq_affinity_flags()

[PATCH] usb: dwc3: qcom: simplify error check in dwc3_qcom_find_num_ports()
 2026-02-20  8:15 UTC  (3+ messages)

[PATCH v2 0/2] media: rockchip: rkcif: various fixes
 2026-02-20  8:15 UTC  (9+ messages)
` [PATCH v2 1/2] media: rockchip: rkcif: fix off by one bugs
` [PATCH v2 2/2] media: rockchip: rkcif: comply with minimum number of buffers requirement

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-20  8:14 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Fixes and updates when using AUX backlight using Luminance (rev2)

[Buildroot] Buildroot 2025.11.2 released
 2026-02-20  8:14 UTC 

[LTP] [PATCH v2 0/6] Remove runltp
 2026-02-20  8:12 UTC  (5+ messages)
` [LTP] [PATCH v2 1/6] doc: INSTALL: dma_thread_diotest.c: Remove runltp from doc

[Buildroot] Buildroot 2025.02.11 released
 2026-02-20  8:13 UTC 

[PATCH v3] hrtimer: add usage examples to documentation
 2026-02-20  8:11 UTC 

[hch-misc:xor-improvements 12/25] lib/raid/xor/arm64/xor-neon.c:189:9: sparse: sparse: Trying to use reserved word 'return' as identifier
 2026-02-20  8:11 UTC 

[RFC net-next 0/4] ethtool: CMIS module diagnostic loopback support
 2026-02-20  8:11 UTC  (3+ messages)

[Buildroot] [git commit branch/2025.11.x] CHANGES: update for 2025.11.2
 2026-02-20  8:02 UTC 

[Buildroot] [git commit branch/2025.11.x] Makefile: update for 2025.11.2
 2026-02-20  8:03 UTC 

[Buildroot] [git commit branch/2025.02.x] CHANGES: update for 2025.02.11
 2026-02-20  7:55 UTC 

[Buildroot] [git commit branch/2025.02.x] Makefile: update for 2025.02.11
 2026-02-20  8:08 UTC 

[PATCH 0/5] iio: adc: xilinx-xadc: Add I2C interface support for System Management Wizard
 2026-02-20  8:09 UTC  (12+ messages)
` [PATCH 1/5] iio: adc: xilinx-xadc: Add helper functions for the device setup
` [PATCH 2/5] iio: adc: xilinx-xadc: Add setup_channels function pointer to ops structure
` [PATCH 3/5] iio: adc: xilinx-xadc: Replace module macro with custom init/exit functions
` [PATCH 4/5] iio: adc: xilinx-xadc: Add I2C interface support

[PATCH V2] driver core: auxiliary bus: Fix sysfs creation on bind
 2026-02-20  8:08 UTC  (5+ messages)

[PATCH v23 00/22] Type2 device basic support
 2026-02-20  8:08 UTC  (10+ messages)
` [PATCH v23 11/22] sfc: obtain decoder and region if committed by firmware
` [PATCH v23 21/22] sfc: create cxl region
  ` [PATCH "
` [PATCH v23 22/22] sfc: support pio mapping based on cxl
  ` [PATCH "

[PATCH v2 0/2] staging: greybus: audio: small fixes
 2026-02-20  8:08 UTC  (3+ messages)
` [PATCH v2 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module()

[LSF/MM/BPF TOPIC] NVMe Controller Data Queue (CDQ)
 2026-02-20  8:07 UTC  (3+ messages)

[PATCH] branch: add 'branch.addCurrentBranchAsPrefix' config param
 2026-02-20  8:07 UTC 

[PATCH v3 0/3] rust: atomic: add `fetch_sub` and update docs
 2026-02-20  8:06 UTC  (4+ messages)
` [PATCH v3 1/3] rust: atomic: add fetch_sub
` [PATCH v3 2/3] rust: atomic: update documentation for `fetch_add`
` [PATCH v3 3/3] rust: atomic: update a safety comment in impl of `fetch_add`

[PATCH] drm/i915/alpm: ALPM disable fixes
 2026-02-20  8:06 UTC  (2+ messages)

[PATCH v1] KVM: Use memdup_user instead of kernel stack to allocate kvm_guest_debug
 2026-02-20  8:03 UTC  (2+ messages)

[pci:for-linus] BUILD SUCCESS 8d275a84f0d117c0e68b9fe997b6b82885d5ca3c
 2026-02-20  8:03 UTC 

[PATCH v1 0/2] staging: greybus: audio: small fixes
 2026-02-20  8:03 UTC  (3+ messages)
` [PATCH v1 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module()

[PATCH 0/3] Add support for AD5706R DAC
 2026-02-20  8:02 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: iio: dac: Add binding for AD5706R
` [PATCH 2/3] iio: dac: ad5706r: Add support for AD5706R DAC
` [PATCH 3/3] MAINTAINERS: Add entry for AD5706R DAC driver

[PATCH] Bluetooth: btintel_pcie: Replace snprintf("%s") with strscpy
 2026-02-20  8:00 UTC 

[RFC] mm/vmalloc: vrealloc() shrink TODO - seeking direction before implementing
 2026-02-20  8:01 UTC  (4+ messages)

[PATCH v3 0/5] Fix tests with missing iconv(1) executable
 2026-02-20  8:00 UTC  (4+ messages)
` [PATCH v3 4/5] t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"

[PATCH] MAINTAINERS: Update Axiado reviewer
 2026-02-20  7:59 UTC  (4+ messages)
` [PATCH v2 0/2] axiado-ax3000-soc-maintainers-change and dtsi fixes
  ` [PATCH v2 2/2] MAINTAINERS: Update Axiado reviewer

[PATCH v11 0/8] virtio-net: live-TAP local migration
 2026-02-20  7:56 UTC  (4+ messages)
` [PATCH v11 3/8] qapi: add local migration parameter

[meta-ti][scarthgap][PATCH] meta-ti: optee: Update to 4.9.0 tag
 2026-02-20  7:55 UTC  (2+ messages)

[PPC][Tracing] Missing syscalls:* ftrace/perf events on PowerPC vs x86
 2026-02-20  7:54 UTC  (4+ messages)
  ` [**EXTERNAL**] "

[RFC PATCH] Introduce filesystem type tracking
 2026-02-20  7:52 UTC  (2+ messages)
` [PATCH] send-mail: add client certificate options

[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
 2026-02-20  7:52 UTC  (11+ messages)
` [PATCH v3 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v3 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v3 03/11] gpio: sysfs: "
` [PATCH v3 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v3 06/11] selftests: gpio: Add gpio-cdev-uaf tests

[PATCH 0/2] arm64: dts: mediatek: mt6359: give regulators unique names
 2026-02-20  7:51 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: regulator: mt6359: make regulator names unique

[android-common:android16-6.12 0/2] arch/x86/kvm/../../../virt/kvm/vfio.c:130:undefined reference to `vfio_file_iommu_group'
 2026-02-20  7:50 UTC 

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Eliza QMP UFS PHY
 2026-02-20  7:50 UTC  (3+ messages)

[GIT PULL] au1100fb fbdev updates for v7.0-rc1
 2026-02-20  7:49 UTC 

[PATCH v2] dt-bindings: rtc: isl12026: convert to YAML schema
 2026-02-20  7:48 UTC  (2+ messages)

[PATCH] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
 2026-02-20  7:44 UTC  (2+ messages)

qcom: vpu: fix SC7280 VPU Gen2 firmware and add compatibility symlink
 2026-02-20  7:44 UTC 

[PATCH v2 0/8] Add RemoteProc cooling support
 2026-02-20  7:44 UTC  (9+ messages)
` [PATCH v2 2/8] dt-bindings: thermal: Add qcom,qmi-cooling yaml bindings

[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
 2026-02-20  7:44 UTC  (3+ messages)

[PATCH v4 0/9] iio: light: gp2ap020a00f: General cleanup and
 2026-02-20  7:43 UTC  (5+ messages)
` [PATCH v4 1/9] iio: light: gp2ap020a00f: simplify locking with guard()

[PATCH 0/5] efi_selftest: manageprotocols fixes and enhancements
 2026-02-20  7:43 UTC  (7+ messages)
` [PATCH 1/5] efi_selftest: fix buffer overflow
` [PATCH 3/5] efi_selftest: remove unnecessary initializations
` [PATCH 5/5] efi_selftest: cosmetic: fix spelling in comments

[PATCH 0/2] driver core: provide and use device_match_fwnode_ext()
 2026-02-20  7:42 UTC  (15+ messages)
` [PATCH 1/2] driver core: provide device_match_fwnode_ext()

[PATCH v6 0/4] Enable ICE clock scaling
 2026-02-20  7:37 UTC  (4+ messages)
` [PATCH v6 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE

[PATCH v2] tools: specify C standard explicitly
 2026-02-20  7:34 UTC  (3+ messages)

[PATCH v5 0/4] Enable ICE clock scaling
 2026-02-20  7:33 UTC  (8+ messages)
` [PATCH v5 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE

[PATCH] ublk: persistent device links
 2026-02-20  7:33 UTC  (3+ messages)

[PATCH v3 0/3] Add support for GPUCC and GXCLK for SM8750
 2026-02-20  7:32 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: clock: qcom: Add SM8750 GPU clocks

[syzbot] Monthly tipc report (Feb 2026)
 2026-02-20  7:32 UTC 

[PATCH v4 0/3] Adding brcmstb-hwspinlock support
 2026-02-20  7:31 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: hwlock: "

[Intel-wired-lan] [PATCH iwl-next v3 0/2] ice: implement symmetric RSS hash configuration
 2026-02-20  7:30 UTC  (6+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v3 1/2] ethtool: treat RXH_GTP_TEID as intrinsically symmetric
  `  "
` [Intel-wired-lan] [PATCH iwl-next v3 2/2] ice: implement symmetric RSS hash configuration
  `  "

[PATCH v7] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-02-20  7:28 UTC 

[PATCH 0/1] This PR fixes a critical race condition in the Wintun driver that causes ring buffer overruns
 2026-02-20  7:28 UTC  (3+ messages)
` [PATCH 1/1] in order to prevent buffer overrun (which was observed while sending multiple high throughput UDP streams from different threads) I move the driver spinlock to protect Ring buffer Head

[PATCH] usb: typec: ucsi: add bounds check in gaokun_ucsi_handle_no_usb_event()
 2026-02-20  7:28 UTC  (3+ messages)

[PATCH v6 00/16] PCI: renesas: Add RZ/G3E PCIe controller support
 2026-02-20  7:27 UTC  (3+ messages)
` [PATCH v6 06/16] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Fix naming properties

[PATCH v8 0/4] arm64: dts: qcom: Introduce Glymur SoC dtsi and Glymur CRD dts
 2026-02-20  7:26 UTC  (3+ messages)
` [PATCH v8 1/4] dt-bindings: arm: qcom: Document Glymur SoC and board

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-02-20  7:25 UTC  (8+ messages)
` [PATCH v3 18/21] nvme: Update CCR completion wait timeout to consider CQT

[meta-oe][PATCH] can-isotp: drop recipe
 2026-02-20  7:25 UTC 

[PATCH] configs: j722s_evm_a53_defconfig: Allow configurability of MMCSD speeds
 2026-02-20  7:25 UTC 

[PATCH v2 3/3] iio: frequency: ad9523: fix checkpatch warnings for symbolic permissions
 2026-02-20  7:24 UTC  (4+ messages)
` [PATCH v3 0/3] iio: frequency: ad9523: fix checkpatch warnings
  ` [PATCH v3 3/3] iio: frequency: ad9523: fix checkpatch warnings for symbolic permissions


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.