messages from 2025-12-26 18:22:23 to 2025-12-26 22:48:41 UTC [more...]
[PATCH v2 0/4] m68k: Add support for QEMU virt machine
2025-12-26 18:59 UTC (5+ messages)
` [PATCH v2 4/4] CI: Add test jobs for QEMU m68k "
generic/013 failure to Samba
2025-12-26 22:48 UTC (8+ messages)
[RFC v8 0/7] hw/misc: Introduce a generalized IOMMU test framework
2025-12-26 22:45 UTC (5+ messages)
` [RFC v8 1/7] hw/arm/smmuv3: Extract common definitions to smmuv3-common.h
` [RFC v8 7/7] tests/qtest: Add SMMUv3 bare-metal test using iommu-testdev
[PATCH v13 13/13] net/sxe: add virtual function
2025-12-26 22:39 UTC (3+ messages)
` [PATCH v14 01/13] net/sxe: add base driver directory and doc
[PATCH] drm/bridge: synopsys: dw-dp: return when attach bridge fail
2025-12-26 22:32 UTC
[PATCH v2 1/6] Revert "PCI: dw-rockchip: Don't wait for link since we can detect Link Up"
2025-12-26 22:31 UTC (3+ messages)
[PATCH] usb: ucsi: Fix null pointer dereference in ucsi_sync_control_common
2025-12-26 22:30 UTC
[PATCH] media: uvcvideo: Add support for P010 pixel format
2025-12-26 22:26 UTC (4+ messages)
` [PATCH v2] "
[PATCH v6] can: virtio: Add virtio CAN driver
2025-12-26 22:22 UTC (8+ messages)
[PATCH] hwmon: it87: expose additional temperature limits
2025-12-26 22:20 UTC
[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
2025-12-26 22:16 UTC (19+ messages)
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
[PATCH] hwmon: it87: prepare for extended PWM temp maps
2025-12-26 22:07 UTC
[PATCH] linux-user: add support for MAP_32BIT
2025-12-26 21:53 UTC (2+ messages)
[PATCH v4 02/25] dt-bindings: ufs: mediatek,ufs: Complete the binding
2025-12-26 21:45 UTC
[bcachefs:bcachefs-testing 59/61] fs/bcachefs/snapshots/snapshot.c:378:7: warning: variable 'lock_dropped' set but not used
2025-12-26 21:43 UTC
[PATCH 0/8] Introduce a huge-page pre-zeroing mechanism
2025-12-26 21:42 UTC (5+ messages)
` [PATCH 4/8] mm/hugetlb: introduce per-node sysfs interface "zeroable_hugepages"
[PATCH] m68k: fix CAS2 writeback when Dc1==Dc2
2025-12-26 21:37 UTC
[PATCH v2] docs: Makefile: wrap SPHINXDIRS help text
2025-12-26 21:37 UTC (2+ messages)
[PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller
2025-12-26 21:31 UTC (2+ messages)
[PATCH v2] netfilter: nft_counter: Fix reset of counters on 32bit archs
2025-12-26 21:29 UTC (2+ messages)
[PATCH v2 00/13] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board
2025-12-26 21:28 UTC (18+ messages)
` [PATCH v2 07/13] dt-bindings: riscv: Add B ISA extension description
` [PATCH v2 08/13] dt-bindings: riscv: Add descriptions for Za64rs, Ziccamoa, Ziccif, and Zicclsm
` [PATCH v2 09/13] dt-bindings: riscv: Add Ssccptr, Sscounterenw, Sstvala, Sstvecd, Ssu64xl
` [PATCH v2 10/13] dt-bindings: riscv: Add Sha and its comprised extensions
` [PATCH v2 11/13] dt-bindings: riscv: Add Supm extension description
[PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller
2025-12-26 21:25 UTC (2+ messages)
[RFC PATCH 00/25] migration: Cleanup early connection code
2025-12-26 21:19 UTC (26+ messages)
` [RFC PATCH 01/25] migration: Remove redundant state change
` [RFC PATCH 02/25] migration: Fix state change at migration_channel_process_incoming
` [RFC PATCH 03/25] migration/tls: Remove unused parameter
` [RFC PATCH 04/25] migration: Move multifd_recv_setup call
` [RFC PATCH 05/25] migration: Cleanup TLS handshake hostname passing
` [RFC PATCH 06/25] migration: Move postcopy_try_recover into migration_incoming_process
` [RFC PATCH 07/25] migration: Use migrate_mode() to query for cpr-transfer
` [RFC PATCH 08/25] migration: Free the error earlier in the resume case
` [RFC PATCH 09/25] migration: Move error reporting out of migration_cleanup
` [RFC PATCH 10/25] migration: Expand migration_connect_error_propagate to cover cancelling
` [RFC PATCH 11/25] migration: yank: Move register instance earlier
` [RFC PATCH 12/25] migration: Fold migration_cleanup() into migration_connect_error_propagate()
` [RFC PATCH 13/25] migration: Handle error in the early async paths
` [RFC PATCH 14/25] migration: Remove QEMUFile from channel.c
` [RFC PATCH 15/25] migration/channel: Rename migration_channel_connect
` [RFC PATCH 16/25] migration: Rename instances of start
` [RFC PATCH 17/25] migration: Move channel code to channel.c
` [RFC PATCH 18/25] migration: Move transport connection code into channel.c
` [RFC PATCH 19/25] migration/channel: Make synchronous calls evident
` [RFC PATCH 20/25] migration/channel: Use switch statements in outgoing code
` [RFC PATCH 21/25] migration/channel: Cleanup early passing of MigrationState
` [RFC PATCH 22/25] migration/channel: Merge both sides of the connection initiation code
` [RFC PATCH 23/25] migration: Move channel parsing to channel.c
` [RFC PATCH 24/25] migration: Move URI "
` [RFC PATCH 25/25] migration: Remove qmp_migrate_finish
[PATCH v4 1/1] NFSD: Track SCSI Persistent Registration Fencing per Client with xarray
2025-12-26 21:21 UTC
[v2 PATCH 0/1] fs/proc: Expose mm_cpumask in /proc/[pid]/status
2025-12-26 21:14 UTC (2+ messages)
` [v2 PATCH 1/1] "
[PATCH v3 0/4] Support more safe `AsBytes`/`FromBytes` usage
2025-12-26 21:08 UTC (5+ messages)
` [PATCH v3 1/4] rust: transmute: Support transmuting slices of AsBytes/FromBytes types
` [PATCH v3 2/4] rust: transmute: Add support for deriving `AsBytes` and `FromBytes`
` [PATCH v3 3/4] rust: transmute: Migrate AsBytes/FromBytes to ffi crate for bindgen
` [PATCH v3 4/4] rust: transmute: Support deriving AsBytes/FromBytes on bindgen types
[PATCH 2/5] PCI: dwc: Add new APIs to remove standard and extended Capability
2025-12-26 21:07 UTC (2+ messages)
github build mingw version
2025-12-26 21:05 UTC
crypto/ahash.c:1073:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
2025-12-26 21:01 UTC
[PATCH 1/2] net/filter-buffer: make interval change take effect immediately
2025-12-26 20:59 UTC (3+ messages)
` [PATCH 2/2] tests/qtest: add test for filter-buffer interval change
ath10k-firmware: WCN3990 hw1.0: sdm845-lg-judyln board file
2025-12-26 20:56 UTC
[PATCH] hwmon: it87: describe per-chip temperature resources
2025-12-26 20:54 UTC (2+ messages)
[PATCH 2/2] PCI: dwc: Fix missing iATU setup when ECAM is enabled
2025-12-26 20:52 UTC (2+ messages)
[PATCH v1] mm/memcg: scale memory.high penalty based on refault recency
2025-12-26 20:51 UTC (3+ messages)
[PATCH 0/2] oe-setup-vscode: improve bitbake-setup compatibility
2025-12-26 20:49 UTC (5+ messages)
` [PATCH 1/2] "
` [OE-core] "
` [PATCH 2/2] oe-setup-vscode: improve VSCode "
` [OE-core] "
[Buildroot] [PATCH] package/python-sdbus: bump to 0.14.2
2025-12-26 20:49 UTC (2+ messages)
[Buildroot] [PATCH] package/python-sqlparse: bump to 0.5.5
2025-12-26 20:48 UTC (2+ messages)
[Buildroot] [PATCH] package/python-apscheduler: bump to 3.11.2
2025-12-26 20:48 UTC (2+ messages)
[Buildroot] [git commit] package/python-sdbus: bump to 0.14.2
2025-12-26 20:31 UTC
[Buildroot] [git commit] package/python-apscheduler: bump to 3.11.2
2025-12-26 20:31 UTC
[Buildroot] [git commit] package/python-sqlparse: bump to 0.5.5
2025-12-26 20:31 UTC
[PATCH v3 00/25] system/memory: Clean ups around address_space_ldst() endian variants
2025-12-26 20:43 UTC (3+ messages)
` [PATCH v3 24/25] system/ioport: Declare x86-specific I/O port in little-endian order
[PATCH 1/2] media: i2c: ov5647: Convert to CCI register access helpers
2025-12-26 20:40 UTC (2+ messages)
[PATCH] platform/x86: lenovo: Reassign KEY_CUT to KEY_SELECTIVE_SCREENSHOT for Ideapad laptops
2025-12-26 20:37 UTC (2+ messages)
Follow-up on Linux-kernel code accessibility
2025-12-26 20:35 UTC (16+ messages)
[PATCH v2] platform/x86: ideapad-laptop: Reassign KEY_CUT to KEY_SELECTIVE_SCREENSHOT
2025-12-26 20:34 UTC
[pull] drm/msm: drm-msm-fixes-2025-12-26 for v6.19-rc3
2025-12-26 20:31 UTC
[Buildroot] [PATCH] package/python-uvicorn: bump to 0.40.0
2025-12-26 20:30 UTC (2+ messages)
[Buildroot] [PATCH] package/python-fastapi: bump to 0.127.0
2025-12-26 20:29 UTC (2+ messages)
[Buildroot] [git commit] package/python-uvicorn: bump to 0.40.0
2025-12-26 20:23 UTC
[Buildroot] [git commit] package/python-fastapi: bump to 0.127.0
2025-12-26 20:12 UTC
[PATCH v2 0/3] Support more safe `AsBytes`/`FromBytes` usage
2025-12-26 20:27 UTC (4+ messages)
` [PATCH v2 1/3] rust: transmute: Support transmuting slices of AsBytes/FromBytes types
[PATCH] lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bit
2025-12-26 20:24 UTC (4+ messages)
[PATCH v2 0/2] fix demotion targets checks in reclaim/demotion
2025-12-26 20:24 UTC (8+ messages)
` [PATCH v3] mm/vmscan: "
[PATCH] smb: client: terminate session upon signature verification failure
2025-12-26 20:19 UTC
[syzbot] [wireless?] INFO: task hung in reg_todo (4)
2025-12-26 20:18 UTC
[PATCH v4 0/3] Support exporting SoC info from Rust
2025-12-26 20:17 UTC (4+ messages)
` [PATCH v4 1/3] rust: Add soc_device support
` [PATCH v4 2/3] docs: ABI: sysfs-devices-soc: Fix swapped sample values
` [PATCH v4 3/3] rust: Add SoC Driver Sample
[Bug] Git subtree regression
2025-12-26 19:58 UTC
[Buildroot] [PATCH 0/7] Bump libecoli and grout; DPDK packaging improvements
2025-12-26 20:08 UTC (5+ messages)
` [Buildroot] [PATCH 4/7] package/libecoli: bump version to 0.10.1
` [Buildroot] [PATCH 5/7] package/grout: bump to 0.14.3 version
[PATCH] doc: update flow-perf.rst --query-rate option description
2025-12-26 20:07 UTC (2+ messages)
[Buildroot] [git commit] package/grout: bump to 0.14.3 version
2025-12-26 19:53 UTC
[Buildroot] [git commit] package/libecoli: bump version to 0.10.1
2025-12-26 19:53 UTC
[GIT PULL] smb client fix
2025-12-26 20:06 UTC
[BUG] sched/mm_cid: NULL pointer dereference in sched_mm_cid_fork on ARM64
2025-12-26 20:03 UTC (2+ messages)
[PATCH v2 1/2] proc: add tgid_iter.pid_ns member
2025-12-26 20:03 UTC (2+ messages)
` [PATCH v2 2/2] proc: rewrite next_tgid()
[PATCH] MAINTAINERS: Update Saravana Kannan's email address
2025-12-26 20:02 UTC (2+ messages)
[linux-next:master] [fs] 51a146e059: BUG:kernel_hang_in_boot_stage
2025-12-26 20:01 UTC (2+ messages)
[PATCH V11 00/19] virtio_ring in order support
2025-12-26 19:57 UTC (8+ messages)
` [PATCH V11 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V11 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V11 19/19] virtio_ring: add in order support
[Buildroot] [PATCH] utils/generate-cyclonedx: fix monotonically increasing dependency list
2025-12-26 19:55 UTC (2+ messages)
` [Buildroot] [PATCH v2 1/1] "
[PATCH 0/3] Enable / require DEVRES for devm_.alloc usage outside xPL
2025-12-26 19:55 UTC (5+ messages)
` [PATCH 3/3] dm: core: Default to using DEVRES outside of xPL
[PATCH 1/2] proc: add tgid_iter.pid_ns member
2025-12-26 19:55 UTC (3+ messages)
` [PATCH 1/1] proc: test lseek on /proc/net/dev
` [PATCH 2/2] proc: rewrite next_tgid()
[PATCH v5 2/8] arm64: dts: mediatek: mt7981b: Add PCIe and USB support
2025-12-26 19:53 UTC
[xiang-erofs:dev-test] BUILD SUCCESS 1896b9f9c7d473df959c51fed4849d3357b55d14
2025-12-26 19:53 UTC
[GIT PULL] ksmbd server fixes
2025-12-26 19:50 UTC (2+ messages)
[GIT PULL] Block fixes for 6.19-rc3
2025-12-26 19:50 UTC (2+ messages)
[GIT PULL] io_uring fix for 6.19-rc3
2025-12-26 19:50 UTC (2+ messages)
[GIT PULL] virtio,vhost: fixes
2025-12-26 19:49 UTC (2+ messages)
[Buildroot] [PATCH] package/bpftrace: add host-vim as a dependency, for xxd
2025-12-26 19:51 UTC (2+ messages)
[Buildroot] [git commit] package/bpftrace: add host-vim as a dependency, for xxd
2025-12-26 19:47 UTC
[PATCH v3 0/3] Support exporting SoC info from Rust
2025-12-26 19:38 UTC (5+ messages)
` [PATCH v3 1/3] rust: Add soc_device support
[PATCH v2 0/5] Add upstream board Xunlong Orange Pi RV
2025-12-26 19:30 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: starfive: add xunlong,orangepi-rv
` [PATCH v2 2/5] riscv: dts: starfive: add Orange Pi RV
` [PATCH v2 3/5] board: starfive: visionfive2: Add Orange Pi RV selection by product_id
` [PATCH v2 4/5] configs: starfive: Add Orange Pi RV to visionfive2
` [PATCH v2 5/5] doc: board: starfive: Add Xunlong OrangePi RV
[GIT PULL] Driver core fixes for 6.19-rc3
2025-12-26 19:24 UTC
[sj:damon/next 101/108] mm/memory.c:7487:1: sparse: sparse: symbol 'faults_monitor_controls_lock' was not declared. Should it be static?
2025-12-26 19:23 UTC (2+ messages)
[PATCH v2 0/1] bitbake-setup: Initialize build environment after setup/update
2025-12-26 19:21 UTC (3+ messages)
` [PATCH v2 1/1] "
` [bitbake-devel] "
[PATCH v3] rust: Add support for feeding entropy to randomness pool
2025-12-26 19:15 UTC
[PATCH v2] virtio: Describe @map and @vmap members in virtio_device struct
2025-12-26 19:13 UTC (2+ messages)
[PATCH] char: misc: Use IS_ERR() for filp_open() return value
2025-12-26 19:12 UTC (2+ messages)
[meta-oe][PATCH 1/5] redis: ignore CVE-2025-46686
2025-12-26 19:10 UTC (5+ messages)
` [meta-filesystems][PATCH 2/5] simple-mtpfs: update to latest revision
` [meta-filesystems][PATCH 3/5] unionfs-fuse: upgarde 3.4 -> 3.7
` [meta-filesystems][PATCH 4/5] unionfs-fuse: add ptest support
` [meta-filesystems][PATCH 5/5] softhsm: fix SRC_URI branch
[PATCH 1/1 v6.19-rc] tools build: Fix the common set of features test wrt libopenssl
2025-12-26 19:09 UTC
[Bug] With "[remotes] group = a b c", "git push group" does not work
2025-12-26 18:57 UTC (2+ messages)
[PATCH v22 0/2] reboot-mode: Expose sysfs for registered reboot modes
2025-12-26 18:56 UTC (3+ messages)
` [PATCH v22 1/2] Documentation: ABI: Add sysfs-class-reboot-mode-reboot_modes
` [PATCH v22 2/2] power: reset: reboot-mode: Expose sysfs for registered reboot_modes
[PATCH 1/3] landlock: Add missing ABI 7 case in documentation example
2025-12-26 18:53 UTC (4+ messages)
` [PATCH 2/3] landlock: Document Landlock errata mechanism
[PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28
2025-12-26 18:47 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28 (rev3)
[PATCH 1/1] mm,swapops: Fix compile error on set_pmd_migration_entry
2025-12-26 18:43 UTC (4+ messages)
[PATCH] mm/damon/sysfs: preventing duplicated list_add_tail() at the damon_call()
2025-12-26 18:41 UTC (2+ messages)
[PATCH] package.py: warn if target is not a valid ELF file in dwarfsrcfiles
2025-12-26 18:31 UTC (2+ messages)
` [OE-core] "
[PATCH] mm/damon/core: modified control->repeat loop at the kdamond_call()
2025-12-26 18:31 UTC (2+ messages)
[PATCH v5 0/8] Support for Adreno 612 GPU - Respin
2025-12-26 18:29 UTC (9+ messages)
` [PATCH v5 1/8] drm/msm/a6xx: Retrieve gmu core range by index
` [PATCH v5 2/8] dt-bindings: display/msm: gpu: Simplify conditional schema logic
` [PATCH v5 3/8] dt-bindings: display/msm: gpu: Document A612 GPU
` [PATCH v5 4/8] dt-bindings: display/msm/rgmu: Document A612 RGMU
` [PATCH v5 5/8] arm64: dts: qcom: talos: add the GPU SMMU node
` [PATCH v5 6/8] arm64: dts: qcom: talos: Add gpu and rgmu nodes
` [PATCH v5 7/8] arm64: dts: qcom: talos: Add GPU cooling
` [PATCH v5 8/8] arm64: dts: qcom: qcs615-ride: Enable Adreno 612 GPU
[PATCH] tracing: drop unneeded assignment to soft_mode
2025-12-26 18:30 UTC (2+ messages)
[PATCH] selftests/tracing: Fix test_multiple_writes stall
2025-12-26 18:29 UTC (2+ messages)
Loongarch BPF JIT support Load-Acquire and Store-Release Instructions ?
2025-12-26 18:18 UTC (2+ messages)
[PATCH 5/8] mm/damon: use cgroup ID instead of private memcg ID
2025-12-26 18:23 UTC (2+ messages)
[Buildroot] [PATCH/next 01/33] package/libstrophe: bump version to 0.14.0
2025-12-26 18:22 UTC (2+ messages)
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.