All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-02 16:33:54 to 2025-10-02 17:37:18 UTC [more...]

[RFC PATCH 00/15] iommu: Add live update state preservation
 2025-10-02 17:37 UTC  (13+ messages)
` [RFC PATCH 13/15] iommufd: Persist iommu domains for live update

[PATCH i-g-t 0/6] tools/intel_vbt_decode: Improve decoding to strings
 2025-10-02 17:36 UTC  (3+ messages)

[PATCH] drm/xe: Don't force DRM_XE_DEBUG_MEMIRQ for SR-IOV debug
 2025-10-02 17:36 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "

[PATCH] thunderbolt: Fix typo in tb_eeprom_ctl_read documentation
 2025-10-02 17:35 UTC 

[PATCH] perf: use __builtin_preserve_field_info for GCC compatibility
 2025-10-02 17:35 UTC  (6+ messages)

[PATCH 0/1] files-backend: check symref name before update
 2025-10-02 17:34 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH BlueZ v3 1/2] shared/bass: Fix permissions not requiring encryption
 2025-10-02 17:33 UTC  (2+ messages)
` [BlueZ,v3,1/2] "

[PATCH] rust_binder: remove warning about orphan mappings
 2025-10-02 17:32 UTC  (2+ messages)

[PATCH v2 00/12] iommu/amd: Introduce Nested Translation support
 2025-10-02 17:31 UTC  (17+ messages)
` [PATCH v2 01/12] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
` [PATCH v2 02/12] iommu/amd: Make amd_iommu_pdom_id_alloc() non-static
` [PATCH v2 03/12] iommu/amd: Make amd_iommu_pdom_id_free() non-static
` [PATCH v2 04/12] iommu/amd: Make amd_iommu_device_flush_dte() non-static
` [PATCH v2 05/12] iommu/amd: Make amd_iommu_update_dte256() non-static
` [PATCH v2 06/12] iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
` [PATCH v2 07/12] iommu/amd: Make amd_iommu_completion_wait() non-static
` [PATCH v2 08/12] iommufd: Introduce data struct for AMD nested domain allocation

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-02 17:33 UTC  (7+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCH 0/4] drm/i915: fb fixes and claenups
 2025-10-02 17:31 UTC  (7+ messages)
