All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 22:35:06 to 2026-02-25 00:04:48 UTC [more...]

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-24 23:22 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 2/3] iio: imu: inv_icm42607: add new inv_icm42607 driver
 2026-02-25  0:04 UTC  (2+ messages)

[PATCH 0/3] Make detecting the secure boot status integrity-wide
 2026-02-25  0:03 UTC  (12+ messages)
` [PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide

[RFC PATCH v1 00/11] riscv: hwprobe: Introduce rva23u64 base behavior
 2026-02-25  0:03 UTC  (21+ messages)
` [RFC PATCH v1 04/11] riscv: Add B to hwcap
` [RFC PATCH v1 06/11] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to hwprobe
` [RFC PATCH v1 07/11] riscv: Export have_user_pmlen* booleans
` [RFC PATCH v1 08/11] riscv: hwprobe: Introduce rva23u64 base behavior

[PATCH net-next] docs: net: document neigh gc_interval and gc_stale_time sysctls
 2026-02-25  0:01 UTC  (5+ messages)

[PATCH v3] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-25  0:00 UTC  (2+ messages)

[syzbot] [media?] KASAN: slab-use-after-free Write in number
 2026-02-25  0:00 UTC  (4+ messages)
` Forwarded: "

[Intel-wired-lan] [PATCH RESEND 0/3] ice: use better bitmap API
 2026-02-25  0:00 UTC  (8+ messages)
`  "
` [Intel-wired-lan] [PATCH RESEND 1/3] bitmap: introduce bitmap_weighted_xor()
  `  "
` [Intel-wired-lan] [PATCH RESEND 2/3] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()
  `  "
` [Intel-wired-lan] [PATCH RESEND 3/3] ice: use bitmap_empty() in ice_vf_has_no_qs_ena
  `  "

[oe][meta-oe][whinlatter][PATCH] xrdp: patch CVE-2025-68670
 2026-02-24 23:59 UTC 

[REGRESSION] stable-rc/linux-6.6.y: (build) implicit declaration of function ‘ata_port_eh_scheduled’; did you 
 2026-02-24 23:59 UTC 

[REGRESSION] stable-rc/linux-6.12.y: (build) implicit declaration of function ‘ata_port_eh_scheduled’; did you 
 2026-02-24 23:59 UTC 

[REGRESSION] stable-rc/linux-6.6.y: (build) call to undeclared function 'ata_port_eh_scheduled'; ISO C99 and l
 2026-02-24 23:59 UTC 

[REGRESSION] stable-rc/linux-6.12.y: (build) call to undeclared function 'ata_port_eh_scheduled'; ISO C99 and l
 2026-02-24 23:59 UTC 

[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
 2026-02-24 23:58 UTC  (4+ messages)
` [PATCH v6 25/31] KVM: nSVM: Cache all used fields from VMCB12

[PATCH] drm/xe/tuning: Apply windower hardware filtering setting on Xe3 and Xe3p
 2026-02-24 23:58 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/3] format-patch: add cover-letter-format option
 2026-02-24 23:54 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] format-patch: add ability to use alt cover format

[PATCH net 0/3] Fix Unbalanced IRQ Enable for CPSW and ICSSG
 2026-02-24 23:54 UTC  (9+ messages)
