All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-29 10:42:33 to 2026-05-29 11:20:19 UTC [more...]

[PATCH v2] iopoll: use udelay() for initial polling
 2026-05-29 11:20 UTC  (7+ messages)

[PATCH 00/32] ui: better console hotplug support
 2026-05-29 11:16 UTC  (30+ messages)
` [PATCH 01/32] ui/gtk: fix bad widget realize on non-GFX VC
` [PATCH 02/32] build-sys: build with -fno-omit-frame-pointer with ASAN
` [PATCH 03/32] irq: add per-IRQ observer to fix qemu_irq_intercept_in leak
` [PATCH 04/32] scripts/lsan_suppressions: suppress fontconfig leaks
` [PATCH 05/32] vfio/pci: close display console during unrealize, not finalize
` [PATCH 06/32] glib-compat: add fallback for g_clear_fd/g_autofd
` [PATCH 07/32] ui/dbus: remove mouse handler on dispose
` [PATCH 08/32] ui/qmp: keep a reference of console across yield
` [PATCH 09/32] ui: stop ui timer when closing
` [PATCH 10/32] ui/console: init gl_unblock_timer in qemu_console_init
` [PATCH 11/32] ui/spice: remove dead spice_displays
` [PATCH 12/32] ui/spice: add cleanup on shutdown
` [PATCH 13/32] ui: add display cleanup infrastructure
` [PATCH 14/32] ui/curses: implement display cleanup
` [PATCH 15/32] ui/sdl2: "
` [PATCH 16/32] ui/spice-app: "
` [PATCH 17/32] ui/egl: implement display and EGL cleanup
` [PATCH 18/32] ui/cocoa: implement display cleanup
` [PATCH 19/32] ui/dbus: "
` [PATCH 20/32] ui/gtk: "
` [PATCH 21/32] ui/console: add console event notifier infrastructure
` [PATCH 22/32] ui/console: fire console ADDED/REMOVED notifications
` [PATCH 23/32] ui/console-vc: fire "
` [PATCH 24/32] ui/gtk: convert VirtualConsole storage from fixed array to GPtrArray
` [PATCH 25/32] ui/gtk: move global display settings out of per-console init
` [PATCH 26/32] ui/gtk: fix tab re-insertion order on window close
` [PATCH 28/32] ui/gtk: handle console hotplug/unplug events
` [PATCH 30/32] ui/console: unregister console from QOM tree on close
` [PATCH 31/32] ui/dbus: handle console hotplug/unplug events

[PATCH v6 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-29 11:19 UTC  (4+ messages)
` [PATCH v6 09/15] arm64: Move fixmap and kasan page tables to end of kernel image

[PATCH v3] staging: sm750fb: rename pv_reg to io_base
 2026-05-29 11:19 UTC 

Dovetail on risc-v: Testing strategy, managing efforts for forward porting
 2026-05-29 10:49 UTC  (5+ messages)

Incorrect parsing of OSC 8 hyperlinks
 2026-05-29 11:19 UTC  (2+ messages)

[Bug 221505] New: REGRESSION][amd_pstate] "EPP cannot be set under performance policy" (EBUSY) when switching to performance profile via PPD on 7.1
 2026-05-29 11:18 UTC  (2+ messages)
` [Bug 221505] "

[PATCH 00/16] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-05-29 11:17 UTC  (5+ messages)
` [PATCH 09/16] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes

