All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 18:33:37 to 2026-04-10 19:27:18 UTC [more...]

[PATCH v2 00/67] ui: add standalone VNC server over D-Bus
 2026-04-10 19:19 UTC  (55+ messages)
` [PATCH v2 01/67] ui/vnc-jobs: remove needless buffer_reset() before end
` [PATCH v2 02/67] ui/vnc: clarify intent using buffer_empty() function
` [PATCH v2 03/67] ui/vnc-jobs: vnc_has_job_locked() argument cannot be NULL
` [PATCH v2 04/67] ui/vnc-jobs: remove dead VncJobQueue.exit
` [PATCH v2 05/67] ui/vnc-jobs: remove vnc_queue_clear()
` [PATCH v2 06/67] ui/vnc-jobs: narrow taking the queue lock
` [PATCH v2 07/67] ui/vnc-jobs: drop redundant (and needless) qemu_thread_get_self()
` [PATCH v2 08/67] ui/console-vc: fix off-by-one in CSI J 2 (clear entire screen)
` [PATCH v2 09/67] ui/console-vc: add UTF-8 input decoding with CP437 rendering
` [PATCH v2 10/67] ui/console-vc: ignore string-type escape sequences
` [PATCH v2 11/67] ui/console-vc: fix comment shift-out/in comments
` [PATCH v2 12/67] ui/console: dispatch get_label() through QOM virtual method
` [PATCH v2 13/67] ui/console-vc: introduce QemuVT100
` [PATCH v2 14/67] ui/console-vc: set vt100 associated pixman image
` [PATCH v2 15/67] ui/console-vc: vga_putcharxy()->vt100_putcharxy()
` [PATCH v2 16/67] ui/console-vc: make invalidate_xy() take vt100
` [PATCH v2 17/67] ui/console-vc: make show_cursor() "
` [PATCH v2 18/67] ui/console-vc: decouple VT100 display updates via function pointer
` [PATCH v2 19/67] ui/console-vc: console_refresh() -> vt100_refresh()
` [PATCH v2 20/67] ui/console-vc: move cursor blinking logic into VT100 layer
` [PATCH v2 21/67] ui/console-vc: console_scroll() -> vt100_scroll()
` [PATCH v2 22/67] ui/console-vc: refactor text_console_resize() into vt100_set_image()
` [PATCH v2 23/67] ui/console-vc: move vc_put_lf() to VT100 layer as vt100_put_lf()
` [PATCH v2 24/67] ui/console-vc: unify the write path
` [PATCH v2 25/67] ui/console-vc: move VT100 state machine and output FIFO into QemuVT100
` [PATCH v2 26/67] ui/console-vc: extract vt100_input() from vc_chr_write()
` [PATCH v2 27/67] ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym()
` [PATCH v2 28/67] ui/console-vc: extract vt100_init() and vt100_fini()
` [PATCH v2 29/67] ui/console: remove console_ch_t typedef and console_write_ch()
` [PATCH v2 30/67] ui: avoid duplicating vgafont16 in each translation unit
` [PATCH v2 31/67] ui/vgafont: add SPDX license header
` [PATCH v2 33/67] ui/console-vc: move VT100 emulation into separate unit
` [PATCH v2 34/67] util: move datadir.c from system/
` [PATCH v2 35/67] ui: move DisplaySurface functions to display-surface.c
` [PATCH v2 36/67] ui: make qemu_default_pixelformat() static inline
` [PATCH v2 37/67] ui: make unregister_displaychangelistener() skip unregistered
` [PATCH v2 39/67] system: make qemu_del_vm_change_state_handler accept NULL
` [PATCH v2 40/67] ui/vnc: assert preconditions instead of silently returning
` [PATCH v2 41/67] ui/vnc: simplify vnc_init_func error handling
` [PATCH v2 42/67] ui/vnc: VncDisplay.id is not const
` [PATCH v2 45/67] ui/vnc: make vnc_disconnect_finish() private
` [PATCH v2 46/67] ui/vnc: make the worker thread per-VncDisplay
` [PATCH v2 48/67] ui/vnc: merge vnc_display_init() and vnc_display_open()
` [PATCH v2 51/67] ui/vnc: defer listener registration until the console is known
` [PATCH v2 52/67] ui/vnc: expose vnc_disconnect_start()
` [PATCH v2 53/67] ui/vnc: remove left-over dead code
` [PATCH v2 54/67] ui/vnc: explicitly link with png
` [PATCH v2 55/67] ui/vnc: add vnc-system unit, to allow different implementations
` [PATCH v2 58/67] ui/console: add doc comment for qemu_console_{un}register_listener()
` [PATCH v2 59/67] ui/console: return completion status from gfx_update callback
` [PATCH v2 60/67] ui/console: rename public API to use consistent qemu_console_ prefix
` [PATCH v2 64/67] tests: rename the dbus-daemon helper script
` [PATCH v2 66/67] tests/qtest: drop DBUS_VMSTATE_TEST_TMPDIR
` [PATCH v2 67/67] tools/qemu-vnc: add standalone VNC server over D-Bus

