All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 18:23:43 to 2026-05-20 18:29:33 UTC [more...]

[PATCH v6 00/64] target/arm: Implement FEAT_FP8
 2026-05-20 18:22 UTC  (49+ messages)
` [PATCH v6 03/64] target/arm: Implement FEAT_FAMINMAX for SME
` [PATCH v6 04/64] target/arm: Implement FEAT_FAMINMAX for SVE
` [PATCH v6 05/64] target/arm: Enable FEAT_FAMINMAX for -cpu max
` [PATCH v6 07/64] target/arm: Update HCRX bits for Arm ARM M.a.a
` [PATCH v6 09/64] target/arm: Update SCTLR bits for FEAT_FPMR
` [PATCH v6 10/64] target/arm: Enable EnFPM "
` [PATCH v6 11/64] target/arm: Clear FPMR on ResetSVEState
` [PATCH v6 12/64] target/arm: Add FPMR_EL to TBFLAGS
` [PATCH v6 14/64] tests/functional/aarch64/rme: update images to support FEAT_FP8
` [PATCH v6 16/64] target/arm: Enable FEAT_FPMR for -cpu max
` [PATCH v6 17/64] target/arm: Implement ID_AA64FPFR0
` [PATCH v6 18/64] target/arm: Add isar_feature_aa64_f8cvt
` [PATCH v6 19/64] target/arm: Implement FSCALE for AdvSIMD
` [PATCH v6 21/64] target/arm: Split vector-type.h from cpu.h
` [PATCH v6 22/64] target/arm: Move vectors_overlap to vec_internal.h
` [PATCH v6 23/64] target/arm: Set e4m3_nan_is_snan
` [PATCH v6 24/64] target/arm: Implement BF1CVTL, BF1CVTL2, BF2CVTL, BF2CVTL2 for AdvSIMD
` [PATCH v6 25/64] target/arm: Implement BF1CVT, BF1CVTLT, BF2CVT, BF2CVTLT for SVE
` [PATCH v6 26/64] target/arm: Rename SME BFCVT patterns to BFCVT_hs
` [PATCH v6 27/64] target/arm: Implement BF1CVT, BF1CVTL, BF2CVT, BF2CVTL for SME
` [PATCH v6 28/64] target/arm: Implement F1CVTL, F1CVTL2, F2CVTL, F2CVTL2 for AdvSIMD
` [PATCH v6 29/64] target/arm: Implement F1CVT, F1CVTLT, F2CVT, F2CVTLT for SVE
` [PATCH v6 30/64] target/arm: Implement F1CVT, F1CVTL, F2CVT, F2CVTL for SME
` [PATCH v6 31/64] target/arm: Implement BFCVTN for SVE
` [PATCH v6 32/64] target/arm: Implement FCVTN (16- to 8-bit fp) for AdvSIMD
` [PATCH v6 33/64] target/arm: Implement FCVTN, FCVTN2 (32- "
` [PATCH v6 34/64] target/arm: Implement FCVTN (16- to 8-bit fp) for SVE
` [PATCH v6 36/64] target/arm: Implement FCVT (FP16 to FP8) for SME
` [PATCH v6 37/64] target/arm: Implement FCVT, FCVTN (FP32 "
` [PATCH v6 38/64] target/arm: Implement LUTI2, LUTI4 for AdvSIMD
` [PATCH v6 40/64] target/arm: Enable FEAT_LUT for -cpu max
` [PATCH v6 41/64] target/arm: Enable FEAT_FP8 "
` [PATCH v6 42/64] target/arm: Update ID_AA64SMFR0_EL1 fields to ARM M.b
` [PATCH v6 44/64] target/arm: Implement LUTI4 (four registers, 8-bit)
` [PATCH v6 45/64] target/arm: Enable FEAT_SME_LUTv2 for -cpu max
` [PATCH v6 47/64] target/arm: Implement FMLALB, FMLALT (FP8 to FP16) for SVE
` [PATCH v6 49/64] target/arm: Implement FMLALL{BB,BT,TB,TT} "
` [PATCH v6 50/64] target/arm: Enable FEAT_FP8FMA, FEAT_SSVE_FP8FMA for -cpu max
` [PATCH v6 51/64] target/arm: Implement FDOT (FP8 to FP32) for AdvSIMD
` [PATCH v6 52/64] target/arm: Implement FDOT (FP8 to FP32) for SVE
` [PATCH v6 53/64] target/arm: Enable FEAT_FP8DOT4, FEAT_SSVE_FP8DOT4 for -cpu max
` [PATCH v6 54/64] target/arm: Implement FDOT (FP8 to FP16) for AdvSIMD
` [PATCH v6 57/64] target/arm: Implement FMMLA (FP8 to FP32) "
` [PATCH v6 59/64] target/arm: Enable FEAT_F8F32MM for -cpu max
` [PATCH v6 61/64] target/arm: Implement FMMLA (FP8 to FP16) for SVE
` [PATCH v6 62/64] target/arm: Enable FEAT_F8F16MM for -cpu max
` [PATCH v6 63/64] linux-user/aarch64: Implement hwcap bits for fp8 features
` [PATCH v6 64/64] linux-user/aarch64: Implement FPMR signal frames

[PATCH 6.6 000/508] 6.6.141-rc1 review
 2026-05-20 16:17 UTC  (9+ messages)
` [PATCH 6.6 001/508] blk-cgroup: wait for blkcg cleanup before initializing new disk
` [PATCH 6.6 010/508] devres: fix missing node debug info in devm_krealloc()
` [PATCH 6.6 011/508] thermal/drivers/spear: Fix error condition for reading st,thermal-flags
` [PATCH 6.6 012/508] debugfs: check for NULL pointer in debugfs_create_str()
` [PATCH 6.6 013/508] debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()
` [PATCH 6.6 014/508] s390/cio: make sch->lock spinlock pointer a member
` [PATCH 6.6 015/508] s390/cio: convert sprintf()/snprintf() to sysfs_emit()
` [PATCH 6.6 016/508] s390/cio: use generic driver_override infrastructure

[PATCH v5 00/30] fpu: Export some internals for targets
 2026-05-20 18:26 UTC  (5+ messages)
` [PATCH v5 29/30] fpu: Fix NaN encoding for E4M3 in parts64_uncanon

[PATCH v2] i2c: imx-lpi2c: fix resource leaks switching to devm_dma_request_chan()
 2026-05-20 18:29 UTC  (2+ messages)

[PATCH 6.12 000/666] 6.12.91-rc1 review
 2026-05-20 16:24 UTC  (127+ messages)
` [PATCH 6.12 519/666] drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG
` [PATCH 6.12 522/666] drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)
` [PATCH 6.12 523/666] netfilter: xt_policy: fix strict mode inbound policy matching
` [PATCH 6.12 524/666] netfilter: nf_conntrack_sip: dont use simple_strtoul
` [PATCH 6.12 525/666] ASoC: amd: acp: Add DMI quirk for Valve Steam Deck OLED
` [PATCH 6.12 526/666] spi: rockchip: Read ISR, not IMR, to detect cs-inactive IRQ
` [PATCH 6.12 527/666] drm/sysfb: ofdrm: fix PCI device reference leaks
` [PATCH 6.12 528/666] arm64/scs: Fix potential sign extension issue of advance_loc4
` [PATCH 6.12 549/666] netpoll: extract IPv4 address retrieval into helper function
` [PATCH 6.12 550/666] netpoll: fix IPv6 local-address corruption
` [PATCH 6.12 551/666] ALSA: usb-audio: Fix potential leak of pd at parsing UAC3 streams
` [PATCH 6.12 552/666] sched/fair: Clear rel_deadline when initializing forked entities
` [PATCH 6.12 553/666] net: mctp i2c: check length before marking flow active
` [PATCH 6.12 554/666] net: phy: dp83869: fix setting CLK_O_SEL field
` [PATCH 6.12 555/666] drm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec rings
` [PATCH 6.12 556/666] drm/amdgpu/vcn: set no_user_fence for VCN v2.5 "
` [PATCH 6.12 557/666] drm/amdgpu/vcn: set no_user_fence for VCN v3.0 "
` [PATCH 6.12 558/666] drm/amdgpu/vcn: set no_user_fence for VCN v4.0.3 enc ring
` [PATCH 6.12 559/666] drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 "
` [PATCH 6.12 560/666] drm/amdgpu/vcn: set no_user_fence for VCN v5.0.0 "
` [PATCH 6.12 561/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v2.0 ring
` [PATCH 6.12 562/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v2.5 ring
` [PATCH 6.12 563/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v3.0 ring
` [PATCH 6.12 564/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring
` [PATCH 6.12 565/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring
` [PATCH 6.12 566/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring
` [PATCH 6.12 567/666] drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.0 ring
` [PATCH 6.12 568/666] ASoC: codecs: ab8500: Fix casting of private data
` [PATCH 6.12 569/666] netfilter: skip recording stale or retransmitted INIT
` [PATCH 6.12 570/666] sctp: discard stale INIT after handshake completion
` [PATCH 6.12 571/666] bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst()
` [PATCH 6.12 572/666] net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)
` [PATCH 6.12 573/666] netconsole: propagate device name truncation in dev_name_store()
` [PATCH 6.12 574/666] ALSA: hda/conexant: Renaming the codec with device ID 0x1f86 and 0x1f87
` [PATCH 6.12 575/666] ALSA: hda/conexant: Fix missing error check for jack detection
` [PATCH 6.12 576/666] ALSA: hda: cs35l56: Fix uninitialized value in cs35l56_hda_read_acpi()
` [PATCH 6.12 577/666] futex: Prevent lockup in requeue-PI during signal/ timeout wakeup
` [PATCH 6.12 578/666] drm/amd/display: Allow DCE link encoder without AUX registers
` [PATCH 6.12 579/666] drm/amd/display: Read EDID from VBIOS embedded panel info
` [PATCH 6.12 580/666] drm/xe/debugfs: Correct printing of register whitelist ranges
` [PATCH 6.12 581/666] drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()
` [PATCH 6.12 582/666] drm/xe/gsc: Fix BO leak on error in query_compatibility_version()
` [PATCH 6.12 583/666] page_pool: Set `dma_sync` to false for devmem memory provider
` [PATCH 6.12 584/666] net: page_pool: create hooks for custom memory providers
` [PATCH 6.12 585/666] page_pool: fix memory-provider leak in page_pool_create_percpu() error path
` [PATCH 6.12 586/666] iavf: rename IAVF_VLAN_IS_NEW to IAVF_VLAN_ADDING
` [PATCH 6.12 587/666] iavf: stop removing VLAN filters from PF on interface down
` [PATCH 6.12 588/666] iavf: wait for PF confirmation before removing VLAN filters
` [PATCH 6.12 589/666] iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handler
` [PATCH 6.12 590/666] ice: fix NULL pointer dereference in ice_reset_all_vfs()
` [PATCH 6.12 591/666] net: tls: fix strparser anchor skb leak on offload RX setup failure
` [PATCH 6.12 592/666] sfc: fix error code in efx_devlink_info_running_versions()
` [PATCH 6.12 593/666] net/sched: cls_flower: revert unintended changes
` [PATCH 6.12 594/666] arm64: Reserve an extra page for early kernel mapping
` [PATCH 6.12 595/666] smb: client: correctly handle ErrorContextData as a flexible array
` [PATCH 6.12 596/666] smb: client: fix OOB reads parsing symlink error response
` [PATCH 6.12 597/666] LoongArch: KVM: Compile switch.S directly into the kernel
` [PATCH 6.12 598/666] ntfs: ->d_compare() must not block
` [PATCH 6.12 599/666] PCI: Initialize temporary device in new_id_store()
` [PATCH 6.12 600/666] erofs: fix offset truncation when shifting pgoff on 32-bit platforms
` [PATCH 6.12 601/666] net: bcmgenet: Initialize u64 stats seq counter
` [PATCH 6.12 602/666] net: bcmgenet: fix leaking free_bds
` [PATCH 6.12 603/666] iommu/amd: Reorder attach device code
` [PATCH 6.12 604/666] iommu/amd: Put list_add/del(dev_data) back under the domain->lock
` [PATCH 6.12 605/666] perf tool_pmu: Fix aggregation on duration_time
` [PATCH 6.12 606/666] net/sched: sch_pie: annotate more data-races in pie_dump_stats()
` [PATCH 6.12 607/666] netpoll: Extract IPv6 address retrieval function
` [PATCH 6.12 608/666] netpoll: pass buffer size to egress_dev() to avoid MAC truncation
` [PATCH 6.12 609/666] page_pool: fix incorrect mp_ops error handling
` [PATCH 6.12 610/666] crypto: af_alg - Cap AEAD AD length to 0x80000000
` [PATCH 6.12 611/666] i40e: Cleanup PTP pins on probe failure
` [PATCH 6.12 612/666] workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND path
` [PATCH 6.12 613/666] netfilter: nf_conntrack_sip: get helper before allocating expectation
` [PATCH 6.12 614/666] audit: fix incorrect inheritable capability in CAPSET records
` [PATCH 6.12 615/666] Revert "ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn"
` [PATCH 6.12 616/666] netfilter: nft_ct: fix missing expect put in obj eval
` [PATCH 6.12 617/666] net: atlantic: preserve PCI wake-from-D3 on shutdown when WOL enabled
` [PATCH 6.12 618/666] audit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIV
` [PATCH 6.12 619/666] KVM: Reject wrapped offset in kvm_reset_dirty_gfn()
` [PATCH 6.12 620/666] KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic
` [PATCH 6.12 621/666] KVM: x86: Fix Xen hypercall tracepoint argument assignment
` [PATCH 6.12 622/666] netfilter: nf_tables: unconditionally bump set->nelems before insertion
` [PATCH 6.12 623/666] ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commands
` [PATCH 6.12 624/666] Bluetooth: btmtk: accept too short WMT FUNC_CTRL events
` [PATCH 6.12 625/666] smb/client: fix possible infinite loop and oob read in symlink_data()
` [PATCH 6.12 626/666] drm/loongson: Use managed KMS polling
` [PATCH 6.12 627/666] drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
` [PATCH 6.12 628/666] ALSA: usb-audio: Bound MIDI 2.0 endpoint descriptor scans
` [PATCH 6.12 629/666] ALSA: usb-audio: Bound MIDI "
` [PATCH 6.12 630/666] ceph: fix a buffer leak in __ceph_setxattr()
` [PATCH 6.12 631/666] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
` [PATCH 6.12 632/666] io-wq: check that the predecessor is hashed in io_wq_remove_pending()
` [PATCH 6.12 633/666] powerpc/warp: Fix error handling in pika_dtm_thread
` [PATCH 6.12 634/666] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 6.12 635/666] irqchip/riscv-imsic: Clear interrupt move state during CPU offlining
` [PATCH 6.12 636/666] libceph: Fix potential out-of-bounds access in osdmap_decode()
` [PATCH 6.12 637/666] libceph: Fix potential null-ptr-deref in decode_choose_args()
` [PATCH 6.12 638/666] libceph: Fix potential out-of-bounds access in crush_decode()
` [PATCH 6.12 639/666] libceph: handle rbtree insertion error in decode_choose_args()
` [PATCH 6.12 640/666] iommu/vt-d: Disable DMAR for Intel Q35 IGFX
` [PATCH 6.12 641/666] drm/i915: skip __i915_request_skip() for already signaled requests
` [PATCH 6.12 642/666] drm/panfrost: Fix wait_bo ioctl leaking positive return from dma_resv_wait_timeout()
` [PATCH 6.12 643/666] drm/xe/dma-buf: handle empty bo and UAF races
` [PATCH 6.12 644/666] drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setup
` [PATCH 6.12 645/666] drm/gma500/oaktrail_lvds: fix hang on init failure
` [PATCH 6.12 646/666] drm/gma500/oaktrail_lvds: fix i2c adapter leaks on init
` [PATCH 6.12 647/666] iommufd: Fix return value of iommufd_fault_fops_write()
` [PATCH 6.12 648/666] eventfs: Use list_add_tail_rcu() for SRCU-protected children list
` [PATCH 6.12 649/666] drm/v3d: Reject empty multisync extension to prevent infinite loop
` [PATCH 6.12 650/666] btrfs: use inode already stored in local variable at btrfs_rmdir()
` [PATCH 6.12 651/666] btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()
` [PATCH 6.12 652/666] btrfs: fix missing last_unlink_trans update when removing a directory
` [PATCH 6.12 653/666] smb: client: Use FullSessionKey for AES-256 encryption key derivation
` [PATCH 6.12 654/666] btrfs: do not mark inode incompressible after inline attempt fails
` [PATCH 6.12 655/666] RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()
` [PATCH 6.12 656/666] sched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_new
` [PATCH 6.12 657/666] mptcp: pm: prio: skip closed subflows
` [PATCH 6.12 658/666] mptcp: drop __mptcp_fastopen_gen_msk_ackseq()
` [PATCH 6.12 659/666] mptcp: fix rx timestamp corruption on fastopen
` [PATCH 6.12 660/666] f2fs: fix incorrect file address mapping when inline inode is unwritten
` [PATCH 6.12 661/666] f2fs: fix false alarm of lockdep on cp_global_sem lock
` [PATCH 6.12 662/666] spi: sifive: Simplify clock handling with devm_clk_get_enabled()
` [PATCH 6.12 663/666] spi: sifive: fix controller deregistration
` [PATCH 6.12 664/666] mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0
` [PATCH 6.12 665/666] mptcp: pm: ADD_ADDR rtx: fix potential data-race
` [PATCH 6.12 666/666] mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker

[PATCH] 9pfs: fix missing rename lock in v9fs_co_readdir_many (CVE-2026-48004)
 2026-05-20 18:22 UTC  (2+ messages)

[PATCH 1/2] perf stat: Add aggr_nr metric parser support
 2026-05-20 18:28 UTC  (2+ messages)

[PATCH] ring-buffer: Fix reporting of missed events in iterator
 2026-05-20 18:28 UTC 

[PATCH v3] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
 2026-05-20 18:27 UTC  (2+ messages)

[PATCH 0/3] lib/intel_batchbuffer: intel bb copy data improvements
 2026-05-20 18:27 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-20 18:27 UTC  (5+ messages)
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v7 RESEND 0/1] Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_sock_cleanup_listen()
 2026-05-20 18:26 UTC  (2+ messages)

[PATCH net v2] idpf: handle NULL adev in idpf_idc_vdev_mtu_event
 2026-05-20 18:26 UTC  (5+ messages)
    ` [Intel-wired-lan] "

[PATCH v3 0/6] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
 2026-05-20 18:26 UTC  (2+ messages)

[conor:tvs 1/1] include/asm-generic/div64.h:199:36: error: passing argument 1 of '__div64_32' from incompatible pointer type
 2026-05-20 18:24 UTC 

[PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
 2026-05-20 18:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V7 00/11] Add Invensense ICM42607
 2026-05-20 18:25 UTC  (5+ messages)
` [PATCH V7 09/11] iio: imu: inv_icm42607: Add Wake on Movement to icm42607

[PATCH] smb: client: use data_len for SMB2 READ encrypted folioq copy
 2026-05-20 18:23 UTC  (2+ messages)
` [PATCH] smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()

[PATCH V8 00/10] Add Invensense ICM42607
 2026-05-20 18:23 UTC  (3+ messages)
` [PATCH V8 03/10] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver


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.