[PATCH v13 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-29 10:06 UTC  (4+ messages)
` [PATCH v13 2/6] iio: adc: ad4691: add initial driver for AD4691 family

[PATCH] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
 2026-05-29 11:17 UTC 

[PATCH v2 0/6] mfd: lm3533: convert to OF bindings, improve support
 2026-05-29 11:17 UTC  (18+ messages)
` [PATCH v2 1/6] dt-bindings: leds: Document TI LM3533 LED controller
` [PATCH v2 2/6] mfd: lm3533: Convert to use OF bindings
` [PATCH v2 5/6] video: backlight: lm3533_bl: Set initial mapping mode from DT

[PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding
 2026-05-29 11:15 UTC  (2+ messages)

[PATCH 0/6] s390/drivers: replace __get_free_pages() call with kmalloc()
 2026-05-29 11:15 UTC  (4+ messages)
` [PATCH 4/6] s390/qeth: replace get_zeroed_page() with kzalloc()

[PATCH] fuse: add fuse_request_recv tracepoint
 2026-05-29 11:15 UTC  (4+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS WITH WARNING 0524a508b2cf7a3819406cd10d43d6e30fa31004
 2026-05-29 11:14 UTC 

[RFC mptcp-next v22 00/20] MPTCP KTLS support
 2026-05-29 11:14 UTC  (21+ messages)
` [RFC mptcp-next v22 01/20] tls: add clone callback to prevent NULL accept crash
` [RFC mptcp-next v22 02/20] tls: init mixed SW/TOE proto to prevent NULL call
` [RFC mptcp-next v22 03/20] tls: add ESTABLISHED state check for TOE bypass
` [RFC mptcp-next v22 04/20] tcp: add socket lock to TCP_ULP getsockopt
` [RFC mptcp-next v22 05/20] tls: add per-protocol cache for MPTCP support
` [RFC mptcp-next v22 06/20] tls: introduce tls protocol ops structure
` [RFC mptcp-next v22 07/20] tls: store protocol ops pointer in tls_proto
` [RFC mptcp-next v22 08/20] mptcp: update mptcp_check_readable helper
` [RFC mptcp-next v22 09/20] mptcp: implement mptcp-specific tls protocol ops
` [RFC mptcp-next v22 10/20] tls: disable device offload for mptcp sockets
` [RFC mptcp-next v22 11/20] mptcp: update ulp getsockopt for tls support
` [RFC mptcp-next v22 12/20] mptcp: enable ulp setsockopt "
` [RFC mptcp-next v22 13/20] selftests: mptcp: connect: use espintcp for ulp test
` [RFC mptcp-next v22 14/20] selftests: tls: add mptcp variant for testing
` [RFC mptcp-next v22 15/20] selftests: tls: increase pollin timeouts for mptcp
` [RFC mptcp-next v22 16/20] selftests: tls: increase nonblocking data size "
` [RFC mptcp-next v22 17/20] selftests: tls: retry bind on EINVAL in shutdown_reuse
` [RFC mptcp-next v22 18/20] selftests: tls: set timeout for multi_chunk_sendfile
` [RFC mptcp-next v22 19/20] selftests: tls: add mptcp test cases
` [RFC mptcp-next v22 20/20] selftests: mptcp: cover mptcp tls tests

arch/riscv/kernel/signal.c:129:9: error: implicit declaration of function '__riscv_v_vstate_clean'; did you mean 'riscv_v_vstate_query'?
 2026-05-29 11:13 UTC 

[GIT PULL] OP-TEE for v7.2
 2026-05-29 11:14 UTC 

[PATCH 00/24] drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification
 2026-05-29 11:13 UTC  (26+ messages)
` [PATCH 01/24] drm/i915: Keep display IRQs enabled for encoder suspend/shutdown
` [PATCH 02/24] drm/i915/xe: Enable HPD polling later during system resume
` [PATCH 03/24] drm/i915: add flush_workqueue(display->wq.cleanup) on shutdown
` [PATCH 04/24] drm/xe/display: remove intel_display_flush_cleanup_work() calls on suspend/shutdown
` [PATCH 05/24] drm/xe/display: drop duplicate intel_dp_mst_suspend() call
` [PATCH 06/24] drm/i915/display: add "pm" to intel_display_driver_{suspend, resume}() names
` [PATCH 07/24] drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*()
` [PATCH 08/24] drm/xe/display: relocate the xe_display_shutdown*() functions
` [PATCH 09/24] drm/xe/display: relocate the xe_display_pm_runtime_*() functions
` [PATCH 10/24] drm/{i915, xe}: move more calls inside intel_display_driver_pm_suspend()
` [PATCH 11/24] drm/{i915, xe}: move more calls inside intel_display_driver_pm_resume()
` [PATCH 12/24] drm/{i915, xe}: add intel_display_driver_pm_{suspend_late, resume_early}()
` [PATCH 13/24] drm/{i915, xe}: move more calls inside intel_display_driver_{register, unregister}()
` [PATCH 14/24] drm/{i915, xe}: add intel_display_driver_shutdown_late()
` [PATCH 15/24] drm/i915: add intel_display_driver_shutdown()
` [PATCH 16/24] drm/i915/display: deduplicate suspend and shutdown a bit
` [PATCH 17/24] drm/xe/display: use intel_display_driver_pm_shutdown()
` [PATCH 18/24] drm/{i915, xe}: move more stuff to __intel_display_driver_pm_suspend()
` [PATCH 19/24] drm/{i915, xe}: make intel_dmc_suspend() part of display suspend/shutdown calls
` [PATCH 20/24] drm/{i915, xe}: move intel_opregion_suspend() to intel_display_driver_pm_suspend_late()
` [PATCH 21/24] drm/{i915, xe}: keep moving stuff to intel_display_driver_pm_resume()
` [PATCH 22/24] drm/i915: add intel_display_driver_pm_runtime*() functions
` [PATCH 23/24] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()
` [PATCH 24/24] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold
` ✓ CI.KUnit: success for drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification

[PATCH v2] hwmon: (k10temp) Add thermal support for AMD 1Ah Family Models 80h-8Fh
 2026-05-29 11:12 UTC 

[PATCH v3 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-29 11:12 UTC  (4+ messages)

[PATCH v6 0/6] iommu: Standardize ATS robustness and state tracking
 2026-05-29 11:12 UTC  (7+ messages)
` [PATCH v6 1/6] PCI/ATS: Ensure pci_ats_supported() is PF-aware for VFs
` [PATCH v6 2/6] PCI/ATS: Validate STU for VFs in pci_prepare_ats()
` [PATCH v6 3/6] PCI/ATS: Mandate checking pci_ats_supported() before pci_prepare_ats()
` [PATCH v6 4/6] iommu/arm-smmu-v3: Standardize ATS enablement failure reporting
` [PATCH v6 5/6] iommu/vt-d: Fail probe on ATS configuration failure
` [PATCH v6 6/6] iommu/amd: "

[Buildroot] [PATCH 00/11] Add ColdFire MCF5441x (m68k) support
 2026-05-29 11:12 UTC  (9+ messages)
` [Buildroot] [PATCH 02/11] package/gcc: force --with-arch=cf on m68k MCF5441x
` [Buildroot] [PATCH 03/11] package/Makefile.in: add global ColdFire workaround flags
` [Buildroot] [PATCH 04/11] package/gmp: disable C++ bindings on m68k ColdFire
` [Buildroot] [PATCH 05/11] package/gdb: use static libgcc "

[git pull] IOMMU Fixes for Linux v7.1-rc5
 2026-05-29 11:12 UTC 

[GIT PULL] AMD-TEE for v7.2
 2026-05-29 11:11 UTC 

[PATCH 0/4] iio: fix PM-enable leak on probe error path across 4 drivers
 2026-05-29 11:11 UTC  (6+ messages)
` [PATCH 1/4] iio: light: isl29028: use devm_pm_runtime_enable() to fix probe error path
` [PATCH 2/4] iio: light: tsl2583: "
` [PATCH 3/4] iio: temperature: mlx90614: "
` [PATCH 4/4] iio: accel: bmi088-accel: "

[Patch v8 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-05-29 11:11 UTC  (3+ messages)
` [Patch v8 01/23] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()

[PATCH] cpufreq: Documentation: fix freq_step description
 2026-05-29 11:11 UTC 

[PATCH v3 0/3] Enable CTCU and ETR devices for multiple QCOM platforms
 2026-05-29 11:10 UTC  (4+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-05-29 11:10 UTC  (11+ messages)

[PATCH v2 0/4] arm64: dts: imx93-var-som-symphony: align DTS with hardware revision
 2026-05-29 11:10 UTC  (6+ messages)
` [PATCH v2 1/4] arm64: dts: imx93-var-som-symphony: add TPM support
` [PATCH v2 2/4] arm64: dts: imx93-var-som-symphony: enable UART7
` [PATCH v2 3/4] arm64: dts: imx93-var-som-symphony: keep RGB_SEL low
` [PATCH v2 4/4] arm64: dts: imx93-var-som-symphony: enable TPM3 PWM

[PATCH 0/3] drm/{i915, xe}: relocate shutdown and pm hooks from xe to display
 2026-05-29 11:09 UTC  (6+ messages)
` [PATCH 2/3] drm/{i915, xe}: move xe display shutdown and pm hooks to intel_display_driver.c

[PATCH v2 1/2] drm/amdgpu: Only set bo->moved when the BO was actually moved
 2026-05-29 11:09 UTC  (2+ messages)

[REPORT] landlock: SCOPE_SIGNAL bypass via F_SETOWN to invoker pgid -> SIGIO/SIGKILL to non-sandboxed targets
 2026-05-29 11:08 UTC  (2+ messages)

[PATCH] iio: adc: ti-ads1015: use devm_pm_runtime_enable() to fix probe error path
 2026-05-29 11:07 UTC  (2+ messages)

[PATCH net 0/2] net: lan743x: ptp: Fix simultaneous PEROUT on PCI11x1x
 2026-05-29 11:07 UTC  (3+ messages)

[PATCH v5 10/10] RAS: add firmware-first CPER provider
 2026-05-29 11:07 UTC  (2+ messages)

[PATCH v1 0/2] hw: introduce a lightweight MCTP-over-I2C responder
 2026-05-29 11:06 UTC  (2+ messages)

[PATCH v6] tools: mkeficapsule: Rework pkcs11 support
 2026-05-29 11:05 UTC 

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-05-29 11:05 UTC  (4+ messages)
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks

[PATCH v1 0/2] dt-bindings: display: panel: Add LG LP156WF1 dual-LVDS panel
 2026-05-29 11:05 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: Add LG LP156WF1
` [PATCH v1 2/2] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with LG LP156WF1 LVDS panel

[PATCH v1] ipmi:ssif: Drop unused assignment of platform_device_id driver data
 2026-05-29 11:03 UTC 

[PATCH v6 00/15] Introduce Xe Uncorrectable Error Handling
 2026-05-29 11:02 UTC  (3+ messages)
` [PATCH v6 06/15] drm/xe/xe_drm_client: Skip run_ticks fdinfo during device reset

[PATCH] ocfs2: fix buffer head management in ocfs2_read_blocks()
 2026-05-29 11:02 UTC  (2+ messages)

[PATCH v1 4/6] power: Use named initializers for platform_device_id arrays
 2026-05-29 11:02 UTC  (2+ messages)

[PATCH v7 00/15] CMTG enablement
 2026-05-29 11:02 UTC  (7+ messages)
` [PATCH v7 04/15] drm/i915/cmtg: Set timings for CMTG
` [PATCH v7 08/15] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [PATCH v7 09/15] drm/i915/cmtg: Modify existing hook to disable CMTG

"FILES" glossary entry does not mention including "dirname/*"
 2026-05-29 11:04 UTC 

[PATCH 6.12 000/272] 6.12.92-rc1 review
 2026-05-29 10:59 UTC  (3+ messages)

[PATCH] x86/mm: Fix potential RMP page count mismatch in early SNP transitions
 2026-05-29 10:57 UTC 

[PATCH 00/10] nfsd: a pile of fixes for random bugs
 2026-05-29 10:56 UTC  (10+ messages)
` [PATCH 06/10] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH 09/10] nfsd: cap decoded POSIX ACL count to bound sort cost

[PATCH v3 00/24] Fix various QOM object life-cycle issues
 2026-05-29 10:55 UTC  (4+ messages)
` [PATCH v3 18/24] hw/tpm: free PPI buffer on finalization

[PATCH V2 1/7] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
 2026-05-29 10:55 UTC  (8+ messages)
` [PATCH V2 5/7] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
` [PATCH V2 7/7] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[PATCH 0/6] sched/proxy: doodles
 2026-05-29 10:54 UTC  (11+ messages)
` [PATCH 1/6] sched/proxy: Remove superfluous clear_task_blocked_in()

[GIT PULL] KVM/arm64 fixes for 7.1, take #4
 2026-05-29 10:54 UTC 

[PATCH v3 2/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel
 2026-05-29 10:54 UTC  (2+ messages)

[PATCH v2 1/3] binman: imx8mimage: Handle nxp,boot-from = "fspi"
 2026-05-29 10:53 UTC  (3+ messages)

[PATCH V2 net-next 0/6] net: hns3: enhance tc flow offload support
 2026-05-29 10:53 UTC  (6+ messages)

[PATCH v2 0/3] xhci: ring queuing cleanups plus a quirk
 2026-05-29 10:53 UTC  (4+ messages)
` [PATCH v2 2/3] usb: xhci: Simplify moving HW Dequeue Pointer past cancelled TDs

[PATCH mptcp-net] mptcp: fix uninit-value in mptcp_established_options
 2026-05-29 10:52 UTC  (2+ messages)

[syzbot] [net?] KMSAN: uninit-value in __fl_lookup (3)
 2026-05-29 10:51 UTC 

[PATCH] drm/xe/ggtt: use full-range drm_mm with reserved nodes on PF
 2026-05-29 10:50 UTC  (4+ messages)

[PATCH net] appletalk: aarp: zero-initialize aarp_entry to prevent heap info leak
 2026-05-29 10:50 UTC 

[PATCH 0/4] iio: PM-enable leak on probe error path (goto-variant drivers)
 2026-05-29 10:45 UTC  (5+ messages)
` [PATCH 1/4] iio: light: pa12203001: use devm_pm_runtime_enable() to fix probe error path
` [PATCH 2/4] iio: light: us5182d: "
` [PATCH 3/4] iio: light: apds9960: "
` [PATCH 4/4] iio: accel: mma8452: "

[linux-next:master] [btrfs] 551e510a97: fio.write_iops 12.4% improvement
 2026-05-29 10:39 UTC  (2+ messages)

[PATCH] sched/topology: Provide arch_llc_mask for cache aware scheduling
 2026-05-29 10:45 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] sched/deadline: Reject debugfs dl_server writes for offline CPUs
 2026-05-29 10:45 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH 1/2] sched_ext: Auto-register/unregister dl_server reservations
 2026-05-29 10:45 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH 2/2] selftests/sched_ext: Validate dl_server attach/detach in total_bw test
 2026-05-29 10:45 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v3] sched/fair: use rq_clock() in update_tg_load_avg() rate-limit
 2026-05-29 10:45 UTC  (2+ messages)
