messages from 2026-03-05 17:19:04 to 2026-03-05 17:52:54 UTC [more...]
[PULL v2 00/27] Misc patches queue
2026-03-05 17:47 UTC (25+ messages)
` [PULL 01/27] scripts: detect another GPL license boilerplate variant
` [PULL 02/27] io: separate freeing of tasks from marking them as complete
` [PULL 03/27] io: fix cleanup for TLS I/O source data on cancellation
` [PULL 04/27] io: fix cleanup for websock "
` [PULL 05/27] docs: simplify DiamondRapids CPU docs
` [PULL 06/27] qemu-options: remove extraneous [] around arg values
` [PULL 07/27] include: define constant for early constructor priority
` [PULL 08/27] monitor: initialize global data from a constructor
` [PULL 09/27] system: unconditionally enable thread naming
` [PULL 10/27] util: fix race setting thread name on Win32
` [PULL 11/27] util: expose qemu_thread_set_name
` [PULL 12/27] audio: make jackaudio use qemu_thread_set_name
` [PULL 13/27] util: set the name for the 'main' thread on Windows
` [PULL 14/27] util: add API to fetch the current thread name
` [PULL 15/27] util: introduce some API docs for logging APIs
` [PULL 16/27] util: avoid repeated prefix on incremental qemu_log calls
` [PULL 17/27] util/log: add missing error reporting in qemu_log_trylock_with_err
` [PULL 18/27] ui: add proper error reporting for password changes
` [PULL 19/27] ui: remove redundant use of error_printf_unless_qmp()
` [PULL 20/27] monitor: remove redundant error_[v]printf_unless_qmp
` [PULL 21/27] monitor: refactor error_vprintf()
` [PULL 22/27] monitor: move error_vprintf back to error-report.c
` [PULL 23/27] util: fix interleaving of error & trace output
` [PULL 26/27] scripts/checkpatch: Fix MAINTAINERS update warning with --terse
[groeck-staging:hwmon-next] BUILD SUCCESS cf06f835a4ddc44c21641fc32b67222969fab5e6
2026-03-05 17:52 UTC
[PATCH v3] dts: refactor flow suite with generator pattern
2026-03-05 17:52 UTC (4+ messages)
` [PATCH v4] "
[PATCH 0/6] arm64: dts: freescale: add Verdin iMX95
2026-03-05 17:51 UTC (8+ messages)
` [PATCH 1/6] dt-bindings: arm: fsl: "
` [PATCH 2/6] arm64: dts: freescale: Add Verdin iMX95 support
` [PATCH 3/6] arm64: dts: freescale: imx95-verdin: Add Dahlia carrier board
` [PATCH 4/6] arm64: dts: freescale: imx95-verdin: Add Ivy "
` [PATCH 5/6] arm64: dts: freescale: imx95-verdin: Add Mallow "
` [PATCH 6/6] arm64: dts: freescale: imx95-verdin: Add Yavia "
[PULL 00/28] Remove deprecated pc machine types -2.8 up to -2.12
2026-03-05 17:47 UTC (2+ messages)
[PULL 00/27] Misc patches queue
2026-03-05 17:48 UTC (4+ messages)
[RFC PATCH v2 0/7] KVM: pfncache: Add guest_memfd support to pfncache
2026-03-05 17:50 UTC (3+ messages)
` [RFC PATCH v2 1/7] KVM: x86: Avoid silent kvm-clock activation failures
[PATCH] btrfs: test creating a large number of snapshots of a received subvolume
2026-03-05 17:50 UTC (2+ messages)
duplicating CPUs with memcpy() in cpu_copy() vs memory-allocated things in CPUArchState structs
2026-03-05 17:47 UTC
[PATCH v2 1/2] x86: apic, vmexit: Replace NOP with CPUID to serialize deadline timer
2026-03-05 17:47 UTC (2+ messages)
` [PATCH v2 2/2] x86: tscdeadline_latency: Remove unnecessary nop
[PATCH] ALSA: usb-audio: Refine string-descriptor-based quirk matching
2026-03-05 17:46 UTC
[PATCH v4 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-03-05 17:46 UTC (12+ messages)
` [PATCH v4 bpf/net 3/6] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH v4 bpf/net 6/6] sockmap: Fix broken memory accounting for UDP
[PATCH 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-03-05 17:45 UTC (3+ messages)
` [PATCH 1/4] dt-bindings: iio: adc: add bindings for AD4691 family
[PATCH] Add an initial CONTRIBUTE.rst
2026-03-05 17:45 UTC (2+ messages)
Process killed by seccomp looks live by tracer
2026-03-05 17:45 UTC (5+ messages)
[PATCH RFC] btrfs: get rid of btrfs_(alloc|free)_compr_folio()
2026-03-05 17:46 UTC (3+ messages)
[PATCH v2 00/36] KVM: VMX APIC timer virtualization support
2026-03-05 17:44 UTC (37+ messages)
` [PATCH v2 01/36] KVM: VMX: Detect APIC timer virtualization bit
` [PATCH v2 02/36] KVM: x86: Implement APIC virt timer helpers with callbacks
` [PATCH v2 03/36] KVM: x86/lapic: Start/stop sw/hv timer on vCPU un/block
` [PATCH v2 04/36] KVM: x86/lapic: Wire DEADLINE MSR update to guest virtual TSC deadline
` [PATCH v2 05/36] KVM: x86/lapic: Add a trace point for guest virtual timer
` [PATCH v2 06/36] KVM: VMX: Implement the hooks for VMX guest virtual deadline timer
` [PATCH v2 07/36] KVM: VMX: Update APIC timer virtualization on apicv changed
` [PATCH v2 08/36] KVM: nVMX: Disallow/allow guest APIC timer virtualization switch to/from L2
` [PATCH v2 09/36] KVM: nVMX: Pass struct msr_data to VMX MSRs emulation
` [PATCH v2 10/36] KVM: nVMX: Supports VMX tertiary controls and GUEST_APIC_TIMER bit
` [PATCH v2 11/36] KVM: nVMX: Add alignment check for struct vmcs12
` [PATCH v2 12/36] KVM: nVMX: Add tertiary VM-execution control VMCS support
` [PATCH v2 13/36] KVM: nVMX: Update intercept on TSC deadline MSR
` [PATCH v2 14/36] KVM: nVMX: Handle virtual timer vector VMCS field
` [PATCH v2 15/36] KVM: VMX: Make vmx_calc_deadline_l1_to_host() non-static
` [PATCH v2 16/36] KVM: nVMX: Enable guest deadline and its shadow VMCS field
` [PATCH v2 17/36] KVM: nVMX: Add VM entry checks related to APIC timer virtualization
` [PATCH v2 18/36] KVM: nVMX: Add check vmread/vmwrite on tertiary control
` [PATCH v2 19/36] KVM: nVMX: Add check VMCS index for guest timer virtualization
` [PATCH v2 20/36] KVM: VMX: Advertise tertiary controls to the user space
` [PATCH v2 21/36] KVM: VMX: dump_vmcs() support the guest virt timer
` [PATCH v2 22/36] KVM: VMX: Enable APIC timer virtualization
` [PATCH v2 23/36] KVM: VMX: Introduce module parameter for APIC virt timer support
` [PATCH v2 24/36] KVM: nVMX: Introduce module parameter for nested APIC timer virtualization
` [PATCH v2 25/36] KVM: selftests: Add a test to measure local timer latency
` [PATCH v2 26/36] KVM: selftests: Add nVMX support to timer_latency test case
` [PATCH v2 27/36] KVM: selftests: Add test for nVMX MSR_IA32_VMX_PROCBASED_CTLS3
` [PATCH v2 28/36] KVM: selftests: Add test vmx_set_nested_state_test with EVMCS disabled
` [PATCH v2 29/36] KVM: selftests: Add tests nested state of APIC timer virtualization
` [PATCH v2 30/36] KVM: selftests: Add VMCS access test to "
` [PATCH v2 31/36] KVM: selftests: Add serialize() helper and X86_FEATURE_SERIALIZE
` [PATCH v2 32/36] KVM: selftests: Test cases for L1 APIC timer virtualization
` [PATCH v2 33/36] KVM: selftests: Add tests for nVMX to vmx_apic_timer_virt
` [PATCH v2 34/36] KVM: selftests: Add a global option to disable in-kernel irqchip
` [PATCH v2 35/36] KVM: selftests: Test VMX apic timer virt with inkernel apic disable
` [PATCH v2 36/36] Documentation: KVM: x86: Update documentation of struct vmcs12
[PATCH] MAINTAINERS: Remove bouncing maintaner, mark Altera drivers as orphans
2026-03-05 17:44 UTC (5+ messages)
[PATCH 0/4] bpf: add a few hooks for sandboxing
2026-03-05 17:43 UTC (5+ messages)
` [PATCH 3/4] selftests/bpf: add ns hook selftest
` [PATCH 4/4] selftests/bpf: add cgroup attach selftests
[PATCH 1/1] arm64: dts: imx91: Fix TMU reference
2026-03-05 17:43 UTC (2+ messages)
Xenomai 3.1 application compatibility with newer kernels
2026-03-05 17:43 UTC (2+ messages)
[PATCH 00/17] odb: make object database sources pluggable
2026-03-05 17:42 UTC (3+ messages)
` [PATCH v2 "
[axboe:rw_iter 288/470] checkpatch: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
2026-03-05 17:42 UTC
[PATCH RFC 0/3] locking: contended_release tracepoint instrumentation
2026-03-05 17:42 UTC (4+ messages)
` [PATCH RFC 3/3] locking: Wire up contended_release tracepoint
[PATCH v9 00/22] Enable FRED with KVM VMX
2026-03-05 17:25 UTC (7+ messages)
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
[PATCH v3 0/4] PSR/PR Selective Fetch Early Transport fixes
2026-03-05 17:42 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for PSR/PR Selective Fetch Early Transport fixes (rev3)
[PATCH v2 net-next] Revert "net: phy: improve mdiobus_stats_acct"
2026-03-05 17:42 UTC
[REGRESSION] Linux kernel 6.12.75 fails to compile with -Werror=implicit-function-declaration
2026-03-05 17:40 UTC (3+ messages)
[meta-arago][master][PATCH v2 0/4] Migrate GP AI Stacks
2026-03-05 17:40 UTC (6+ messages)
` [meta-arago][master][PATCH v2 1/4] arm-compute-library: upgrade 24.12 -> 52.07
` [meta-arago][master][PATCH v2 2/4] armnn: upgrade v24.11 to v26.01
` [meta-arago][master][PATCH v2 3/4] tensorflow-lite: upgrade 2.18.0 -> 2.20.0
` [meta-arago][master][PATCH v2 4/4] nnstreamer: upgrade 2.4.4 -> 2.6.0
[PATCH v3 i-g-t] lib/intel_pat: Cache PAT config for unprivileged processes
2026-03-05 17:40 UTC (2+ messages)
[PATCH v2 0/5] workqueue: Detect stalled in-flight workers
2026-03-05 17:39 UTC (4+ messages)
` [PATCH v2 5/5] workqueue: Add stall detector sample module
` [PATCH v2 0/5] workqueue: Improve stall diagnostics
[PATCH v2 0/2] e2fsprogs: fix memory leaks detected by ASAN
2026-03-05 17:38 UTC (3+ messages)
` [PATCH v2 2/2] resize: fix memory leak when exiting normally
[PATCH v7 0/8] Enable PC diversion via the plugin API
2026-03-05 17:38 UTC (5+ messages)
` [PATCH v7 1/8] plugins/core: clamp syscall arguments if target is 32-bit
[PATCH v2 0/6] pinctrl: Add generic pinctrl for board-level mux chips
2026-03-05 17:37 UTC (6+ messages)
` [PATCH v2 4/6] pinctrl: add generic board-level pinctrl driver using mux framework
[PATCH net-next] Revert "net: phy: improve mdiobus_stats_acct"
2026-03-05 17:38 UTC (2+ messages)
[PATCH bpf-next v3 0/2] bpf: Relax 8 frame limitation for global subprogs
2026-03-05 17:37 UTC (7+ messages)
` [PATCH bpf-next v3 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
` [PATCH bpf-next v3 2/2] bpf: Add deep call stack selftests
[PATCH net-next 0/8] net: dsa: add DSA support for the LAN9645x switch chip family
2026-03-05 17:37 UTC (5+ messages)
` [PATCH net-next 4/8] net: dsa: lan9645x: add basic dsa driver for LAN9645X
[PATCH bpf 0/3] bpf: fix and improve open-coded task_vma iterator
2026-03-05 17:36 UTC (5+ messages)
` [PATCH bpf 1/3] bpf: fix mm lifecycle in "
[axboe:rw_iter 351/467] clang: error: assembler command failed with exit code 1 (use -v to see invocation)
2026-03-05 17:35 UTC
[PATCH v2 1/1] media: v4l2-fwnode: Return -EPROBE_DEFER on parsing NULL endpoints
2026-03-05 17:35 UTC
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-05 17:34 UTC (5+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
[PATCH v2 net-next] inet_diag: report delayed ack timer information
2026-03-05 17:34 UTC (2+ messages)
[PATCH v1 0/4] x86,fs/resctrl: Pave the way for MPAM counter assignment
2026-03-05 17:34 UTC (14+ messages)
` [PATCH v1 1/4] x86,fs/resctrl: Make resctrl_arch_is_evt_configurable() aware of mbm_assign_mode
linux-next: manual merge of the block tree with the vfs-brauner tree
2026-03-05 17:34 UTC (3+ messages)
[PATCH] arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults
2026-03-05 17:33 UTC (2+ messages)
[PATCH RFC v2 00/15] Add virtualization support for EGM
2026-03-05 17:33 UTC (2+ messages)
[RFC 1/2] devtools: check packet forwarding in null test
2026-03-05 17:33 UTC (6+ messages)
` [RFC v3 0/7] Rework device probing
` [RFC v3 6/7] bus: factorize device selection
` [RFC v3 7/7] eal: configure initial device probing
Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
2026-03-05 17:33 UTC (9+ messages)
[PATCH] MAINTAINERS: Remove bouncing maintaner, mark thunderbold DMA test as orphan
2026-03-05 17:33 UTC (2+ messages)
[PATCH] mm/migrate_device: fix folio refcount leak on folio_split_unmapped failure
2026-03-05 17:32 UTC (13+ messages)
[PATCH] MAINTAINERS: Remove bouncing maintaner for IAA driver
2026-03-05 17:32 UTC (2+ messages)
[PATCH v8 0/6] tracing: Remove backup instance after read all
2026-03-05 17:33 UTC (5+ messages)
` [PATCH v8 3/6] tracefs: Check file permission even if user has CAP_DAC_OVERRIDE
[PATCH] MAINTAINERS: Remove bouncing T7XX reviewer
2026-03-05 17:32 UTC (2+ messages)
[PATCH v2 00/12] media: stm32: dcmi: stability & performance enhancements
2026-03-05 17:31 UTC (2+ messages)
[PATCH 2/2] md/raid5: move handle_stripe() comment to correct location
2026-03-05 17:31 UTC (2+ messages)
[PATCH v1] leds: lp5569: Use sysfs_emit instead of sprintf()
2026-03-05 17:31 UTC (2+ messages)
` (subset) "
[PATCH 0/5] Commonize Redmi 5A for 4A and GO
2026-03-05 17:28 UTC (6+ messages)
` [PATCH 1/5] arm64: dts: qcom: msm8917-xiaomi-riva: Commonize for Redmi "
` [PATCH 2/5] dt-bindings: arm: qcom: Add Redmi 4A
` [PATCH 3/5] arm64: dts: "
` [PATCH 4/5] dt-bindings: arm: qcom: Add Redmi Go
` [PATCH 5/5] arm64: dts: "
[PATCH 1/2] md/raid5: remove stale md_raid5_kick_device() declaration
2026-03-05 17:30 UTC (2+ messages)
[GIT PULL] Networking for v7.0-rc3
2026-03-05 17:30 UTC (3+ messages)
[PATCH] md/raid0,linear: move error handling from make_request to IO completion
2026-03-05 17:27 UTC (2+ messages)
[PATCH v2 0/3] btrfs: zoned: fix hang with generic/551
2026-03-05 17:29 UTC (4+ messages)
` [PATCH v2 1/3] btrfs: move reclaiming of a single block group into its own function
[PATCH V1] accel/amdxdna: Split mailbox channel create function
2026-03-05 17:28 UTC (3+ messages)
[PATCH 1/2] Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support
2026-03-05 17:18 UTC
[PATCH 2/2] Bluetooth: btusb: Add USB device IDs for MediaTek MT7927 (MT6639)
2026-03-05 17:18 UTC
[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-03-05 17:26 UTC (14+ messages)
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
[PATCH 1/1] board/BuR/zynq: don't select non-existent SPL_BINMAN_FDT
2026-03-05 15:57 UTC (4+ messages)
[PATCH v3 00/13] imx: add i.MX952 support
2026-03-05 15:06 UTC (4+ messages)
` [PATCH v3 11/13] arm64: dts: freescale: Add i.MX952 EVK basic device tree
[PATCH] liebherr: btt: Fix buffer overflow in board_fit_config_name_match
2026-03-05 16:40 UTC
[PATCH v2 0/7] media: iris: add support for kaanapali platform
2026-03-05 17:26 UTC (8+ messages)
` [PATCH v2 4/7] media: iris: add context bank devices using iommu-map
[QUESTION] CM5 / BCM2712: RP1 UART console support in U-Boot
2026-03-05 12:51 UTC
[PATCH 0/3] KVM: x86: Fix incorrect handling of triple faults
2026-03-05 17:26 UTC (2+ messages)
[PATCH 0/9] ARM: RPi5: Enable PCIe
2026-03-05 10:18 UTC (2+ messages)
[PATCH v3 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
2026-03-05 17:25 UTC (3+ messages)
[axboe:rw_iter 413/467] Warning: drivers/firmware/xilinx/zynqmp-debug.c:376 function parameter 'iocb' not described in 'zynqmp_pm_debugfs_api_read'
2026-03-05 17:24 UTC
[linux-next][s390] Boot hang after merge c50f05bd3c4e (sched/hrtick)
2026-03-05 17:24 UTC (9+ messages)
[PATCH] spi: amlogic: spifc-a4: Fix DMA mapping error handling
2026-03-05 17:24 UTC (2+ messages)
[PATCH] MAINTAINERS: Remove bouncing Keem Bay maintainer
2026-03-05 17:24 UTC
[PATCH v3 0/4] for-each-repo: work correctly in a worktree
2026-03-05 17:23 UTC (5+ messages)
` [PATCH v4 "
[meta-ti][master][PATCH v4 3/3] ti-core-initramfs: Add luks-encryption trigger
2026-03-05 17:22 UTC
[PATCH wireless] mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations
2026-03-05 17:08 UTC
[meta-ti][master][PATCH v4 2/3] initramfs: Add LUKS encryption module with fTPM
2026-03-05 17:22 UTC
[meta-ti][master][PATCH v4 1/3] linux-ti-staging: Add LUKS encryption config
2026-03-05 17:21 UTC
[meta-ti][master][PATCH v4 0/3] Add LUKS encryption with fTPM support
2026-03-05 17:21 UTC
[morimoto:sound-cleanup-2026-03-05-5 87/88] include/trace/events/asoc.h:31:114: error: invalid use of undefined type 'struct snd_soc_component'
2026-03-05 17:21 UTC
[PATCH 0/2] add WQ_PERCPU to alloc_workqueue
2026-03-05 17:20 UTC (4+ messages)
` [PATCH 1/2] ath6kl: add WQ_PERCPU to alloc_workqueue users
[PATCH net-next 0/2] net: macb: implement ethtool set channels count operation
2026-03-05 17:20 UTC (3+ messages)
` [PATCH net-next 1/2] net: macb: implement ethtool_ops.get|set_channels()
` [PATCH net-next 2/2] net: macb: distribute evenly Tx SRAM segments
[PATCH] taskstats: allow query for ptrace-able tasks
2026-03-05 17:18 UTC
[PATCH 0/2] Add initial support for Lenovo YOGA Tablet 8/10
2026-03-05 17:19 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: arm: mediatek: Add "
[PATCH v2] man/man2/statmount.2: Document STATMOUNT_BY_FD
2026-03-05 17:19 UTC (4+ messages)
` [PATCH v3] "
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.