messages from 2026-06-03 02:30:13 to 2026-06-03 03:31:24 UTC [more...]
[PATCH v9 00/45] target/arm: Implement FEAT_FP8
2026-06-03 3:28 UTC (32+ messages)
` [PATCH v9 01/45] target/arm: Use FloatParts64 in bfdotadd_ebf
` [PATCH v9 02/45] target/arm: Drop oddstatus from is_ebf and bfdotadd_ebf
` [PATCH v9 03/45] target/arm: Use FloatParts64 in f16_dotadd
` [PATCH v9 06/45] target/arm: Set e4m3_nan_is_snan
` [PATCH v9 07/45] target/arm: Implement BF1CVTL, BF1CVTL2, BF2CVTL, BF2CVTL2 for AdvSIMD
` [PATCH v9 08/45] target/arm: Implement BF1CVT, BF1CVTLT, BF2CVT, BF2CVTLT for SVE
` [PATCH v9 13/45] target/arm: Implement F1CVT, F1CVTL, F2CVT, F2CVTL for SME
` [PATCH v9 15/45] target/arm: Implement FCVTN (16- to 8-bit fp) for AdvSIMD
` [PATCH v9 16/45] target/arm: Implement FCVTN, FCVTN2 (32- "
` [PATCH v9 17/45] target/arm: Implement FCVTN (16- to 8-bit fp) for SVE
` [PATCH v9 18/45] target/arm: Implement FCVTNB, FCVTNT "
` [PATCH v9 19/45] target/arm: Implement FCVT (FP16 to FP8) for SME
` [PATCH v9 20/45] target/arm: Implement FCVT, FCVTN (FP32 "
` [PATCH v9 21/45] target/arm: Implement LUTI2, LUTI4 for AdvSIMD
` [PATCH v9 22/45] target/arm: Implement LUTI2, LUTI4 for SVE
` [PATCH v9 23/45] target/arm: Enable FEAT_LUT for -cpu max
` [PATCH v9 24/45] target/arm: Enable FEAT_FP8 "
` [PATCH v9 25/45] target/arm: Update ID_AA64SMFR0_EL1 fields to ARM M.b
` [PATCH v9 26/45] target/arm: Implement MOVT (vector to table)
` [PATCH v9 27/45] target/arm: Implement LUTI4 (four registers, 8-bit)
` [PATCH v9 28/45] target/arm: Enable FEAT_SME_LUTv2 for -cpu max
` [PATCH v9 29/45] target/arm: Implement FMLALB, FMLALT for AdvSIMD
` [PATCH v9 30/45] target/arm: Implement FMLALB, FMLALT (FP8 to FP16) for SVE
` [PATCH v9 32/45] target/arm: Implement FMLALL{BB,BT,TB,TT} "
` [PATCH v9 33/45] target/arm: Enable FEAT_FP8FMA, FEAT_SSVE_FP8FMA for -cpu max
` [PATCH v9 34/45] target/arm: Implement FDOT (FP8 to FP32) for AdvSIMD
` [PATCH v9 35/45] target/arm: Implement FDOT (FP8 to FP32) for SVE
` [PATCH v9 36/45] target/arm: Enable FEAT_FP8DOT4, FEAT_SSVE_FP8DOT4 for -cpu max
` [PATCH v9 37/45] target/arm: Implement FDOT (FP8 to FP16) for AdvSIMD
` [PATCH v9 38/45] target/arm: Implement FDOT (FP8 to FP16) for SVE
` [PATCH v9 39/45] target/arm: Enable FEAT_FP8DOT2, FEAT_SSVE_FP8DOT2 for -cpu max
[PATCH net-next v2 0/6] net: dsa: mv8ee6xxx: MQPRIO and 802.1Qat support
2026-06-03 3:30 UTC (12+ messages)
` [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support
[PATCH net 0/4] tipc: fix missing netlink admin gate and receive-path bugs
2026-06-03 3:30 UTC (3+ messages)
` [PATCH net 4/4] tipc: reject inverted service ranges from peer bindings
[PATCH v6 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 3:29 UTC (14+ messages)
` [PATCH v6 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v6 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v6 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v6 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v6 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v6 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v6 07/13] kho: add support for linked-block serialization
` [PATCH v6 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v6 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v6 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v6 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v6 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v6 13/13] selftests/liveupdate: Add stress-files "
[PATCH v4 00/10] x86,fs/resctrl: Fix long-standing issues
2026-06-03 3:27 UTC (11+ messages)
` [PATCH v4 01/10] x86,fs/resctrl: Document safe RCU list traversal
` [PATCH v4 02/10] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v4 03/10] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
` [PATCH v4 04/10] fs/resctrl: Fix use-after-free during unmount
` [PATCH v4 05/10] fs/resctrl: Fix deadlock on errors during mount
` [PATCH v4 06/10] fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()
` [PATCH v4 07/10] fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list
` [PATCH v4 08/10] fs/resctrl: Prevent deadlock and use-after-free in info file handlers
` [PATCH v4 09/10] x86/resctrl: Ensure domain fully initialized before placed on RCU list
` [PATCH v4 10/10] fs/resctrl: Fix UAF from worker threads when domains are removed
[PATCH v3 0/8] dmaengine: ti: omap-dma: probe/remove bug fixes and cleanup
2026-06-03 3:25 UTC (14+ messages)
` [PATCHv3 1/8] dmaengine: ti: omap-dma: fix missing return in probe error path
` [PATCHv3 2/8] dmaengine: ti: omap-dma: synchronize CPU PM notifier removal
` [PATCHv3 3/8] dmaengine: ti: omap-dma: fix CPU PM notifier leak
` [PATCHv3 4/8] dmaengine: ti: omap-dma: stop channels during teardown
` [PATCHv3 5/8] dmaengine: ti: omap-dma: disable IRQs on probe failure
` [PATCHv3 6/8] dmaengine: ti: omap-dma: destroy descriptor pool last
` [PATCHv3 7/8] dmaengine: ti: omap-dma: fix interrupt handling in remove
` [PATCHv3 8/8] dmaengine: ti: omap-dma: turn lch_map into a flexible array
[PATCH v3 00/16] qapi: add formal "intro" section
2026-06-03 3:22 UTC (17+ messages)
` [PATCH v3 01/16] python: temporarily restrict max mypy version
` [PATCH v3 02/16] tests/qapi: generate output in source order
` [PATCH v3 03/16] qapi/docs: remove unused QAPIDoc subsection members
` [PATCH v3 04/16] qapi/docs: add has_features property
` [PATCH v3 05/16] qapi/docs: make remaining subsection members "private"
` [PATCH v3 06/16] qapi/docs: fix comment phrasing
` [PATCH v3 07/16] qapi/docs: add "Intro" section
` [PATCH v3 08/16] qapi/parser: move _insert_near_kind() method
` [PATCH v3 09/16] qapi/docs: adjust stub member insertion algorithm
` [PATCH v3 10/16] qapi/docs: remove implicit Plain section
` [PATCH v3 11/16] qapi/docs: add rendering for INTRO sections
` [PATCH v3 12/16] qapi/docs: add "Intro" section parsing
` [PATCH v3 13/16] qapi: convert intro sections for accelerator.json
` [PATCH v3 14/16] qapi: convert intro sections for acpi-hest.json
` [PATCH v3 15/16] qapi: convert intro sections for acpi.json
` [PATCH v3 16/16] qapi: convert intro sections for audio.json
[BUG] KASAN: slab-use-after-free in nvmet_fc_tgt_q_put
2026-06-03 3:23 UTC
[PATCH] PM: hibernate: Add unlikely annotations to saveable_page()
2026-06-03 3:22 UTC
[PATCH net v2] rtase: Reset TX subqueue when clearing TX ring
2026-06-03 3:21 UTC (2+ messages)
[PATCH net] net: txgbe: fix module identification
2026-06-03 3:19 UTC (3+ messages)
[PATCH v3 0/2] sched/fork: fix timer_slack_ns for children of RT tasks
2026-06-03 3:20 UTC (3+ messages)
[PATCH] staging: axis-fifo: remove driver
2026-06-03 3:20 UTC (7+ messages)
[PATCH V2] libxi: upgrade 1.8.2 -> 1.8.3
2026-06-03 3:20 UTC
[PATCH 0/2] device property: fix child iteration issues with secondary fwnodes
2026-06-03 3:19 UTC (4+ messages)
` [PATCH 2/2] device property: fix infinite loop in fwnode_for_each_child_node()
[PATCH 3/3] usb: typec: tcpci_rt1711h: add low power mode support
2026-06-03 3:18 UTC (2+ messages)
[PATCH v2] drm/bridge: cdns-mhdp8546: Add suspend resume support to the bridge driver
2026-06-03 3:19 UTC (3+ messages)
scrub error & discrepancy
2026-06-03 3:19 UTC (12+ messages)
[Buildroot] [autobuild.buildroot.org] Daily results for 2026-06-02
2026-06-03 3:18 UTC
[PATCH] dma: map_benchmark: turn dma_sg_map_param buf into a flexible array
2026-06-03 3:18 UTC (3+ messages)
[PATCH i-g-t v1] tests/kms_bw: fix connected output count when connectors exceed pipe count
2026-06-03 3:18 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for tests/kms_bw: fix connected output count when connectors exceed pipe count (rev2)
` ✓ i915.CI.BAT: "
[PATCH 0/3] serial: mxs-auart: devm conversion, clock rework, and IRQ ordering fixes
2026-06-03 3:18 UTC (6+ messages)
` [PATCH 1/3] serial: mxs-auart: rework clock handling in mxs_get_clks and probe
` [PATCH 2/3] serial: mxs-auart: use devm resources for iomem and GPIO IRQs
` [PATCH 3/3] serial: mxs-auart: fix IRQ registration ordering and manage console clock
[PATCHv2] dma: map_benchmark: turn dma_sg_map_param buf into a flexible array
2026-06-03 3:17 UTC
[PATCH v2 0/8] Add support for Hygon Family 18h model 4h~8h processors
2026-06-03 3:17 UTC (3+ messages)
` [PATCH v2 2/8] x86/cpu: Get LLC ID for Hygon family 18h model 4h
[PATCH v3 RESEND 0/5] amd_pmc: Delay s2idle suspend for some devices
2026-06-03 3:11 UTC (6+ messages)
` [PATCH v3 RESEND 1/5] platform/x86/amd/pmc: Check for intermediate wakeup in function
` [PATCH v3 RESEND 2/5] platform/x86/amd/pmc: Delay suspend for some Lenovo Laptops
` [PATCH v3 RESEND 3/5] platform/x86/amd/pmc: Add delay_suspend module parameter
` [PATCH v3 RESEND 4/5] Documentation/arch/x86/amd-debugging: Add example for reset register
` [PATCH v3 RESEND 5/5] Documentation/arch/x86/amd-debugging: Add section about delay_suspend
[PATCH] accel/kvm: event-driven wakeup for dirty ring reaper thread
2026-06-03 3:16 UTC
[PATCH] libxi: upgrade 1.8.2 -> 1.8.3
2026-06-03 3:15 UTC (2+ messages)
` Patchtest results for "
[BUG] KASAN: slab-use-after-free in pvr2_v4l2_dev_init
2026-06-03 3:15 UTC
[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
2026-06-03 3:12 UTC (4+ messages)
[PATCHv2] i2c: mxs: add missing kernel-doc for struct mxs_i2c_dev members
2026-06-03 3:11 UTC
[PATCH v3 0/2] arm64: dts: qcom: glymur-crd: Add touchscreen node for ft3d81
2026-06-03 3:11 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: input: focaltech,ft8112: Add focaltech,ft3d81 compatible
` [PATCH v3 2/2] arm64: dts: qcom: glymur-crd: Add FocalTech ft3d81 touchscreen support
[PATCH v4 2/2] fanotify: allow reporting pidfds for reaped tasks
2026-06-03 3:11 UTC (2+ messages)
[PATCH] phy: fsl-imx8mq-usb: fix typec switch leak on probe error path
2026-06-03 3:09 UTC (3+ messages)
[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
2026-06-03 3:10 UTC (15+ messages)
` [PATCH v4 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v4 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v4 07/13] kho: add support for linked-block serialization
` [PATCH v4 08/13] liveupdate: defer session block allocation and PA setting
[PATCH v12 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
2026-06-03 3:09 UTC (5+ messages)
` [PATCH v12 13/22] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
[PATCH v1] ARM: devtree: Fix /cpus node reference leak
2026-06-03 3:09 UTC (3+ messages)
[PATCH] diffstat: upgrade 1.68 -> 1.69
2026-06-03 3:09 UTC
[PATCH] flow_dissector: fix uninit-value in __skb_flow_dissect() for ETH_ADDRS
2026-06-03 3:08 UTC
bug: in some cases command -v uses relative pathnames than absolutes as mandated by POSIX
2026-06-03 3:02 UTC
[LTP] min_free_kbytes: Handle transient memory drops in check_monitor
2026-06-03 3:07 UTC (3+ messages)
[PATCH v1] ARM: Feroceon: Fix OF node and mapping leaks in L2 init
2026-06-03 3:05 UTC (3+ messages)
versioncheck: ./drivers/net/ethernet/google/gve/gve.h: 19 linux/version.h not needed
2026-06-03 3:04 UTC
[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
2026-06-03 3:02 UTC (8+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
[PATCH bpf] bpftool: Use libbpf error code for flow dissector query
2026-06-03 3:01 UTC (3+ messages)
` [PATCH bpf v2] "
[PATCH] Input: axp20x-pek - add support for AXP313A variant
2026-06-03 2:59 UTC
[PATCH 0/2] Documentation: recommend the use of b4
2026-06-03 2:59 UTC (5+ messages)
` [PATCH 1/2] b4: introduce configuration for the Git project
[PATCH v2 00/10] hw/arm/aspeed: Add AST1040 peripheral support
2026-06-03 2:58 UTC (4+ messages)
` [PATCH v2 01/10] hw/i2c/aspeed_i2c: Introduce dma_addr_lo_mask to unify DMA address handling
[PATCH net-next v1 1/2] net: phy: realtek: add support for RTL8261
2026-06-03 2:57 UTC (2+ messages)
[PATCH] drm/sched: fix NULL deref when logging missing entity runqueue
2026-06-03 2:56 UTC
[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
2026-06-03 2:56 UTC (4+ messages)
` [PATCH v4 08/23] ext4: implement buffered write path using iomap
[PATCH] mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
2026-06-03 2:55 UTC (2+ messages)
[PATCH v1] ARM: OMAP2+: Fix OF node reference leaks in omap_hwmod
2026-06-03 2:54 UTC (2+ messages)
[PATCH v3 00/19] mm: Refactor bootmem gigantic hugepage allocation
2026-06-03 2:53 UTC (13+ messages)
` [PATCH v3 14/19] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v3 15/19] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v3 18/19] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v3 19/19] mm/mm_init: Fold __init_page_from_nid() into __init_deferred_page()
[PATCH v1] bus: arm-cci: Fix OF node refcount leak in cci_probe()
2026-06-03 2:53 UTC (2+ messages)
[PATCH net-next v4 0/5] net: wangxun: timeout and error
2026-06-03 2:51 UTC (7+ messages)
` [PATCH net-next v4 4/5] net: wangxun: introduce soft quiesce callbacks for AER recovery
` [PATCH net-next v4 5/5] net: wangxun: implement pci_error_handlers ops
[PATCH v1 1/2] drm/amdgpu/ras: Parse all deferred errors with UMC aca handle
2026-06-03 2:51 UTC (2+ messages)
` [PATCH v1 2/2] drm/amdgpu/ras: adjust the update of RAS bad page number
[PATCH nf-next] netfilter: flowtable: remove inline segmentation
2026-06-03 2:50 UTC
[PATCH net v2] ipv6: anycast: insert aca into global hash under idev->lock
2026-06-03 2:50 UTC (2+ messages)
[PATCH V3 0/7] perf/x86/intel/uncore: Bug fixes and cleanups
2026-06-03 2:48 UTC (2+ messages)
[PATCH i-g-t v6 0/2] tools/igt_power: fix Xe crash via drmtest path helpers
2026-06-03 2:48 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH] crypto/algapi: fix refcount leak in crypto_register_alg()
2026-06-03 2:47 UTC (2+ messages)
[PATCH v2] Bluetooth: hci_event: fix simultaneous discovery stuck in FINDING
2026-06-03 2:45 UTC (5+ messages)
[ANN] netdev foundation TSC meeting notes - Jun 2nd
2026-06-03 2:45 UTC
[morimoto:sound-cleanup-2026-06-01-3 290/290] sound/soc/mxs/mxs-sgtl5000.c:101:15: error: variable 'mxs_sgtl5000' has initializer but incomplete type
2026-06-03 2:43 UTC
[PATCH v2 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
2026-06-03 2:43 UTC (5+ messages)
` [PATCH V2 7/8] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering on CPU hotplug
` [PATCH V2 8/8] perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMU
[PATCH net-next] net: dsa: felix: validate switch in .netdev_to_port() conversion
2026-06-03 2:42 UTC
[PATCH] mm, swap: free the cluster extend table on teardown
2026-06-03 2:41 UTC (2+ messages)
[PATCH v12 16/22] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
2026-06-03 2:41 UTC (3+ messages)
[PATCH] Bluetooth: Fix Use-After-Free in hci_unregister_dev
2026-06-03 2:40 UTC (2+ messages)
` "
[PATCH net v2] Revert "ipv6: preserve insertion order for same-scope addresses"
2026-06-03 2:34 UTC (7+ messages)
` IPv6 address insertion order (was Re: [PATCH net v2] Revert "ipv6: preserve insertion order for same-scope addresses")
[RFC 0/2] drm/xe: Allow pushing more jobs into LRC
2026-06-03 2:36 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH net-next v1 0/2] Add support for RTL8261c
2026-06-03 2:35 UTC (5+ messages)
` [PATCH net-next v1 1/2] net: phy: realtek: add support for RTL8261
[PATCH] riscv: cfi: reduce shadow stack size limit from 2GB to 512MB
2026-06-03 2:34 UTC (4+ messages)
[PATCH] LoongArch: KVM: Fix FPU register width issue with user access API
2026-06-03 2:34 UTC
[GIT PULL] aspeed: First batch of ARM devicetree changes for v7.2
2026-06-03 2:34 UTC
[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-06-03 2:33 UTC (7+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
[PATCH v10 0/4] Add MSI Claw HID Configuration Driver
2026-06-03 2:32 UTC (6+ messages)
` [PATCH v10 1/4] HID: hid-msi: Add MSI Claw configuration driver
[PATCH] doc: add deprecation notice about upcoming change to ethdev API
2026-06-03 2:32 UTC
[RFC PATCH 0/3] Move thread_info into task_struct for LoongArch
2026-06-03 2:30 UTC (4+ messages)
` [RFC PATCH 1/3] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK
[PATCH] selftests/net: bind_bhash: fix memory leak in bind_socket
2026-06-03 2:30 UTC (2+ messages)
[PATCH v3] net: stmmac: Improve Tx timer arm logic further
2026-06-03 2:30 UTC (2+ messages)
[PATCH net-next 0/5] dpaa2-switch: various improvements
2026-06-03 2:30 UTC (2+ messages)
[STATUS] next/master - b7bee4ca5688e30ca50fbc87b1b8f7eed7006c17
2026-06-03 2:30 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.