` [PATCH 1/4] drm/i915/fb: Fix the set_tiling vs. addfb race, again
  ` [PATCH v2 "
` ✓ CI.KUnit: success for drm/i915: fb fixes and claenups (rev2)
` ✗ Xe.CI.BAT: failure "

[PATCH RESEND] x86/boot: Add option to append to the cmdline
 2025-10-02 17:30 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: lemans-evk: Add OTG support for primary USB controller
 2025-10-02 17:29 UTC 

[RESEND PATCH 1/2] runqemu: remove setting of mem on kernel command line for certain systems
 2025-10-02 17:29 UTC  (3+ messages)
` [RESEND PATCH 2/2] runqemu: resize rootfs image to power of 2 for SD or pflash
  ` [OE-core] "

[syzbot] [bluetooth?] KMSAN: uninit-value in hci_cmd_complete_evt
 2025-10-02 17:29 UTC 

[PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
 2025-10-02 17:27 UTC  (5+ messages)
` [PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function

[PATCH 0/2] Implement vbus support for HD3SS3220 port controller
 2025-10-02 17:25 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: ti,hd3ss3220: Add support for VBUS based on ID state
` [PATCH 2/2] usb: typec: hd3ss3220: Enable VBUS based on ID pin state

[PATCH] meta/lib/oe/recipeutils.py: Handle multi-repo recipes for upgrade check
 2025-10-02 17:25 UTC  (3+ messages)
  ` [OE-core] "

[PATCH 0/2] bootstd: rauc: fix doc and info msg to reflect real flow
 2025-10-02 17:25 UTC  (3+ messages)
  ` [PATCH 0/2] bootstd: rauc: fix doc and info msg to reflect real flow - test cases

[PATCH v5 00/27] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-10-02 17:15 UTC  (28+ messages)
` [PATCH 01/27] accel: Add Meson and config support for MSHV accelerator
` [PATCH 02/27] target/i386/emulate: Allow instruction decoding from stream
` [PATCH 03/27] target/i386/mshv: Add x86 decoder/emu implementation
` [PATCH 04/27] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [PATCH 05/27] include/hw/hyperv: Add MSHV ABI header definitions
` [PATCH 06/27] linux-headers/linux: Add mshv.h headers
` [PATCH 07/27] accel/mshv: Add accelerator skeleton
` [PATCH 08/27] accel/mshv: Register memory region listeners
` [PATCH 09/27] accel/mshv: Initialize VM partition
` [PATCH 10/27] accel/mshv: Add vCPU creation and execution loop
` [PATCH 11/27] accel/mshv: Add vCPU signal handling
` [PATCH 12/27] target/i386/mshv: Add CPU create and remove logic
` [PATCH 13/27] target/i386/mshv: Implement mshv_store_regs()
` [PATCH 14/27] target/i386/mshv: Implement mshv_get_standard_regs()
` [PATCH 15/27] target/i386/mshv: Implement mshv_get_special_regs()
` [PATCH 16/27] target/i386/mshv: Implement mshv_arch_put_registers()
` [PATCH 17/27] target/i386/mshv: Set local interrupt controller state
` [PATCH 18/27] target/i386/mshv: Register CPUID entries with MSHV
` [PATCH 19/27] target/i386/mshv: Register MSRs "
` [PATCH 20/27] target/i386/mshv: Integrate x86 instruction decoder/emulator
` [PATCH 21/27] target/i386/mshv: Write MSRs to the hypervisor
` [PATCH 22/27] target/i386/mshv: Implement mshv_vcpu_run()
` [PATCH 23/27] accel/mshv: Handle overlapping mem mappings
` [PATCH 24/27] qapi/accel: Allow to query mshv capabilities
` [PATCH 25/27] target/i386/mshv: Use preallocated page for hvcall
` [PATCH 26/27] docs: Add mshv to documentation
` [PATCH 27/27] MAINTAINERS: Add maintainers for mshv accelerator

[PATCH v4 0/2] drm/xe/guc: Cleanup GuC log buffer macros and helpers
 2025-10-02 17:24 UTC  (4+ messages)
` [PATCH v4 1/2] drm/xe/guc: Add prefix to guc log buffer macros

[GIT PULL] Crypto Update for 6.17
 2025-10-02 17:23 UTC  (8+ messages)
        ` 6.17 crashes in ipv6 code when booted fips=1 [was: [GIT PULL] Crypto Update for 6.17]

[PATCH v4 00/16] staging: rtl8723bs: rtw_mlme.c mechanical cleanups
 2025-10-02 17:23 UTC  (17+ messages)
` [PATCH v4 01/16] staging: rtl8723bs: fix spacing around operators
` [PATCH v4 02/16] staging: rtl8723bs: remove unnecessary space after type cast
` [PATCH v4 03/16] staging: rtl8723bs: fix overlong lines to conform with kernel coding style
` [PATCH v4 04/16] staging: rtl8723bs: align asterisk in block comment to fix formatting
` [PATCH v4 05/16] staging: rtl8723bs: fix logical continuation style by moving to previous line
` [PATCH v4 06/16] staging: rtl8723bs: fix indentation to align with open parenthesis
` [PATCH v4 07/16] staging: rtl8723bs: adding asterisks in multi-line block comments
` [PATCH v4 08/16] staging: rtl8723bs: remove space before semicolon
` [PATCH v4 09/16] staging: rtl8723bs: fix excessive indentation in nested if statement
` [PATCH v4 10/16] staging: rtl8723bs: fix unbalanced braces around conditional blocks
` [PATCH v4 11/16] staging: rtl8723bs: remove unnecessary parentheses in conditional
` [PATCH v4 12/16] staging: rtl8723bs: add braces to all arms of conditional statement
` [PATCH v4 13/16] staging: rtl8723bs: fix line ending with '('
` [PATCH v4 14/16] staging: rtl8723bs: place constant on right side of comparison
` [PATCH v4 15/16] staging: rtl8723bs: merge nested if conditions for clarity and tab problems
` [PATCH v4 16/16] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c comments

[RFC PATCH 1/5] baremetal, linux-dummy: bypass kernel dependencies for baremetal
 2025-10-02 17:23 UTC  (5+ messages)
` [RFC PATCH 3/5] musl: set compatibility a bit more flexible
  ` [OE-core] "

[GIT PULL] ksmbd server fixes
 2025-10-02 17:20 UTC 

[PATCH] s390/sysinfo: Replace sprintf with snprintf for buffer safety
 2025-10-02 17:20 UTC  (3+ messages)

[meta-oe][PATCHv2] telepathy-mission-control: add recipe
 2025-10-02 17:19 UTC  (5+ messages)
` [oe] "

[PATCH 00/21] mm: ASI direct map management
 2025-10-02 17:19 UTC  (14+ messages)
` [PATCH 04/21] x86/mm/asi: set up asi_nonsensitive_pgd
` [PATCH 05/21] x86/mm/pat: mirror direct map changes to ASI

[PATCH 00/11] Create APIs to centralise locking for directory ops
 2025-10-02 17:19 UTC  (7+ messages)
` [PATCH 04/11] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH 05/11] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH 06/11] VFS: introduce start_removing_dentry()

