messages from 2026-04-10 19:21:35 to 2026-04-10 20:07:05 UTC [more...]
[PATCH 0/9] target/arm: Remove MO_TE to compile MVE/M helpers once
2026-04-10 20:06 UTC
[bug report] media: rc: ttusbir: respect DMA coherency rules
2026-04-10 19:59 UTC (2+ messages)
[PATCH v3 0/2] ASoC: tegra210: simplify ADX/AMX byte map get/put logic
2026-04-10 20:05 UTC (3+ messages)
` [PATCH v3 1/2] ASoC: tegra210_adx: simplify "
` [PATCH v3 2/2] ASoC: tegra210_amx: "
[PATCH] drm/amdkfd: check if vm ready in svm map and unmap to gpu
2026-04-10 20:06 UTC (7+ messages)
[RFC PATCH v5 0/7] Allow AET to use PMT/TPMI as loadable modules
2026-04-10 20:05 UTC (8+ messages)
` [RFC PATCH v5 1/7] x86/resctrl: Stop setting event_group::force_off on RMID shortage
` [RFC PATCH v5 2/7] fs/resctrl: Add interface to disable a monitor event
` [RFC PATCH v5 3/7] x86/resctrl: x86/resctrl: Add PMT registration API for AET enumeration callbacks
` [RFC PATCH v5 4/7] platform/x86/intel/pmt: Register enumeration functions with resctrl
` [RFC PATCH v5 5/7] x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
` [RFC PATCH v5 6/7] fs/resctrl: Call architecture hooks for every mount/unmount
` [RFC PATCH v5 7/7] x86/resctrl: Relax Kconfig dependency on INTEL_PMT_TELEMETRY
[GIT PULL] Rust for v7.1
2026-04-10 20:04 UTC
[PATCH 1/2] perf script: Add missed "+" if br_cntr reaches upper limit
2026-04-10 20:05 UTC (4+ messages)
` [PATCH 2/2] perf/annotate: Fix missing branch counter column in TUI mode
[sre-misc:thinkpad-t14s-x1e 40/106] arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dtb: csiphy@acec000 (qcom,x1e80100-mipi-csi2-combo-phy): 'phy-type' is a required property
2026-04-10 20:03 UTC
[PATCH v2 0/4] Enable Rust by default
2026-04-10 20:04 UTC (3+ messages)
[PATCH net-next v18 00/15] Begin upstreaming Homa transport protocol
2026-04-10 20:03 UTC (16+ messages)
` [PATCH net-next v18 01/15] net: homa: define user-visible API for Homa
` [PATCH net-next v18 02/15] net: homa: create homa_wire.h
` [PATCH net-next v18 03/15] net: homa: create shared Homa header files
` [PATCH net-next v18 04/15] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v18 05/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v18 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v18 07/15] net: homa: create homa_interest.h and homa_interest.c
` [PATCH net-next v18 08/15] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v18 09/15] net: homa: create homa_outgoing.c
` [PATCH net-next v18 10/15] net: homa: create homa_utils.c
` [PATCH net-next v18 11/15] net: homa: export skb_attempt_defer_free
` [PATCH net-next v18 12/15] net: homa: create homa_incoming.c
` [PATCH net-next v18 13/15] net: homa: create homa_timer.c
` [PATCH net-next v18 14/15] net: homa: create homa_plumbing.c
` [PATCH net-next v18 15/15] net: homa: create Makefile and Kconfig
[PATCH 0/7] iio: dac: Convert several drivers to devm_mutex_init()
2026-04-10 20:03 UTC (9+ messages)
` [PATCH 1/7] iio: dac: ad3552r: Use devm_mutex_init()
` [PATCH 2/7] iio: dac: ad7303: "
` [PATCH 3/7] iio: dac: ad5758: "
` [PATCH 4/7] iio: dac: ad5755: "
` [PATCH 5/7] iio: dac: ad5686: "
` [PATCH 6/7] iio: dac: ltc2664: "
` [PATCH 7/7] iio: addac: ad74115: "
[PATCH v2 00/27] monitor: Remove need of per-target handlers
2026-04-10 20:03 UTC (29+ messages)
` [PATCH v2 01/27] monitor: Have MonitorDef::get_value() always return int64_t type
` [PATCH v2 02/27] monitor: Remove target_long use in get_monitor_def()
` [PATCH v2 03/27] monitor: Reduce target-specific methods further
` [PATCH v2 04/27] monitor: Remove 'monitor/hmp-target.h' header
` [PATCH v2 05/27] monitor: Forward-declare the MonitorDef type
` [PATCH v2 06/27] cpus: Introduce SysemuCPUOps::monitor_defs hook
` [PATCH v2 07/27] target/i386: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
` [PATCH v2 08/27] target/m68k: "
` [PATCH v2 09/27] target/sparc: "
` [PATCH v2 10/27] monitor: Remove target_monitor_defs()
` [PATCH v2 11/27] cpus: Introduce SysemuCPUOps::monitor_get_register() hook
` [PATCH v2 12/27] target/riscv: Register target_get_monitor_def in SysemuCPUOps
` [PATCH v2 13/27] monitor: Remove target_get_monitor_def()
` [PATCH v2 14/27] monitor/meson: Use SPICE with migration HMP commands
` [PATCH v2 15/27] stubs: Rename monitor* -> qmp* files
` [PATCH v2 16/27] monitor: Make 'info via' a generic command
` [PATCH v2 17/27] monitor: Make Xen emulation commands generic ones
` [PATCH v2 18/27] system: Expose 'arch_init.h' as 'qemu/target-arch-defs.h'
` [PATCH v2 19/27] monitor: Introduce HMPCommand::arch_bitmask field
` [PATCH v2 20/27] hw/s390x: Reduce 'monitor/monitor.h' inclusions
` [PATCH v2 21/27] monitor: Do not check TARGET_S390X to build s390x commands
` [PATCH v2 22/27] monitor: Do not check TARGET_I386 to build target/i386/ commands
` [PATCH v2 23/27] monitor: Do not check TARGET_I386 to build 'info sgx' command
` [PATCH v2 24/27] monitor: Do not check TARGET_I386 to build 'info sev' command
` [PATCH v2 25/27] monitor: Do not check TARGET_I386/RISCV to build 'info mem' command
` [PATCH v2 26/27] monitor: Do not check multiple TARGET_* to build 'info tlb' command
` [PATCH v2 27/27] monitor: Merge hmp-target.c code within hmp-cmds.c
[PATCH] drm/gpusvm, pagemap: Do not assume DRM pagemap owns device pages
2026-04-10 20:02 UTC (3+ messages)
` [PATCH] drm/gpusvm,pagemap: "
[PATCH v2 0/4] Add QST QMC5883P magnetometer driver
2026-04-10 20:02 UTC (6+ messages)
` [PATCH v2 3/4] staging: iio: magnetometer: Add QST QMC5883P driver
` [PATCH v2 4/4] MAINTAINERS: Add entry for QST QMC5883P magnetometer driver
[PATCH v2 0/2] hw/arm/smmuv3: Avoid including CONFIG_DEVICES in hw/ header
2026-04-10 20:00 UTC (3+ messages)
` [PATCH v2 1/2] hw/arm/smmuv3: Have smmuv3_accel_init() take an Error* parameter
` [PATCH v2 2/2] hw/arm/smmuv3: Avoid including CONFIG_DEVICES in hw/ header
[GIT PULL] timer drivers for v7.1-rc1
2026-04-10 19:58 UTC
[PATCH net-next v2 00/14] net: macb: implement context swapping
2026-04-10 19:58 UTC (16+ messages)
` [PATCH net-next v2 01/14] net: macb: unify device pointer naming convention
` [PATCH net-next v2 02/14] net: macb: unify `struct macb *` "
` [PATCH net-next v2 03/14] net: macb: unify queue index variable naming convention and types
` [PATCH net-next v2 04/14] net: macb: enforce reverse christmas tree (RCT) convention
` [PATCH net-next v2 05/14] net: macb: allocate tieoff descriptor once across device lifetime
` [PATCH net-next v2 06/14] net: macb: introduce macb_context struct for buffer management
` [PATCH net-next v2 07/14] net: macb: avoid macb_init_rx_buffer_size() modifying state
` [PATCH net-next v2 08/14] net: macb: make `struct macb` subset reachable from macb_context struct
` [PATCH net-next v2 09/14] net: macb: change caps helpers signatures
` [PATCH net-next v2 10/14] net: macb: change function signatures to take contexts
` [PATCH net-next v2 11/14] net: macb: introduce macb_context_alloc() helper
` [PATCH net-next v2 12/14] net: macb: re-read ISR inside IRQ handler locked section
` [PATCH net-next v2 13/14] net: macb: use context swapping in .set_ringparam()
` [PATCH net-next v2 14/14] net: macb: use context swapping in .ndo_change_mtu()
[PATCH v5 00/12] arm: am335x: Switch to upstream devicetree
2026-04-10 19:57 UTC (3+ messages)
` [PATCH v5 12/12] configs: am335x_evm_defconfig: "
[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
2026-04-10 19:55 UTC (8+ messages)
` [PATCH V3 7/7] "
[PATCH v10 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2026-04-10 19:54 UTC (7+ messages)
` [PATCH v10 17/30] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v10 19/30] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v10 20/30] pc-bios/s390-ccw: Add signed component address overlap checks
[PATCH] drm/bridge: chipone-icn6211: remove bridge when chipone_dsi_host_attach fails
2026-04-10 19:55 UTC
[Bug 221340] New: uas driver hangs and causes usb reset
2026-04-10 19:55 UTC (2+ messages)
` [Bug 221340] "
[PATCH] HID: sony: fix incorrect force-feedback check in sony_suspend()
2026-04-10 19:53 UTC
Kernel WARNING in Xenomai3 with RTnet
2026-04-10 19:54 UTC (3+ messages)
[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
2026-04-10 19:53 UTC (9+ messages)
` "
[PATCH bpf-next] bpf: reuseport: add cond_resched_rcu() in reuseport_array_free()
2026-04-10 19:53 UTC (2+ messages)
[PATCH] drm/panthor: Avoid potential UAF due to memory reclaim
2026-04-10 19:50 UTC
[PATCH i-g-t 1/2] lib/amdgpu: restore sched_mask after abnormal subtest exits
2026-04-10 19:51 UTC (2+ messages)
` ✓ i915.CI.Full: success for series starting with [i-g-t,1/2] "
[PATCH v4] selinux: fix avdcache auditing
2026-04-10 19:49 UTC (2+ messages)
[PATCH net-next 0/3] psp: add crypt-offset and spi-threshold attributes
2026-04-10 19:48 UTC (11+ messages)
` [PATCH net-next 1/3] psp: add crypt-offset and spi-threshold get/set attributes
` [PATCH net-next 2/3] netdevsim: psp: handle the new crypt-offset and spi-threshold get/set operations
[PATCH 1/3] drm/amdgpu: [Medusa]-New Unified metrics table support
2026-04-10 19:46 UTC (3+ messages)
` [PATCH 2/3] drm/amdgpu: [Medusa]- Fix Unified metrics average calculation
` [PATCH 3/3] drm/amdgpu: [Medusa]- Fix Unified metrics average values reporting
[PATCH] remoteproc: xlnx: reset virtio status during attach
2026-04-10 19:45 UTC (6+ messages)
[PATCH] drm/amdgpu: [Medusa]- Fix Unified metrics average values reporting
2026-04-10 19:44 UTC
[PATCH V10 00/10] famfs: port into fuse
2026-04-10 19:44 UTC (6+ messages)
[PATCH bpf-next v5 0/9] Introduce arena library and runtime
2026-04-10 19:44 UTC (4+ messages)
` [PATCH bpf-next v5 5/9] selftests/bpf: Add basic libarena scaffolding
[PATCH v2 0/3] HID: nintendo: Add preliminary Switch 2 controller driver
2026-04-10 19:44 UTC (7+ messages)
` [PATCH v2 1/3] "
[sre-misc:thinkpad-t14s-x1e 102/106] drivers/hwmon/lenovo-thinkpad-t14s-fan-ctrl.c:114:39: warning: variable 'id' set but not used
2026-04-10 19:42 UTC
[PATCH-for-11.1 v5] target/arm: Remove target_ulong use in hvf_handle_psci_call()
2026-04-10 19:42 UTC
[PATCH] drm/sti: hdmi: remove bridge when component_add fails
2026-04-10 19:41 UTC
[PATCH] bpf/selftests: remove test_access_variable_array
2026-04-10 19:40 UTC (2+ messages)
[PATCH v3 bpf-next 0/2] selftests/bpf: Test BTF sanitization
2026-04-10 19:40 UTC (2+ messages)
[PATCH bpf-next v9 0/6] bpf: Add support for sleepable tracepoint programs
2026-04-10 19:39 UTC (3+ messages)
` [PATCH bpf-next v9 3/6] bpf: Add sleepable support for classic "
[PATCH v3 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
2026-04-10 19:36 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915: Fix CDCLK and scaler prefill calculations (rev5)
MRs created from previous grub-devel@gnu.org contributions
2026-04-10 19:34 UTC
QA notification for completed autobuilder build (yocto-4.0.35.rc1)
2026-04-10 19:35 UTC
[linux-next:master 4929/13385] arch/arm/boot/dts/ti/omap/omap3-n900.dtb: camera@3e (toshiba,et8ek8): port:endpoint: Unevaluated properties are not allowed ('clock-inv', 'crc' were unexpected)
2026-04-10 19:32 UTC
htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
2026-04-10 19:32 UTC
[sean-jc:x86/vfio_kvm_file_refcount 1/1] arch/x86/kvm/../../../virt/kvm/vfio.c:178:45: error: passing argument 2 of 'kvm_vfio_file_set_kvm' from incompatible pointer type
2026-04-10 19:32 UTC
[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
2026-04-10 19:32 UTC (16+ 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
[PATCH] VFIO: remove dead notifier code
2026-04-10 19:32 UTC (3+ messages)
[PATCH v10 00/13] blk: honor isolcpus configuration
2026-04-10 19:31 UTC (10+ messages)
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus
[PATCH 2/2] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
2026-04-10 19:30 UTC (6+ messages)
` [PATCH v2 0/2] add riscv32 double-word shifts and library test
` [PATCH v2 1/2] riscv: add platform-specific double word shifts for riscv32
[PATCH v3] Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt
2026-04-10 19:29 UTC
[PATCH] drm/xe/debugfs: Correct printing of register whitelist ranges
2026-04-10 19:29 UTC (2+ messages)
BUG: workqueue lockup - SRCU schedules work on not-online CPUs during size transition
2026-04-10 19:29 UTC (8+ messages)
[PATCH v2 00/67] ui: add standalone VNC server over D-Bus
2026-04-10 19:19 UTC (50+ messages)
` [PATCH v2 15/67] ui/console-vc: vga_putcharxy()->vt100_putcharxy()
` [PATCH v2 17/67] ui/console-vc: make show_cursor() take vt100
` [PATCH v2 18/67] ui/console-vc: decouple VT100 display updates via function pointer
` [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 32/67] ui: move FONT_WIDTH/HEIGHT to vgafont.h
` [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 38/67] ui: minor code simplification
` [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 43/67] ui/keymaps: introduce kbd_layout_free()
` [PATCH v2 44/67] ui/vnc: fix vnc_display_init() leak on failure
` [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 47/67] ui/vnc: vnc_display_init() and vnc_display_open() return bool
` [PATCH v2 48/67] ui/vnc: merge vnc_display_init() and vnc_display_open()
` [PATCH v2 49/67] ui/vnc: add vnc_cleanup()
` [PATCH v2 50/67] ui/vnc: report an error for duplicate display id
` [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 56/67] ui/console: remove qemu_console_is_visible()
` [PATCH v2 57/67] ui/console: simplify registering display/console change listener
` [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 61/67] ui/console: move console_handle_touch_event() to input
` [PATCH v2 62/67] ui/vnc: replace VNC_DEBUG with trace-events
` [PATCH v2 63/67] ui: extract common sources into a static library
` [PATCH v2 64/67] tests: rename the dbus-daemon helper script
` [PATCH v2 65/67] tests/qtest: fix dbus-vmstate-test compilation
` [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] sched/isolation: Postpone re-allocation of housekeeping cpumask until initcall
2026-04-10 19:27 UTC
[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 (2+ messages)
` ✓ i915.CI.BAT: success for "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.