All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-25 13:05:38 to 2026-05-25 14:00:26 UTC [more...]

[PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
 2026-05-25 13:17 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: i3c: add Realtek RTS490x I3C HUB
 2026-05-25 14:00 UTC  (8+ messages)
` [PATCH v2 2/2] staging: i3c: add Realtek RTS490x I3C HUB driver

[PATCH nf] netfilter: flowtable: avoid num_encaps underflow on bridge VLAN untag
 2026-05-25 14:00 UTC  (2+ messages)

[PATCH] RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrs
 2026-05-25 13:59 UTC  (2+ messages)

[PATCH v5 00/22] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-05-25 13:57 UTC  (23+ messages)
` [PATCH v5 01/22] gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
` [PATCH v5 02/22] gpu: nova-core: vbios: use checked arithmetic for bios image range end
` [PATCH v5 03/22] gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
` [PATCH v5 04/22] gpu: nova-core: vbios: read BitToken using FromBytes
` [PATCH v5 05/22] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v5 06/22] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v5 07/22] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v5 08/22] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v5 09/22] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v5 10/22] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v5 11/22] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v5 12/22] gpu: nova-core: vbios: read PMU lookup entries using FromBytes
` [PATCH v5 13/22] gpu: nova-core: vbios: store PMU lookup entries in a KVVec
` [PATCH v5 14/22] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v5 15/22] gpu: nova-core: vbios: use the first PCI-AT image
` [PATCH v5 16/22] gpu: nova-core: vbios: use single logical block for the FWSEC section
` [PATCH v5 17/22] gpu: nova-core: vbios: use let-else in Vbios::new
` [PATCH v5 18/22] gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
` [PATCH v5 19/22] gpu: nova-core: vbios: drop unused image wrappers
` [PATCH v5 20/22] gpu: nova-core: vbios: drop redundant TryFrom import
` [PATCH v5 21/22] gpu: nova-core: vbios: move constants and functions to be associated
` [PATCH v5 22/22] gpu: nova-core: vbios: remove unused rom_header field

[PATCH v4 0/7] timekeeping/ntp: Fix drift tracking precision
 2026-05-25 13:54 UTC  (8+ messages)
` [PATCH v4 1/7] MAINTAINERS: Add Miroslav as timekeeping reviewer
` [PATCH v4 2/7] timekeeping: Remove xtime_remainder from ntp_error accumulation
` [PATCH v4 3/7] timekeeping: Account for monotonicity adjustment in ntp_error
` [PATCH v4 4/7] timekeeping: Guard against divide-by-zero in timekeeping_adjust
` [PATCH v4 5/7] timekeeping: Drive time_offset skew via per-tick ntp_error transfer
` [PATCH v4 6/7] ntp: Convert adjtime() to use time_offset instead of tick_length inflation
` [PATCH v4 7/7] ntp: Remove tick_length_base, use tick_length directly

[PATCH] drm/dp: Add DSC virtual DPCD quirk for Realtek MST branch device
 2026-05-25 13:59 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH v3 0/2] media: Add bindings and driver for Sony IMX678
 2026-05-25 13:58 UTC  (4+ messages)
` [PATCH v3 2/2] media: i2c: imx678: Add "

[PATCH v3] Bluetooth: Add Broadcom channel priority commands
 2026-05-25 13:58 UTC  (2+ messages)

[PATCH v2.1 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
 2026-05-25 13:56 UTC  (2+ messages)
` [PATCH v2.1 2/2] drm/i915/color: Fix Pre-CSC degamma LUT bounds

[PATCH] media: imx-jpeg: avoid double free on video register failure
 2026-05-25 14:04 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: Move board nodes to common DTSI
 2026-05-25 13:57 UTC  (7+ messages)

[syzbot] [can?] general protection fault in can_rx_unregister (2)
 2026-05-25 13:56 UTC  (2+ messages)
