messages from 2026-06-09 18:55:20 to 2026-06-09 19:24:25 UTC [more...]
[PATCH v10 00/45] target/arm: Implement FEAT_FP8
2026-06-09 19:20 UTC (6+ messages)
` [PATCH v10 05/45] target/arm: Introduce arm_init_fp_status
` [PATCH v10 15/45] target/arm: Implement FCVTN (16- to 8-bit fp) for AdvSIMD
` [PATCH v10 27/45] target/arm: Implement LUTI4 (four registers, 8-bit)
` [PATCH v10 28/45] target/arm: Enable FEAT_SME_LUTv2 for -cpu max
` [PATCH v10 35/45] target/arm: Implement FDOT (FP8 to FP32) for SVE
[PATCH v2 00/24] dt-bindings/dts: qcom: Fix PDC OS Direct Resource Voter region window size
2026-06-09 19:24 UTC (2+ messages)
[PATCH net-next 0/4] netdev: address a handful of nit picks
2026-06-09 19:24 UTC (7+ messages)
` [PATCH net-next 1/4] netdev: check for nla_put_u32() failures
` [PATCH net-next 2/4] netdev: correct error code in netdev_nl_queue_fill_lease()
` [PATCH net-next 3/4] netdev: avoid skipping objects on race with device disappearance
` [PATCH net-next 4/4] netdev: don't use dev->flags for IFF_UP
[PATCH v4 00/14] mfd: lm3533: convert to OF bindings, improve support
2026-06-09 19:23 UTC (15+ messages)
` [PATCH v4 02/14] mfd: lm3533: Remove driver specific regmap wrappers
` [PATCH v4 04/14] mfd: lm3533: Pass only regmap and light sensor presence to child devices
` [PATCH v4 05/14] iio: light: lm3533-als: Remove redundant pdata helpers
` [PATCH v4 07/14] mfd: lm3533: Switch sysfs_create_group() to device_add_group()
` [PATCH v4 10/14] mfd: lm3533: Set DMA mask
` [PATCH v4 14/14] video: leds: backlight: lm3533: Support getting LED sources from DT
[PATCH v8 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
2026-06-09 19:20 UTC (15+ messages)
` [PATCH v8 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
[PATCH] dev-manual: add command to force a recipe re-compile
2026-06-09 19:20 UTC
[PATCH v1] ALSA: Improve style of pnp_device_id array terminators
2026-06-09 19:20 UTC (3+ messages)
[PATCH v7 00/12] virtio-console: notify about the terminal size
2026-06-09 19:16 UTC (13+ messages)
` [PATCH v7 01/12] chardev: add cols, rows fields
` [PATCH v7 02/12] chardev: add CHR_EVENT_RESIZE
` [PATCH v7 03/12] chardev: add qemu_chr_resize()
` [PATCH v7 04/12] char-mux: add support for the terminal size
` [PATCH v7 05/12] main-loop: change the handling of SIGWINCH
` [PATCH v7 06/12] char-stdio: add support for the terminal size
` [PATCH v7 07/12] char-win-stdio: add support for "
` [PATCH v7 08/12] ui/console-vc: forward text console size to vc chardev
` [PATCH v7 09/12] ui/gtk: forward gtk "
` [PATCH v7 10/12] qmp: add chardev-window-size-changed command
` [PATCH v7 11/12] virtio-serial-bus: add terminal resize messages
` [PATCH v7 12/12] virtio-console: notify the guest about terminal resizes
[PATCH v6 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
2026-06-09 19:19 UTC (16+ messages)
` [PATCH v6 01/11] arm64: dts: ti: k3-am62a-phycore-som: Fix wkup R5F memory region size
` [PATCH v6 02/11] arm64: dts: ti: k3-am62d2-evm: "
` [PATCH v6 03/11] arm64: dts: ti: k3-am62a7-sk: "
` [PATCH v6 04/11] arm64: dts: ti: k3-am62p-verdin: "
` [PATCH v6 05/11] arm64: dts: ti: k3-am62p5-sk: "
` [PATCH v6 06/11] arm64: dts: ti: var-som-am62p: "
` [PATCH v6 07/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Move wkup reserved memory
` [PATCH v6 08/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v6 09/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Split r5f memory region
` [PATCH v6 10/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v6 11/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: Add r5f nodes to pre-ram bootphase
[PATCH 0/9] drm/xe/guc: Recommend GuC v70.65.0 for BMG, LNL, PTL
2026-06-09 19:19 UTC (3+ messages)
` ✗ CI.checkpatch: warning for drm/xe/guc: Recommend GuC v70.65.0 for BMG, LNL, PTL (rev2)
` ✓ CI.KUnit: success "
[PATCH rdma-next v3 1/1] RDMA/mana_ib: UC QP support for UAPI
2026-06-09 19:19 UTC (4+ messages)
[PATCH i2c-tools] i2ctransfer: man: make data block suffixes bold
2026-06-09 19:18 UTC
[PATCH v2 00/83] block: rnull: complete the rust null block driver
2026-06-09 19:09 UTC (84+ messages)
` [PATCH v2 01/83] block: rust: fix `Send` bound for `GenDisk`
` [PATCH v2 02/83] rust: block: rename `SECTOR_MASK` to `PAGE_SECTOR_MASK`
` [PATCH v2 03/83] block: rnull: adopt new formatting guidelines
` [PATCH v2 04/83] block: rnull: add module parameters
` [PATCH v2 05/83] block: rnull: add macros to define configfs attributes
` [PATCH v2 06/83] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH v2 07/83] block: rust: change `queue_rq` request type to `Owned`
` [PATCH v2 08/83] block: rust: add `Request` private data support
` [PATCH v2 09/83] block: rust: document the lifetime of `Request`
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH v2 11/83] block: rnull: add timer completion mode
` [PATCH v2 12/83] block: rust: introduce `kernel::block::bio` module
` [PATCH v2 13/83] block: rust: add `command` getter to `Request`
` [PATCH v2 14/83] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH v2 15/83] block: rust: add `TagSet` flags
` [PATCH v2 16/83] block: rnull: add memory backing
` [PATCH v2 17/83] block: rnull: add submit queue count config option
` [PATCH v2 18/83] block: rnull: add `use_per_node_hctx` "
` [PATCH v2 19/83] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH v2 20/83] block: rnull: allow specifying the home numa node
` [PATCH v2 21/83] block: rust: add Request::sectors() method
` [PATCH v2 22/83] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH v2 23/83] block: rnull: add discard support
` [PATCH v2 24/83] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH v2 25/83] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH v2 26/83] block: rust: change sector type from usize to u64
` [PATCH v2 27/83] block: rust: add `BadBlocks` for bad block tracking
` [PATCH v2 28/83] block: rust: mq: add Request::end() method for custom status codes
` [PATCH v2 29/83] block: rnull: add badblocks support
` [PATCH v2 30/83] block: rnull: add badblocks_once support
` [PATCH v2 31/83] block: rust: add `Segment::truncate`
` [PATCH v2 32/83] block: rnull: add partial I/O support for bad blocks
` [PATCH v2 33/83] block: rust: add `TagSet` private data support
` [PATCH v2 34/83] block: rust: add `hctx` "
` [PATCH v2 35/83] block: rnull: add volatile cache emulation
` [PATCH v2 36/83] block: rust: implement `Sync` for `GenDisk`
` [PATCH v2 37/83] block: rust: add a back reference feature to `GenDisk`
` [PATCH v2 38/83] block: rust: introduce an idle type state for `Request`
` [PATCH v2 39/83] block: rust: add a request queue abstraction
` [PATCH v2 40/83] block: rust: add a method to get the request queue for a request
` [PATCH v2 41/83] block: rust: introduce `kernel::block::error`
` [PATCH v2 42/83] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH v2 43/83] block: rust: add `GenDisk::queue_data`
` [PATCH v2 44/83] block: rnull: add bandwidth limiting
` [PATCH v2 45/83] block: rnull: add blocking queue mode
` [PATCH v2 46/83] block: rnull: add shared tags
` [PATCH v2 47/83] block: rnull: add queue depth config option
` [PATCH v2 48/83] block: rust: add an abstraction for `bindings::req_op`
` [PATCH v2 49/83] block: rust: add a method to set the target sector of a request
` [PATCH v2 50/83] block: rust: move gendisk vtable construction to separate function
` [PATCH v2 51/83] block: rust: add zoned block device support
` [PATCH v2 52/83] block: rust: add `TagSet::flags`
` [PATCH v2 53/83] block: rnull: add zoned storage support
` [PATCH v2 54/83] block: rust: add `map_queues` support
` [PATCH v2 55/83] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH v2 56/83] block: rust: add polled completion support
` [PATCH v2 57/83] block: rust: add accessors to `TagSet`
` [PATCH v2 58/83] block: rnull: add polled completion support
` [PATCH v2 59/83] block: rnull: add REQ_OP_FLUSH support
` [PATCH v2 60/83] block: rust: add request flags abstraction
` [PATCH v2 61/83] block: rust: add abstraction for block queue feature flags
` [PATCH v2 62/83] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH v2 63/83] block: rust: add `Segment::copy_to_page_limit`
` [PATCH v2 64/83] block: rnull: add fua support
` [PATCH v2 65/83] block: rust: add `GenDisk::tag_set`
` [PATCH v2 66/83] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH v2 67/83] block: rnull: add an option to change the number of hardware queues
` [PATCH v2 68/83] block: rust: add an abstraction for `struct rq_list`
` [PATCH v2 69/83] block: rust: add `queue_rqs` vtable hook
` [PATCH v2 70/83] block: rnull: support queue_rqs
` [PATCH v2 71/83] block: rust: remove the `is_poll` parameter from `queue_rq`
` [PATCH v2 72/83] block: rust: add a debug assert for refcounts
` [PATCH v2 73/83] block: rust: add `TagSet::tag_to_rq`
` [PATCH v2 74/83] block: rust: add `Request::queue_index`
` [PATCH v2 75/83] block: rust: add `Request::requeue`
` [PATCH v2 76/83] block: rust: add `request_timeout` hook
` [PATCH v2 77/83] block: rnull: add fault injection support
` [PATCH v2 78/83] block: rust: add max_sectors option to `GenDiskBuilder`
` [PATCH v2 79/83] block: rnull: allow configuration of the maximum IO size
` [PATCH v2 80/83] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH v2 81/83] block: rnull: add `virt_boundary` option
` [PATCH v2 82/83] block: rnull: add `shared_tag_bitmap` config option
` [PATCH v2 83/83] block: rnull: add zone offline and readonly configfs files
[PATCH] CI: Sage: Pin to labgrid 25.0.1
2026-06-09 19:17 UTC (2+ messages)
Pull request efi-2026-07-rc5
2026-06-09 19:17 UTC (2+ messages)
[PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
2026-06-09 19:17 UTC (2+ messages)
[PATCH RFC 0/2] builtin/history: change git history reword behavior and feedback
2026-06-09 19:17 UTC (7+ messages)
` [PATCH RFC v2 0/2] builtin/history: abort reword on same message
` [PATCH RFC v2 2/2] "
[PATCH v18 0/4] [VFIO] Error recovery for vfio-pci devices on s390x
2026-06-09 19:16 UTC (7+ messages)
` [PATCH v18 3/4] vfio/pci: Add a reset_done callback for vfio-pci driver
[PATCH v2 0/4] AUXADC driver for the MediaTek mt6323 PMIC
2026-06-09 19:15 UTC (4+ messages)
` [PATCH v2 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver
[master][PATCH] README: update and clean up
2026-06-09 19:14 UTC (2+ messages)
[PATCH v2 nf] netfilter: nft_exthdr: fix register tracking for F_PRESENT flag
2026-06-09 19:14 UTC
[master][PATCH] README: update and clean up
2026-06-09 19:09 UTC (2+ messages)
[PATCH net-next] docs: networking: add guidance on what to push via extack
2026-06-09 19:09 UTC
[PATCH] drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR
2026-06-09 19:08 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[deller-fbdev:fbdev-7.0-2 4/7] drivers/video/fbdev/au1100fb.c:448:39: error: call to undeclared function 'KSEG1ADDR'; ISO C99 and later do not support implicit function declarations
2026-06-09 19:06 UTC
[chrome-os:chromeos-6.6 31/31] drivers/hid/spi-hid/spi-hid-of-ilitek.c:3274:6: warning: no previous prototype for 'ili_node_init'
2026-06-09 19:06 UTC
[PATCH v2 0/7] x86/kexec: Secure Boot support
2026-06-09 19:07 UTC (6+ messages)
` [PATCH 1/7] x86/kexec: add digest checks
` [PATCH 2/7] x86/kexec: rename setup_header to bzimage_header
[android-common:android15-6.6-2025-06 0/10] fs/f2fs/f2fs.h:2183:47: error: 'struct f2fs_rwsem' has no member named 'read_waiters'
2026-06-09 19:06 UTC
[PATCH] define matchpathcon_filespec_add/add64
2026-06-09 19:05 UTC (3+ messages)
[Bug 221629] New: Bluetooth l2cap: ident leak in l2cap_chan_le_send_credits() stalls BLE CoC
2026-06-09 19:04 UTC (2+ messages)
` [Bug,221629] "
[PATCH v3 0/4] rockchip: PCIe gated reference clock support
2026-06-09 19:04 UTC (5+ messages)
` [PATCH v3 3/4] pci: pcie_dw_rockchip: drop clk_release_bulk calls
` [PATCH v3 4/4] pci: pcie_dw_rockchip: imply CLK_GATED_FIXED and switch PHY to imply
[PATCH for-next] RDMA/efa: Implement the query port speed verb
2026-06-09 19:04 UTC (2+ messages)
[PATCH for-next] RDMA/efa: Report 800 and 1600 Gbps link speed
2026-06-09 19:04 UTC (2+ messages)
[PATCH v4 0/2] mm: improve folio refcount scalability
2026-06-09 19:02 UTC (3+ messages)
[PATCH v1 0/8] Kconfig restyle
2026-06-09 19:02 UTC (17+ messages)
` [PATCH v1 1/8] Kconfig: armv7: fix typo
` [PATCH v1 2/8] Kconfig: powerpc: mpc85xx: "
` [PATCH v1 3/8] Kconfig: power: pmic: "
` [PATCH v1 4/8] Kconfig: themal: "
` [PATCH v1 5/8] Kconfig: misc: add empty line
` [PATCH v1 6/8] Kconfig: arm: restyle
` [PATCH v1 7/8] Kconfig: arch: restyle
` [PATCH v1 8/8] Kconfig: board: restyle
[PATCH next] drivers/infiniband/hw/mlx5/data_direct: Use strscpy() to copy strings into arrays
2026-06-09 19:01 UTC (2+ messages)
[PATCH next] drivers/infiniband/hw/usnic/usnic_fwd: User strscpy() to copy device name
2026-06-09 19:00 UTC (2+ messages)
[PATCH next] drivers/infiniband/core/iwcm: User strscpy() to copy device name
2026-06-09 19:00 UTC (2+ messages)
[PATCH] IB/mlx4: Fill in the access_flags if IB_MR_REREG_ACCESS is not specified
2026-06-09 19:00 UTC (2+ messages)
[PATCH] add test for fts_* availability
2026-06-09 18:59 UTC (2+ messages)
[PATCH v2 2/2] can: loongson_canfd: Add RXDMA support
2026-06-09 18:59 UTC (2+ messages)
[PATCH v8 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2026-06-09 18:58 UTC (8+ messages)
` [PATCH v8 07/12] iommu/arm-smmu-v3: Add CMDQ_PROD_STOP_FLAG to gate CMDQ submissions
[PATCH] crypto: ecc - Optimize vli additive operations using compiler builtins
2026-06-09 18:58 UTC (2+ messages)
[PATCH V10 0/9] Add Invensense ICM42607
2026-06-09 18:57 UTC (6+ messages)
` [PATCH V10 3/9] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
[PATCH] ALSA: hda/realtek: Add quirk for HP 255 15.6 inch G9 Notebook PC
2026-06-09 18:57 UTC (4+ messages)
[PATCH v3 00/16] qapi: add formal "intro" section
2026-06-09 18:57 UTC (4+ messages)
` [PATCH v3 12/16] qapi/docs: add "Intro" section parsing
[PATCH net v3 1/2] net/sched: act_pedit: require matching IPv4 L4 protocol
2026-06-09 18:56 UTC (2+ messages)
` [PATCH net v3 2/2] "
+ mm-khugepaged-fix-pmd-collapse-swap-pte-accounting.patch added to mm-unstable branch
2026-06-09 18:56 UTC
[PATCH 0/2] dt-bindings: Add SpacemiT K1 PDMA request-number header and use it in DT
2026-06-09 18:55 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add SpacemiT K1 PDMA request numbers
Where should the vhost-user specification live?
2026-06-09 18:55 UTC (13+ messages)
[PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting
2026-06-09 18:56 UTC (4+ messages)
[wrynose][PATCH] README: update and clean up
2026-06-09 18:56 UTC (2+ messages)
[PATCH v2 1/2] can: bcm: add locking when updating filter and timer values
2026-06-09 18:55 UTC (2+ messages)
SFP/MDIO/I2C: help requested unlocking a SFP+ MCU to expose PHY
2026-06-09 18:48 UTC (4+ messages)
[PATCH RESEND v2 0/5] KVM: arm64: nv: Even more VNCR fixes
2026-06-09 18:55 UTC (5+ messages)
` [PATCH RESEND v2 2/5] KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFN
` [PATCH RESEND v2 3/5] KVM: arm64: nv: Re-translate VNCR before injecting abort
` [PATCH RESEND v2 4/5] KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memory
` [PATCH RESEND v2 5/5] KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abort
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.