All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-21 23:39:30 to 2026-05-22 00:37:02 UTC [more...]

[PATCH rc v2 0/4] iommufd: Fix veventq_depth boundary
 2026-05-22  0:36 UTC  (2+ messages)
` [PATCH rc v2 1/4] iommufd: Fix data_len byte-count vs element-count mismatch

[PATCH 0/3] lib/intel_batchbuffer: intel bb copy data improvements
 2026-05-22  0:36 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

+ x86-mm-fix-freeing-of-pmd-sized-vmemmap-pages.patch added to mm-hotfixes-unstable branch
 2026-05-22  0:35 UTC 

[PATCH v2] x86/mm: fix freeing of PMD-sized vmemmap pages
 2026-05-22  0:35 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
 2026-05-22  0:33 UTC 

[PATCH 0/8] setup: centralize object database creation
 2026-05-22  0:32 UTC  (2+ messages)

[PATCH] docs: fix typo in Sphinx custom CSS
 2026-05-22  0:31 UTC 

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

[PATCH] drm/xe/pxp: PXP no longer requires HuC from media 35 onwards
 2026-05-22  0:30 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] staging: rtl8723bs: fix operator spacing
 2026-05-22  0:30 UTC 

[PATCH] tpm: fix event_size output in tpm1_binary_bios_measurements_show
 2026-05-22  0:30 UTC  (2+ messages)

[meta-gnome][PATCH] xdg-desktop-portal-gnome: remove gnome-shell runtime dependency
 2026-05-22  0:29 UTC 

[PATCH v2] libbpf: harden parse_vma_segs() path parsing
 2026-05-22  0:29 UTC 

[PATCH 0/3] ntfs: fix mount failure cleanup and free-count setup
 2026-05-22  0:28 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] ntfs: avoid heap allocation for free-cluster readahead state

+ mm-cma_debug-fix-invalid-accesses-for-inactive-cma-areas.patch added to mm-hotfixes-unstable branch
 2026-05-22  0:28 UTC 

cleanup the RAID6 P/Q library v2
 2026-05-22  0:27 UTC  (13+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

ideapad-laptop: Fn+M (Touchpad Toggle) not working on Lenovo ThinkBook 16 G4+ IAP
 2026-05-22  0:25 UTC 

[PATCH] [CI] drm/i915/dmc: Test Xe3LPD DMC v2.36
 2026-05-22  0:25 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] RISC-V: KVM: Fix TOCTOU race in SBI system suspend handler
 2026-05-22  0:23 UTC  (7+ messages)

[PATCH 00/42] Enable pipe reset for compute
 2026-05-22  0:20 UTC  (43+ messages)
` [PATCH 01/42] drm/amdkfd: always resume_all after suspend_all
` [PATCH 02/42] drm/amdgpu: don't reemit if there is nothing to reemit
` [PATCH 03/42] drm/amdgpu: track guilty fence for queue reset
` [PATCH 04/42] drm/amdgpu/fence: add helper to extract the guilty fence
` [PATCH 05/42] drm/amdgpu: amdgpu_ring_set_fence_errors_and_reemit() handle NULL fence
` [PATCH 06/42] drm/amdgpu/vcn: handle pipe reset more gracefully
` [PATCH 07/42] drm/amdgpu/sdma: "
` [PATCH 08/42] drm/amdgpu/mes12: use proper grbm_select function
` [PATCH 09/42] drm/amdgpu/gfx11: only need to remap KCQs when reset via MMIO
` [PATCH 10/42] drm/amdgpu/gfx12: "
` [PATCH 11/42] drm/amdgpu/mes_v12_0: use mes schedule pipe for legacy queues on unified MES
` [PATCH 12/42] drm/amdgpu/mes_v12_1: "
` [PATCH 13/42] drm/amdgpu/gfx11: Refactor compute pipe reset and add HQD cleanup
` [PATCH 14/42] drm/amdgpu/gfx12: "
` [PATCH 15/42] drm/amdgpu/mes11: move pipe reset to mes use_mmio patch
` [PATCH 16/42] drm/amdgpu/mes12: "
` [PATCH 17/42] drm/amdgpu/mes: add userq reset helper
` [PATCH 18/42] drm/amdgpu/mes: add a MMIO queue "
` [PATCH 19/42] drm/amdgpu/userq: split the queue reset from adapter reset
` [PATCH 20/42] drm/amdgpu/userq: add per queue reset callback
` [PATCH 21/42] drm/amdgpu/userq: add mes userq "
` [PATCH 22/42] drm/amdgpu/userq: switch to per queue reset
` [PATCH 23/42] drm/amdgpu/userq: drop detect_and_reset callback
` [PATCH 24/42] drm/amd/amdgpu/include : update mes api header v11/v12
` [PATCH 25/42] drm/amdgpu: Allocate enough space for hpd info on gfx11
` [PATCH 26/42] drm/amdkfd: rework MES queue reset sequence
` [PATCH 27/42] drm/amdgpu/gfx: add a helper for MQD restore
` [PATCH 28/42] drm/amdgpu/gfx11: use the new MQD helper for queue reset
` [PATCH 29/42] drm/amdgpu/gfx12: "
` [PATCH 30/42] drm/amdgpu/gfx11: unmap the queue via MES on reset for MMIO path
` [PATCH 31/42] drm/amdgpu/gfx12: "
` [PATCH 32/42] drm/amdgpu: store whether to use MMIO or MES for reset
` [PATCH 33/42] drm/amdgpu: Use a common KGQ and KCQ reset helper for gfx11/12
` [PATCH 34/42] drm/amdkfd: split out mes queue reset sequence into standalone function
` [PATCH 35/42] drm/amdkfd: plumb a helper to reset a KFD user queue
` [PATCH 36/42] drm/amdgpu/userq: add MES userq reset helper
` [PATCH 37/42] drm/amdgpu/gfx: add a common helper to handle MES compute resets
` [PATCH 38/42] drm/amdgpu: use a single entry point for mes compute reset
` [PATCH 39/42] drm/amdgpu/mes11: enable compute MMIO pipe reset
` [PATCH 40/42] drm/amdgpu/mes12: "
` [PATCH 41/42] drm/amdkfd: Update queue reset support on KFD topology
` [PATCH 42/42] drm/amdgpu: Expand MES queue/pipe reset support

[PATCH v8 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-05-22  0:20 UTC  (2+ messages)

[ANNOUNCE] 5.10.256-rt152
 2026-05-22  0:20 UTC 

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-05-22  0:14 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Improve warning message on HWP-disabled hybrid CPUs
 2026-05-22  0:15 UTC 

[PATCH bpf-next v6 3/3] bpf: Cache build IDs in sleepable stackmap path
 2026-05-22  0:13 UTC  (2+ messages)

[PATCH net-next v8 0/3] gve: add support for PTP gettimex64
 2026-05-22  0:12 UTC  (7+ messages)
` [PATCH net-next v8 3/3] gve: implement "