` [tip: sched/core] sched/fair: Use "

[Patch v8 3/5] perf regs: Support x86 SIMD registers sampling
 2026-05-29 10:45 UTC  (2+ messages)

[PATCH v6 5/5] clocksource/timer-econet-en751221: Support EN751627 without percpu IRQ
 2026-05-29 10:45 UTC  (3+ messages)

[PATCH v10 mptcp-next 0/3] mptcp: address stall under memory pressure
 2026-05-29 10:44 UTC  (4+ messages)
` [PATCH v10 mptcp-next 1/3] Squash-to: "mptcp: implemented OoO queue pruning"
` [PATCH v10 mptcp-next 2/3] mptcp: move the retrans loop to a separate helper
` [PATCH v10 mptcp-next 3/3] mptcp: let the retrans scheduler do its job

[PATCH v2] staging: sm750fb: remove unused variable
 2026-05-29 10:44 UTC  (3+ messages)

[PATCH net] ipv4: validate ip_forward_options() option fields against skb tail
 2026-05-29 10:43 UTC  (2+ messages)

[Buildroot] [RESEND v3 0/1] support: kconfig: Fix compiler warnings
 2026-05-29 10:43 UTC  (3+ messages)
` [Buildroot] [RESEND v3 1/1] "

[Buildroot] [git commit] support/kconfig: fix compiler warnings
 2026-05-29 10:43 UTC 

Warning: drivers/ata/libata-eh.c:979 function parameter 'ap' not described in 'ata_qc_schedule_eh'
 2026-05-29 10:43 UTC 

[PATCH v13 2/2] drm/bridge: Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-29 10:43 UTC  (2+ messages)

[PATCH] pinctrl: qcom: Remove unused macro definitions
 2026-05-29 10:43 UTC 

[Patch v8 21/23] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
 2026-05-29 10:43 UTC  (2+ messages)

[PATCH v2] coverage: place GCOV-generated .text.startup section in init text
 2026-05-29 10:41 UTC  (2+ messages)


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.