All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 08:29:58 to 2026-03-17 08:58:50 UTC [more...]

[PATCH 00/60] ui: add standalone VNC server over D-Bus
 2026-03-17  8:51 UTC  (55+ messages)
` [PATCH 01/60] ui/vnc-jobs: fix VncRectEntry leak on job cleanup
` [PATCH 02/60] ui/vnc-jobs: clear source tag
` [PATCH 03/60] ui/vnc-jobs: remove needless buffer_reset() before end
` [PATCH 04/60] ui/vnc: clarify intent using buffer_empty() function
` [PATCH 05/60] ui/vnc-jobs: vnc_has_job_locked() argument cannot be NULL
` [PATCH 06/60] ui/vnc-jobs: remove dead VncJobQueue.exit
` [PATCH 07/60] ui/vnc-jobs: remove vnc_queue_clear()
` [PATCH 08/60] ui/vnc-jobs: narrow taking the lock when pushing empty jobs
` [PATCH 09/60] ui/vnc-jobs: drop redundant (and needless) qemu_thread_get_self()
` [PATCH 10/60] ui/console-vc: fix off-by-one in CSI J 2 (clear entire screen)
` [PATCH 11/60] ui/console-vc: add UTF-8 input decoding with CP437 rendering
` [PATCH 12/60] ui/console-vc: ignore string-type escape sequences
` [PATCH 13/60] ui/console-vc: fix comment shift-out/in comments
` [PATCH 14/60] ui/console: dispatch get_label() through QOM virtual method
` [PATCH 15/60] ui/console-vc: introduce QemuVT100
` [PATCH 16/60] ui/console-vc: set vt100 associated pixman image
` [PATCH 17/60] ui/console-vc: vga_putcharxy()->vt100_putcharxy()
` [PATCH 18/60] ui/console-vc: make invalidate_xy() take vt100
` [PATCH 19/60] ui/console-vc: make show_cursor() "
` [PATCH 20/60] ui/console-vc: decouple VT100 display updates via function pointer
` [PATCH 21/60] ui/console-vc: console_refresh() -> vt100_refresh()
` [PATCH 22/60] ui/console-vc: move cursor blinking logic into VT100 layer
` [PATCH 23/60] ui/console-vc: console_scroll() -> vt100_scroll()
` [PATCH 24/60] ui/console-vc: refactor text_console_resize() into vt100_set_image()
` [PATCH 26/60] ui/console-vc: unify the write path
` [PATCH 27/60] ui/console-vc: move VT100 state machine and output FIFO into QemuVT100
` [PATCH 29/60] ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym()
` [PATCH 30/60] ui/console-vc: extract vt100_init() and vt100_fini()
` [PATCH 31/60] ui/console: remove console_ch_t typedef and console_write_ch()
` [PATCH 32/60] ui: avoid duplicating vgafont16 in each translation unit
` [PATCH 33/60] ui/vgafont: add SPDX license header
` [PATCH 34/60] ui: move FONT_WIDTH/HEIGHT to vgafont.h
` [PATCH 35/60] ui/console-vc: move VT100 emulation into separate unit
` [PATCH 37/60] ui: move DisplaySurface functions to display-surface.c
` [PATCH 38/60] ui: make qemu_default_pixelformat() static inline
` [PATCH 39/60] ui: make unregister_displaychangelistener() skip unregistered
` [PATCH 40/60] ui: minor code simplification
` [PATCH 41/60] system: make qemu_del_vm_change_state_handler accept NULL
` [PATCH 42/60] ui/vnc: assert preconditions instead of silently returning
` [PATCH 43/60] ui/vnc: simplify vnc_init_func error handling
` [PATCH 44/60] ui/vnc: VncDisplay.id is not const
` [PATCH 45/60] ui/vnc: fix vnc_display_init() leak on failure
` [PATCH 46/60] ui/vnc: merge vnc_display_init() and vnc_display_open()
` [PATCH 47/60] ui/vnc: report an error for duplicate display id
` [PATCH 48/60] ui/vnc: defer listener registration until the console is known
` [PATCH 49/60] ui/vnc: explicitly link with png
` [PATCH 50/60] ui/vnc: add vnc-system unit, to allow different implementations
` [PATCH 52/60] ui/console: simplify registering display/console change listener
` [PATCH 54/60] ui/console: rename public API to use consistent qemu_console_ prefix
` [PATCH 55/60] ui/console: move console_handle_touch_event() to input
` [PATCH 56/60] ui: extract common sources into a static library
` [PATCH 57/60] tests: rename the dbus-daemon helper script
` [PATCH 58/60] tests/qtest: fix dbus-vmstate-test compilation
` [PATCH 60/60] contrib/qemu-vnc: add standalone VNC server over D-Bus

