All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-12 01:10:06 to 2024-06-12 02:17:07 UTC [more...]

[PATCH v5 00/13] tracing: Persistent traces across a reboot or crash
 2024-06-12  2:16 UTC  (14+ messages)
` [PATCH v5 01/13] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v5 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v5 03/13] ring-buffer: Add ring_buffer_meta data
` [PATCH v5 04/13] tracing: Implement creating an instance based on a given memory region
` [PATCH v5 05/13] ring-buffer: Add output of ring buffer meta page
` [PATCH v5 06/13] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v5 07/13] ring-buffer: Validate boot range memory events
` [PATCH v5 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [PATCH v5 09/13] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v5 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v5 11/13] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v5 12/13] tracing: Update function tracing output for previous boot buffer
` [PATCH v5 13/13] tracing: Add last boot delta offset for stack traces

[PATCHES][RFC] rework of struct fd handling
 2024-06-12  2:16 UTC  (11+ messages)
` [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
  ` [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...)
          ` [RFC] UAF in acrn_irqfd_assign() and vfio_virqfd_enable()

[CI 01/43] mm/hmm: let users to tag specific PFNs
 2024-06-12  2:26 UTC  (43+ messages)
` [CI 02/43] dma-mapping: provide an interface to allocate IOVA
` [CI 03/43] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [CI 04/43] iommu/dma: Provide an interface to allow preallocate IOVA
` [CI 05/43] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [CI 06/43] iommu/dma: Implement link/unlink page callbacks
` [CI 07/43] drm: move xe_sg_segment_size to drm layer
` [CI 08/43] drm: Move GPUVA_START/LAST to drm_gpuvm.h
` [CI 09/43] drm/svm: Mark drm_gpuvm to participate SVM
` [CI 10/43] drm/svm: introduce drm_mem_region concept
` [CI 11/43] drm/svm: introduce hmmptr and helper functions
` [CI 12/43] drm/svm: Introduce helper to remap drm memory region
` [CI 13/43] drm/svm: handle CPU page fault
` [CI 14/43] drm/svm: Migrate a range of hmmptr to vram
` [CI 15/43] drm/svm: Add DRM SVM documentation
` [CI 16/43] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [CI 17/43] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [CI 18/43] drm/xe: Convert multiple bind ops into single job
` [CI 19/43] drm/xe: Update VM trace events
` [CI 20/43] drm/xe: Update PT layer with better error handling
` [CI 21/43] drm/xe: Retry BO allocation
` [CI 22/43] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_SYSTEM_ALLOCATOR flag
` [CI 23/43] drm/xe: Add a helper to calculate userptr end address
` [CI 24/43] drm/xe: Add dma_addr res cursor
` [CI 25/43] drm/xe: Use drm_mem_region for xe
` [CI 26/43] drm/xe: use drm_hmmptr in xe
` [CI 27/43] drm/xe: Moving to range based vma invalidation
` [CI 28/43] drm/xe: Support range based page table update
` [CI 29/43] drm/xe/uapi: Add DRM_XE_VM_CREATE_FLAG_PARTICIPATE_SVM flag
` [CI 30/43] drm/xe/svm: Create userptr if page fault occurs on system_allocator VMA
` [CI 31/43] drm/xe/svm: Add faulted userptr VMA garbage collector
` [CI 32/43] drm/xe: Introduce helper to get tile from memory region
` [CI 33/43] drm/xe/svm: implement functions to allocate and free device memory
` [CI 34/43] drm/xe/svm: Get drm device from drm memory region
` [CI 35/43] drm/xe/svm: Get page map owner of a "
` [CI 36/43] drm/xe/svm: Add migrate layer functions for SVM support
` [CI 37/43] drm/xe/svm: introduce svm migration function
` [CI 38/43] drm/xe/svm: Register xe memory region to drm layer
` [CI 39/43] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [CI 40/43] drm/xe/svm: Migration from sram to vram for system allocator
` [CI 41/43] drm/xe/svm: Determine a vma is backed by device memory
` [CI 42/43] drm/xe/svm: Introduce hmm_pfn array based resource cursor
` [CI 43/43] drm/xe: Enable system allocator uAPI

[PATCH] erofs-utils: fix the current rebuild mode
 2024-06-12  2:16 UTC 

[PATCH v17 00/17] Add OA functionality to Xe
 2024-06-12  2:12 UTC  (21+ messages)