` [PATCH] can: af_can: reject can rx unregister if dev is not can

[PATCH] drm/amdkfd: Check bounds in allocate_event_notification_slot
 2026-05-25 13:56 UTC  (3+ messages)

linux-next: manual merge of the fs-next tree with the mm-unstable tree
 2026-05-25 13:55 UTC 

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-25 13:55 UTC  (5+ messages)
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar

[PATCH v6 00/15] add software ecdsa support
 2026-05-25 13:52 UTC  (16+ messages)
` [PATCH v6 01/15] ecdsa: fix support of secp521r1
` [PATCH v6 02/15] mbedtls: enable support of ecc
` [PATCH v6 03/15] ecdsa: initial support of ecdsa using mbedtls
` [PATCH v6 04/15] test: lib: ecdsa: add initial test
` [PATCH v6 05/15] drivers: crypto: add software ecdsa support
` [PATCH v6 06/15] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented
` [PATCH v6 07/15] test: py: vboot: prepare integration test for ecdsa
` [PATCH v6 08/15] test: vboot: add "
` [PATCH v6 09/15] tools: fit_image_setup_sig: set required_keynode to -1
` [PATCH v6 10/15] tools: mkimage: pre-load: add support of ecdsa
` [PATCH v6 11/15] tools: binman: "
` [PATCH v6 12/15] boot: "
` [PATCH v6 13/15] tools: preload_check_sign: "
` [PATCH v6 14/15] test: py: vboot: prepare test for global signature with ecdsa
` [PATCH v6 15/15] test: py: vboot: add "

[PATCH 0/1] bcache: fix stale data race between read cache miss and bypass write
 2026-05-25 13:41 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v6 00/15] Introduce Xe Uncorrectable Error Handling
 2026-05-25 13:54 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Introduce Xe Uncorrectable Error Handling (rev6)

