All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-16 21:57:28 to 2026-05-17 00:35:45 UTC [more...]

[PATCH v5 00/63] target/arm: Implement FEAT_FP8
 2026-05-17  0:30 UTC  (42+ messages)
` [PATCH v5 01/63] target/arm: Implement ID_AA64ISAR3
` [PATCH v5 03/63] target/arm: Implement FEAT_FAMINMAX for AdvSIMD
` [PATCH v5 04/63] target/arm: Implement FEAT_FAMINMAX for SME
` [PATCH v5 05/63] target/arm: Implement FEAT_FAMINMAX for SVE
` [PATCH v5 06/63] target/arm: Enable FEAT_FAMINMAX for -cpu max
` [PATCH v5 07/63] target/arm: Update SCR bits for Arm ARM M.a.a
` [PATCH v5 08/63] target/arm: Update HCRX "
` [PATCH v5 09/63] target/arm: Introduce FPMR
` [PATCH v5 10/63] target/arm: Update SCTLR bits for FEAT_FPMR
` [PATCH v5 11/63] target/arm: Enable EnFPM "
` [PATCH v5 12/63] target/arm: Clear FPMR on ResetSVEState
` [PATCH v5 13/63] target/arm: Add FPMR_EL to TBFLAGS
` [PATCH v5 16/63] target/arm: Enable FEAT_FPMR for -cpu max
` [PATCH v5 17/63] target/arm: Implement ID_AA64FPFR0
` [PATCH v5 18/63] target/arm: Add isar_feature_aa64_f8cvt
` [PATCH v5 19/63] target/arm: Implement FSCALE for AdvSIMD
` [PATCH v5 20/63] target/arm: Implement FSCALE for SME
` [PATCH v5 21/63] target/arm: Split vector-type.h from cpu.h
` [PATCH v5 22/63] target/arm: Move vectors_overlap to vec_internal.h
` [PATCH v5 24/63] target/arm: Implement BF1CVT, BF1CVTLT, BF2CVT, BF2CVTLT for SVE
` [PATCH v5 25/63] target/arm: Rename SME BFCVT patterns to BFCVT_hs
` [PATCH v5 27/63] target/arm: Implement F1CVTL, F1CVTL2, F2CVTL, F2CVTL2 for AdvSIMD
` [PATCH v5 28/63] target/arm: Implement F1CVT, F1CVTLT, F2CVT, F2CVTLT for SVE
` [PATCH v5 29/63] target/arm: Implement F1CVT, F1CVTL, F2CVT, F2CVTL for SME
` [PATCH v5 30/63] target/arm: Implement BFCVTN for SVE
` [PATCH v5 31/63] target/arm: Implement FCVTN (16- to 8-bit fp) for AdvSIMD
` [PATCH v5 32/63] target/arm: Implement FCVTN, FCVTN2 (32- "
` [PATCH v5 33/63] target/arm: Implement FCVTN (16- to 8-bit fp) for SVE
` [PATCH v5 34/63] target/arm: Implement FCVTNB, FCVTNT "
` [PATCH v5 35/63] target/arm: Implement FCVT (FP16 to FP8) for SME
` [PATCH v5 36/63] target/arm: Implement FCVT, FCVTN (FP32 "
` [PATCH v5 37/63] target/arm: Implement LUTI2, LUTI4 for AdvSIMD
` [PATCH v5 38/63] target/arm: Implement LUTI2, LUTI4 for SVE
` [PATCH v5 43/63] target/arm: Implement LUTI4 (four registers, 8-bit)
` [PATCH v5 44/63] target/arm: Enable FEAT_SME_LUTv2 for -cpu max
` [PATCH v5 48/63] target/arm: Implement FMLALL{BB,BT,TB,TT} for SVE
` [PATCH v5 50/63] target/arm: Implement FDOT (FP8 to FP32) for AdvSIMD
` [PATCH v5 55/63] target/arm: Enable FEAT_FP8DOT2, FEAT_SSVE_FP8DOT2 for -cpu max
` [PATCH v5 57/63] target/arm: Implement FMMLA (FP8 to FP32) for SVE
` [PATCH v5 59/63] target/arm: Implement FMMLA (FP8 to FP16) for AdvSIMD
` [PATCH v5 62/63] linux-user/aarch64: Implement hwcap bits for fp8 features

[PATCH RFC v4 13/18] riscv_cbqri: resctrl: Add MB_MIN bandwidth allocation via Rbwb
 2026-05-17  0:33 UTC  (4+ messages)

[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-17  0:33 UTC  (36+ messages)
` [PATCH v3 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v3 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v3 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v3 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v3 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v3 06/27] rust: platform: "
` [PATCH v3 07/27] rust: auxiliary: "
` [PATCH v3 08/27] rust: usb: "
` [PATCH v3 09/27] rust: device: "
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v3 11/27] rust: platform: "
` [PATCH v3 12/27] rust: auxiliary: "
` [PATCH v3 13/27] rust: usb: "
` [PATCH v3 14/27] rust: i2c: "
` [PATCH v3 15/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v3 16/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v3 17/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v3 18/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v3 19/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v3 20/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v3 21/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v3 22/27] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH REF v3 23/27] gpu: nova-core: "
` [PATCH REF v3 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v3 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v3 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v3 27/27] gpu: drm: tyr: use lifetime for IoMem