[PATCH v2 0/4] Add QST QMC5883P magnetometer driver
 2026-04-10 19:26 UTC  (2+ messages)

[PATCH] HID: usbhid: replace strlcat with better alternatives
 2026-04-10 19:24 UTC 

[PATCH v2 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-04-10 19:23 UTC  (3+ messages)
` [PATCH v2 3/4] perf/arm64: "

[RFC] lib/kms: rename enum pipe to vendor_pipe, crtc->pipe to crtc->vendor_pipe
 2026-04-10 19:21 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
 2026-04-10 19:21 UTC  (17+ messages)
` [RFC PATCH v3 0/4] getting rid of busy-wait in shrink_dcache_parent()
          ` [RFC][PATCH] make sure that lock_for_kill() callers drop the locks in safe order

[RFC PATCH 0/2] rust: block: safely abstract the blk-mq poll callback
 2026-04-10 19:15 UTC  (3+ messages)
` [RFC PATCH 1/2] rust: block: mq: safely abstract the "
  ` [RFC PATCH 2/2] block: rnull: wire up poll queues dummy callback

[frank-w-bpi-r2-4.14:7.0-rc 67/104] drivers/net/pcs/pcs-mtk-lynxi.c:474:6: warning: variable 'flags' set but not used
 2026-04-10 19:20 UTC 

[bcachefs:bcachefs-testing 49/52] fs/bcachefs/alloc/check.c:606:1: warning: the frame size of 1584 bytes is larger than 1536 bytes
 2026-04-10 19:20 UTC 

[PATCH 0/3] KVM: SVM: Fix x2AVIC MSR interception mess
 2026-04-10 19:20 UTC  (4+ messages)
` [PATCH 1/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports

[PATCH bpf v4] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-04-10 19:20 UTC  (2+ messages)

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-04-10 19:19 UTC  (3+ messages)
` [PATCH 6/6] kbuild: remove kselftest output in mrproper

[PATCH v8 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
 2026-04-10 19:18 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH v10 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-04-10 19:16 UTC  (5+ messages)
` [PATCH v10 14/30] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v10 15/30] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block

BUG: workqueue lockup - SRCU schedules work on not-online CPUs during size transition
 2026-04-10 19:17 UTC  (7+ messages)

[PATCH 0/7] Add RISC-V Smrnmi extension support
 2026-04-10 19:15 UTC  (6+ messages)
` [PATCH 3/7] firmware: Add RNMI/RNME handler infrastructure

[PATCH] PCI: release empty sibling resources during bridge window resize
 2026-04-10 19:14 UTC  (7+ messages)
` [PATCH v2] PCI: release empty sibling bridge windows during rebar expansion
        ` [PATCH] PCI: release empty sibling bridge resources during window resize

[PATCH] sched/psi: fix race between file release and pressure write
 2026-04-10 19:14 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/2] mm: page_alloc: pcp buddy allocator
 2026-04-10 19:12 UTC  (4+ messages)
` [RFC 2/2] mm: page_alloc: per-cpu pageblock "

[PATCH 0/2] iio: frequency: ad9832: cleanups
 2026-04-10 19:12 UTC  (3+ messages)
` [PATCH 2/2] iio: frequency: ad9832: simplify bitwise math

Missing error values in ftruncate and fallocate man pages?
 2026-04-10 19:12 UTC  (3+ messages)

[PATCH] KVM: optionally post write on ioeventfd write
 2026-04-10 19:11 UTC  (3+ messages)

[PATCH v2 0/4] platform/x86: hp-wmi: Improve support for some HP boards
 2026-04-10 19:10 UTC  (5+ messages)
` [PATCH v2 1/4] platform/x86: hp-wmi: fix fan table parsing
` [PATCH v2 2/4] platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)
` [PATCH v2 3/4] platform/x86: hp-wmi: Add support for Omen 16-n0xxx (8A44)
` [PATCH v2 4/4] platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77)

[PATCH bpf v6 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-04-10 19:10 UTC  (2+ messages)

[PATCH 6.12 000/242] 6.12.81-rc1 review
 2026-04-10 19:08 UTC  (3+ messages)
` [PATCH 6.12 230/242] drm/amd/display: Reject modes with too high pixel clock on DCE6-10

[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-10 19:06 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked

[RFC PATCH 0/7] Do not read band-dependent reserved bits
 2026-04-10 19:03 UTC  (8+ messages)
` [RFC PATCH 1/7] wifi: nl80211: remove EHT IE size validation
` [RFC PATCH 2/7] wifi: make EHT capa size check not read reserved bits
` [RFC PATCH 3/7] wifi: make HE "
` [RFC PATCH 4/7] wifi: do not read band-dependent "
` [RFC PATCH 5/7] wifi: ath11k: "
` [RFC PATCH 6/7] wifi: ath12k: "
` [RFC PATCH 7/7] wifi: mt76: "

[PATCH net 0/2] sctp: fix a vtag verification failure caused by stale INITs
 2026-04-10 18:59 UTC  (3+ messages)
` [PATCH net 1/2] netfilter: skip recording stale or retransmitted INIT
` [PATCH net 2/2] sctp: discard stale INIT after handshake completion

[PATCH 00/11] hw/arm/smmuv3-accel: Resolve AUTO properties
 2026-04-10 19:01 UTC  (21+ messages)
` [PATCH 01/11] hw/arm/smmuv3-accel: Add helper for resolving auto parameters
` [PATCH 02/11] hw/arm/smmuv3-accel: Implement "auto" value for "ats"
` [PATCH 03/11] hw/arm/smmuv3: Change the default ats support to match the host
` [PATCH 05/11] hw/arm/smmuv3-accel: Implement "auto" value for "ril"
` [PATCH 06/11] hw/arm/smmuv3: Change the default ril support to match the host
` [PATCH 07/11] hw/arm/smmuv3-accel: Implement "auto" value for "ssidsize"

[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
 2026-04-10 18:55 UTC  (6+ messages)
    `  "
        `  "

[PATCH v4 0/7] Allow AET to use PMT/TPMI as loadable modules
 2026-04-10 18:59 UTC  (8+ messages)
` [PATCH v4 4/7] fs,x86/resctrl: Add architecture hooks for every mount/unmount

[PATCH 1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter
 2026-04-10 18:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [1/2] drm/i915/mst: Call intel_pfit_compute_config() for sharpness filter (rev2)

[PATCH] alpha: marvel: Fix lock ordering in init_io7_irqs()
 2026-04-10 18:58 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net 0/10] ice: bug fixes -- no link, tc-flower, VF rate
 2026-04-10 18:58 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-net 6/10] ice: check PHY autoneg capability before rejecting ethtool autoneg setting
    `  "
` [Intel-wired-lan] [PATCH iwl-net 10/10] ice: allow setting min_tx_rate to 0 to resolve VF bandwidth oversubscription
    `  "

[PATCH for-next] RDMA/umem: Initialize iova for dmabuf umem
 2026-04-10 18:58 UTC 

[PATCH v2 00/23] Amdgpu plugin cleanups and fixes
 2026-04-10 18:55 UTC  (24+ messages)
` [PATCH v2 01/23] plugins/amgdpu: Fix one error message
` [PATCH v2 02/23] plugins/amdgpu: Remove unused current_pid global variable
` [PATCH v2 03/23] plugins/amdgpu: Remove unused new_minor from struct vma_metadata
` [PATCH v2 04/23] plugins/amdgpu: Fix drm pages size header
` [PATCH v2 05/23] plugins/amdgpu: Fix logging of failures to open files during restore init
` [PATCH v2 06/23] plugins/amdgpu: Propagate failure to save buffer object content
` [PATCH v2 07/23] plugins/amdgpu: Close the directory when image probing fails
` [PATCH v2 08/23] plugins/amdgpu: Close dma-buf image file if the read fails
` [PATCH v2 09/23] plugins/amdgpu: Flatten amdgpu_restore_init a bit
` [PATCH v2 10/23] plugins/amdgpu: Add error handling for seek operations
` [PATCH v2 11/23] plugins/amdgpu: Consolidate vm_info collection
` [PATCH v2 12/23] plugins/amdgpu: Remove plugin_log_msg()
` [PATCH v2 13/23] plugins/amdgpu: Reduce amount of debug logging a little bit
` [PATCH v2 14/23] plugins/amdgpu: Do not eat the errno in kmtIoctl
` [PATCH v2 15/23] plugins/amdgpu: Fix open_drm_render_device()
` [PATCH v2 16/23] plugins/amdgpu: Check sdma operation type early and once
` [PATCH v2 17/23] plugins/amdgpu: Add plugin to inventory even if process has no vmas
` [PATCH v2 18/23] plugins/amdgpu: Move drm file dump and restore into helpers
` [PATCH v2 19/23] plugins/amdgpu: Use the load_img helper in drm file restore
` [PATCH v2 20/23] plugins/amdgpu: Convert away from libc buffered file IO
` [PATCH v2 21/23] plugins/amdgpu: Use save_vma_updates for all call sites
` [PATCH v2 22/23] plugins/amdgpu: amdgpu_plugin_drm_restore_file() does not need to use libdrm
` [PATCH v2 23/23] plugins/amdgpu: Fix remaining wrong usages of pr_perror

[Intel-wired-lan] [tnguy-next-queue:main] BUILD SUCCESS 42f9b4c6ef19e71d2c7d9bfd3c5037d4fe434ad7
 2026-04-10 18:54 UTC 

ima: audit log emitted from ima_collect_measurement when SIGKILL interrupts reads from slow-read filesystems
 2026-04-10 18:54 UTC 

[PATCH v8 2/4] sequencer: allow create_autostash to run silently
 2026-04-10 18:53 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH net-next v2] net: openvswitch: decouple flow_table from ovs_mutex
 2026-04-10 18:52 UTC  (2+ messages)
