All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-25 21:24:18 to 2026-06-25 22:55:47 UTC [more...]

[PATCHSET] xfs_scrub: codex-inspired bug fixes, part 3
 2026-06-25 22:55 UTC  (7+ messages)
` [PATCH 1/8] xfs_scrub: stop user file scan if caller already aborte
` [PATCH 2/8] xfs_scrub: don't flatten error numbers in read_verify_schedule_now
` [PATCH 3/8] xfs_scrub: actually handle NEEDSCHECK scrub items in phase 4
` [PATCH 4/8] xfs_scrub: fix spacemap external log device scan dev key
` [PATCH 5/8] xfs_scrub: fix estimate of work items for phase 4
` [PATCH 6/8] xfs_scrub: don't leak phase 5 scan items after a failed workqueue_add

[PATCH v2 0/2] media: mali-c55: Add support for CCM and Gamma
 2026-06-25 22:53 UTC  (5+ messages)
` [PATCH v2 1/2] media: arm: mali-c55: Add support for CCM
` [PATCH v2 2/2] media: arm: mali-c55: Add support for RGB Gamma

+ percpu_ref-fix-documentation-of-maximum-value.patch added to mm-new branch
 2026-06-25 22:53 UTC 

[PATCH 5.10 000/342] 5.10.259-rc1 review
 2026-06-25 22:52 UTC  (3+ messages)
` [PATCH 5.10 310/342] usb: typec: ucsi: Dont update power_supply on power role change if not connected

[PATCH v3 0/7] don't allow changes to inactive colorops
 2026-06-25 22:52 UTC  (7+ messages)
` [PATCH v3 1/7] drm/atomic: only add states of active or transient active colorops
` [PATCH v3 2/7] drm/atomic: reject colorop update from inactive color pipeline
` [PATCH v3 3/7] drm/amd/display: don't check colorop status if its in an inactive pipeline

[PATCH] drm/xe/userptr: Drop bogus static from finish in force_invalidate
 2026-06-25 22:52 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

+ mm-page_alloc-drop-flag-conversion-optimisation.patch added to mm-new branch
 2026-06-25 22:51 UTC 

[PATCH v3 1/1] drm/xe/guc: Handle GuC local uncorrectable error notifications
 2026-06-25 22:51 UTC 

[PATCH v3 00/10] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
 2026-06-25 22:50 UTC  (15+ messages)
` [PATCH v3 01/10] KVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not caller
` [PATCH v3 02/10] KVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_fifo()
` [PATCH v3 03/10] KVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU accesses
` [PATCH v3 04/10] KVM: x86/xen: Punt singleshot timer hcalls to userspace if Xen vCPU ID isn't set
` [PATCH v3 05/10] KVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercalls
` [PATCH v3 06/10] KVM: Initialize a vCPU's index to '-1' while it's being created
` [PATCH v3 07/10] KVM: Move nVMX's lockdep logic for vcpu->mutex to a common helper
` [PATCH v3 08/10] KVM: x86: Treat a vCPU as unreachable if its index is invalid
` [PATCH v3 09/10] KVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()
` [PATCH v3 10/10] KVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accesses

[PATCH v2] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-25 22:50 UTC  (7+ messages)

[PATCH v7 23/23] net/sxe2: update sxe2 feature matrix docs
 2026-06-25 22:50 UTC  (3+ messages)
` [PATCH v8 00/23] net/sxe2: added Linkdata sxe2 ethernet driver

[PATCH v3 0/4] drm/msm: A couple lazy-vm fixes
 2026-06-25 22:50 UTC  (8+ messages)
` [PATCH v3 1/4] drm/msm: Fix barriers accessing ctx vm
` [PATCH v3 2/4] drm/msm: Validate lazy VM is created in GEM_SUBMIT
` [PATCH v3 3/4] drm/msm: Validate lazy VM in GEM_NEW
` [PATCH v3 4/4] drm/msm: Fix per-process-pgtables check

[PATCH] usb: rust: Use pin_init::zeroed for usb_device_id initialization
 2026-06-25 22:49 UTC 

[PATCHSET] xfs_scrub: codex-inspired bug fixes, part 2
 2026-06-25 22:48 UTC  (7+ messages)
` [PATCH 03/11] xfs_scrub: handle media scans of internal rt devices correctly
` [PATCH 04/11] xfs_scrub: track inode scan abort state with an enum

[PATCH] target/arm: Implement and enable FEAT_SSVE_FEXPA for -cpu max
 2026-06-25 22:47 UTC 

[bmc/for-next RFC 0/1] ipmi: Retry BMC 100 times
 2026-06-25 22:47 UTC  (2+ messages)
` [bmc/for-next RFC 1/1] "

include/linux/jiffies.h:449:36: sparse: sparse: cast truncates bits from constant value (7fffffffffffffff becomes ffffffff)
 2026-06-25 22:45 UTC 