[PATCH v4 00/12] fpu: Export some internals for targets
 2026-05-17  0:25 UTC  (13+ messages)
` [PATCH v4 01/12] fpu: Return struct from parts{64,128}_scalbn
` [PATCH v4 02/12] fpu: Reorganize partsN(muladd)
` [PATCH v4 03/12] fpu: Return struct from parts{64,128}_muladd
` [PATCH v4 04/12] fpu: Hoist nan check in partsN_addsub
` [PATCH v4 05/12] fpu: Simplify 0 +/- N case in parts_addsub
` [PATCH v4 06/12] fpu: Use parts64_round_to_int in parts_s390_divide_to_integer
` [PATCH v4 07/12] target/s390x: Move float{32, 64}_s390_divide_to_integer
` [PATCH v4 08/12] target/arm: Use FloatParts64 in bfdotadd_ebf
` [PATCH v4 09/12] target/arm: Drop oddstatus from is_ebf and bfdotadd_ebf
` [PATCH v4 10/12] target/arm: Use FloatParts64 in f16_dotadd
` [PATCH v4 11/12] fpu: Saturate the exponent in uncanon_normal
` [PATCH v4 12/12] fpu: Introduce exp_scalbn

[cbeznea:at91-next 6/8] drivers/clk/at91/dt-compat.c:594:3: error: use of undeclared identifier 'charecteristics'; did you mean 'characteristics'?
 2026-05-17  0:22 UTC 

[PATCH v2 0/5] hwmon: (pmbus/adm1266) GPIO accessor fixes
 2026-05-17  0:22 UTC  (8+ messages)
` [PATCH v2 1/5] hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR
` [PATCH v2 2/5] hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO read in get_multiple
` [PATCH v2 3/5] hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessors
` [PATCH v2 4/5] hwmon: (pmbus/adm1266) register the gpio_chip after pmbus_do_probe()
` [PATCH v2 5/5] hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses with pmbus_lock

[PATCH v5 0/4] clocksource/timer-econet-en751221: Support irq number per timer
 2026-05-17  0:20 UTC  (6+ messages)
` [PATCH v5 1/4] dt-bindings: timer: econet: Update EN751627 for multi-IRQ
` [PATCH v5 2/4] clocksource/timer-econet-en751221: Init teardown on error if possible
` [PATCH v5 3/4] clocksource/timer-econet-en751221: Disable IRQ until cevt registered
` [PATCH v5 4/4] clocksource/timer-econet-en751221: Support EN751627 without percpu IRQ

[PATCH 0/4] ASoC: stm: Use guard() for mutex & spin locks
 2026-05-17  0:18 UTC  (8+ messages)
` [PATCH 2/4] ASoC: stm: stm32_i2s: Use guard() for "

[PATCH] staging: rtl8723bs: remove comparisons to true in ioctl_cfg80211.c
 2026-05-17  0:10 UTC 

[RFC PATCH 0/3] Rust: add runtime PM support
 2026-05-17  0:08 UTC  (3+ messages)