` [ovs-dev] "

[PATCH v4 00/10] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-04-10 18:52 UTC  (4+ messages)
` [PATCH v4 03/10] iommu/arm-smmu-v3: Store IOTLB cache tags in struct arm_smmu_attach_state

[melver:alloc-token 1/1] Warning: mm/slub.c:5289 function parameter 'DECL_TOKEN_PARAM(token' not described in '_kmalloc_nolock'
 2026-04-10 18:51 UTC 

[PATCH i-g-t] tests/intel/kms_cdclk: Skip CDCLK bump validation when dotclocks match
 2026-04-10 18:48 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v5 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-04-10 18:47 UTC  (2+ messages)

[PATCH i-g-t v3] tests/intel/kms_frontbuffer_tracking: Improve skip message
 2026-04-10 18:48 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/kms_frontbuffer_tracking: Improve skip message (rev3)

[PATCH v8 3/4] sequencer: teach autostash apply to take optional conflict marker labels
 2026-04-10 18:48 UTC  (2+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH 1/1] bitfield.h: Ensure FIELD_PREP_CONST() is constant
 2026-04-10 18:45 UTC  (3+ messages)

[PATCH 00/35] irqchip/qcom-pdc: Clean up register mapping and DT descriptions
 2026-04-10 18:41 UTC  (36+ messages)
