messages from 2025-07-04 14:08:36 to 2025-07-04 14:44:47 UTC [more...]
[PATCH 6.15 000/263] 6.15.5-rc2 review
2025-07-04 14:44 UTC
[PATCH v4 000/108] target/arm: Implement FEAT_SME2p1
2025-07-04 14:29 UTC (85+ messages)
` [PATCH v4 001/108] target/arm: Fix SME vs AdvSIMD exception priority
` [PATCH v4 002/108] target/arm: Fix sve_access_check for SME
` [PATCH v4 003/108] target/arm: Fix 128-bit element ZIP, UZP, TRN
` [PATCH v4 004/108] target/arm: Replace @rda_rn_rm_e0 in sve.decode
` [PATCH v4 005/108] target/arm: Fix FMMLA (64-bit element) for 128-bit VL
` [PATCH v4 006/108] target/arm: Disable FEAT_F64MM if maximum SVE vector size too small
` [PATCH v4 007/108] target/arm: Fix PSEL size operands to tcg_gen_gvec_ands
` [PATCH v4 008/108] target/arm: Fix f16_dotadd vs nan selection
` [PATCH v4 009/108] target/arm: Fix bfdotadd_ebf "
` [PATCH v4 010/108] target/arm: Remove CPUARMState.vfp.scratch
` [PATCH v4 011/108] target/arm: Introduce FPST_ZA, FPST_ZA_F16
` [PATCH v4 012/108] target/arm: Use FPST_ZA for sme_fmopa_[hsd]
` [PATCH v4 013/108] target/arm: Rename zarray to za_state.za
` [PATCH v4 014/108] target/arm: Add isar feature tests for SME2p1, SVE2p1
` [PATCH v4 015/108] target/arm: Add ZT0
` [PATCH v4 016/108] target/arm: Add zt0_excp_el to DisasContext
` [PATCH v4 017/108] target/arm: Implement SME2 ZERO ZT0
` [PATCH v4 018/108] target/arm: Add alignment argument to gen_sve_{ldr, str}
` [PATCH v4 019/108] target/arm: Implement SME2 LDR/STR ZT0
` [PATCH v4 020/108] target/arm: Implement SME2 MOVT
` [PATCH v4 021/108] target/arm: Split get_tile_rowcol argument tile_index
` [PATCH v4 022/108] target/arm: Rename MOVA for translate
` [PATCH v4 023/108] target/arm: Split out get_zarray
` [PATCH v4 024/108] target/arm: Introduce ARMCPU.sme_max_vq
` [PATCH v4 025/108] target/arm: Implement SME2 MOVA to/from tile, multiple registers
` [PATCH v4 026/108] target/arm: Implement SME2 MOVA to/from array, "
` [PATCH v4 028/108] target/arm: Implement SME2 SMOPS, UMOPS (2-way)
` [PATCH v4 031/108] target/arm: Implement SME2 Multiple Vectors SVE Destructive
` [PATCH v4 032/108] target/arm: Implement SME2 ADD/SUB (array results, multiple and single vector)
` [PATCH v4 033/108] target/arm: Implement SME2 ADD/SUB (array results, multiple vectors)
` [PATCH v4 034/108] target/arm: Pass ZA to helper_sve2_fmlal_zz[zx]w_s
` [PATCH v4 035/108] target/arm: Add helper_gvec{_ah}_bfmlsl{_nx}
` [PATCH v4 036/108] target/arm: Implement SME2 FMLAL, BFMLAL
` [PATCH v4 037/108] target/arm: Implement SME2 FDOT
` [PATCH v4 038/108] target/arm: Implement SME2 BFDOT
` [PATCH v4 039/108] target/arm: Implement SME2 FVDOT, BFVDOT
` [PATCH v4 040/108] target/arm: Rename helper_gvec_*dot_[bh] to *_4[bh]
` [PATCH v4 041/108] target/arm: Implemement SME2 SDOT, UDOT, USDOT, SUDOT
` [PATCH v4 042/108] target/arm: Rename SVE SDOT and UDOT patterns
` [PATCH v4 043/108] target/arm: Tighten USDOT (vectors) decode
` [PATCH v4 044/108] target/arm: Implement SDOT, UDOT (2-way) for SME2/SVE2p1
` [PATCH v4 045/108] target/arm: Implement SME2 SVDOT, UVDOT, SUVDOT, USVDOT
` [PATCH v4 046/108] target/arm: Implement SME2 SMLAL, SMLSL, UMLAL, UMLSL
` [PATCH v4 047/108] target/arm: Rename gvec_fml[as]_[hs] with _nf_ infix
` [PATCH v4 048/108] target/arm: Implement SME2 FMLA, FMLS
` [PATCH v4 049/108] target/arm: Implement SME2 BFMLA, BFMLS
` [PATCH v4 050/108] target/arm: Implement SME2 FADD, FSUB, BFADD, BFSUB
` [PATCH v4 052/108] target/arm: Implement SME2 BFCVT, BFCVTN, FCVT, FCVTN
` [PATCH v4 053/108] target/arm: Implement SME2 FCVT (widening), FCVTL
` [PATCH v4 054/108] target/arm: Implement SME2 FCVTZS, FCVTZU
` [PATCH v4 056/108] target/arm: Implement SME2 FRINTN, FRINTP, FRINTM, FRINTA
` [PATCH v4 057/108] target/arm: Introduce do_[us]sat_[bhs] macros
` [PATCH v4 058/108] target/arm: Use do_[us]sat_[bhs] in sve_helper.c
` [PATCH v4 059/108] target/arm: Implement SME2 SQCVT, UQCVT, SQCVTU
` [PATCH v4 064/108] target/arm: Implement SME2 SQRSHR, UQRSHR, SQRSHRN
` [PATCH v4 065/108] target/arm: Implement SME2 ZIP, UZP (two registers)
` [PATCH v4 066/108] target/arm: Implement SME2 FCLAMP, SCLAMP, UCLAMP
` [PATCH v4 067/108] target/arm: Enable SCLAMP, UCLAMP for SVE2p1
` [PATCH v4 068/108] target/arm: Implement FCLAMP for SME2, SVE2p1
` [PATCH v4 069/108] target/arm: Implement SME2p1 Multiple Zero
` [PATCH v4 070/108] target/arm: Introduce pred_count_test
` [PATCH v4 071/108] target/arm: Fold predtest_ones into helper_sve_brkns
` [PATCH v4 072/108] target/arm: Expand do_zero inline
` [PATCH v4 073/108] target/arm: Split out do_whilel from helper_sve_whilel
` [PATCH v4 074/108] target/arm: Split out do_whileg from helper_sve_whileg
` [PATCH v4 078/108] target/arm: Implement SVE2p1 WHILE (predicate pair)
` [PATCH v4 079/108] target/arm: Implement SVE2p1 WHILE (predicate as counter)
` [PATCH v4 081/108] target/arm: Implement {ADD, SMIN, SMAX, UMIN, UMAX}QV for SVE2p1
` [PATCH v4 086/108] target/arm: Implement BFMLSLB{L, T} for SME2/SVE2p1
` [PATCH v4 087/108] target/arm: Implement CNTP (predicate as counter) "
` [PATCH v4 088/108] target/arm: Implement DUPQ for SME2p1/SVE2p1
` [PATCH v4 089/108] target/arm: Implement EXTQ "
` [PATCH v4 090/108] target/arm: Implement PMOV "
` [PATCH v4 091/108] target/arm: Implement ZIPQ, UZPQ "
` [PATCH v4 092/108] target/arm: Implement TBLQ, TBXQ "
` [PATCH v4 094/108] target/arm: Split the ST_zpri and ST_zprr patterns
` [PATCH v4 097/108] target/arm: Implement {LD, ST}[234]Q for SME2p1/SVE2p1
` [PATCH v4 098/108] target/arm: Implement LD1Q, ST1Q for SVE2p1
` [PATCH v4 104/108] target/arm: Implement FMOPA (non-widening) for fp16
` [PATCH v4 105/108] target/arm: Implement SME2 BFMOPA (non-widening)
` [PATCH v4 107/108] linux-user/aarch64: Set hwcap bits for SME2p1/SVE2p1
` [PATCH v4 108/108] tests/tcg/aarch64: Add sme2-matmul test case
[RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
2025-07-04 14:43 UTC (5+ messages)
` [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x
[PATCH 0/5] Add HDMI CEC support to Rockchip RK3588/RK3576 SoCs
2025-07-04 14:23 UTC (8+ messages)
` [PATCH 1/5] drm/rockchip: dw_hdmi_qp: Provide CEC IRQ in dw_hdmi_qp_plat_data
` [PATCH 2/5] drm/bridge: dw-hdmi-qp: Add CEC support
` [PATCH 3/5] drm/rockchip: dw_hdmi_qp: Provide ref clock rate in dw_hdmi_qp_plat_data
[RFC] genirq: Fix lockup in handle_edge_irq
2025-07-04 14:42 UTC (4+ messages)
` [External] "
[PATCH v5 0/3] Add support for STMicroelectronics M24LR EEPROM/NFC chips
2025-07-04 14:41 UTC (4+ messages)
` [PATCH v5 2/3] eeprom: add driver for ST M24LR series RFID/NFC EEPROM chips
[PATCH v2] mx6sabresd: Reduce U-Boot proper size to fix boot regression
2025-07-04 14:40 UTC
[GIT PULL] platform-drivers-x86 for v6.16-3
2025-07-04 14:26 UTC
[PATCH 6.12 000/218] 6.12.36-rc1 review
2025-07-04 14:39 UTC (5+ messages)
` [PATCH 6.12 212/218] spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
[PATCH i-g-t] tests/intel/xe_compute: Add Compute workload Scheduling and Display EU busyness
2025-07-04 14:38 UTC (2+ messages)
[PATCH v1 0/4] ASoC: codecs: Add support for FourSemi FS2104/5S
2025-07-04 14:37 UTC (5+ messages)
` [PATCH v1 2/4] ASoC: codecs: Add FourSemi FS2104/5S audio amplifier driver
[PATCH mt76 0/9] wifi: mt76: mt7996: Various MLO fixes
2025-07-04 13:08 UTC (4+ messages)
` [PATCH mt76 1/9] wifi: mt76: fix vif link allocation
` [PATCH mt76 4/9] wifi: mt76: mt7996: Do not set wcid.sta to 1 in mt7996_mac_sta_event()
` [PATCH mt76 6/9] wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx()
[PATCH v2 0/6] sched/fair: Manage lag and run to parity with different slices
2025-07-04 14:36 UTC (7+ messages)
` [PATCH v2 1/6] sched/fair: Use protect_slice() instead of direct comparison
` [PATCH 2/6] sched/fair: Fix NO_RUN_TO_PARITY case
` [PATCH v2 3/6] sched/fair: Remove spurious shorter slice preemption
` [PATCH v2 4/6] sched/fair: Limit run to parity to the min slice of enqueued entities
` [PATCH v2 5/6] sched/fair: Fix entity's lag with run to parity
` [PATCH v2 6/6] sched/fair: Always trigger resched at the end of a protected period
[PATCH v2 00/13] Add more tests for multi fs block atomic writes
2025-07-04 14:35 UTC (8+ messages)
` [PATCH v2 05/13] generic/1226: Add atomic write test using fio crc check verifier
[PATCH 1/4] iopoll: Generalize read_poll_timeout() into poll_timeout_us()
2025-07-04 14:34 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/4] "
[GIT PULL] interconnect fixes for 6.16-rc
2025-07-04 14:32 UTC (2+ messages)
[PATCH net-next v2] mlxbf_gige: emit messages during open and probe failures
2025-07-04 14:31 UTC (2+ messages)
[PULL] IIO: 1st set of fixes for 6.16
2025-07-04 14:31 UTC (2+ messages)
patch "iio: dac: ad3530r: Fix incorrect masking for channels 4-7 in" added to char-misc-linus
2025-07-04 14:30 UTC
patch "iio: adc: ad7380: fix adi,gain-milli property parsing" added to char-misc-linus
2025-07-04 14:30 UTC
patch "iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel maps" added to char-misc-linus
2025-07-04 14:30 UTC
[PATCH v10 0/5] shut down devices asynchronously
2025-07-04 14:13 UTC (8+ messages)
patch "iio: adc: stm32-adc: Fix race in installing chained IRQ handler" added to char-misc-linus
2025-07-04 14:30 UTC
[Buildroot] [2025.02.x PATCH 1/1] package/libglib2: fix CVE-2025-6052
2025-07-04 14:30 UTC
patch "iio: backend: fix out-of-bound write" added to char-misc-linus
2025-07-04 14:30 UTC
[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in force_devcd_write
2025-07-04 14:29 UTC (2+ messages)
[PATCH] lib/pciids: Add one more PCI ID to BMG
2025-07-04 14:29 UTC
[PATCH V2] fstests/redhat: Install gcc-c++ package
2025-07-04 14:29 UTC (2+ messages)
[syzbot] [net?] [s390?] possible deadlock in smc_switch_to_fallback (2)
2025-07-04 14:26 UTC (2+ messages)
[GIT PULL] USB driver fixes for 6.16-rc5
2025-07-04 14:26 UTC
[PATCH v3 2/2] iio: imu: smi330: Add driver
2025-07-04 14:23 UTC (2+ messages)
[RFC PATCH v5 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-07-04 14:23 UTC (2+ messages)
[PATCH] net: ipv4: fix mixed tab and space indentation in af_inet.c
2025-07-04 14:23 UTC (2+ messages)
[PATCH 0/3] perf: arm_spe: Add support for SPE VM interface
2025-07-04 14:04 UTC (3+ messages)
` [PATCH 1/3] perf: arm_spe: Add barrier before enabling profiling buffer
[PATCH] drm/i915/display: Change ret value type from int to long
2025-07-04 14:22 UTC (5+ messages)
[RFC] net: openvswitch: Inroduce a light-weight socket map concept
2025-07-04 14:22 UTC (2+ messages)
[PATCH 1/1] efi_selftest: check system table pointer
2025-07-04 14:22 UTC
[PATCH 0/5] arm: followup on the ID register storage series
2025-07-04 14:19 UTC (6+ messages)
` [PATCH 1/5] arm/cpu: store id_afr0 into the idregs array
` [PATCH 2/5] arm/cpu: store id_aa64afr{0,1} "
` [PATCH 3/5] arm/cpu: fix trailing ',' for SET_IDREG
` [PATCH 4/5] arm/cpu: store clidr into the idregs array
` [PATCH 5/5] arm/kvm: shorten one overly long line
[git pull] IOMMU Fixes for Linux v6.16-rc3
2025-07-04 14:22 UTC
[PATCH] mm/cma: Use str_plural() in cma_declare_contiguous_multi()
2025-07-04 14:21 UTC (2+ messages)
[PATCH i-g-t v2 0/9] msm: recovery and mapping updates
2025-07-04 14:21 UTC (2+ messages)
` ✓ i915.CI.BAT: success for msm: recovery and mapping updates (rev2)
[Buildroot] [PATCH 2025.05.x] package/systemd: bump to 256.17
2025-07-04 14:21 UTC
[OE-core] [PATCH] bitbake.conf: Add relative path from B to S to DEBUG_PREFIX_MAP
2025-07-04 14:20 UTC (3+ messages)
` "
[PATCH v2] x86/mm: Disable hugetlb page table sharing on 32-bit
2025-07-04 14:20 UTC (2+ messages)
[PATCH net-next] net: replace ADDRLABEL with dynamic debug
2025-07-04 14:20 UTC (2+ messages)
[PATCH] tools/nolibc: add support for clock_nanosleep() and nanosleep()
2025-07-04 14:19 UTC
[PATCH net-next v2] net: replace ND_PRINTK with dynamic debug
2025-07-04 14:19 UTC (2+ messages)
[PATCH v2 0/4] ASoC: codecs: wcd937x/8x/9x: cleanup
2025-07-04 14:18 UTC (5+ messages)
` [PATCH v2 2/4] soundwire: bus: add sdw_slave_get_current_bank helper
` [PATCH v2 4/4] ASoC: codecs: wcdxxxx: use "
Allowing "/" in the name of a git remote is a strange choice
2025-07-04 14:18 UTC (4+ messages)
[PATCH v5 00/16] Fair DRM scheduler
2025-07-04 14:18 UTC (3+ messages)
` [PATCH v5 11/16] drm/sched: Account entity GPU time
[PATCH v4 1/5] efi: Provide wrappers for load_image, start_image, unload_image
2025-07-04 14:17 UTC (2+ messages)
[PATCH i-g-t] lib/intel_compute: reuse bo checking code
2025-07-04 14:17 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH 0/6] Add RSPI support for RZ/V2H
2025-07-04 14:17 UTC (6+ messages)
` [PATCH 3/6] spi: Add driver for the RZ/V2H(P) RSPI IP
[syzbot] [ext4?] WARNING in inode_set_cached_link
2025-07-04 14:17 UTC (3+ messages)
[PATCH v2] staging: media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.c
2025-07-04 14:15 UTC
[PATCH v3 00/14] hw/i386: separate isapc out from pc_piix
2025-07-04 14:09 UTC (15+ messages)
` [PATCH v3 01/14] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
` [PATCH v3 02/14] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
` [PATCH v3 03/14] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PATCH v3 04/14] hw/i386/pc_piix.c: remove SMI and piix4_pm "
` [PATCH v3 05/14] hw/i386/pc_piix.c: remove SGX "
` [PATCH v3 06/14] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH v3 07/14] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PATCH v3 08/14] hw/i386/pc_piix.c: hardcode hole64_size to 0 "
` [PATCH v3 09/14] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
` [PATCH v3 10/14] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
` [PATCH v3 11/14] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false "
` [PATCH v3 12/14] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL "
` [PATCH v3 13/14] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
` [PATCH v3 14/14] hw/i386: move isapc machine to separate isapc.c file
[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
2025-07-04 14:15 UTC (11+ messages)
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v9 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v9 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v9 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP
[GSOC PATCH v2 0/2] builtin/prune: remove dependency on global variables and 'the_repository'
2025-07-04 14:12 UTC (4+ messages)
` [GSOC PATCH v3 "
` [GSOC PATCH v3 1/2] repository: move 'repository_format_precious_objects' to repo scope
` [GSOC PATCH v3 2/2] builtin/prune: stop depending on 'the_repository'
[PATCH v2] maple tree: Add some comments
2025-07-04 14:13 UTC (2+ messages)
[PATCH] spi: stm32-ospi: Use of_reserved_mem_region_to_resource() for "memory-region"
2025-07-04 13:50 UTC (2+ messages)
[PATCH 0/2] nvme-cli: enhance the visibility of multipath using show-topology command
2025-07-04 13:49 UTC (3+ messages)
` [PATCH 1/2] nvme: support <device> option in "
` [PATCH 2/2] nvme: extend show-topology command to add support for multipath
[PATCH v2 00/11] Add clock drivers for Milos (SM7635)
2025-07-04 14:13 UTC (3+ messages)
` [PATCH v2 09/11] clk: qcom: Add Graphics Clock controller (GPUCC) driver for Milos
[PATCH 0/8] RDMA/siw: [re-]introduce module parameters and add MPA V1
2025-07-04 14:13 UTC (3+ messages)
[PATCH] mx6sabresd: Increase CONFIG_ENV_OFFSET to fix boot regression
2025-07-04 14:11 UTC (5+ messages)
[PATCH net-next v2 0/7] netpoll: Factor out functions from netpoll_send_udp() and add ipv6 selftest
2025-07-04 14:11 UTC (4+ messages)
` [PATCH net-next v2 6/7] netpoll: move Ethernet setup to push_eth() helper
[PATCH v1] driver: bluetooth: hci_qca:fix unable to load the BT driver
2025-07-04 14:10 UTC (4+ messages)
[PATCH] drm/framebuffer: Acquire internal references on GEM handles
2025-07-04 14:10 UTC (4+ messages)
[PATCH] arm64/xen: Delete correctly all modules loaded by xen_module
2025-07-04 14:09 UTC (2+ messages)
[PATCH v6 net-next 4/9] vhost-net: allow configuring extended features
2025-07-04 14:09 UTC (7+ messages)
[PATCH v2 0/4] arm64: dts: renesas: Add XSPI support for RZ/V2N and RZ/V2H(P) SoCs and EVK
2025-07-04 14:08 UTC (2+ messages)
` [PATCH v2 4/4] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable serial NOR FLASH
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.