` [PATCH net 1/3] net: ethernet: ti: am65-cpsw-nuss: set irq_disabled after disabling RX IRQ
` [PATCH net 2/3] net: ethernet: ti: icssg_common: set irq_disabled after disabling TX IRQ

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-24 23:54 UTC  (27+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` ✗ Fi.CI.BUILD: failure for gpu: nova-core: Add memory management support

[REGRESSION] Discussion on "xfrm: Duplicate SPI Handling"
 2026-02-24 23:53 UTC  (7+ messages)

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-24 23:53 UTC  (6+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
` ✗ Fi.CI.BUILD: failure for Rust "

[PATCH 0/1] wintun driver get stalled for few sec until another packet is being sent -- approach 2
 2026-02-24 23:47 UTC  (2+ messages)
` [PATCH 1/1] Fix missed-wakeup race in ring buffer Alertable signaling

[PATCH] scsi: lpfc: eliminate kernel-doc warnings in lpfc.h
 2026-02-24 23:49 UTC 

[Buildroot] Cargo package dependencies for local package
 2026-02-24 23:45 UTC  (2+ messages)

[PATCH v6 0/5] asdf
 2026-02-24 23:45 UTC  (4+ messages)
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() and family

[PATCH v3] rt-tests: hwlatdetect: Add MTBF calculation
 2026-02-24 23:44 UTC  (2+ messages)

[PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized
 2026-02-24 23:44 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors

[PATCH v2] RDMA/umem: Fix double dma_buf_unpin in failure path
 2026-02-24 23:41 UTC 

[PATCH 0/1] wintun driver get stalled for few sec until another packet is being sent -- approach 1
 2026-02-24 23:42 UTC  (2+ messages)
` [PATCH 1/1] remove the condition on possibly stale variable (Session->Descriptor.Receive.Ring->Alertable) for Setting TailMoved event

[PATCH] overflow: Make sure size helpers are always inlined
 2026-02-24 23:24 UTC  (2+ messages)

[PATCH] tests/intel/xe_configfs: Skip ctx-restore subtests on SR-IOV VF
 2026-02-24 23:40 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[RFC net-next] net: page_pool: cap alloc cache size and refill by pool ring size
 2026-02-24 23:39 UTC  (2+ messages)

QChar and QVoid for strchr(3), memchr(3), et al
 2026-02-24 23:34 UTC  (7+ messages)

[PATCH v2] HID: playstation: Center initial joystick axes to prevent spurious events
 2026-02-24 23:34 UTC  (4+ messages)

Failure to build with LLVM for the Wii
 2026-02-24 23:30 UTC  (3+ messages)

[PATCH v2] arm64: dts: exynos: gs101-pixel-common: add supply and regulator properties
 2026-02-24 23:30 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2 net] e1000/e1000e: Fix leak in DMA error cleanup
 2026-02-24 23:28 UTC 

[PATCH] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
 2026-02-24 23:28 UTC  (7+ messages)

Missing cover letter
 2026-02-24 23:26 UTC  (3+ messages)

[PATCH v2] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
 2026-02-24 23:24 UTC 

[RFC] Support UTF-8 characters in Git alias names
 2026-02-24 23:23 UTC  (9+ messages)
` [PATCH v7 0/4] support UTF-8 in "
  ` [PATCH v7 1/4] help: use list_aliases() for alias listing
  ` [PATCH v7 3/4] alias: support non-alphanumeric names via subsection syntax

[PATCH v1] wifi: ath9k: Fix typo
 2026-02-24 23:23 UTC  (11+ messages)

[PATCH] devtool: standard: Add new patches in correct order when finishing
 2026-02-24 23:23 UTC  (3+ messages)
` [OE-core] "

[PATCHv2 1/2] lib/oe/patch: Make GitApplyTree.extractPatches() return the patches
 2026-02-24 23:22 UTC  (2+ messages)
` [PATCHv2 2/2] devtool: standard: Add new patches in correct order when finishing

[RFC PATCH] nilfs2: introduce atime support
 2026-02-24 23:19 UTC  (3+ messages)

FAILED: patch "[PATCH] ata: libata-scsi: avoid Non-NCQ command starvation" failed to apply to 6.12-stable tree
 2026-02-24 23:18 UTC 

FAILED: patch "[PATCH] ata: libata-scsi: avoid Non-NCQ command starvation" failed to apply to 6.6-stable tree
 2026-02-24 23:17 UTC 

[PATCH 00/10] Native Nitro Enclaves support
 2026-02-24 23:16 UTC  (4+ messages)
` [PATCH 03/10] accel: Add Nitro Enclaves accelerator

[PATCH] lib/Kconfig.debug: Require a release version of LLVM 22 for context analysis
 2026-02-24 23:16 UTC 