[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
 2026-03-17  8:58 UTC  (8+ messages)

[PATCH RFC 0/2] hw/nvme: support mdts above 9
 2026-03-17  8:48 UTC  (3+ messages)
` [PATCH RFC 1/2] dma-helpers: lift IOV_MAX limit
` [PATCH RFC 2/2] hw/nvme: allow MDTS above 9

[PATCH v1] tests/functional/aarch64/test_aspeed: Disable kernel crypto self-tests in AST2700 boot tests
 2026-03-17  8:57 UTC  (2+ messages)

[PATCH] app/testpmd: fix DCB forwarding TC mask and queue guard
 2026-03-17  8:57 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ALSA: hda/realtek: Enable rear line-out pins on MSI EC79 (ALCS1200A)
 2026-03-17  8:57 UTC  (3+ messages)

[PATCH] drbd: remove unneeded semicolon
 2026-03-17  8:56 UTC 

[PATCH] mtd: rawnand: pl353: make sure optimal timings are applied
 2026-03-17  8:57 UTC  (5+ messages)

[docs][PATCH] ref-manual/dev-manual: document new SPDX variables and capabilities
 2026-03-17  8:57 UTC 

[PATCH ath-next v4] wifi: ath12k: avoid dynamic alloc when parsing wmi tb
 2026-03-17  8:57 UTC  (2+ messages)

[PATCH v12 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-17  8:56 UTC  (3+ messages)
` [PATCH v12 3/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH] tools/perf: Fix the check for parameterized field in event term
 2026-03-17  8:55 UTC  (2+ messages)

[syzbot] [nilfs?] general protection fault in nilfs_mdt_save_to_shadow_map
 2026-03-17  8:56 UTC 

[PATCH v1 0/2] dma: fix dma_opt_mapping_size() returning bogus value when no backend hint exists
 2026-03-17  8:55 UTC  (3+ messages)
` [PATCH v1 2/2] nvme-pci: handle dma_opt_mapping_size() returning 0

[CI] drm/i915/display: change pipe allocation order for discrete platforms
 2026-03-17  8:55 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/i915/display: change pipe allocation order for discrete platforms (rev5)
` ✓ i915.CI.BAT: success for drm/i915/display: change pipe allocation order for discrete platforms (rev4)

[PATCH 0/3] usb: misc: Add Terminus FE1.1 USB2.0 Hub support
 2026-03-17  8:55 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Terminus
` [PATCH 2/3] dt-bindings: usb: Add support for Terminus FE1.1s USB2.0 Hub controller
` [PATCH 3/3] usb: misc: onboard_usb_dev: Add Terminus FE1.1s USB2.0 Hub (1a40:0101)

[PATCH] ALSA: firewire-lib: fix uninitialized local variable
 2026-03-17  8:55 UTC  (2+ messages)

[PATCH 1/1] fetch: AWS Codeartifact fetcher
 2026-03-17  8:54 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH V3] NFC: nxp-nci: allow GPIOs to sleep
 2026-03-17  8:53 UTC 

[PATCH] i3c: fix missing newline in dev_err messages
 2026-03-17  8:53 UTC  (3+ messages)

[RFC v5 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-03-17  8:46 UTC  (8+ messages)
` [RFC v5 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v5 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v5 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v5 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v5 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v5 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v5 7/7] ext4: fast commit: export snapshot stats in fc_info

[Buildroot] [PATCH v5 1/3] board/zynqmp/post-image.sh: add custom hardware support
 2026-03-17  8:52 UTC  (6+ messages)
` [Buildroot] [PATCH v5 2/3] board/versal/post-image.sh: "
` [Buildroot] [PATCH v5 3/3] board/versal2/post-image.sh: "

[GIT PULL] TEE shared memory fix for 7.0
 2026-03-17  8:51 UTC  (3+ messages)

[PATCH] cpufreq: Add QCS8300 to cpufreq-dt-platdev blocklist
 2026-03-17  8:51 UTC  (2+ messages)

[PATCH v2 0/4] Use the QMI service IDs from the QMI header
 2026-03-17  8:51 UTC  (3+ messages)

[LSF/MM/BPF TOPIC][RESEND] Status of Rust in the block subsystem
 2026-03-17  8:51 UTC  (8+ messages)

[PATCH] mempool: simplify get objects
 2026-03-17  8:51 UTC  (4+ messages)
` [PATCH v3] "

[PATCH i-g-t v1] Modify the vbl.sequence *2 for mtk driver
 2026-03-17  8:50 UTC  (3+ messages)
  ` 回复: "

[PATCH v2] tools build: Link static libs for libopenssl feature
 2026-03-17  8:50 UTC 

[PATCH v2 0/2] drm/i915/gmbus: fix bugs
 2026-03-17  8:50 UTC  (2+ messages)

[PATCH v5 0/8] riscv: Add support for P8700 platform on Boston board
 2026-03-17  8:49 UTC  (7+ messages)
` [PATCH v5 1/8] riscv: Add initial support for P8700 SoC
` [PATCH v5 2/8] board: boston-riscv: Add initial support for P8700 Boston board
` [PATCH v5 6/8] net: pch_gbe: Add PHY reset and MAC address fallback for RISC-V

[PATCH v2] riscv: disable local interrupts and stop other CPUs before reboot/shutdown
 2026-03-17  8:48 UTC  (2+ messages)

[PATCHv3] gpio: virtio: remove one kcalloc
 2026-03-17  8:48 UTC  (4+ messages)

[PATCH] tools build: Link crypto lib for libopenssl feature
 2026-03-17  8:48 UTC  (3+ messages)

[PATCH 1/2] erofs-utils: lib: fix invalid algorithm for encoded extents
 2026-03-17  8:48 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: avoid infinite loops due to corrupted subpage compact indexes

[GIT PULL] Rockchip dts64 changes for 7.1 #1
 2026-03-17  8:48 UTC  (3+ messages)

[RFC PATCH 00/12] Introduce DRM dep queue
 2026-03-17  8:48 UTC  (6+ messages)
` [RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer

QA notification for completed autobuilder build (yocto-5.3.3.rc2)
 2026-03-17  8:48 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH] gpio: shared: call gpio_chip::of_xlate() if set
 2026-03-17  8:47 UTC  (2+ messages)

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2026-03-17  8:47 UTC  (5+ messages)

[PATCH v2 0/3] arm64: dts: qcom: Add base support for Eliza SoC and its MTP board
 2026-03-17  8:47 UTC  (4+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: eliza: Enable Eliza MTP board support

[GIT PULL 0/4] Renesas SoC updates for v7.1
 2026-03-17  8:46 UTC  (3+ messages)

[PATCH v2 0/9] drivers: media: i2c: Omnivision OV08D10 improvements
 2026-03-17  8:46 UTC  (5+ messages)
` [PATCH v2 6/9] dt-bindings: media: i2c: document Omnivision OV08D10 CMOS image sensor
` [PATCH v2 8/9] media: i2c: ov08d10: add support for reset and power management

[PATCH] hw/arm/virt: add serial-debug-level property for EDK2 firmware
 2026-03-17  8:45 UTC  (3+ messages)

[GIT PULL] Rockchip dts fixes for 7.0 #1
 2026-03-17  8:45 UTC  (3+ messages)

[PATCH] hw/sparc/sun4m_iommu: Fix crash when introspecting sun4m-iommu from the CLI
 2026-03-17  8:44 UTC 

[PATCH] selftests/mm: add THP sysfs interface test
 2026-03-17  8:45 UTC  (8+ messages)

[PATCH v6] wifi: ath9k: Obtain system GPIOS from descriptors
 2026-03-17  8:45 UTC 

[PATCH] drm/edid: fix off-by-2 byte offsets in HF-SCDB parsing
 2026-03-17  8:45 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v1] ice: add ethtool reset support to safe mode ops
 2026-03-17  8:44 UTC  (2+ messages)
`  "

[LTP] [PATCH] [LTP v2] controllers/cgroup: Skip regression test on cgroup v2 systems
 2026-03-17  8:42 UTC 

[PATCH v15 2/7] coresight: tmc: add create/clean functions for etr_buf_list
 2026-03-17  8:43 UTC  (2+ messages)

[linux-next:master 5908/6556] drivers/block/drbd/drbd_sender.c:1930:58: warning: 'k blocks skipped' directive output may be truncated writing 16 bytes into a region of size between 9 and 36
 2026-03-17  8:43 UTC 

[linux-next:master 6473/6556] drivers/gpu/drm/xe/xe_lrc.c:1921:40: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int'
 2026-03-17  8:43 UTC 

Error: Invalid compression type
 2026-03-17  8:43 UTC 

[PATCH 01/11] drm/amdgpu: revert to old status lock handling v4
 2026-03-17  8:44 UTC  (3+ messages)
` [PATCH 10/11] drm/amdgpu: fix some more bug in amdgpu_gem_va_ioctl

[PATCH RFC v3 10/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
 2026-03-17  8:43 UTC  (2+ messages)

[chrome-os:chromeos-6.6 50/50] drivers/gpu/drm/mediatek/mtk_crtc.c:1643:5: warning: no previous prototype for function 'mtk_crtc_atomic_check'
 2026-03-17  8:43 UTC 

[PATCH 0/7] soc: aspeed: Add AST2600 eSPI controller support
 2026-03-17  8:43 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: soc: aspeed: Add AST2600 eSPI controller
` [PATCH 2/7] soc: aspeed: Introduce core eSPI controller support

[PATCH] vfs: fix docstring of hash_name()
 2026-03-17  8:43 UTC  (2+ messages)

[PATCH v5 0/6] cpufreq: Introduce boost frequency QoS
 2026-03-17  8:42 UTC  (5+ messages)
` [PATCH v5 1/6] cpufreq: Remove per-CPU QoS constraint

[PATCH] device property: Make modifications of fwnode "flags" thread safe
 2026-03-17  8:42 UTC  (7+ messages)

[PATCH 04/15] mm: add vm_ops->mapped hook
 2026-03-17  8:42 UTC  (8+ messages)

[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
 2026-03-17  8:42 UTC  (2+ messages)

[PATCH] kvm: skip tsc synchronization on shutdown
 2026-03-17  8:41 UTC  (2+ messages)

[PATCHv2] cdc-acm: new quirk for EPSON HMD
 2026-03-17  8:41 UTC 

[PATCH 0/3] media: subdev: v4l2_subdev_get_frame_desc_passthrough improvements
 2026-03-17  8:41 UTC  (5+ messages)
` [PATCH 3/3] media: subdev: Split v4l2_subdev_get_frame_desc_passthrough() into locked and unlocked

[syzbot] [nilfs?] general protection fault in nilfs_mdt_save_to_shadow_map
 2026-03-17  8:41 UTC  (2+ messages)

[meta-beagle][PATCHv2] u-boot-bb.org: Add a tick-timer for PocketBeagle
 2026-03-17  8:40 UTC  (2+ messages)

[PATCH v2] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-17  8:40 UTC  (3+ messages)

[PATCH i-g-t v2 0/1] tests/kms_cursor_legacy: relax checks on MTK
 2026-03-17  8:40 UTC  (2+ messages)
` [PATCH i-g-t v2 1/1] "

[PATCH v2] tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
 2026-03-17  8:40 UTC 

[PATCH v2] net/memif: Fix memif-rx buffer linking
 2026-03-16 15:13 UTC  (3+ messages)

QA notification for completed autobuilder build (yocto-4.0.34.rc2)
 2026-03-17  8:40 UTC  (2+ messages)
  ` [qa-build-notification] "

[PATCH 0/2] Add framebuffer on Xiaomi Poco F1 and disable the MDSS on tianma panel variant
 2026-03-17  8:40 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: qcom: sdm845-xiaomi-beryllium-tianma: Disable MDSS

[QUESTION] EAL init failed: Cannot create epoll instance on Ubuntu 16.04
 2026-03-15 12:47 UTC 

[PATCH] python3-sbom-cve-check: Update to release 1.2.0
 2026-03-17  8:38 UTC 

[PATCH mptcp-net v3 0/3] mptcp: fix stall because of data_ready
 2026-03-17  8:36 UTC  (4+ messages)
` [PATCH mptcp-net v3 1/3] mptcp: replace backlog_list with backlog_queue
` [PATCH mptcp-net v3 2/3] mptcp: fix the stall problems using backlog_queue
` [PATCH mptcp-net v3 3/3] mptcp: fix the stall problems with data_ready

[GIT PULL] Rockchip driver fixes for 7.0 #1
 2026-03-17  8:37 UTC  (3+ messages)

[PATCH] drm/xe: Extend Wa_14026781792 for xe3lpg
 2026-03-17  8:37 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH i-g-t] tests/intel/kms_dirtyfb: Pass output to PSR helpers
 2026-03-17  8:36 UTC 

[PATCH v2 0/6] Subject: [PATCH 0/6] Add audio support for QCS6490 Thundercomm RubikPi3
 2026-03-17  8:35 UTC  (6+ messages)
` [PATCH v2 2/6] ASoC: es8316: Get sysclk rate from MCLK clock when not explicitly set
` [PATCH v2 3/6] ASoC: qcom: qdsp6: q6prm: add the missing MCLK clock IDs
` [PATCH v2 4/6] ASoC: qcom: common: Add MI2S port IDs to jack setup
` [PATCH v2 5/6] ASoC: qcom: sc8280xp: Set codec DAI format for MI2S links
` [PATCH v2 6/6] arm64: dts: qcom: qcs6490-rubikpi3: Add audio support

[PATCH v2 0/4] driver core: generalize driver_override infrastructure
 2026-03-17  8:36 UTC  (4+ messages)
` [PATCH v2 4/4] driver core: platform: use generic "

[PATCH] erofs-utils: lib: validate z_extents against inode size
 2026-03-17  8:34 UTC  (2+ messages)

drbd-utils v9.34.0
 2026-03-17  8:34 UTC 

[PATCH net-next v5 0/3] ethtool: Dynamic RSS context indirection table resizing
 2026-03-17  8:33 UTC  (4+ messages)
` [PATCH net-next v5 1/3] ethtool: Add RSS indirection table resize helpers
` [PATCH net-next v5 2/3] bnxt_en: Resize RSS contexts on channel count change
` [PATCH net-next v5 3/3] selftests: rss_drv: Add RSS indirection table resize tests

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-03-17  8:33 UTC  (7+ messages)

[PATCH v2 0/3] ARM: socfpga: Enclustra SA2: enable HS USB
 2026-03-17  8:32 UTC  (2+ messages)

[PATCH master] FIT: handle hashed-nodes property not being in hashed nodes order
 2026-03-17  8:32 UTC  (2+ messages)

[PATCH] dmaengine: switchtec-dma: fix FIELD_GET misuse when programming SE threshold
 2026-03-17  8:32 UTC 

[PATCH v2] staging: atomisp: fix brace style and trailing whitespace in isp_param.c
 2026-03-17  8:31 UTC  (4+ messages)

[PATCH v5 0/6] Migrate on fault for device pages
 2026-03-17  8:31 UTC  (3+ messages)
` [PATCH v5 1/6] mm:/Kconfig changes for migrate "

[PATCH RFC] net/slirp: allow hostfwd socket paths with dashes
 2026-03-17  8:31 UTC 

[PATCH v3 1/3] drm/amdgpu: validate fence_count in wait_fences ioctl
 2026-03-17  8:31 UTC  (5+ messages)
` [PATCH v3 2/3] drm/amdgpu: replace WARN with DRM_ERROR for invalid sched priority
` [PATCH v3 3/3] drm/amdgpu: harden SIGNAL/WAIT ioctl argument validation

VFS minor improvements policy
 2026-03-17  8:31 UTC  (2+ messages)

[meta-beagle][PATCH] u-boot-bb.org-2025.10+git: Fix PocketBeagle
 2026-03-17  8:30 UTC  (2+ messages)

[syzbot] [nilfs?] general protection fault in nilfs_mdt_save_to_shadow_map
 2026-03-17  8:29 UTC  (2+ messages)
` [PATCH] nilfs2: no longer save to shadow map if the num of members is too small


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.