[PATCH net-next v2 0/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive()
 2026-05-25 13:53 UTC  (3+ messages)
` [PATCH net-next v2 1/2] pcnet32: stop holding device spin lock during napi_complete_done

[RFC PATCH v2 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-05-25 13:53 UTC  (2+ messages)

[GIT PULL] BPF fixes for 7.1-rc5
 2026-05-25 13:53 UTC  (2+ messages)

[PATCH v2] cgroup/rstat: validate cpu before css_rstat_cpu() access
 2026-05-25 13:53 UTC  (2+ messages)

[PATCH man-pages v1 0/6] userfaultfd: document read-write protect mode
 2026-05-25 13:53 UTC  (3+ messages)
` [PATCH man-pages v1 1/6] userfaultfd.2: Add "

[PATCH v16 0/8] virtio-net: live-TAP local migration
 2026-05-25 13:51 UTC  (4+ messages)
` [PATCH v16 5/8] virtio-net: support local migration of backend

[PATCH v14 32/32] perf kwork: Fix memory management of kwork_work
 2026-05-25 13:51 UTC  (2+ messages)

[PATCH v6 00/10] drm/msm/dp: Drop the HPD state machine
 2026-05-25 13:51 UTC  (10+ messages)
` [PATCH v6 03/10] drm/msm/dp: Read DPCD and sink count in bridge detect()
` [PATCH v6 04/10] drm/msm/dp: Move link training to atomic_enable()
` [PATCH v6 07/10] drm/msm/dp: rework HPD handling
` [PATCH v6 08/10] drm/msm/dp: Add sink_count to debug logs

[PATCH] igvm: replace raw uint32_t with igvm library types
 2026-05-25 13:48 UTC  (2+ messages)

[PATCH] rust: kernel: use strict provenance APIs
 2026-05-25 13:48 UTC  (2+ messages)

[PATCH] net: stmmac: Improve Tx timer arm logic further
 2026-05-25 13:46 UTC  (2+ messages)

[PATCH] tpm-buf: memory-safe allocations
 2026-05-25 13:46 UTC  (2+ messages)

[PATCH 0/4 nf v2] netfilter: synproxy: timestamp adjustment fixes
 2026-05-25 13:45 UTC  (3+ messages)
` [PATCH 4/4 nf v2] netfilter: synproxy: fix possible write to stale pointer

[bluez/bluez]
 2026-05-25 13:44 UTC 

[bluez/bluez] 360693: adapter: Add configurable default LE PHYs
 2026-05-25 13:44 UTC 

[PATCH v8 1/6] PCI: Validate ACS enable flags against device-specific ACS capabilities
 2026-05-23 14:01 UTC  (6+ messages)
` [PATCH v8 2/6] Documentation/kernel-parameters: Add multi-device config_acs example
` [PATCH v8 3/6] PCI: Consolidate delimiter handling into pci_dev_str_match()
` [PATCH v8 4/6] PCI: Refactor disable_acs_redir and config_acs param handling
` [PATCH v8 5/6] PCI: Enable the enhanced ACS controls introduced by PCI_ACS_ECAP
` [PATCH v8 6/6] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()

[RFC PATCH rdma-next 0/5] cgroup/rdma: add per-type resource accounting for QP, MR and MR memory
 2026-05-25 13:43 UTC  (2+ messages)

[PATCH v8 0/6] PCI: Add support for ACS Enhanced Capability
 2026-05-23 14:01 UTC 

[PATCH] libsdl2: Fix compilation error with DirectFB
 2026-05-25 13:42 UTC 

[PATCH v5 6/6] media: meson: vdec: Cancel esparser work in error and stop paths
 2026-05-25 13:42 UTC  (2+ messages)

[tip:x86/cleanups] BUILD SUCCESS 648fb97ee908b602f507e8b1f1ae98dd6342f05d
 2026-05-25 13:41 UTC 

[PATCH v2] genksyms: Support arm64 CRC32 hardware acceleration
 2026-05-25 13:41 UTC  (4+ messages)
` [PATCH v2] genksyms: Support arm64 CRC32 hardware acceleration1~

[RFC 1/4] net: fec: do not use readl()/writel() for ColdFire
 2026-05-25 13:39 UTC  (11+ messages)
` [RFC 4/4] m68k: coldfire: fix non-standard readX()/writeX() functions

[PATCH v8 03/10] arm64: dts: rockchip: Add missing hclk for RK3588 eDP0
 2026-05-25 13:39 UTC  (2+ messages)

[PATCH v8 10/10] drm/rockchip: analogix_dp: Add support for RK3576
 2026-05-25 13:36 UTC  (2+ messages)

[PATCH] ARM: mm: fix kexec and hibernation with CONFIG_CPU_TTBR0_PAN
 2026-05-25 13:35 UTC  (2+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-25 13:35 UTC  (5+ messages)
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS

[PATCH v5 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2026-05-25 13:33 UTC  (3+ messages)
` [PATCH v5 02/11] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema

[PATCH v3 0/3] gpio: add kunit tests for GPIO core
 2026-05-25 13:33 UTC  (2+ messages)

[PATCH 2/2] i2c: imx: fix locked bus on SMBus block-read of 0 (IRQ)
 2026-05-25 13:33 UTC  (2+ messages)

[PATCH v5 0/5] thermal: samsung: Add support for Google GS101 TMU
 2026-05-25 13:15 UTC  (2+ messages)

[PATCH v3 0/5] drm/xe: Fix LR exec queue suspend/resume for S3/S4
 2026-05-25 13:30 UTC  (6+ messages)
` [PATCH v3 1/5] drm/xe/guc: Defer user exec queue scheduler start until after page table restore
` [PATCH v3 2/5] drm/xe/guc: Don't ban LR VM exec queues on PM suspend
` [PATCH v3 3/5] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH v3 4/5] drm/xe: Rename EXEC_MODE_LR to EXEC_MODE_FAULT in hw engine group
` [PATCH v3 5/5] drm/xe: Suspend fault-mode LR jobs before VRAM eviction on S3/S4

[PATCH v4 00/39] drm/msm/dp: Add MST support for MSM chipsets
 2026-05-25 13:32 UTC  (13+ messages)
` [PATCH v4 16/39] drm/msm/dp: use stream_id to change offsets in dp_catalog
` [PATCH v4 17/39] drm/msm/dp: Add catalog support for 3rd/4th stream MST

[PATCH v2 00/14] drm/v3d: Scheduler and submission fixes and refactoring
 2026-05-25 13:31 UTC  (5+ messages)
` [PATCH v2 11/14] drm/v3d: Refactor CPU ioctl into unified submission chain
` [PATCH v2 12/14] drm/v3d: Split BO fence attach from syncobj output handling

[PATCH] mptcp: pm: don't WARN on re-announced addr in kernel PM
 2026-05-25 13:31 UTC  (2+ messages)

[syzbot] [can?] general protection fault in can_rx_unregister (2)
 2026-05-25 13:30 UTC  (2+ messages)

[PATCH] block: Add bvec_folio()
 2026-05-25 13:29 UTC  (3+ messages)

[PATCH v5 0/2] binman: add PKCS#11/HSM signing support for X509 certificates
 2026-05-25 13:28 UTC  (3+ messages)
` [PATCH v5 1/2] binman: x509_cert: document Entry_x509_cert properties
` [PATCH v5 2/2] binman: x509_cert: support PKCS#11 URI in keyfile for HSM signing

[QUESTION] printk: time namespaces and printk timestamps
 2026-05-25 13:29 UTC  (6+ messages)

[PATCH 0/2] gpio: shared: fix locking issues in remove path
 2026-05-25 13:28 UTC  (5+ messages)
` [PATCH 1/2] gpio: shared: fix deadlock on shared proxy's parent removal
` [PATCH 2/2] gpio: shared: fix lockdep false positive by removing unneeded lock

[PATCH v1] misc: fastrpc: fix context leak and hang on signal-interrupted invoke
 2026-05-25 13:28 UTC  (2+ messages)

[PATCH v3] gpio: shared: undo the vote of the proxy on GPIO free
 2026-05-25 13:26 UTC  (2+ messages)

[PATCH] gpio: adnp: fix flow control regression caused by scoped_guard()
 2026-05-25 13:24 UTC  (2+ messages)

[PATCH] include: sbi_platform: Increase default stack size
 2026-05-25 13:23 UTC  (2+ messages)

ath11k: WCN6855 WoWLAN resume leaves RX in unrecoverable reorder state → TCP collapses
 2026-05-25 13:24 UTC 

[PATCH] iio: dac: ad3552r-hs: fix uninitialized data ni ad3552r_hs_write_data_source()
 2026-05-25 13:21 UTC  (2+ messages)

[PATCH] rethook: Use tsk->on_cpu to check task execution state
 2026-05-25 13:22 UTC 

[PATCH] riscv: check leaf entry alignment in pageattr_pxd_entry()
 2026-05-25 13:22 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: Add Display Port audio on Arduino Monza
 2026-05-25 13:22 UTC  (2+ messages)

[PATCH] iio: backend: fix uninitialized data in debugfs
 2026-05-25 13:20 UTC  (2+ messages)

[PATCH v2 0/3] UBSAN fixes
 2026-05-25 13:20 UTC  (4+ messages)
` [PATCH v2 1/3] xen/riscv: fix switch_stack_and_jump() for range beyond 1M
` [PATCH v2 2/3] xen/domain: fix UBSAN null pointer dereference of d->shared_info
` [PATCH v2 3/3] libfdt: fix UBSAN null pointer in fdt_property()

[PATCH v5 2/5] thermal: samsung: Add Exynos ACPM TMU driver GS101
 2026-05-25 13:21 UTC  (2+ messages)

[PATCH] riscv: unconditionally select ARCH_KEEP_MEMBLOCK
 2026-05-25 13:20 UTC  (4+ messages)

[PATCH v4 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
 2026-05-25 13:19 UTC  (2+ messages)

[PATCH] iio: core: fix uninitialized data in debugfs
 2026-05-25 13:17 UTC  (2+ messages)

[PATCH v14 3/6] pinctrl: core: Make pin group callbacks optional for pin-only drivers
 2026-05-25 13:18 UTC  (3+ messages)

[Bug 221569] New: Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kerenel
 2026-05-25 13:18 UTC  (2+ messages)
` [Bug 221569] "

[PATCH v3 0/5] arm64: dts: qcom: Add initial device tree support for Shikra
 2026-05-25 13:17 UTC  (9+ messages)
` [PATCH v3 3/5] arm64: dts: qcom: Add Shikra CQ2390M SoM platform
` [PATCH v3 5/5] arm64: dts: qcom: Add Shikra EVK boards

[PATCH v2 00/12] coresight: Add CPU cluster funnel/replicator/tmc support
 2026-05-25 13:17 UTC  (5+ messages)

[PATCH v5 0/2] Rust netlink support + use in Rust Binder
 2026-05-25 13:17 UTC  (3+ messages)
` [PATCH v5 1/2] rust: netlink: add raw netlink abstraction
` [PATCH v5 2/2] rust_binder: report netlink transactions

[PATCH 6.18.y] drm/vkms: Fix ABBA deadlock in vblank disable and timer callback
 2026-05-25 13:16 UTC  (7+ messages)
` [PATCH 6.18.y 0/5] drm/vkms: Backport generic vblank timer to fix ABBA deadlock
  ` [PATCH 6.18.y 1/5] drm/vblank: Add vblank timer
  ` [PATCH 6.18.y 2/5] drm/vblank: Add CRTC helpers for simple use cases
  ` [PATCH 6.18.y 3/5] drm/vkms: Convert to DRM's vblank timer
  ` [PATCH 6.18.y 4/5] drm/atomic: Increase timeout in drm_atomic_helper_wait_for_vblanks()
  ` [PATCH 6.18.y 5/5] drm/vblank: Fix kernel docs for vblank timer

[PATCH] pinctrl: spacemit: fix NULL check in spacemit_pin_set_config
 2026-05-25 13:16 UTC  (5+ messages)

[meta-virtualization][wrynose][PATCH] kubernetes: upgrade to 1.35.5
 2026-05-25 13:14 UTC  (2+ messages)

Herzlichen Glückwunsch
 2026-05-25 13:04 UTC 

[PATCH] btrfs: annotate lockless read of defrag_bytes in should_nocow()
 2026-05-25 13:13 UTC  (2+ messages)

[RESEND 0/6] drm/i915: crtc iteration cleanups
 2026-05-25 13:11 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915: crtc iteration cleanups (rev3)

[PATCH RESEND] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
 2026-05-25 13:11 UTC  (3+ messages)

[PATCH 7/7] configs: amd: Enable capsule update and DFU support
 2026-05-25 13:10 UTC  (2+ messages)

[PATCH 0/7] Add capsule and FWU support for Versal and Versal Gen 2
 2026-05-25 13:10 UTC  (2+ messages)

[PATCH v3] mm/slub: free prefilled empty sheaves consistently
 2026-05-25 13:10 UTC 

[PATCH net] vsock/virtio: fix skb overhead overflow on 32-bit builds
 2026-05-25 13:09 UTC  (7+ messages)

[PATCH] rtc: interface: Add rtc time jump debug in rtc_timer_do_work()
 2026-05-25 13:08 UTC 

[meta-virtualization][wrynose][PATCH] crun: upgrade to 1.27.1
 2026-05-25 13:08 UTC  (2+ messages)

linux-next: build failure after merge of the nfsd tree
 2026-05-25 13:08 UTC  (2+ messages)

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-25 13:08 UTC  (6+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-05-25 13:07 UTC  (4+ messages)
  ` 答复: "

[PATCH v5 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework
 2026-05-25 13:07 UTC  (5+ messages)
` [PATCH v5 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM

[PATCH i-g-t 0/2] Add CPU idle state control for accurate vblank timing
 2026-05-25 13:07 UTC  (9+ messages)
` [PATCH i-g-t 2/2] tests/kms_setmode: Disable CPU deep sleep for accurate vblank timestamps

[PATCH] arm/edk2-basetools-native: add util-linux-native to DEPENDS
 2026-05-25 13:06 UTC 

[PATCH 0/4] btrfs: DEV_STATS item related minor fixes
 2026-05-25 13:06 UTC  (2+ messages)

[PATCH] locking/qspinlock: Clarify pending field layout
 2026-05-25 13:04 UTC 

[PATCH v13 5/6] iio: adc: ad4691: add oversampling support
 2026-05-25 13:06 UTC  (2+ messages)

[PATCH v5 1/5] dt-bindings: thermal: Add Google GS101 TMU
 2026-05-25 13:06 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: hamoa: Set MDP MMCX corners to LOW_SVS per Windows
 2026-05-25 13:05 UTC  (2+ messages)

[PATCH v8 01/10] dt-bindings: display: rockchip: analogix-dp: Fix hclk as third clock for RK3588
 2026-05-25 13:05 UTC  (2+ messages)

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-25 13:05 UTC  (4+ messages)

[PATCH v12 0/5] Migrate on fault for device pages
 2026-05-25 13:05 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Migrate on fault for device pages (rev4)


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.