[PULL 00/48] riscv-to-apply queue
 2026-05-22  0:03 UTC  (49+ messages)
` [PULL 01/48] target/riscv: Remove spike as default machine
` [PULL 02/48] target/riscv: Deprecate the shakti_c machine
` [PULL 03/48] target/riscv: Update MISA.C for Zc* extensions
` [PULL 04/48] target/riscv: Update MISA.X for non-standard extensions
` [PULL 05/48] MAINTAINERS: Maintain OpenSBI Firmware
` [PULL 06/48] roms/opensbi: Update to v1.8.1
` [PULL 07/48] riscv: virt: avoid RISCVCPU copy in PMU FDT setup
` [PULL 08/48] target/riscv: Allow mseccfg access based on ext_zicfilp
` [PULL 09/48] hw/riscv/riscv-iommu: Fix Svnapot 64KB pages
` [PULL 10/48] target/riscv: rvv: Handle source overlap of vector widening reduction instructions
` [PULL 11/48] hw/char: Check interrupt after txctrl register is written
` [PULL 12/48] target/riscv: Fix medeleg[11] read-only zero bit for M-mode ECALL
` [PULL 13/48] target/riscv: Fix tail handling for vmv.s.x and vfmv.s.f
` [PULL 14/48] target/riscv: add Zvknha as an implied extension for Zvknhb
` [PULL 15/48] target/riscv: Remove unconditional MENVCFG_CDE from mask
` [PULL 16/48] target/riscv: Fix missing CDE check for scountinhibit
` [PULL 17/48] target/riscv/pmp: Fix integer overflow in TOR and NA4 address computation
` [PULL 18/48] target/riscv: Add mseccfg to VMStateDescription
` [PULL 19/48] target/riscv: Update the local interrupt mask
` [PULL 20/48] target/riscv: clear mseccfg on reset for all dependent extensions
` [PULL 21/48] target/riscv/kvm: add KVM support for Zicbop extension
` [PULL 22/48] target/riscv/kvm: Add BFloat16 extensions support
` [PULL 23/48] hw/riscv/riscv-iommu: fix FSC SV32 capability check
` [PULL 24/48] hw/riscv/riscv-iommu: Avoid caching PCI device IDs
` [PULL 25/48] hw: misc: Implement Microchip mpfs ioscb PLLs and sysreg clock dividers
` [PULL 26/48] target/riscv/cpu.c: add xlrbr isa_edata_arr[] entry
` [PULL 27/48] target/riscv/cpu.c: fix smctr/ssctr isa_edata_arr[] order
` [PULL 28/48] target/riscv: make riscv-qmp-cmds use isa_data_arr[]
` [PULL 29/48] target/riscv/tcg: treat all exts equally in cpu_disable_priv_spec_isa_exts
` [PULL 30/48] target/riscv/tcg: use only isa_edata_arr[] in cpu_cfg_ext_get_name()
` [PULL 31/48] target/riscv/cpu.c: remove riscv_cpu_enable_named_feat()
` [PULL 32/48] target/riscv: remove riscv_cpu_named_features[]
` [PULL 33/48] target/riscv/tcg: use isa_edata_arr[] in riscv_cpu_update_misa_x()
` [PULL 34/48] target/riscv/kvm: use isa_edata_arr[] for unavailable props
` [PULL 35/48] target/riscv/tcg: use isa_edata_arr[] to enable max exts
` [PULL 36/48] target/riscv/tcg: use cfg_offset as cpu_set_multi_ext cb opaque
` [PULL 37/48] target/riscv: do not set defaults in cpu prop callback
` [PULL 38/48] target/riscv/tcg: use isa_edata_arr[] to create user props
` [PULL 39/48] target/riscv/cpu: remove riscv_cpu_* arrays
` [PULL 40/48] hw/riscv/riscv-iommu: Fix IOCOUNTINH.CY toggle detection
` [PULL 41/48] target/riscv/csr.c: fix read of pmpaddr(0-63) CSRs
` [PULL 42/48] hw/riscv/virt-acpi-build: Fix off-by-one error in RIMT ID mapping
` [PULL 43/48] target/riscv: Make hpmcounterh return the upper 32-bits
` [PULL 44/48] hw/intc: riscv_aplic: Fix level trigger IRQ in direct delivery mode
` [PULL 45/48] hw/intc: riscv_aplic: Add reset API to APLIC
` [PULL 46/48] hw/intc: riscv_imsic: Add reset API to IMSIC
` [PULL 47/48] hw/intc: riscv_aplic: add trace events of APLIC read/write function
` [PULL 48/48] hw/riscv: riscv-iommu: Re-process command queue after clearing CMD_ILL