` [PATCH 01/17] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
` [PATCH 02/17] drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
` [PATCH 03/17] drm/xe/oa/uapi: Add OA data formats
` [PATCH 04/17] drm/xe/oa/uapi: Initialize OA units
` [PATCH 05/17] drm/xe/oa/uapi: Add/remove OA config perf ops
` [PATCH 06/17] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 07/17] drm/xe/oa: OA stream initialization (OAG)
` [PATCH 08/17] drm/xe/oa/uapi: Expose OA stream fd
` [PATCH 09/17] drm/xe/oa/uapi: Read file_operation
` [PATCH 10/17] drm/xe/oa: Add OAR support
` [PATCH 11/17] drm/xe/oa: Add OAC support
` [PATCH 12/17] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 13/17] drm/xe/oa/uapi: OA buffer mmap
` [PATCH 14/17] drm/xe/oa: Add MMIO trigger support
` [PATCH 15/17] drm/xe/oa: Override GuC RC with OA on PVC
` [PATCH 16/17] drm/xe/oa: Changes to OA_TAKEN
` [PATCH 17/17] drm/xe/oa: Enable Xe2+ overrun mode
` ✓ CI.Patch_applied: success for Add OA functionality to Xe (rev17)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[PATCH v2 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-06-12  2:12 UTC  (2+ messages)
` [PATCH v2 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

[PATCH 00/16] mktree: support more flexible usage
 2024-06-12  2:11 UTC  (5+ messages)
` [PATCH 06/16] index-info.c: parse object type in provided in read_index_info
` [PATCH 07/16] mktree: use read_index_info to read stdin lines

kselftest/next build: 5 builds: 0 failed, 5 passed, 1 warning (v6.10-rc1-2-g64f5bc57b24e)
 2024-06-12  2:11 UTC 

[PATCH -V2] cxl/region: Support to calculate memory tier abstract distance
 2024-06-12  2:09 UTC  (3+ messages)

[PATCH v16 00/17] Add OA functionality to Xe
 2024-06-12  2:04 UTC  (19+ messages)
` [PATCH 01/17] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
` [PATCH 03/17] drm/xe/oa/uapi: Add OA data formats
` [PATCH 04/17] drm/xe/oa/uapi: Initialize OA units
` [PATCH 05/17] drm/xe/oa/uapi: Add/remove OA config perf ops
` [PATCH 10/17] drm/xe/oa: Add OAR support
` [PATCH 15/17] drm/xe/oa: Override GuC RC with OA on PVC

[PATCH] usb: gadget: aspeed_udc: fix device address configuration
 2024-06-12  2:07 UTC  (2+ messages)

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-12  2:05 UTC 

[LTP] [PATCH] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
 2024-06-12  2:05 UTC  (2+ messages)
`  "

[PATCH] mm/mm_init.c: simplify logic of deferred_[init|free]_pages
 2024-06-12  2:04 UTC 

(no subject)
 2024-06-12  2:04 UTC  (2+ messages)
` 

[PATCH v1] riscv: dts: starfive: add PCIe dts configuration for JH7110
 2024-06-12  1:48 UTC  (4+ messages)
  ` Re : "

[meta-rockchip][PATCH] radxa-zero-3e: add
 2024-06-12  2:01 UTC 

[PATCH net-next v5 00/12] net: dsa: lantiq_gswip: code improvements
 2024-06-12  2:00 UTC  (2+ messages)

[Resend PATCHv4 1/1] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-06-12  2:00 UTC  (5+ messages)

[LTP] [PATCH] NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly
 2024-06-12  1:59 UTC  (3+ messages)

[PATCH v2 0/2] ufs: pci: Add support UFSHCI 4.0 MCQ
 2024-06-12  1:59 UTC  (2+ messages)

[PATCH 0/4] Declare local functions static
 2024-06-12  1:59 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
 2024-06-12  1:59 UTC  (2+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-06-12  2:10 UTC  (3+ messages)
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag

[PATCH v4] scsi: mpi3mr: Fix ATA NCQ priority support
 2024-06-12  1:58 UTC  (2+ messages)

[PATCH v2] scsi: core: Disable CDL by default
 2024-06-12  1:57 UTC  (2+ messages)

[PATCH 0/1] Xe OA Consolidated Diffs
 2024-06-12  1:58 UTC  (3+ messages)
` [PATCH 1/1] drm/xe/oa: Combined diff of changes between v16 and v17
` ✗ CI.Patch_applied: failure for Xe OA Consolidated Diffs

[PATCH 1/2] vdpa: support set mac address from vdpa tool
 2024-06-12  1:58 UTC  (2+ messages)

[PATCH v4 00/13] tracing: Persistent traces across a reboot or crash
 2024-06-12  1:57 UTC  (7+ messages)
` [PATCH v4 01/13] ring-buffer: Allow mapped field to be set without mapping

[PATCH v3] block: unmap and free user mapped integrity via submitter
 2024-06-12  1:56 UTC  (2+ messages)

[PATCH v4 0/3] KVM/x86: Enhancements to static calls
 2024-06-12  1:55 UTC  (3+ messages)

[PATCH-next v4] arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2024-06-12  1:54 UTC  (3+ messages)

[PATCH] docs/zh_CN: Update the translation of dev-tools/testing-overview
 2024-06-12  1:54 UTC  (5+ messages)

[PATCH] usb: common: add missing MODULE_DESCRIPTION() macros
 2024-06-12  1:54 UTC 

[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-06-12  1:54 UTC  (7+ messages)
` [PATCH v8 04/10] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v8 08/10] KVM VMX: Move MSR_IA32_VMX_MISC "
` [PATCH v8 09/10] KVM: VMX: Open code VMX preemption timer rate mask in its accessor

[PATCH v1] perf trace: BTF-based enum pretty printing
 2024-06-12  1:51 UTC  (3+ messages)

[PATCH 0/2] nVMX: Ensure host's PAT stays sane
 2024-06-12  1:50 UTC  (4+ messages)

[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
 2024-06-12  1:48 UTC  (6+ messages)
` [PATCH v9 11/19] scsi: sd: Translate data lifetime information

[PATCH v2 0/1] Allow platform drivers to update UIC command timeout
 2024-06-12  1:43 UTC  (3+ messages)
` [PATCH v2 1/1] scsi: ufs: core: Support Updating UIC Command Timeout

[PATCH v4 00/13] drm/msm/dpu: support virtual wide planes
 2024-06-12  1:47 UTC  (3+ messages)
` [PATCH v4 12/13] drm/msm/dpu: allow sharing of blending stages

ETIMEDOUT with rtl8xxxu
 2024-06-12  1:47 UTC  (2+ messages)

[PATCH v6 0/1] nvme: queue-depth multipath iopolicy
 2024-06-12  1:44 UTC  (3+ messages)
` [PATCH v6 1/1] nvme-multipath: implement "queue-depth" iopolicy

[PATCH 0/3] x86/cpu: Add Bus Lock Detect support for AMD
 2024-06-12  1:42 UTC  (7+ messages)
` [PATCH 3/3] KVM SVM: Add Bus Lock Detect support

support large folios for NFS
 2024-06-12  1:41 UTC  (5+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

LTP: fork13: kernel panic on rk3399-rock-pi-4 running mainline 6.10.rc3
 2024-06-12  1:40 UTC  (5+ messages)

[PATCH 0/2] NFP extend stats
 2024-06-12  1:40 UTC  (2+ messages)

add NO_REPORT_LUNS quirk for at least a few Seagate external drives to fix smartctl with uas
 2024-06-12  1:39 UTC  (3+ messages)

[PATCH V3] rcutorture: Add CFcommon.arch for the various arch's need
 2024-06-12  1:35 UTC 

[PATCH v8 00/16] Support IGT in display driver
 2024-06-12  1:35 UTC  (9+ messages)
` [PATCH v8 14/16] drm/mediatek: Support CRC "
` [PATCH v8 15/16] drm/mediatek: Support CRC in OVL

[PATCH] mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default
 2024-06-12  1:35 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] scsi: add missing MODULE_DESCRIPTION() macros
 2024-06-12  1:34 UTC  (2+ messages)

[PATCH v2] scripts: add scripts/checktransupdate.py
 2024-06-12  1:34 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2024.06.12 - Paravirt Scheduling
 2024-06-12  1:31 UTC 

rtw88 multicast failure in AP mode
 2024-06-12  1:30 UTC  (4+ messages)

[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM
 2024-06-12  1:29 UTC  (5+ messages)

[meta-python][PATCH] python3-pyyaml-include: support native and nativesdk build
 2024-06-12  1:28 UTC 

[oe] [PATCH] python3-pyyaml-include: support native and nativesdk build
 2024-06-12  1:28 UTC 

[PATCH v6 3/3] drm/mediatek: Implement OF graphs support for display paths
 2024-06-12  1:27 UTC  (2+ messages)

[GIT PULL FOR v6.11] Convert mtk-cir binding
 2024-06-12  1:27 UTC  (2+ messages)
` [GIT PULL FOR v6.11] Convert mtk-cir binding (#102370)

linux-next: manual merge of the tip tree with the mm tree
 2024-06-12  1:27 UTC 

qemu-riscv32 usermode still broken?
 2024-06-12  1:26 UTC  (5+ messages)

[PATCH] ARM: Remove address checking for MMUless devices
 2024-06-12  1:25 UTC  (2+ messages)

[PATCH] dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
 2024-06-12  1:25 UTC  (2+ messages)

[PATCH v7 2/3] ethdev: add VXLAN last reserved field
 2024-06-12  1:25 UTC  (5+ messages)
` [PATCH v8 0/3] support VXLAN last reserved byte modification
  ` [PATCH v8 2/3] ethdev: add VXLAN last reserved field

[PATCH] wifi: rtw88: usb: Further limit the TX aggregation
 2024-06-12  1:24 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm/i915/display: Send vrr vsync params whne vrr is enabled
 2024-06-12  1:23 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH v2] KVM: selftest: Add a common check to identify AMD cpu in perf event filter test
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH] python3-pyyaml-include: support native and nativesdk build
 2024-06-12  1:22 UTC 

[PATCH] KVM: x86/pmu: Add a helper to enable bits in FIXED_CTR_CTRL
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH RESEND 0/6] Introduce extension implied rules
 2024-06-12  1:21 UTC  (3+ messages)
` [PATCH RESEND 2/6] target/riscv: Introduce extension implied rule helpers

[PATCH 00/10] KVM: x86: Fix LVTPC masking on AMD CPUs
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH] KVM: x86: add KVM_RUN_X86_GUEST_MODE kvm_run flag
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH v3 0/3] media: i2c: Add support for GT97xx VCM
 2024-06-12  1:20 UTC  (4+ messages)
