messages from 2026-03-12 19:05:07 to 2026-03-12 19:35:58 UTC [more...]
[PATCH] gpu: nova: rename drivers to use kebab-case convention
2026-03-12 19:21 UTC (7+ messages)
[PATCH BlueZ 0/1] pause discovery on suspend
2026-03-12 19:35 UTC (5+ messages)
` [PATCH BlueZ 1/1] Stop and start some actions on suspend and resume
[PATCH i-g-t v2] tests/kms_bw: Skip tests when outputs don't support the mode
2026-03-12 19:34 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for tests/kms_bw: Skip tests when outputs don't support the mode (rev2)
[PATCH] hyperv/syndbg: check length returned by cpu_physical_memory_map() [Fixes: CVE-2026-3842]
2026-03-12 19:34 UTC (2+ messages)
[meta-webserver][scarthgap][PATCH] hiawatha: fix SRC_URI
2026-03-12 19:34 UTC
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-12 19:33 UTC (6+ messages)
` [PATCH 48/61] mtd: Prefer IS_ERR_OR_NULL over manual NULL check
[PATCH] drm/bridge: ite-it66121: Disable HDMI audio capture stream
2026-03-12 19:33 UTC
[PATCH] checkout: add --autostash option for branch switching
2026-03-12 19:33 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/1] checkers: add alua path checker
2026-03-12 19:33 UTC (7+ messages)
` [PATCH 1/1] "
[PATCH v7 0/3] bsg: add io_uring command support for SCSI passthrough
2026-03-12 19:33 UTC (5+ messages)
` [PATCH v7 1/3] bsg: add bsg_uring_cmd uapi structure
` [PATCH v7 2/3] bsg: add io_uring command support to generic layer
[PATCH] checkout: add --autostash option for branch switching
2026-03-12 19:33 UTC (2+ messages)
` [PATCH v31 0/2] status: add status.compareBranches config for multiple branch comparisons
[PATCH v1 00/13] ceph/libceph: fix hung tasks and connection recovery during network disruptions
2026-03-12 19:32 UTC (7+ messages)
` [PATCH v1 02/13] ceph: add timeout protection to ceph_mdsc_sync() path
` [PATCH v1 03/13] ceph: add timeout protection to ceph_osdc_sync() path
` [PATCH v1 04/13] ceph: fix race condition in cleanup_session_requests()
[PATCH wireless-next v8 0/3] wifi: initial UHR support
2026-03-12 19:32 UTC (12+ messages)
` [PATCH wireless-next v8 2/3] wifi: cfg80211: add "
[PATCH v3 0/3] semihosting/uaccess: Swap bytes based on runtime-configurable endianness
2026-03-12 19:30 UTC (8+ messages)
` [PATCH v3 2/3] include/exec: Provide the cpu_internal_tswap() functions
` [PATCH v3 3/3] semihosting/uaccess: Use "
[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
2026-03-12 19:30 UTC (6+ messages)
[PATCH] arm64: dts: apple: fix spelling error
2026-03-12 19:30 UTC (2+ messages)
[PATCH v11 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2026-03-12 19:29 UTC (6+ messages)
` [PATCH v11 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v11 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v11 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v11 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol
` [PATCH v11 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc
[PATCH v9 0/4] Enable THP support in drm_pagemap
2026-03-12 19:30 UTC (6+ messages)
` [PATCH v9 1/4] drm/pagemap: Unlock and put folios when possible
` [PATCH v9 2/4] drm/pagemap: Add helper to access zone_device_data
` [PATCH v9 3/4] drm/pagemap: Correct cpages calculation for migrate_vma_setup
` [PATCH v9 4/4] drm/pagemap: Enable THP support for GPU memory migration
` ✓ CI.KUnit: success for Enable THP support in drm_pagemap
[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-12 19:28 UTC (63+ messages)
` [PATCH 01/20] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH 03/20] mm/vma: add further vma_flags_t unions
` [PATCH 04/20] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH 05/20] mm/vma: use new VMA flags for sticky flags logic
` [PATCH 06/20] tools/testing/vma: fix VMA flag tests
` [PATCH 07/20] mm/vma: add append_vma_flags() helper
` [PATCH 08/20] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH 09/20] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
[PATCH RESEND v2 1/3] x86: Use MOVL when reading segment registers
2026-03-12 19:11 UTC (6+ messages)
` [tip: x86/cleanups] x86/segment: "
[PATCH v2 00/12] arm64: dts: nxp: Use undeprecated reset-gpios
2026-03-12 19:27 UTC (14+ messages)
` [PATCH v2 01/12] ARM: dts: imx6dl: "
` [PATCH v2 02/12] ARM: dts: imx6qdl: "
` [PATCH v2 03/12] ARM: dts: imx6qp: "
` [PATCH v2 04/12] ARM: dts: imx7d: "
` [PATCH v2 05/12] arm64: dts: imx8: "
` [PATCH v2 06/12] arm64: dts: imx8mm: "
` [PATCH v2 07/12] arm64: dts: imx8mp: "
` [PATCH v2 08/12] arm64: dts: imx8mq: "
` [PATCH v2 09/12] arm64: dts: imx8qm-mek: "
` [PATCH v2 10/12] arm64: dts: imx95: "
` [PATCH v2 11/12] ARM: dts: imx6q: Use undeprecated reset-gpios and drop reset-gpio-active-high
` [PATCH v2 12/12] ARM: dts: imx6sx: "
[PATCH v6 0/5] platform/x86: uniwill-laptop: More support for TUXEDO devices
2026-03-12 19:25 UTC (6+ messages)
` [PATCH v6 1/5] platform/x86: uniwill-laptop: Rework hwmon feature defines
` [PATCH v6 2/5] platform/x86: uniwill-laptop: Implement USB-C power priority setting
` [PATCH v6 3/5] platform/x86: uniwill-laptop: Fix XMG Fusion 15 (L19) entries
` [PATCH v6 4/5] platform/x86: uniwill-laptop: Apply features across all TUXEDO devices
` [PATCH v6 5/5] Documentation: laptops: Update documentation for uniwill laptops
[PATCH] Fix GNU/Hurd build
2026-03-12 19:19 UTC
[PATCHv2] irqchip/stm32-exti: Use kzalloc_flex
2026-03-12 19:25 UTC
[PATCH v3 0/2] mmc: sdhci-of-dwcmshc: Add HPE GSC eMMC support
2026-03-12 19:25 UTC (4+ messages)
` [PATCH v3 2/2] "
[PATCH v2] vmstate: fix subsection load name check
2026-03-12 19:25 UTC (11+ messages)
[meta-webserver][whinlatter][PATCH] hiawatha: fix SRC_URI
2026-03-12 19:25 UTC
[PATCH v5 0/5] platform/x86: uniwill-laptop: More support for TUXEDO devices
2026-03-12 19:23 UTC (6+ messages)
` [PATCH v5 1/5] platform/x86: uniwill-laptop: Rework hwmon feature defines
` [PATCH v5 2/5] platform/x86: uniwill-laptop: Implement USB-C power priority setting
` [PATCH v5 3/5] platform/x86: uniwill-laptop: Fix XMG Fusion 15 (L19) entries
` [PATCH v5 4/5] platform/x86: uniwill-laptop: Apply features across all TUXEDO devices
` [PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
2026-03-12 19:24 UTC (6+ messages)
[PATCH 4/4] remoteproc: imx_rproc: Add support for i.MX94
2026-03-12 19:24 UTC (2+ messages)
[RFC v2 0/2] tests/qtest: Add memory-access attributes (secure/space)
2026-03-12 19:23 UTC (5+ messages)
` [RFC v2 1/2] tests/qtest: Add attrs argument support to memory access commands
` [RFC v2 2/2] tests/qtest: Add qtest-attrs-test for memory access with attrs
[PATCH v4 0/3] fast-import: add mode to re-sign invalid commit signatures
2026-03-12 19:22 UTC (5+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] commit: remove unused forward declaration
` [PATCH v5 2/3] gpg-interface: allow sign_buffer() to use default signing key
` [PATCH v5 3/3] fast-import: add mode to sign commits with invalid signatures
[PATCH v4 00/24] Runtime TDX Module update support
2026-03-12 19:21 UTC (3+ messages)
` [PATCH v4 09/24] x86/virt/seamldr: Check update limit before TDX Module updates
[PATCH 1/2] ARM: cpu: setupc: relocate BSS in relocate_to_adr()
2026-03-12 19:20 UTC (2+ messages)
` [PATCH 2/2] fixup! ARM: setup_c: avoid clearing BSS twice
[PATCH] drm/imagination: simplify pvr_fw_trace_seq_data
2026-03-12 19:21 UTC
[meta-webserver][PATCH] hiawatha: upgrade 11.8 -> 12.0
2026-03-12 19:21 UTC
[PATCH v4 net 1/2] net: enetc: reset PIR and CIR if they are not equal when initializing TX ring
2026-03-12 19:20 UTC (2+ messages)
[PATCH v5 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2026-03-12 19:20 UTC (3+ messages)
` [PATCH v5 07/10] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
2026-03-12 19:20 UTC (6+ messages)
` [PATCH v12 1/1] "
[PATCH 13/17] spi: stm32: Use helper function devm_clk_get_enabled()
2026-03-12 19:18 UTC (4+ messages)
[PATCH net] net: bcmgenet: increase WoL poll timeout
2026-03-12 19:18 UTC
[PATCH v5 0/5] latform/x86: uniwill-laptop: More support for TUXEDO devices
2026-03-12 19:18 UTC (6+ messages)
` [PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
[efi:next] BUILD SUCCESS 56e2ef8f5f9161d08d45656d373da83d4a789be1
2026-03-12 19:17 UTC
[PATCH v3 1/6] glibc: Upgrade to 2.43 release
2026-03-12 19:17 UTC (5+ messages)
` [PATCH v3 5/6] barebox-tools: fix build failure with glibc 2.43
` [OE-core] "
[PATCH v2 0/2] drm/colorop: Keep colorop state consistent across atomic commits
2026-03-12 19:17 UTC (5+ messages)
` [PATCH v2 1/2] drm/colorop: Preserve bypass value in duplicate_state()
` [PATCH v2 2/2] drm/atomic: Add affected colorops with affected planes
[moderation/CI] Re: misc chandef cleanups
2026-03-12 19:17 UTC
[RFC PATCH] futex: Introduce __vdso_robust_futex_unlock
2026-03-12 19:16 UTC (5+ messages)
[PATCH v2] appendedsig: Exclude PKS support for grub-emu
2026-03-12 19:15 UTC (3+ messages)
[PATCH v5 3/5] arm64: dts: imx94: add pcie0 and pcie0-ep supports
2026-03-12 19:13 UTC (2+ messages)
[PATCH] drm/xe: always keep track of remap prev/next
2026-03-12 19:13 UTC (3+ messages)
[PATCH] EDAC: sb_edac: use kzalloc_flex
2026-03-12 19:13 UTC (5+ messages)
[PATCH v2 2/2] usb: typec: tcpci: support setting orientation via GPIO
2026-03-12 19:12 UTC (2+ messages)
[PATCH v5 0/3] Advice on checkout dirty files
2026-03-12 19:12 UTC (8+ messages)
` [PATCH v6] unpack-trees: suggesting 'git checkout -m' with its repercussions
[PATCH RESEND 5.10.y] PCI: Check parent for NULL in of_pci_bus_release_domain_nr()
2026-03-12 18:57 UTC (2+ messages)
[PATCH 1/2] MAINTAINERS: update maintainers list
2026-03-12 19:12 UTC (4+ messages)
` [PATCH 2/2] MAINTAINERS: update new GRUB git repository and mailing list
[PATCH 0/3] doc: interpret-trailers: convert to synopsis and update options
2026-03-12 19:11 UTC (4+ messages)
` [PATCH 1/3] doc: interpret-trailers: convert to synopsis style
[PATCH v2 0/3] lib/bootconfig: three bug fixes
2026-03-12 19:11 UTC (4+ messages)
` [PATCH v2 1/3] lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
` [PATCH v2 2/3] lib/bootconfig: check bounds before writing in __xbc_open_brace()
` [PATCH v2 3/3] lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()
[PATCH i-g-t v5 0/5] Improve eudebug test cleanup
2026-03-12 19:10 UTC (3+ messages)
` ✓ i915.CI.Full: success for Improve eudebug test cleanup (rev5)
` ✗ Xe.CI.FULL: failure "
[PATCH 0/1] [topic/xe-for-CI] Update NVL-P GuC to v70.60.0
2026-03-12 19:10 UTC (4+ messages)
` [PATCH 1/1] fixup! drm/xe/nvlp: Define GuC firmware for NVL-P
[PATCH] KVM: VMX: Eliminate warnings by sparse in vmcs12.c and hyperv_evmcs.c
2026-03-12 19:09 UTC (3+ messages)
[PATCH] t0410: modernize delete_object helper
2026-03-12 19:09 UTC (3+ messages)
[PATCH] usb: ehci-brcm: fix sleep during atomic
2026-03-12 19:08 UTC
[PATCH V1 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
2026-03-12 19:08 UTC (4+ messages)
` [PATCH V1 vfio 6/6] vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO
[PATCH i-g-t v2] tests/kms_plane: Add vblank waits for MediaTek CRC timing
2026-03-12 19:07 UTC (2+ messages)
` ✓ i915.CI.BAT: success for tests/kms_plane: Add vblank waits for MediaTek CRC timing (rev2)
[PATCH v2 0/2] x86/fred: Fix SEV-ES/SNP guest boot failures
2026-03-12 19:06 UTC (17+ messages)
` [PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-03-12 19:05 UTC (3+ messages)
` [PATCH 02/14] KVM: arm64: Track host-unmapped MMIO regions in a static array
[PATCH 0/2] clk: airoha: Add EcoNet EN751221 support
2026-03-12 19:04 UTC (3+ messages)
` [PATCH 2/2] clk: airoha: Add econet EN751221 clock/reset support to en7523-scu
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.