messages from 2026-03-16 12:37:36 to 2026-03-16 13:19:24 UTC [more...]
[cocci] Python script interacting with non-matching files?
2026-03-16 12:58 UTC (4+ messages)
[PATCH v2] drm: shmobile: Fix blank screen after resume when LCDC is stopped
2026-03-16 13:14 UTC (3+ messages)
oops/null pointer in 0010:dma_fence_is_signaled+0x12/0x60 [amdgpu]
2026-03-16 12:37 UTC (4+ messages)
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-03-16 13:19 UTC (9+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
[PATCH 0/3] slab: support memoryless nodes with sheaves
2026-03-16 13:19 UTC (6+ messages)
` [PATCH 1/3] slab: decouple pointer to barn from kmem_cache_node
[PATCH net 0/2] bonding: 3ad: fix carrier state with no valid slaves
2026-03-16 13:18 UTC (3+ messages)
` [PATCH net 1/2] bonding: 3ad: fix carrier when "
` [PATCH net 2/2] bonding: 3ad: fix mux port state on oper down
[PATCH v2 0/2] Fixes for stmmac driver
2026-03-16 13:14 UTC (7+ messages)
` [PATCH v2 1/2] net: stmmac: fix pinctrl management during suspend/resume
[PATCH v3] KVM: s390: vsie: Avoid injecting machine check on signal
2026-03-16 13:13 UTC (2+ messages)
[PATCH v20 00/15] HVF: Add support for platform vGIC and nested virtualisation
2026-03-16 13:06 UTC (16+ messages)
` [PATCH v20 01/15] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v20 02/15] hw/intc: arm_gicv3_hvf: save/restore Apple GIC state
` [PATCH v20 03/15] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v20 04/15] target/arm: hvf: instantiate GIC early
` [PATCH v20 05/15] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH v20 06/15] hvf: only call hvf_sync_vtimer() when running without the platform vGIC
` [PATCH v20 07/15] hvf: gate ARM_FEATURE_PMU register emulation when using the Apple vGIC
` [PATCH v20 08/15] hvf: arm: allow exposing minimal PMU when running with nested virt on
` [PATCH v20 09/15] target/arm: hvf: add asserts for code paths not leveraged when using the vGIC
` [PATCH v20 10/15] hvf: sync registers used at EL2
` [PATCH v20 11/15] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH v20 12/15] hvf: arm: disable SME when nested virt is active
` [PATCH v20 13/15] hvf: arm: physical timer emulation
` [PATCH v20 14/15] hvf: enable nested virtualisation support
` [PATCH v20 15/15] hvf: arm: enable vGIC by default for virt-11.1 and later
[meta-arago][master][PATCH v4 0/1] nnstreamer: Fix packaging and buildpaths issues
2026-03-16 13:12 UTC (4+ messages)
` [meta-arago][master][PATCH v4 1/1] nnstreamer: Add test package dependency and fix buildpaths QA issues
[PATCH v12 0/1] Rust GPU buddy allocator bindings
2026-03-16 13:12 UTC (4+ messages)
` [PATCH v12.1 "
` [PATCH v12.1 1/1] rust: gpu: Add "
[PATCH 0/2] Add UCSI I2C transport driver for ITE885x USB-C controllers
2026-03-16 13:12 UTC (3+ messages)
` [PATCH 1/2] i2c: acpi: skip generic I2C device when vendor-specific sibling exists
[PATCH v5 00/22] Runtime TDX module update support
2026-03-16 13:12 UTC (11+ messages)
` [PATCH v5 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v5 02/22] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v5 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v5 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v5 05/22] x86/virt/seamldr: Retrieve P-SEAMLDR information
[PATCH] phy: google-usb: Fix runtime PM cleanup on probe failure
2026-03-16 13:11 UTC (2+ messages)
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-16 13:08 UTC (72+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v2 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v2 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v2 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v2 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v2 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v2 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v2 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "
[PATCH 3/4] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller
2026-03-16 13:08 UTC
[PATCH v2 0/4] xfs: close crash window in attr dabtree inactivation
2026-03-16 13:04 UTC (6+ messages)
` [PATCH v2 4/4] "
[PULL 00/14] Fixes for "-device xyz,help" and updates to MAINTAINERS
2026-03-16 13:07 UTC (2+ messages)
` [PULL 00/14] Fixes for "-device xyz, help" "
[PATCH 0/3] clk: rockchip: rk3588: add I2S MCLK output gate clocks
2026-03-16 13:06 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: clock: rockchip,rk3588-cru: add I2S MCLK output to IO clock IDs
` [PATCH 2/3] clk: rockchip: allow grf_type_sys lookup in aux_grf_table
` [PATCH 3/3] clk: rockchip: rk3588: add GATE_GRF clocks for I2S MCLK output to IO
[GSoC] Proposal draft: Improve the new git repo command
2026-03-16 11:47 UTC
[PULL 0/2] Linux user for v11 patches
2026-03-16 13:06 UTC (2+ messages)
[PATCH] hw/display/tcx: Init memory regions in realize
2026-03-16 13:06 UTC
[PATCH] drm/xe: Include running dword offset in default_lrc dumps
2026-03-16 13:07 UTC (2+ messages)
[PATCH v2] KVM: s390: vsie: Avoid injecting machine check on signal
2026-03-16 13:07 UTC (4+ messages)
[PATCH] lib: fix compare_delta parameter order in percpu_counter_tree
2026-03-16 13:06 UTC (9+ messages)
[PATCH] fib: fix name of main TRIE instance memory region
2026-03-16 13:05 UTC
[meta-oe][kirkstone][PATCH] capnproto: patch CVE-2026-32239 and CVE-2026-32240
2026-03-16 13:04 UTC
[PATCH bpf-next v1 0/2] Modify some code about test_verifier
2026-03-16 13:04 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT
[GSoC][RFC v2] Proposal: Improve the new git repo command
2026-03-16 13:04 UTC
[GIT PULL] Btrfs fixes for 7.0-rc5
2026-03-16 13:04 UTC
[PATCH] sstate/sstatesig: Abstract dummy package architectures into layer.conf settings
2026-03-16 13:03 UTC (4+ messages)
` [OE-core] "
[LTP] [PATCH v2 1/1] editorconfig: add consistent formatting rules for LTP
2026-03-16 13:03 UTC
[PATCH v3 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-03-16 13:01 UTC (8+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: add bindings for AD4691 family
` [PATCH v3 2/4] iio: adc: ad4691: add initial driver "
[PATCH i-g-t] tests/prime_vgem: partial conversion to igt_crtc_t *
2026-03-16 13:01 UTC
[PATCH v2] drm/bridge: cdns-mhdp8546: Add suspend resume support to the bridge driver
2026-03-16 13:00 UTC (2+ messages)
[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
2026-03-16 13:00 UTC (3+ messages)
` [PATCH v1 6/9] KVM: Add KVM_GET_LAPIC2 and KVM_SET_LAPIC2 for extended APIC
[PATCH v4 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
2026-03-16 12:58 UTC (3+ messages)
` [PATCH v4 1/2] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH v4 2/2] dma-buf: heaps: system: add system_cc_decrypted heap for explicitly decrypted memory
[PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
2026-03-16 12:58 UTC (6+ messages)
correctly handling EPROTO
2026-03-16 12:58 UTC (9+ messages)
[net-next PATCH 0/4] octeontx2: CN20K NPA Halo context support
2026-03-16 12:57 UTC (5+ messages)
` [net-next PATCH 1/4] octeontx2-af: npa: cn20k: Add NPA Halo support
` [net-next PATCH 2/4] octeontx2-af: npa: cn20k: Add DPC support
` [net-next PATCH 3/4] octeontx2-af: npa: cn20k: Add debugfs for Halo
` [net-next PATCH 4/4] octeontx2-pf: cn20k: Use unified Halo context
[PATCH v10 0/8] PCI: endpoint: BAR subrange mapping support
2026-03-16 12:57 UTC (8+ messages)
` [PATCH v10 3/8] PCI: dwc: Advertise dynamic inbound "
[PATCHv3 0/7] nvme: export additional diagnostic counters via sysfs
2026-03-16 12:56 UTC (5+ messages)
[PATCH net-next v2] virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supported
2026-03-16 12:57 UTC (5+ messages)
linux-next inclusion request for DRBD
2026-03-16 12:56 UTC (2+ messages)
[PATCH] clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ON
2026-03-16 12:56 UTC (2+ messages)
[LTP] [PATCH] high_freq_hwp_cap_cppc.c: new test
2026-03-16 12:55 UTC (2+ messages)
[PATCH] selftests/mm: add THP sysfs interface test
2026-03-16 12:55 UTC (2+ messages)
[PATCH] arm64: defconfig: Enable Qualcomm Eliza basic resource providers
2026-03-16 12:55 UTC (2+ messages)
[PATCH v3 0/5] Add initial Milk-V Duo S board support
2026-03-16 12:54 UTC (11+ messages)
` [PATCH v3 1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles
` [PATCH v3 2/5] arm64: dts: sophgo: add initial Milk-V Duo S board support
[PATCH v4 0/2] Incorporate DRAM address in EDAC messages
2026-03-16 12:53 UTC (3+ messages)
` [PATCH v4 1/2] RAS/AMD/ATL: Translate UMC normalized address to DRAM address using PRM
` [PATCH v4 2/2] EDAC/amd64: Include DRAM address in output
[PATCH] Docs/mm: document Page Allocation
2026-03-16 12:52 UTC (3+ messages)
[PATCH mptcp-net] mptcp: fix data-race in __mptcp_retrans / mptcp_incoming_options
2026-03-16 12:51 UTC (2+ messages)
[PATCH 0/5] Enable Bluetooth and WiFi on Fairphone (Gen. 6)
2026-03-16 12:50 UTC (6+ messages)
` [PATCH 4/5] arm64: dts: qcom: milos-fairphone-fp6: Enable Bluetooth
[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
2026-03-16 12:50 UTC (6+ messages)
` [RFC PATCH] rust: kbuild: support global per-version flags
[RFC PATCH 0/2] io_uring: add IPC channel infrastructure
2026-03-16 12:49 UTC (4+ messages)
[PATCH]: asus_wmi: Unknown key code 0x6d
2026-03-16 12:49 UTC (3+ messages)
` [PATCH v2] platform/x86: asus-wmi: log thermal notification event
[PATCH] ASoC: cs42l43-jack: Remove manual pm_runtime get/put from tip_sense_work
2026-03-16 12:49 UTC
[robh:dt-convert 158/621] htmldocs: Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt
2026-03-16 12:47 UTC
[next-20260313] kernel build fails with “ar: unrecognized option '--thin'”
2026-03-16 12:39 UTC (3+ messages)
[Question] Ascii histograms for repo structure
2026-03-16 12:46 UTC (2+ messages)
[syzbot] [mm?] KMSAN: uninit-value in copy_from_kernel_nofault
2026-03-16 12:44 UTC (3+ messages)
[PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists
2026-03-16 12:44 UTC (4+ messages)
` [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist
[PATCH v3] Faster Arm64 __arch_copy_from_user and __arch_copy_to_user
2026-03-16 12:31 UTC
[PATCH] docs/zh_CN: sync process/2.Process.rst with English version
2026-03-16 12:43 UTC (3+ messages)
` [PATCH v2] "
[PATCH v21 0/9] AuxCCS handling and render compression modifiers
2026-03-16 12:43 UTC (6+ messages)
` [PATCH v21 8/9] drm/xe/display: Add support for AuxCCS
[RFC PATCH 2/2] l10n: README: document AI assistant guidelines
2026-03-16 12:43 UTC (6+ messages)
` [PATCH v3 0/5] docs(l10n): AI agent instructions and workflow improvements
` [PATCH v3 1/5] l10n: add .gitattributes to simplify location filtering
[LTP] [PATCH] tst_kconfig: Don't consider CONFIG_FAULT_INJECTION slow
2026-03-16 12:40 UTC
[PATCH v2] media: uvcvideo: Fix buffer sequence in frame gaps
2026-03-16 12:40 UTC (3+ messages)
[PATCH] iio: frequency: adf4350: replace loop with order_base_2()
2026-03-16 12:40 UTC (3+ messages)
` [PATCH v2] iio: frequency: adf4350: replace loop with fls_long()
Increase default NFSv4 server size "max_block_size" to 4MB
2026-03-16 12:39 UTC (2+ messages)
[PATCH v2 0/6] boards: mediatek: initial support for Genio 720 EVK
2026-03-16 12:39 UTC (5+ messages)
` [PATCH v2 5/6] arm: dts: mediatek: Add MediaTek Genio 520/720 EVK DTS
` [PATCH v2 6/6] board: mediatek: Add Genio 520/720 EVK defconfigs
Missing signoff in the iommufd tree
2026-03-16 12:39 UTC
Missing signoff in the imx-mxs tree
2026-03-16 12:39 UTC
[PATCH v2 00/11] Add explicit clock vote and enable power-domain for QCOM-ICE
2026-03-16 12:38 UTC (11+ messages)
` [PATCH v2 01/11] dt-bindings: crypto: qcom,ice: Allow power-domain and iface clk
[GIT PULL] Please pull u-boot-dfu-20260316 into master
2026-03-16 12:38 UTC
[meta-oe][scarthgap][PATCH] capnproto: patch CVE-2026-32239 and CVE-2026-32240
2026-03-16 12:37 UTC
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.