` [PATCH 01/35] dt-bindings: qcom,pdc: Tighten reg to single APSS DRV region
` [PATCH 02/35] irqchip/qcom-pdc: Split __pdc_enable_intr() into per-version helpers
` [PATCH 03/35] irqchip/qcom-pdc: Tighten ioremap clamp to single DRV region size
` [PATCH 04/35] irqchip/qcom-pdc: Replace pdc_version global with a function pointer
` [PATCH 05/35] irqchip/qcom-pdc: Add PDC_VERSION() macro to describe version register fields
` [PATCH 06/35] irqchip/qcom-pdc: Use FIELD_GET() to extract bank index and bit position
` [PATCH 07/35] arm64: dts: qcom: sdm845: Fix PDC reg size to single APSS DRV region
` [PATCH 08/35] arm64: dts: qcom: sdm670: "
` [PATCH 09/35] arm64: dts: qcom: sc7180: "
` [PATCH 10/35] arm64: dts: qcom: sc7280: "
` [PATCH 11/35] arm64: dts: qcom: sc8180x: "
` [PATCH 12/35] arm64: dts: qcom: sm8150: "
` [PATCH 13/35] arm64: dts: qcom: sc8280xp: "
` [PATCH 14/35] arm64: dts: qcom: sm8250: "
` [PATCH 15/35] arm64: dts: qcom: sm8350: "
` [PATCH 16/35] arm64: dts: qcom: sm8450: "
` [PATCH 17/35] arm64: dts: qcom: sm8550: "
` [PATCH 18/35] arm64: dts: qcom: sm8650: "
` [PATCH 19/35] arm64: dts: qcom: sm4450: "
` [PATCH 20/35] arm64: dts: qcom: x1e80100: "
` [PATCH 21/35] arm64: dts: qcom: sm6350: "
` [PATCH 22/35] arm64: dts: qcom: sar2130p: "
` [PATCH 23/35] arm64: dts: qcom: qcs615: "
` [PATCH 24/35] arm64: dts: qcom: qcs8300: "
` [PATCH 25/35] arm64: dts: qcom: sa8775p: "
` [PATCH 26/35] arm64: dts: qcom: sdx75: "
` [PATCH 27/35] arm64: dts: qcom: milos: "
` [PATCH 28/35] arm64: dts: qcom: qdu1000: "
` [PATCH 29/35] arm64: dts: qcom: kaanapali: Drop unused second PDC reg entry
` [PATCH 30/35] arm64: dts: qcom: lemans: "
` [PATCH 31/35] arm64: dts: qcom: milos: "
` [PATCH 32/35] arm64: dts: qcom: monaco: "
` [PATCH 33/35] arm64: dts: qcom: sc8280xp: "
` [PATCH 34/35] arm64: dts: qcom: sdx75: "
` [PATCH 35/35] arm64: dts: qcom: talos: "

[PATCH v2 0/6] KVM: x86: Reg cleanups / prep work for APX
 2026-04-10 18:43 UTC  (3+ messages)
` [PATCH v2 1/6] KVM: x86: Add dedicated storage for guest RIP

[PATCH v2 1/1] cxl/hdm: Add support for 32 switch decoders
 2026-04-10 18:39 UTC  (3+ messages)

[PATCH bpf-next v5 0/9] Introduce arena library and runtime
 2026-04-10 18:39 UTC  (3+ messages)
` [PATCH bpf-next v5 5/9] selftests/bpf: Add basic libarena scaffolding

[PATCH V10 00/10] famfs: port into fuse
 2026-04-10 18:38 UTC  (5+ messages)

[PATCH] monitor: fix missing spaces in screendump help text
 2026-04-10 18:37 UTC  (2+ messages)

[PATCH v2 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-04-10 18:36 UTC  (4+ messages)
` [PATCH v2 2/3] kasan: skip HW tagging for all kernel thread stacks

[PATCH 0/2] hw/display/cirrus_vga: Fix packed-24 color-expansion ops
 2026-04-10 18:32 UTC  (2+ messages)
` [PATCH 1/2] hw/display/cirrus_vga: Fix packed-24 color-expansion transparent pattern fills


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.