[PATCH] ima: Fall back to default kernel module signature verification
 2025-10-02 17:17 UTC  (2+ messages)

[PATCH] cgroup: Disable preemption for cgrp->freezer.freeze_seq when CONFIG_PREEMPT_RT=y
 2025-10-02 17:17 UTC  (9+ messages)

[PATCH v4 04/10] s390/pci: Add architecture specific resource/bus address translation
 2025-10-02 17:16 UTC  (3+ messages)

[PATCH v2 0/2] iomap: ->iomap_end() error handling fixes
 2025-10-02 17:20 UTC  (3+ messages)
` [PATCH v2 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH v2 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH 0/2] replay: add --update-refs option
 2025-10-02 17:14 UTC  (3+ messages)
` [PATCH v2 0/1] replay: make atomic ref updates the default behavior

[PATCH v12 11/13] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
 2025-10-02 17:14 UTC  (13+ messages)

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-10-02 17:12 UTC  (4+ messages)

[meta-oe][PATCH 1/2] mariadb: Fix a crash in my_convert()
 2025-10-02 17:11 UTC  (10+ messages)
          ` [oe] "

[PATCH] drm/panfrost: Name scheduler queues after their job slots
 2025-10-02 17:11 UTC 

[RFC V3 0/9] Accelerate page migration with batch copying and hardware offload
 2025-10-02 17:10 UTC  (3+ messages)

[CI 00/13] CCS uncached mocs 0 test run
 2025-10-02 17:11 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[meta-oe][kirkstone][PATCH 00/26] Cherry-picks from Master Batch G
 2025-10-02 17:02 UTC  (4+ messages)
` [meta-oe][kirkstone][PATCH 08/26] ne10: append +git instead of gitr+
  ` [oe] "
` [oe] [meta-oe][kirkstone][PATCH 00/26] Cherry-picks from Master Batch G

[PATCH v1] tools/rtla: Fix unassigned nr_cpus
 2025-10-02 17:08 UTC 

GRUB 2.14 release
 2025-10-02 17:07 UTC  (2+ messages)

[PATCH 0/5] ASoC: SOF: ipc4: Fixes for delay reporting
 2025-10-02 17:06 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: SOF: ipc3-topology: Fix multi-core and static pipelines tear down
 2025-10-02 17:06 UTC  (2+ messages)

[PATCH] test/debug: fix crash with mlx5 devices
 2025-10-02 17:05 UTC  (2+ messages)

[PATCH] usb: ohci: delay endpoint descriptor unlinking to reduce transfer latency
 2025-10-02 17:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] rust: pci: don't probe() VFs in nova-core
 2025-10-02 17:05 UTC  (11+ messages)
` [PATCH v2 1/2] rust: pci: skip probing VFs if driver doesn't support VFs

[syzbot] [bluetooth?] KMSAN: uninit-value in hci_cmd_complete_evt
 2025-10-02 17:04 UTC  (2+ messages)
` Forwarded: "