` [PATCH v3 1/3] media: dt-bindings: i2c: add Giantec "
` [PATCH v3 2/3] media: i2c: Add GT97xx VCM driver
` [PATCH v3 3/3] MAINTAINERS: Add entry for "

[PATCH] KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definition
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-06-12  1:18 UTC  (5+ messages)

[PATCH] KVM: VMX: Remove unused declaration of vmx_request_immediate_exit()
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH] usb: phy: add missing MODULE_DESCRIPTION() macros
 2024-06-12  1:19 UTC 

[v5 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH] [RFC] mm/mm_init.c: simplify logic of deferred_[init|free]_pages
 2024-06-12  1:18 UTC  (5+ messages)

[io-uring] WARNING in __put_task_struct
 2024-06-12  1:18 UTC  (2+ messages)

[PATCH] mm: fix possible OOB in numa_rebuild_large_mapping()
 2024-06-12  1:16 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: make "poweroff" work on rock-5a
 2024-06-12  1:13 UTC  (7+ messages)
` [PATCH v2] arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A

[PATCH V8 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-06-12  1:15 UTC  (7+ messages)
` [PATCH V8 1/2] KVM: selftests: Add x86_64 guest udelay() utility

[RFC 0/4] remove use of VLA
 2024-06-12  1:14 UTC  (4+ messages)
` [RFC 4/4] net/ice: remove use of VLAs

[PATCH 0/3] tracing: Fix some selftest issues
 2024-06-12  1:14 UTC  (3+ messages)
` [PATCH 3/3] tracing/kprobe: Remove cleanup code unrelated to selftest

[PATCH v7 0/4] Replay Protected Memory Block (RPMB) subsystem
 2024-06-12  1:14 UTC  (8+ messages)
` [PATCH v7 4/4] optee: probe RPMB device using RPMB subsystem

[io-uring] WARNING in io_rsrc_ref_quiesce
 2024-06-12  1:13 UTC  (2+ messages)

[io-uring] WARNING in io_fill_cqe_req_aux
 2024-06-12  1:11 UTC  (2+ messages)

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-06-12  1:11 UTC  (2+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions


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.