[PATCH v2] drm/pagemap_util: Ensure proper cache lock management on free
 2026-02-24 23:15 UTC  (3+ messages)

[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
 2026-02-24 23:14 UTC 

[meta-ti][master][PATCH] ti-rpmsg-char: Set DISABLE_STATIC = ""
 2026-02-24 23:13 UTC  (2+ messages)

[PATCH 0/6] mailbox: pcc: Refactor and improve initialisation and interrupt handling
 2026-02-24 23:13 UTC  (6+ messages)

[PATCH] xen/vpci: automatically use iomem_permit_access for PCI device BARs
 2026-02-24 23:12 UTC 

[PATCH] xen/vpci: do not use pci_sanitize_bar_memory for domU
 2026-02-24 23:12 UTC 

[PATCH] xen/vpci: zero guest-visible BAR addresses to ensure domU asssigns its own
 2026-02-24 23:12 UTC 

[PATCH RFC v5 0/2] pmdomain: core: add support for domain hierarchies in DT
 2026-02-24 23:11 UTC  (6+ messages)
` [PATCH RFC v5 1/2] pmdomain: core: support domain hierarchy via power-domain-map

[net-next v31 0/2] MCTP Over PCC Transport
 2026-02-24 23:10 UTC  (3+ messages)
` [net-next v31 1/2] mailbox: pcc: functions for reading and writing PCC extended data
` [net-next v31 2/2] mctp pcc: Implement MCTP over PCC Transport

[PATCH 0/5] drm/imagination: add support for j721e,j784s4,j722s,am62p
 2026-02-24 23:09 UTC  (3+ messages)
` [PATCH 2/5] dt-bindings: gpu: img: Add J721e SoC specific compatible

[PATCH] platform: support starriver 9530
 2026-02-24 23:12 UTC  (2+ messages)

[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
 2026-02-24 23:08 UTC  (5+ messages)

[PATCH] lib/string: Fix UBSAN misaligned access in sized_strscpy
 2026-02-24 23:06 UTC  (4+ messages)

[PATCH v3] ACPI: OSL: Poweroff when encountering a fatal ACPI error
 2026-02-24 23:05 UTC  (2+ messages)

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2026-02-24 23:05 UTC  (2+ messages)

[PATCH RFC v1 0/4] rcu/nocb: Clean ups and rcutorture test configs
 2026-02-24 23:04 UTC  (5+ messages)
` [PATCH RFC v1 1/4] rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functions
` [PATCH RFC v1 2/4] rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplication
` [PATCH RFC v1 3/4] rcutorture: Add NOCB01 config for RCU_LAZY torture testing
` [PATCH RFC v1 4/4] rcutorture: Add NOCB02 config for nocb poll mode testing

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-24 23:04 UTC  (3+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH v3] drm/xe: restrict multi-lrc to VCS/VECS engines
 2026-02-24 23:03 UTC  (6+ messages)

[OE-core][PATCH 0/9] Add SPDX 3 Recipe Information
 2026-02-24 23:00 UTC  (10+ messages)
` [OE-core][PATCH v2 0/8] "
  ` [OE-core][PATCH v2 1/8] llvm-project-source: Use allarch.bbclass
  ` [OE-core][PATCH v2 2/8] gcc-source: "
  ` [OE-core][PATCH v2 3/8] spdx3: Add recipe SPDX data
  ` [OE-core][PATCH v2 4/8] spdx3: Add recipe SBoM task
  ` [OE-core][PATCH v2 5/8] spdx3: Add is-native property
  ` [OE-core][PATCH v2 6/8] spdx30: Include patch file information in VEX
  ` [OE-core][PATCH v2 7/8] spdx: De-duplicate CreationInfo
  ` [OE-core][PATCH v2 8/8] spdx_common: Check for dependent task in task flags

[PATCH bpf-next v2] selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exit
 2026-02-24 23:00 UTC  (4+ messages)

[RFC PATCH 00/16] drm/mipi-dbi: Replace simple-display helpers with regular atomic heleprs
 2026-02-24 22:59 UTC  (2+ messages)

[PATCH net 13/13] e1000e: correct TIMINCA on ADP/TGP systems with wrong XTAL frequency
 2026-02-24 22:59 UTC  (4+ messages)
` [Intel-wired-lan] [net, "
    ` [net,13/13] "

[linusw-pinctrl:for-next] BUILD SUCCESS ffe70e8ab8136822c40361f8abc2eb9335ec9396
 2026-02-24 22:59 UTC 

[PATCH] crypto: atmel-sha204a - Fix OTP address check and uninitialized data access
 2026-02-24 22:55 UTC 

[PATCH i-g-t v2 00/23] tests/kms: More igt_crtc_t conversions
 2026-02-24 22:57 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for tests/kms: More igt_crtc_t conversions (rev5)

[PATCH] RDMA/umem: Fix double dma_buf_unpin in failure path
 2026-02-24 22:56 UTC 

[Intel-wired-lan] [PATCH net] e1000/e1000e: Fix leak in DMA error cleanup
 2026-02-24 22:55 UTC  (2+ messages)

[PATCH wotmate] export-keyring: Add option to update certificate header
 2026-02-24 22:55 UTC  (2+ messages)

[meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc
 2026-02-24 22:54 UTC  (4+ messages)

[PATCH bpf-next v4 0/7] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-24 22:53 UTC  (5+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS f5436aa3f06f71c9ee979c9b2e3228bad0bcea71
 2026-02-24 22:50 UTC 

[Intel-wired-lan] [PATCH 0/3] ice: use better bitmap API
 2026-02-24 22:50 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH 2/3] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()
        `  "

[PATCH] KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
 2026-02-24 22:50 UTC 

[PATCH v3 0/4] iio: gyro: mpu3050: Multiple bug fixes
 2026-02-24 22:48 UTC  (5+ messages)
` [PATCH v3 1/4] iio: gyro: mpu3050: Fix incorrect free_irq() variable
` [PATCH v3 2/4] iio: gyro: mpu3050: Fix irq resource leak
` [PATCH v3 3/4] iio: gyro: mpu3050: Move iio_device_register() to correct location
` [PATCH v3 4/4] iio: gyro: mpu3050: Fix out-of-sequence free_irq()

[PATCH wotmate] gpg_run_command: Set output charset to utf-8
 2026-02-24 22:48 UTC  (2+ messages)

[PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
 2026-02-24 22:47 UTC  (24+ messages)
                      ` [EXT] "

[PATCH net-next 0/2] Add selftests helper to get N unique ports
 2026-02-24 22:46 UTC  (3+ messages)
` [PATCH net-next 1/2] selftests: net: py: Add rand_ports helper method
` [PATCH net-next 2/2] selftests: drv-net: rss: Generate unique ports for RSS context tests

[PATCH] kunit: irq: Ensure timer doesn't fire too frequently
 2026-02-24 22:46 UTC  (2+ messages)

[PATCH v2 0/5] DRV260x: Support ACPI-enumerated devices
 2026-02-24 22:45 UTC  (5+ messages)
` [PATCH v2 4/5] input: drv260x: Fix unbalanced regulator_disable() call

[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
 2026-02-24 22:45 UTC  (3+ messages)

[meta-arago][master][PATCH] iperf: Remove old recipe
 2026-02-24 22:44 UTC  (2+ messages)

[RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks
 2026-02-24 22:44 UTC  (11+ messages)

Feature that allows the user to merge only specific files/folders from another branch
 2026-02-24 22:44 UTC  (2+ messages)

[PATCH 0/2] add driver for max16150
 2026-02-24 22:42 UTC  (3+ messages)
` [PATCH 2/2] input: misc: "

[PATCH v2 0/2] input: add GPIO-based charlieplex keypad
 2026-02-24 22:36 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: input: add GPIO "

[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-02-24 22:35 UTC  (5+ messages)
` [PATCH v7 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests


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.