[PATCH 0/7] KVM: SEV: Fix RMP #PF due freeing in-use VMSA
 2026-06-25 22:45 UTC  (10+ messages)
` [PATCH 1/7] KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guests
` [PATCH 2/7] KVM: SEV: Extract loading of guest-provided VMSA to a separate helper
` [PATCH 3/7] KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusable
` [PATCH 4/7] KVM: Rework .gmem_invalidate() into .gmem_free_folio()
` [PATCH 5/7] KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
` [PATCH 6/7] KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=y
` [PATCH 7/7] KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalid

[PATCH 0/1] sdhci: fix SDMA boundary bug
 2026-06-25 22:41 UTC  (3+ messages)
` [PATCH 1/1] fixed sdma "

[PATCH v7 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-06-25 22:42 UTC  (3+ messages)
` [PATCH v8 "

[PATCH] btrfs: always wait for ordered extents to avoid OE races
 2026-06-25 22:38 UTC  (3+ messages)

[meta-ti][master/wrynose][PATCH] libsdl2: Set runtime dependency for SDL2 tests
 2026-06-25 22:38 UTC  (3+ messages)

[PATCH v2] KVM: x86: Exempt in-kernel PIC from "disappearing" interrupt warning
 2026-06-25 22:38 UTC  (3+ messages)

[PATCH 00/15] target/arm: Implement FEAT_SME_MOP4
 2026-06-25 22:32 UTC  (16+ messages)
` [PATCH 01/15] target/arm: Implement FMOP4 (non-widening) for float32
` [PATCH 02/15] target/arm: Implement FMOP4 (non-widening) for float16
` [PATCH 03/15] target/arm: Implement FMOP4 (non-widening) for float64
` [PATCH 04/15] target/arm: Implement BFMOP4 (non-widening)
` [PATCH 05/15] target/arm: Implement BFMOP4 (widening)
` [PATCH 06/15] target/arm: Implement FMOP4 (widening, 2-way fp16 to fp32)
` [PATCH 07/15] target/arm: Implement FMOP4 (widening, 4-way fp8 "
` [PATCH 08/15] target/arm: Implement FMOP4A (widening, 2-way, FP8 to FP16)
` [PATCH 09/15] target/arm: Implement SMOP4[AS] (2-way)
` [PATCH 10/15] target/arm: Implement SMOP4[AS] (4-way)
` [PATCH 11/15] target/arm: Implement SUMOP4[AS]
` [PATCH 12/15] target/arm: Implement UMOP4[AS] (2-way)
` [PATCH 13/15] target/arm: Implement UMOP4[AS] (4-way)
` [PATCH 14/15] target/arm: Implement USMOP4[AS]
` [PATCH 15/15] target/arm: Enable FEAT_SME_MOP4 for -cpu max

[PATCH] drm/xe/userptr: Hold notifier_lock for write on inject test path
 2026-06-25 22:37 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "

[PATCH] remoteproc: virtio: support dynamic number of vrings
 2026-06-25 20:54 UTC  (3+ messages)

[PATCH 6.1 000/522] 6.1.176-rc1 review
 2026-06-25 22:36 UTC  (3+ messages)
` [PATCH 6.1 470/522] usb: musb: omap2430: Fix use-after-free in omap2430_probe()

[PATCH] btrfs: skip tests that fail when autodefrag is enabled
 2026-06-25 22:36 UTC  (2+ messages)

[PATCH 0/6] drm/{i915, xe}: display probe/remove cleanup and unification
 2026-06-25 22:33 UTC  (5+ messages)
` [PATCH 1/6] drm/i915: move intel_display_device_probe() call a level higher
` [PATCH 2/6] drm/i915: remove superfluous checks for pdev->msi_enabled

[PATCH] xfsdump: avoid false-positive __strcpy_chk abort on long dirent names
 2026-06-25 22:23 UTC 

[PATCH 0/6 v3] sched/eevdf: Improve scheduling latency of short slice task
 2026-06-25 22:28 UTC  (8+ messages)
` [PATCH 6/6 v3] sched/eevdf: Speedup short slice task scheduling

[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
 2026-06-25 22:26 UTC  (5+ messages)
` [PATCH 1/2] KVM: SVM: Remove VM from the GA Log notifier list before VM destruction
` [PATCH 2/2] KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure

[PATCH 1/2] misc: nsm: require CAP_SYS_ADMIN for raw ioctl
 2026-06-25 22:23 UTC  (3+ messages)

[PULL 0/6] CI update for 2026-06-25
 2026-06-25 22:21 UTC  (7+ messages)
` [PULL 1/6] gitlab: remove unused .cross_test_artifacts template
` [PULL 2/6] gitlab: move .meson_job_template into base.yaml
` [PULL 3/6] gitlab: use .base_meson_job_template from crossbuild jobs
` [PULL 4/6] gitlab: pull ccache setup into .base_meson_ccache_job_template
` [PULL 5/6] gitlab: pull before_script logic into .base_meson_job_template
` [PULL 6/6] gitlab: greatly expand captured info about CI runner environment

[PATCH 5.15.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-25 22:19 UTC  (3+ messages)

[PATCH] virtio: nsm: require CAP_SYS_ADMIN for raw messages
 2026-06-25 22:19 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: nv: Fix permission checks for S1PTW faults
 2026-06-25 22:18 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Only consider S1PTW a write fault if HA is set

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-06-25 22:17 UTC  (3+ messages)
` [PATCH v14 4/5] gpio: rpmsg: add generic rpmsg GPIO driver

[REVIEW] libfuse: Improve documentation for fuse service mount
 2026-06-25 22:17 UTC 

[PATCH 1/2] usb: usb_onboard_hub: add support for TI TUSB8041
 2026-06-25 14:27 UTC  (3+ messages)

[PATCH v2] usb: gadget: f_mass_storage: Move schedule() in sleep_thread()
 2026-06-25 12:36 UTC  (2+ messages)

[PATCH 0/2] usb: gadget: Add Renesas RZ/N1 USBF driver
 2026-06-25 12:35 UTC  (3+ messages)
` [PATCH 2/2] usb: gadget: Add Renesas RZ/N1 USBF controller support

[PATCH] stm32mp1: use debug() for image entry point message
 2026-06-25 12:33 UTC  (3+ messages)

[PATCH v9 3/6] x86/sev: Disable CPU hotplug while SNP is active
 2026-06-25 22:16 UTC  (4+ messages)

[PATCH 1/3] mtd: maps: remove AMD Élan specific drivers
 2026-06-25 22:15 UTC  (6+ messages)
` [PATCH 2/3] mtd: maps: remove uclinux map driver

[PATCH v3 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
 2026-06-25 22:14 UTC  (7+ messages)
` [PATCH v3 1/3] selftests/resctrl: Introduce "
` [PATCH v3 2/3] selftests/resctrl: Replace counter index references with pointers
` [PATCH v3 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list

[PATCH v2 0/8] iio: adc: new ti-ads112c14 driver
 2026-06-25 22:12 UTC  (13+ messages)
` [PATCH v2 1/8] dt-bindings: iio: adc: Add reference-sources property
` [PATCH v2 2/8] dt-bindings: iio: adc: Add excitation current sources properties
` [PATCH v2 3/8] dt-bindings: iio: adc: Add burn-out current properties
` [PATCH v2 4/8] dt-bindings: iio: adc: add input-channel-rotation property
` [PATCH v2 5/8] dt-bindings: iio: adc: add ti,ads122c14
` [PATCH v2 6/8] iio: adc: add ti-ads112c14 driver
` [PATCH v2 7/8] iio: adc: ti-ads112c14: implement gain on internal short SYS_MON channel
` [PATCH v2 8/8] iio: adc: ti-ads112c14: add measurement channel support

[PATCH i-g-t v2 0/3] Treat new/moved KUnit tests as such
 2026-06-25 22:10 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for Treat new/moved KUnit tests as such (rev3)
` ✓ i915.CI.BAT: success "

[PATCH] target/i386: Update cc_op for SAHF
 2026-06-25 22:09 UTC  (2+ messages)

[PATCH] drm/i915/hdcp: check streams[] bounds before overflow
 2026-06-25 22:09 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 0/4] PCI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-06-25 22:07 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: clock: airoha: Add additional reset for PCIe PERSTOUT
` [PATCH 2/4] clk: en7523: add support for dedicated PCIe PERSTOUT reset
` [PATCH 3/4] dt-bindings: PCI: mediatek-gen3: Split Airoha schema and document 2-lanes
` [PATCH 4/4] PCI: mediatek-gen3: Add 2-lanes mode support for Airoha AN7581

stable backports for "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN"
 2026-06-25 22:04 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: Spring cleaning, part 2
 2026-06-25 22:04 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.c
` [PATCH 2/9] KVM: x86/mmu: Annotate tdp_enabled as being read-mostly
` [PATCH 3/9] KVM: x86: Pluralize the macro guard name for msrs.h
` [PATCH 4/9] KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.h
` [PATCH 5/9] KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.c
` [PATCH 6/9] KVM: x86: Add static asserts to document connection b/w TSS structs and macros
` [PATCH 7/9] KVM: x86: Move KVM's arbitrary task switch reason enums to x86.h
` [PATCH 8/9] KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.h
` [PATCH 9/9] KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.h

[PATCH v4] vhost/vdpa: reject overflowing PA map page counts on 32-bit
 2026-06-25 22:02 UTC  (2+ messages)

[GIT PULL] BPF fixes for 7.2-rc1
 2026-06-25 22:00 UTC  (2+ messages)

[PATCH v1] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
 2026-06-25 21:59 UTC 

[merged] fs-free-any-excess-xarray-nodes-in-clear_inode.patch removed from -mm tree
 2026-06-25 21:56 UTC 

[PATCH v3] vhost/vdpa: reject overflowing PA map page counts on 32-bit
 2026-06-25 21:56 UTC  (2+ messages)

[PATCH 1/6] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
 2026-06-25 21:55 UTC  (5+ messages)

[PATCH v2] usb: typec: tcpm: implement retry mechanism for Discover Identity VDMs
 2026-06-25 21:54 UTC 

[PATCH v2 0/2] iomap: add helper to keep uptodate bitmap in sync
 2026-06-25 21:54 UTC  (3+ messages)

[RFC] Null Namespaces
 2026-06-25 21:50 UTC  (4+ messages)

[PATCH v19 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-25 21:52 UTC  (4+ messages)
` [PATCH v19 2/3] vfio-pci/zdev: Add a device feature for error information

[PATCH] staging: sm750fb: make g_fbmode array const pointer const
 2026-06-25 21:51 UTC  (2+ messages)

[PATCH v2] vhost/vdpa: reject overflowing PA map page counts on 32-bit
 2026-06-25 21:52 UTC  (2+ messages)

[meta-ti][wrynose][PATCH] CI/CD Auto-Merger: cicd.wrynose.202606241800
 2026-06-25 21:50 UTC  (2+ messages)

[PATCH 0/3] minix: convert to iomap and add direct I/O
 2026-06-25 21:48 UTC  (4+ messages)
` [PATCH 1/3] minix: add iomap infrastructure
` [PATCH 2/3] minix: convert address space operations to iomap
` [PATCH 3/3] minix: convert file operations to iomap and add direct I/O

[PATCH net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full
 2026-06-25 21:45 UTC  (2+ messages)

[PATCH] KVM: pfncache: track HVA invalidations for HVA-based caches
 2026-06-25 21:45 UTC  (2+ messages)

[PATCH 1/3] drm/xe/pf: Do not return an error for unrecognized VF events
 2026-06-25 21:42 UTC  (3+ messages)

[PATCH v2 0/3] support for the kernel 7.1 modifier-aware KT_CSI keysym type
 2026-06-25 21:40 UTC  (4+ messages)

[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-25 21:39 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets

Support for Mygica A681B (ATSC/QAM USB tuner)
 2026-06-25 21:39 UTC  (5+ messages)

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-25 21:38 UTC  (3+ messages)

[PATCH 0/7] drm/nova: replace `transmute` with `zerocopy`
 2026-06-25 21:38 UTC  (2+ messages)

"ip help" output is an error
 2026-06-25 21:34 UTC  (7+ messages)
    ` [PATCH iproute2-next] "ip help" wrong output, exit code

[RFC PATCH v1 0/3] iomap: convert to in-iter ->iomap_next() model
 2026-06-25 21:33 UTC  (5+ messages)

[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
 2026-06-25 21:31 UTC  (4+ messages)
` [PATCH v2 6/7] ibmvfc: register and use asynchronous sub-queue

[PATCH v1] kernel: add a simple timer based software watchpoint
 2026-06-25 21:30 UTC  (8+ messages)

[PATCH] gitlab: disable macOS jobs in forks
 2026-06-25 21:29 UTC  (2+ messages)

[PATCH net] octeontx2-pf: check DMAC extraction support before filtering
 2026-06-25 21:28 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2026-06-25 21:28 UTC 

[PATCH 6.1.y] mm/mglru: skip special VMAs in lru_gen_look_around()
 2026-06-25 21:27 UTC 

[PATCH RFC 00/12] mm/vmalloc: migrate vmap_area indexing from rb-tree to maple-tree
 2026-06-25 21:28 UTC  (3+ messages)

[PATCH v3 0/2] nvme-rdma: parallelize I/O queue setup
 2026-06-25 21:27 UTC  (3+ messages)
` [PATCH v3 1/2] nvme-rdma: refactor nvme_rdma_alloc_queue() to take a queue pointer
` [PATCH v3 2/2] nvme-rdma: parallelize I/O queue allocation and startup

[PATCH v21 0/4] Rust bindings for gem shmem
 2026-06-25 21:24 UTC  (6+ messages)
` [PATCH v21 4/4] rust: drm: gem: Introduce shmem::Object::sg_table()
` (subset) [PATCH v21 0/4] Rust bindings for gem shmem

[Buildroot] [PATCH 1/1] package/expat: security bump version to 2.8.2
 2026-06-25 21:24 UTC 


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.