` [RFC PATCH 1/3] rust: Add "

[PATCH] usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()
 2026-05-17  0:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 RESEND] lkdtm: Add folio_lock deadlock scenarios
 2026-05-16 23:53 UTC 

[martin-lau-bpf-next:cgrp.struct_ops.v8 9/12] kernel/bpf/cgroup.c:513 prog_list_replace_item() error: we previously assumed 'pl->link' could be null (see line 510)
 2026-05-17  0:00 UTC 

[RFC PATCH 5/5] mm/damon/paddr: add time budget to migration page walk
 2026-05-16 23:55 UTC  (2+ messages)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-16 23:51 UTC  (3+ messages)

[PATCH] ASoC: sun4i-spdif: Use guard() for spin locks
 2026-05-16 23:50 UTC  (5+ messages)

[PATCH] crypto: atmel-sha - use memcpy_and_pad to simplify hmac_setup
 2026-05-16 23:42 UTC 

[PATCH RFC v3] btrfs: fix delayed transaction aborts
 2026-05-16 23:42 UTC 

[PATCH] RDMA/nldev: add mutual exclusion in nldev_dellink()
 2026-05-16 23:40 UTC  (3+ messages)
` [PATCH RDMA v2] RDMA/rxe: add mutual exclusion in rxe_net_del()

[PATCH v4 0/4] clocksource/timer-econet-en751221: Support irq number per timer
 2026-05-16 23:38 UTC  (13+ messages)
` [PATCH v4 1/4] dt-bindings: timer: econet: Update EN751627 for multi-IRQ
` [PATCH v4 2/4] clocksource/timer-econet-en751221: Init teardown on error if possible
` [PATCH v4 3/4] clocksource/timer-econet-en751221: Disable IRQ until cevt registered
` [PATCH v4 4/4] clocksource/timer-econet-en751221: Support EN751627 without percpu IRQ

[PATCH v2] iio: accel: adxl372: Add timestamp to FIFO data
 2026-05-16 23:36 UTC  (3+ messages)

[RFC PATCH 4/5] mm/damon/paddr: skip free pageblocks in migration walk
 2026-05-16 23:36 UTC  (2+ messages)

[PATCH 1/2] soc: bcm2835: raspberrypi-firmware: Add voltage domain IDs
 2026-05-16 23:22 UTC  (8+ messages)
` [PATCH v2 0/2] raspberrypi: firmware and hwmon voltage support
  ` [PATCH v2 1/2] soc: bcm2835: raspberrypi-firmware: Add voltage domain IDs
  ` [PATCH v2 2/2] hwmon: raspberrypi: Add voltage input support

[PATCH] docs: fix typos in design.rst
 2026-05-16 23:14 UTC  (2+ messages)

[PATCH] docs: fix typo in mpo-overview.rst
 2026-05-16 23:13 UTC  (3+ messages)

[PATCH bpf v1 0/2] Fix bpf_throw() <> global subprogs interaction
 2026-05-16 23:09 UTC  (3+ messages)
` [PATCH bpf v1 1/2] bpf: Check global subprog exception paths

[PATCH v2] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-16 23:09 UTC  (2+ messages)

[PATCH v2 00/21] fuse: extend passthrough to inode operations
 2026-05-16 23:03 UTC  (10+ messages)
` [PATCH v2 18/21] backing-inode: add backing_inode_setattr()
` [PATCH v2 19/21] fuse: add passthrough setattr
` [PATCH v2 20/21] fuse: use passthrough getattr in setattr suid/sgid handling

[RFC PATCH 2/5] mm/damon/core: cap effective quota size to total monitored memory
 2026-05-16 22:55 UTC  (2+ messages)

[PATCH RESEND] Documentation: fix typo in heading for max31730
 2026-05-16 22:49 UTC  (4+ messages)
  ` [PATCH RESEND 2] Documentation: hwmon: "

[Intel-wired-lan] [tnguy-next-queue:200GbE] BUILD SUCCESS 1872baadcce3825ee22e43abc1f870db27ea02a7
 2026-05-16 22:47 UTC 

[PATCH net-next v3 02/14] libie: add PCI device initialization helpers to libie
 2026-05-16 22:45 UTC  (2+ messages)

[PATCH net-next v3 07/14] idpf: refactor idpf to use libie_pci APIs
 2026-05-16 22:45 UTC  (2+ messages)

[GIT PULL] hwmon fixes for v7.1-rc4
 2026-05-16 22:43 UTC 

[PATCH v3] Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()
 2026-05-16 22:40 UTC  (3+ messages)