commit 54f45a30c0 ("PCI/MSI: Add startup/shutdown for per device domains") causing boot hangs on my laptop
 2025-10-02 17:04 UTC 

[PATCH v3 0/7] TPM2 PCR Capping
 2025-10-02 17:02 UTC  (2+ messages)

[PATCH] boot: vbe: Make BOOTMETH_VBE_xxx a choice
 2025-10-02 17:03 UTC  (3+ messages)

[PATCH i-g-t] tests/kms_content_protection: Check for HDCP before setting displays
 2025-10-02 17:02 UTC  (3+ messages)

kdf_ioctl_create_queue_args::write/read_pointer_address are still FROM KFD ?
 2025-10-02 17:02 UTC 

[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
 2025-10-02 16:59 UTC  (4+ messages)

[PATCH 0/2] PCI: Fix bogus resource overlaps
 2025-10-02 16:59 UTC  (10+ messages)
` [PATCH 2/2] PCI: Resources outside their window must set IORESOURCE_UNSET

[PATCH net v2] xdp: update mem type when page pool is used for generic XDP
 2025-10-02 16:57 UTC  (7+ messages)

[bluez/bluez]
 2025-10-02 16:55 UTC 

[PATCH v15 15/20] appended signatures: GRUB commands to manage the certificates
 2025-10-02 16:51 UTC  (6+ messages)
` [PATCH v15 16/20] appended signatures: GRUB commands to manage the hashes
` [PATCH v15 17/20] appended signatures: Verification tests
` [PATCH v15 18/20] docs/grub: Document signing GRUB under UEFI
` [PATCH v15 19/20] docs/grub: Document signing GRUB with an appended signature
` [PATCH v15 20/20] docs/grub: Document "

[PATCH v5 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-10-02 16:53 UTC  (2+ messages)

When should we release Git 3.0?
 2025-10-02 16:54 UTC  (2+ messages)

[PATCHv8 0/3] block: move sched_tags allocation/de-allocation outside of locking context
 2025-10-02 16:54 UTC  (8+ messages)
` [PATCHv8 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
  ` [6.16.9 / 6.17.0 PANIC REGRESSION] "

[PATCH v15 00/20] Appended Signature Secure Boot Support for PowerPC
 2025-10-02 16:45 UTC  (15+ messages)
` [PATCH v15 01/20] powerpc-ieee1275: Add support for signing GRUB with an appended signature
` [PATCH v15 02/20] crypto: Move storage for grub_crypto_pk_* to crypto.c
` [PATCH v15 03/20] pgp: Rename OBJ_TYPE_PUBKEY to OBJ_TYPE_GPG_PUBKEY
` [PATCH v15 04/20] grub-install: Support embedding x509 certificates
` [PATCH v15 05/20] appended signatures: Import GNUTLS's ASN.1 description files
` [PATCH v15 06/20] appended signatures: Parse ASN1 node
` [PATCH v15 07/20] appended signatures: Parse PKCS#7 signed data
` [PATCH v15 08/20] appended signatures: Parse X.509 certificates
` [PATCH v15 09/20] powerpc_ieee1275: Enter lockdown based on /ibm, secure-boot
` [PATCH v15 10/20] appended signatures: Support verifying appended signatures
` [PATCH v15 11/20] powerpc_ieee1275: Read the db and dbx secure boot variables
` [PATCH v15 12/20] appended signatures: Introducing key management environment variable
` [PATCH v15 13/20] appended signatures: Create db and dbx lists
` [PATCH v15 14/20] appended signatures: Using db and dbx lists for signature verification

[PATCH v4 0/2] Introduce GT runtime suspend/resume
 2025-10-02 16:53 UTC  (5+ messages)
` [PATCH v4 2/2] drm/xe/gt: Introduce "

[PATCH v2 00/20] arm64: Move kernel mode FPSIMD buffer to the stack
 2025-10-02 16:51 UTC  (7+ messages)
` [PATCH v2 04/20] crypto: aegis128-neon - Move to more abstract 'ksimd' guard API
` [PATCH v2 20/20] arm64/fpsimd: Allocate kernel mode FP/SIMD buffers on the stack

[PATCH 0/6] odb: track commit graphs via object source
 2025-10-02 16:49 UTC  (9+ messages)

[PATCH 2/4] btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large folios
 2025-10-02 16:46 UTC  (2+ messages)

[PATCH v2 00/18] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-02 16:45 UTC  (3+ messages)
` [PATCH v2 06/18] hw: Remove unnecessary "

[pci:controller/stm32] BUILD SUCCESS c86a24dfa902fc27dd4d7ce138b25315f7241d47
 2025-10-02 16:45 UTC 

[GIT PULL] bitmap for 6.18
 2025-10-02 16:46 UTC  (2+ messages)

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-02 16:44 UTC  (5+ messages)
` [PATCH v4 08/27] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-10-02 16:45 UTC  (10+ messages)

[PATCH] drm/xe: Detect GT workqueue allocation failure
 2025-10-02 16:44 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v3 1/2] dt-bindings: touchscreen: rename maxim,max11801.yaml to trivial-touch.yaml
 2025-10-02 16:44 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: touchscreen: consolidate simple touch controller "

[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
 2025-10-02 16:43 UTC  (10+ messages)

[PATCH AUTOSEL 6.17-5.4] hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()
 2025-10-02 16:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-6.16] arm64: realm: ioremap: Allow mapping memory as encrypted

[PATCH tiU25.01 0/2] ANDROID: Add some features link to OPTEE TA AVB
 2025-10-02 16:42 UTC  (2+ messages)

انضم لحساب Canva Pro مجانًا الآن
 2025-10-02 16:39 UTC 

شهادة الأبوة في المغرب
 2025-10-02 16:39 UTC 

شهادة الأبوة في المغرب
 2025-10-02 16:39 UTC 

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-10-02 16:38 UTC  (3+ messages)
` [PATCH v8 0/9] Introduce Rust and announce that it will become mandatory

[PATCH 1/3] compressdev: support for dictionaries and PDCP checksum
 2025-10-02 16:37 UTC  (3+ messages)
` [EXTERNAL] "

linux-next: Tree for Oct 2
 2025-10-02 16:37 UTC 

[bluez/bluez]
 2025-10-02 16:37 UTC 

[bluez/bluez] 5172bd: shared/hfp: Fix issues found by codacy
 2025-10-02 16:37 UTC 

[PATCH] vfs: Don't leak disconnected dentries on umount
 2025-10-02 16:36 UTC  (2+ messages)

[frederic-dynticks:kthread/core-v3 17/34] Warning: kernel/workqueue.c:6925 function parameter 'hk' not described in 'workqueue_unbound_housekeeping_update'
 2025-10-02 16:36 UTC 

[bluez/bluez] faca31: shared/bass: Fix permissions not requiring encryption
 2025-10-02 16:36 UTC 

[PATCH v2 0/4] Introduce movable pages for Hyper-V guests
 2025-10-02 16:36 UTC  (3+ messages)

[PATCH v3 0/5] Introduce movable pages for Hyper-V guests
 2025-10-02 16:36 UTC  (6+ messages)
` [PATCH v3 1/5] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v3 2/5] Drivers: hv: Centralize guest memory region destruction
` [PATCH v3 3/5] Drivers: hv: Batch GPA unmap operations to improve large region performance
` [PATCH v3 4/5] Drivers: hv: Ensure large page GPA mapping is PMD-aligned
` [PATCH v3 5/5] Drivers: hv: Add support for movable memory regions

[PATCH v5 0/2] Add driver support for ESWIN eic7700 SoC reset controller
 2025-10-02 16:41 UTC  (5+ messages)
` [PATCH v5 2/2] reset: eswin: Add eic7700 reset driver
    `  "

[PATCH 0/4] export mount info for "unmounted" mounts
 2025-10-02 16:34 UTC  (3+ messages)
` [PATCH 2/4] fs/namespace: add umounted mounts to umount_mnt_ns

[PATCH v2] Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
 2025-10-02 16:34 UTC  (2+ messages)

[RFC net-next v3 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-10-02 16:38 UTC  (3+ messages)
` [RFC net-next v3 6/7] net: devmem: pre-read requested rx queues during bind


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.