error[E0425]: cannot find function `is_vmalloc_addr` in crate `bindings`
 2026-05-22  0:10 UTC 

[PATCH 0/9] Add support for an external command for fetching notes
 2026-05-22  0:10 UTC  (6+ messages)
` [PATCH 4/9] run-command: add support for timeout in command finisher

+ riscv-fix-building-compressed-efi-image-fix.patch added to mm-nonmm-unstable branch
 2026-05-22  0:10 UTC 

[PATCH v3] kconfig: add kconfig-sym-check static checker
 2026-05-22  0:08 UTC  (4+ messages)

[PATCH RESEND i-g-t 0/3] xe: Test LR and fault mode workloads across suspend/resume
 2026-05-22  0:06 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for xe: Test LR and fault mode workloads across suspend/resume (rev2)
` ✗ i915.CI.BAT: failure "

QA notification for completed autobuilder build (yocto-6.0.1.rc4)
 2026-05-22  0:04 UTC 

[RFC PATCH 1/3] libsepol/cil: Add function to check CIL neverallows against binary policy
 2026-05-21 23:59 UTC  (6+ messages)
` [RFC PATCH 2/3] libsepol: Add a function to output CIL declarations from a "
` [RFC PATCH 3/3] secilc: Add program that checks CIL neverallow rules against "