` [PATCH v4] "

[PATCH RFC v4 12/18] riscv_cbqri: resctrl: Add L3 cache occupancy monitoring
 2026-05-16 22:39 UTC  (4+ messages)

[cbeznea:at91-next 6/8] drivers/clk/at91/sama5d3.c:25:68: warning: missing braces around initializer
 2026-05-16 22:38 UTC 

[RFC v3 0/3] add kconfirm
 2026-05-16 22:36 UTC  (2+ messages)

[liveupdate:fixes] BUILD SUCCESS d13dfb48dfa369fb2745116c0bc6f215517a351f
 2026-05-16 22:35 UTC 

[RFC PATCH 0/7] mm/damon: hardware-sampled access reports + AMD IBS Op example
 2026-05-16 22:34 UTC  (8+ messages)
` [RFC PATCH 1/7] mm/damon/core: refcount ops owner module to prevent rmmod UAF
` [RFC PATCH 2/7] mm/damon/paddr: export damon_pa_* ops for IBS module
` [RFC PATCH 3/7] mm/damon/core: replace mutex-protected report buffer with per-CPU lockless ring
` [RFC PATCH 4/7] mm/damon/core: flat-array snapshot + bsearch in ring-drain loop
` [RFC PATCH 5/7] mm/damon: add sysfs binding and dispatch hookup for paddr_ibs operations
` [RFC PATCH 6/7] mm/damon/core: accept paddr_ibs in node_eligible_mem_bp ops check
` [RFC PATCH 7/7] mm/damon/damon_ibs: add AMD IBS-based access sampling backend

Stop false review statements
 2026-05-16 22:32 UTC  (4+ messages)

[BUG] exfat: rename/move destroys unrecognized benign secondary entries
 2026-05-16 22:31 UTC 

[PATCH 0/2] iio: light: veml3328: add support for new sensor
 2026-05-16 22:30 UTC  (4+ messages)
` [PATCH 2/2] iio: light: veml3328: add support for new device

[RFC PATCH 1/5] mm/damon/core: fix nr_accesses_bp underflow in damon_moving_sum
 2026-05-16 22:29 UTC  (2+ messages)

[PATCH] staging: sm750fb: fix CamelCase variables name in sm750
 2026-05-16 22:26 UTC 

[PATCH v6 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-16 22:25 UTC  (5+ messages)
` [PATCH v6 03/11] dt-bindings: mfd: add documentation for S2MU005 PMIC

[PATCH 6.18 000/187] 6.18.32-rc2 review
 2026-05-16 22:22 UTC  (2+ messages)

[PATCH v6 0/3]i Add eager FP and RISC-V vector context switching support
 2026-05-16 22:21 UTC  (4+ messages)
` [PATCH v6 1/3] lib: sbi: Add RISC-V vector context save/restore support
` [PATCH v6 2/3] lib: sbi: Add floating-point "
` [PATCH v6 3/3] lib: sbi: domain FP/Vector context support for context switch

[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
 2026-05-16 22:21 UTC  (2+ messages)
` [Bug 221065] "

[PATCH v1] rtc: Use named initializers for arrays of i2c_device_data
 2026-05-16 22:16 UTC  (2+ messages)

[RFC PATCH] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-16 22:12 UTC  (2+ messages)

[PATCH] net/llc: fix UBSAN array-index-out-of-bounds in llc_conn_state_process
 2026-05-16 22:11 UTC  (3+ messages)

[syzbot] [rdma] general protection fault in kernel_sock_shutdown (4)
 2026-05-16 22:11 UTC  (2+ messages)

[Patch net-next v3 0/7] r8169: add RSS support for RTL8127
 2026-05-16 22:07 UTC  (11+ messages)
` [Patch net-next v3 1/7] r8169: add support for multi irqs
` [Patch net-next v3 2/7] r8169: add support for multi rx queues
` [Patch net-next v3 3/7] r8169: add support for new interrupt mapping
` [Patch net-next v3 5/7] r8169: add support and enable rss
` [Patch net-next v3 7/7] r8169: add support for ethtool

[syzbot] [fs?] KCSAN: data-race in fill_mg_cmtime / inode_set_ctime_to_ts
 2026-05-16 22:06 UTC 

[PATCH 6.6 000/474] 6.6.140-rc1 review
 2026-05-16 22:05 UTC  (2+ messages)

Stop false review statements
 2026-05-16 22:04 UTC  (4+ messages)

[RFC PATCH v3 00/28] mm/damon: introduce data attributes monitoring
 2026-05-16 22:03 UTC  (2+ messages)

Stop false review statements
 2026-05-16 21:59 UTC  (2+ messages)

[PATCH 6.12 000/143] 6.12.90-rc2 review
 2026-05-16 21:59 UTC  (2+ messages)

[PATCH v2] tracing/probes: Allow use of BTF names to dereference pointers
 2026-05-16 21:58 UTC  (2+ messages)

[RFC PATCH v3 28/28] Docs/admin-guide/mm/damon/usage: update for memcg damon filter
 2026-05-16 21:57 UTC  (2+ messages)


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.