messages from 2026-06-17 05:52:20 to 2026-06-17 06:46:55 UTC [more...]
[PATCH v3 0/5] hw/riscv: Add support for Milk-V Duo board
2026-06-17 6:46 UTC (4+ messages)
` [PATCH v3 2/5] hw/misc: Add Sophgo CV1800B clock controller
[PATCH v2 0/2] Extend VRR safe window wait for VRR TG
2026-06-17 6:46 UTC (3+ messages)
` ✓ CI.KUnit: success for Extend VRR safe window wait for VRR TG (rev2)
` ✓ i915.CI.BAT: success for Extend VRR safe window wait for VRR TG (rev3)
[PATCH v3 0/2] Bluetooth: btmtksdio: teardown fixes
2026-06-17 6:45 UTC (3+ messages)
` [PATCH v3 1/2] Bluetooth: btmtksdio: test for BUS IO errors in btmtksdio_txrx_work()
` [PATCH v3 2/2] Bluetooth: btmtksdio: call cancel_work_sync() outside of host lock scope
[RFC] arm64: early_ioremap fails to map ACPI MADT on 64K pages
2026-06-17 6:01 UTC
DPDK Release Status Meeting 2026-06-16
2026-06-17 6:45 UTC
[PATCH 0/4] KVM: SEV: Support direct setting of VMSA for SEV-SNP guests
2026-06-17 6:45 UTC (6+ messages)
` [PATCH 4/4] kvm: svm: Support KVM_SEV_SNP_PAGE_TYPE_VMSA at SNP_LAUNCH_UPDATE
[PATCH] drm/amdgpu/soc24: reset dGPU if suspend got aborted
2026-06-17 6:45 UTC (2+ messages)
Missing information in HEADER_CPU_DOMAIN_INFO
2026-06-17 6:44 UTC (3+ messages)
[PATCH v2 0/5] edison: Convert the image build to binman
2026-06-17 6:44 UTC (9+ messages)
` [PATCH v2 1/5] binman: Add an entry type for the Intel OSIP header
` [PATCH v2 4/5] CI: Add an sjg-lab job for the Intel Edison
` [PATCH v2 5/5] doc: edison: Rewrite the update instructions
[PATCH v2 1/2] migration/rdma: honor blocking mode in QIOChannelRDMA readv
2026-06-17 6:43 UTC (2+ messages)
` [PATCH v2 2/2] migration/rdma: account transferred bytes for zero page compression
[PATCH v2 0/3] gpu: nova-core: obtain and display VRAM amount
2026-06-17 6:43 UTC (4+ messages)
` [PATCH v2 1/3] gpu: nova-core: move GSP unload state to a pinned Gpu subobject
` [PATCH v2 2/3] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH v2 3/3] gpu: nova-core: gsp: Extract and display usable FB regions from GSP
[PATCH v2 0/2] staging: rtl8723bs: Fix coding style issues in header files
2026-06-17 6:41 UTC (3+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: Fix indentation in enum in rtw_mlme.h
` [PATCH v2 2/2] staging: rtl8723bs: Fix comment style issues in header files
[PATCH 0/2] MAINTAINERS: enforce file entries are consistent from meson
2026-06-17 6:42 UTC (9+ messages)
` [PATCH 2/2] meson.build: check MAINTAINERS file is consistent with source tree
[docs][PATCH V3 1/3] ref-manual/classes.rst: add upstream-stable-release-point class documentation
2026-06-17 6:41 UTC (3+ messages)
` [docs][PATCH V3 2/3] ref-manual/variables.rst: add UPSTREAM_STABLE_RELEASE_REGEX and STABLE_VERSION_PARTS
` [docs][PATCH V3 3/3] ref-manual/release-process.rst: add patch acceptance policies and stable point release upgrades
[PATCH] tests/functional/aspeed: unify boot completion detection on 'login:' prompt
2026-06-17 6:41 UTC (2+ messages)
[PATCH v4 resend 0/5] Add Cix Sky1 AUDSS clock and reset support
2026-06-17 6:41 UTC (6+ messages)
` [PATCH v4 resend 1/5] dt-bindings: soc: cix,sky1-system-control: add audss system control
` [PATCH v4 resend 2/5] reset: cix: add audss support to sky1 reset driver
` [PATCH v4 resend 3/5] dt-bindings: clock: cix,sky1-audss-clock: add audss clock controller
` [PATCH v4 resend 4/5] clk: cix: add sky1 "
` [PATCH v4 resend 5/5] arm64: dts: cix: sky1: add audss system control
[PATCH v2 0/2] soc: aspeed: Add BMC and host driver for PCIe BMC device
2026-06-17 6:40 UTC (7+ messages)
` [PATCH v2 1/2] soc: aspeed: add BMC-side PCIe BMC device driver
[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
2026-06-17 6:40 UTC (19+ messages)
` [PATCH v3 00/17] "
` [PATCH v3 01/17] packfile: rename `struct packfile_store` to `odb_source_packed`
` [PATCH v3 02/17] packfile: split out packfile list logic
` [PATCH v3 03/17] packfile: move packed source into "odb/" subsystem
` [PATCH v3 04/17] odb/source-packed: store pointer to "files" instead of generic source
` [PATCH v3 05/17] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH v3 06/17] odb/source-packed: wire up `close()` callback
` [PATCH v3 07/17] odb/source-packed: wire up `reprepare()` callback
` [PATCH v3 08/17] packfile: use higher-level interface to implement `has_object_pack()`
` [PATCH v3 09/17] odb/source-packed: wire up `read_object_info()` callback
` [PATCH v3 10/17] odb/source-packed: wire up `read_object_stream()` callback
` [PATCH v3 11/17] odb/source-packed: wire up `for_each_object()` callback
` [PATCH v3 12/17] odb/source-packed: wire up `count_objects()` callback
` [PATCH v3 13/17] odb/source-packed: wire up `find_abbrev_len()` callback
` [PATCH v3 14/17] odb/source-packed: wire up `freshen_object()` callback
` [PATCH v3 15/17] odb/source-packed: stub out remaining functions
` [PATCH v3 16/17] midx: refactor interfaces to work on "packed" source
` [PATCH v3 17/17] odb/source-packed: drop pointer to "files" parent source
[PATCH 6.18 000/325] 6.18.36-rc1 review
2026-06-17 6:38 UTC (2+ messages)
[PATCH v4 0/5] Add Cix Sky1 AUDSS clock and reset support
2026-06-17 6:38 UTC (11+ messages)
` [PATCH v4 1/5] dt-bindings: soc: cix,sky1-system-control: add audss system control
` [PATCH v4 2/5] reset: cix: add audss support to sky1 reset driver
` [PATCH v4 3/5] dt-bindings: clock: cix,sky1-audss-clock: add audss clock controller
` [PATCH v4 4/5] clk: cix: add sky1 "
` [PATCH v4 5/5] arm64: dts: cix: sky1: add audss system control
[PATCH v2 0/6] system: Clarify legacy physical_memory_read/write/map/unmap API
2026-06-17 6:36 UTC (3+ messages)
` [PATCH v2 2/6] accel/kvm: Replace legacy cpu_physical_memory_write() call
[PATCH] target/riscv/kvm: add extensions after v7.1-rc4 update
2026-06-17 6:36 UTC
[PATCH] vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flags
2026-06-17 6:36 UTC (4+ messages)
[PATCH RESEND v2] drm/i915/display: Program TRANS_VTOTAL from mode vtotal
2026-06-17 6:35 UTC (4+ messages)
` ✓ CI.KUnit: success for drm/i915/display: Program TRANS_VTOTAL from mode vtotal (rev4)
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.BAT: "
KVM Planes arch-independent parts
2026-06-17 6:35 UTC
[PATCH v6 0/5] initial support for yosemite4
2026-06-17 6:34 UTC (5+ messages)
` [PATCH v6 1/5] ast2600: yosemite4 initial support
` [PATCH v6 2/5] ast2600: yosemite4 functional test
[PATCH net-next] gre: fix ERSPAN o_flags race/corruption in xmit and fill_info
2026-06-17 6:34 UTC (2+ messages)
[PATCH v6 00/16] drm/i915/display: Add DC3CO support
2026-06-17 6:34 UTC (3+ messages)
` [PATCH v6 03/16] drm/i915/display: Use FIELD_PREP() for DC state enable bits
[PATCH v3] crypto: ti-dthev2:Fix potential invalid access when device list is empty
2026-06-17 6:33 UTC
[PATCH] dt-bindings: thermal: qcom-tsens: Document the maili Temperature Sensor
2026-06-17 6:33 UTC (2+ messages)
[scarthgap][PATCH] libinput: fix for CVE-2026-50292
2026-06-17 6:33 UTC
[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
2026-06-17 6:32 UTC (3+ messages)
` [RFC PATCH v2 02/29] target/arm: Add ID Register field descriptions in cpu-idregs.h.inc
[PATCH net 0/3] net/mlx5: LAG bug fixes
2026-06-17 6:32 UTC (4+ messages)
` [PATCH net 1/3] net/mlx5: LAG, Fix off-by-one in single-FDB error rollback
` [PATCH net 2/3] net/mlx5: LAG, MPESW, Fix missing complete() on devcom error
` [PATCH net 3/3] net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailable
[PATCH v3 0/9] : pnv/phb4: Update PHB4 to the latest PHB5 spec
2026-06-17 6:32 UTC (34+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 1/9] qtest/phb4: Add testbench for PHB4
` [PATCH v4 2/9] pnv/phb4: Add reset logic to PHB4
` [PATCH v4 3/9] pnv/phb4: Implement sticky reset logic in PHB4
` [PATCH v4 4/9] pnv/phb4: Implement read-only and write-only bits of registers
` [PATCH v4 5/9] pnv/phb4: Implement write-clear and return 1's on unimplemented reg read
` [PATCH v4 6/9] pnv/phb4: Set link-active status in HPSTAT and LMR registers
[syzbot] [kernfs?] WARNING in __kernfs_new_node
2026-06-17 6:30 UTC
[PATCH v3 0/4] Introduce error threshold to drm_ras
2026-06-17 6:29 UTC (8+ messages)
` [PATCH v3 1/4] drm/ras: Introduce error threshold
` [PATCH v3 3/4] drm/xe/ras: Add support for "
[PATCH v3 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
2026-06-17 6:29 UTC (5+ messages)
` [PATCH v3 1/3] mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
` [PATCH v3 2/3] mm/percpu: honor GFP constraints when populating chunks
[PATCH v2] docs/devel: relax policy on AI-generated contributions
2026-06-17 6:28 UTC (4+ messages)
[PATCH v4 0/7] reset: add board reset type
2026-06-17 6:29 UTC (4+ messages)
` [PATCH v4 2/7] reset: Add explicit cold reset support
[PATCH i-g-t v4] intel-ci: Add SVM, multi_queue tests to Xe fastfeedback
2026-06-17 6:26 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for intel-ci: Add SVM, multi_queue tests to Xe fastfeedback (rev4)
[PATCH 1/6] Input: mms114 - fix touch indexing for MMS134S and MMS136
2026-06-17 6:26 UTC (4+ messages)
[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-06-17 6:25 UTC (5+ messages)
` [PATCH RFC 2/8] fs: add a global device to super block hash table
[PATCH] riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()
2026-06-17 6:24 UTC (5+ messages)
[PATCH v8 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-06-17 6:24 UTC (5+ messages)
` [PATCH v8 3/4] mm: memcontrol: add interface for swap tier selection
` [PATCH v8 4/4] mm: swap: filter swap allocation by memcg tier mask
mkfs.xfs "concurrency" change concerns
2026-06-17 6:23 UTC (6+ messages)
[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
2026-06-17 6:22 UTC (6+ messages)
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
[PATCH 0/5] drm/amdgpu: Wire GPU events into EVENTFD notifications
2026-06-17 6:22 UTC (5+ messages)
` [PATCH 5/5] drm/amdgpu: Signal GPU_RESET "
[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
2026-06-17 6:22 UTC (9+ messages)
` [PATCH 2/4] gpu: nova-core: move GPU static information acquisition to a GSP method
` [PATCH 3/4] gpu: nova-core: gsp: Extract usable FB region from GSP
[PATCH v2] regcache: Do not overwrite error code when finalizing cache after error
2026-06-17 6:22 UTC
[Buildroot] [PATCH v1 1/1] package/xilinx-fpgautil: bump to xlnx-rel-v2026.1
2026-06-17 6:19 UTC
[PATCH 0/3] mm: __access_remote_vm with per-VMA lock
2026-06-17 6:19 UTC (3+ messages)
` [PATCH 3/3] mm: read remote memory without the mmap lock where possible
[git pull] drm for 7.2-rc1
2026-06-17 6:19 UTC
[PATCH 0/3] mm/zram: route block swap I/O through swap_ops
2026-06-17 6:19 UTC (8+ messages)
[PATCH v2] Bluetooth: btmtk: Add MT7928 support
2026-06-17 6:17 UTC
[PATCH v2 0/4] Fixes for vector misaligned load/store handlers
2026-06-17 6:16 UTC (9+ messages)
` [PATCH v2 2/4] lib: sbi: Rework and split sbi_misaligned(_v)_tinst_fixup
` [PATCH v2 3/4] lib: sbi: Add variable-length unprivilege access functions
` [PATCH v2 4/4] lib: sbi: Rework misaligned vector load/store
[PATCH v2] blk-mq: bound blk_hctx_poll() to one jiffy
2026-06-17 6:08 UTC
[PATCH] blk-mq: bound blk_hctx_poll() to one jiffy
2026-06-17 6:14 UTC (3+ messages)
[meta-oe][PATCHv2 8/8] jq: patch CVE-2026-43895
2026-06-17 5:32 UTC
[meta-oe][PATCHv3 1/8] jq: patch CVE-2026-49839
2026-06-17 5:30 UTC (8+ messages)
` [meta-oe][PATCHv2 2/8] jq: patch CVE-2026-41256
` [meta-oe][PATCHv2 3/8] jq: patch CVE-2026-44777
` [meta-oe][PATCHv2 4/8] jq: patch CVE-2026-43896
` [meta-oe][PATCHv2 5/8] jq: patch CVE-2026-41257
` [meta-oe][PATCHv2 6/8] jq: patch CVE-2026-40612
` [meta-oe][PATCHv2 7/8] jq: patch CVE-2026-43894
` [meta-oe][PATCH 8/8] jq: patch CVE-2026-43895
[PATCH v6 0/2] gpiolib: acpi: Add robust bounds-checking and safe address handling
2026-06-17 6:14 UTC (9+ messages)
[Buildroot] [PATCH v2 1/1] package/bootgen: bump to xilinx_v2026.1
2026-06-17 6:13 UTC (3+ messages)
[PATCH] gstreamer1.0-plugins-bad: handle padded buffers in wl_shm buffer creation
2026-06-17 6:13 UTC (3+ messages)
[PATCH v8 00/10] Introduce Xe PCIe FLR
2026-06-17 6:11 UTC (7+ messages)
` [PATCH v8 08/10] drm/xe: Improve wedged state management
[PATCH Dovetail v2 0/6] Dovetail: arm: Finalize review results
2026-06-17 6:11 UTC (5+ messages)
` [PATCH Dovetail v2 1/6] arm: irq_pipeline: Fix fault_{entry,exit} bypass in do_kernel_address_page_fault
` [PATCH Dovetail v2 2/6] arm: irq_pipeline: Move fault_entry() fault_exit() into separate header
[Buildroot] [PATCH v3 1/1] package/bootgen: bump to xilinx_v2026.1
2026-06-17 6:11 UTC
[PATCH 00/13] gpu: nova-core: blackwell follow-ups and fixes
2026-06-17 6:11 UTC (3+ messages)
` [PATCH 08/13] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
[PATCH v2 0/1] selftests: net: fix file owner for broadcast_ether_dst test
2026-06-17 6:10 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v2 00/26] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
2026-06-17 6:10 UTC (4+ messages)
` [PATCH v2 07/26] iommu/amd: Add support for AMD vIOMMU VF MMIO region
[PATCH 1/1] selftests: net: fix file owner for broadcast_ether_dst test
2026-06-17 6:09 UTC (3+ messages)
[PATCH] generic/740: set env for mkfs.exfat and mkfs.ntfs
2026-06-17 6:08 UTC (2+ messages)
[ANNOUNCE] Release v5.10.258-cip74
2026-06-17 6:06 UTC
[PATCH] tools/virtio: fix build for kmalloc_obj API and missing stubs
2026-06-17 6:05 UTC (2+ messages)
[PATCH v2] generic/366: check minimum dio size correctly
2026-06-17 6:04 UTC
[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
2026-06-17 6:04 UTC (12+ messages)
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
[PATCH v5 0/5 qemu] GNU/Hurd support
2026-06-17 6:03 UTC (3+ messages)
` [PATCH v5 4/5 qemu] block/file-posix: Clean up sys/ioctl import
[PATCH] crypto: hisilicon - Use more common code in sec_alg_skcipher_crypto()
2026-06-17 6:03 UTC
[PATCH 6.12.y-cip 00/17] Backport RZ/G3S USB support
2026-06-17 6:03 UTC (6+ messages)
` [cip-dev] "
[PATCH v2 0/2] clk: ultrarisc: add DP1000 clock support
2026-06-17 6:02 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: clock: ultrarisc: Add DP1000 Clock Controller
` [PATCH v2 2/2] clk: ultrarisc: add DP1000 clock driver
[PATCH 0/2] dm era: fix metadata_open NULL deref and error propagation
2026-06-17 6:00 UTC (3+ messages)
` [PATCH 1/2] dm era: fix NULL pointer dereference in metadata_open()
` [PATCH 2/2] dm era: fix error code propagation in era_ctr()
[PATCH ath-next] wifi: ath9k: drop static from local pdadc and vpdTable arrays
2026-06-17 6:00 UTC (2+ messages)
xor: add a kunit benchmark
2026-06-17 6:00 UTC (3+ messages)
` [PATCH 2/2] xor/kunit: add a benchmark
[RFC PATCH] mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error
2026-06-17 6:00 UTC (2+ messages)
[PATCH 0/7] Support ROHM BD127x0 hot-swap controllers
2026-06-17 6:00 UTC (9+ messages)
` [PATCH 6/7] hwmon: adm1275: Support ROHM BD12790
` [PATCH 7/7] hwmon: adm1275: Support module auto-loading
[PATCH v4 0/2] Add Hawi UFS PHY and Controller support
2026-06-17 6:00 UTC (4+ messages)
` [PATCH v4 2/2] phy: qcom-qmp-ufs: Add UFS PHY support on Hawi
[docs][PATCH V2 1/3] ref-manual/classes.rst: add upstream-stable-release-point class documentation
2026-06-17 5:58 UTC (4+ messages)
` [docs][PATCH V2 3/3] ref-manual/release-process.rst: add patch acceptance policies and stable point release upgrades
fix GFP_ flag use in the buffer cache
2026-06-17 5:58 UTC (5+ messages)
` [PATCH 1/4] xfs: split up xfs_buf_alloc_backing_mem
` [PATCH 2/4] xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the caller
` [PATCH 3/4] xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_mem
` [PATCH 4/4] xfs: simplify the failure path in xfs_buf_alloc_vmalloc
[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-06-17 5:58 UTC (5+ messages)
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
[PATCH v3] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
2026-06-17 5:56 UTC (2+ messages)
[PATCH v2 00/11] Enable CMRR in fixed-RR VRR path
2026-06-17 5:56 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Enable CMRR in fixed-RR VRR path (rev2)
[PATCH] drm/i915/cx0: Remove unnecessary hdmi link rate function declaration
2026-06-17 5:56 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v2 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
2026-06-17 5:54 UTC (3+ messages)
[PATCH] xfs: clean up spelling and grammar errors in comments
2026-06-17 5:50 UTC (2+ messages)
` [PATCH v2] "
[PATCH v3 0/2] system/memory: Make ram device region directly accessible
2026-06-17 5:52 UTC (5+ 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.