+ mm-page_alloc-fix-defrag_mode-for-non-reclaimable-allocations.patch added to mm-new branch
 2026-05-21 23:59 UTC 

[PATCH v2] mm/page_alloc: fix defrag_mode for non-reclaimable allocations
 2026-05-21 23:59 UTC  (2+ messages)

[tj-sched-ext:arena-direct-v3 58/64] aarch64-linux-ld: Unexpected GOT/PLT entries detected!
 2026-05-21 23:57 UTC 

[to-be-updated] mm-page_alloc-fix-defrag_mode-for-non-reclaimable-allocations.patch removed from -mm tree
 2026-05-21 23:57 UTC 

+ memcg-use-round-robin-victim-selection-in-refill_stock.patch added to mm-hotfixes-unstable branch
 2026-05-21 23:55 UTC 

[PATCH v10] checkout: extend --track with a "fetch" mode to refresh start-point
 2026-05-21 23:53 UTC  (7+ messages)
` [PATCH v11] "

[PATCH v3] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-05-21 23:52 UTC  (2+ messages)

[bug report] keys: request_key_auth payload use-after-free in keyctl_instantiate_key_common()
 2026-05-21 23:52 UTC  (2+ messages)

[PATCH 6.12 000/666] 6.12.91-rc1 review
 2026-05-21 23:51 UTC  (2+ messages)

[PATCH] arm64: mm: call pagetable dtor when freeing hot-removed page tables
 2026-05-21 23:50 UTC  (3+ messages)

[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
 2026-05-21 23:49 UTC  (3+ messages)
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update

[PATCH v2] tracing/osnoise: Array printk init and cleanup
 2026-05-21 23:48 UTC  (3+ messages)

[PATCH] [RFC] arm64: mmu: use range based TLB flushing when hot unplugging memory
 2026-05-21 23:48 UTC  (5+ messages)

[PATCH] tpm: tpm_tis: Add optional delay after relinquish
 2026-05-21 23:48 UTC  (2+ messages)

[scosu-sched:topic/mmap-cap-prot-wip/v6.18 11/1130] usr/include/linux/atmapi.h:29:25: error: use of undeclared identifier '__u64ptr'
 2026-05-21 23:47 UTC 

[avpatel:riscv_trace_acpi_support_v1 20/65] drivers/iommu/riscv/iommu-ir.c:325:27: error: implicit declaration of function 'virt_to_pfn'; did you mean 'virt_to_pte'?
 2026-05-21 23:47 UTC 

[PATCH 0/3] rpcbind: fix a few memory leaks
 2026-05-21 23:47 UTC  (4+ messages)
` [PATCH 1/3] rpcbind: fix memory leak in init_transport()
` [PATCH 2/3] rpcbind: fix memory leaks in network_init()
` [PATCH 3/3] rpcbind: fix memory leak in read_warmstart()

[PATCH 6.12.y-cip 00/17] PCI: renesas: Add RZ/G3E PCIe controller support
 2026-05-21 23:46 UTC  (3+ messages)
  ` [cip-dev] "

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-05-21 23:46 UTC  (3+ messages)
` [PATCH 07/12] kho: allow destroying KHO radix tree

[PATCH] MAINTAINERS: arch/nios2: Add Simon Schuster as co-maintainer
 2026-05-21 23:43 UTC  (4+ messages)

[FYI] [PATCH] merge resolution commit for perf trace beauty conflict
 2026-05-21 23:43 UTC  (3+ messages)

[PATCH i-g-t v4] tests/kms_setmode: Add HDMI 2.0 clock limit for mode selection
 2026-05-21 23:42 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/kms_setmode: Add HDMI 2.0 clock limit for mode selection (rev5)

[RFC PATCH] libsepol: Add support for checking standalone CIL neverallow rules
 2026-05-21 23:42 UTC  (3+ messages)

[PATCH bpf-next v6 2/3] bpf: Avoid faultable build ID reads under mm locks
 2026-05-21 23:41 UTC  (2+ messages)

[PATCH 6.1.y-cip 00/17] PCI: renesas: Add RZ/G3E PCIe controller support
 2026-05-21 23:41 UTC  (4+ messages)
` [cip-dev] "

[PATCH v3 0/9] s390: Improve this_cpu operations
 2026-05-21 23:41 UTC  (10+ 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.