All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-06 00:01:46 to 2025-12-06 00:57:09 UTC [more...]

[PATCH] iommufd/selftest: Make it clearer to gcc that the access is not out of bounds
 2025-12-06  0:56 UTC  (2+ messages)

[PATCH] sched/fair: Fix pelt lost idle time detection
 2025-12-06  0:54 UTC  (4+ messages)

[PATCH rc v1 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
 2025-12-06  0:52 UTC  (5+ messages)
` [PATCH rc v1 1/4] iommu/arm-smmu-v3: Add ignored bits to fix STE update sequence
` [PATCH rc v1 2/4] iommu/arm-smmu-v3: Ignore STE MEV when computing the "
` [PATCH rc v1 3/4] iommu/arm-smmu-v3: Ignore STE EATS "
` [PATCH rc v1 4/4] iommu/arm-smmu-v3-test: Add nested s1bypass coverage

[PATCH v1 0/3] list: add primitives for private list manipulations
 2025-12-06  0:52 UTC  (4+ messages)

[PATCH] iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP fails
 2025-12-06  0:47 UTC  (2+ messages)

[PATCH v3 0/7] spi: add multi-lane support
 2025-12-06  0:47 UTC  (7+ messages)
` [PATCH v3 7/7] dt-bindings: iio: adc: adi,ad4030: add data-lanes property

[PATCH v13 02/25] PCI/CXL: Introduce pcie_is_cxl()
 2025-12-06  0:45 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: APIC and I/O APIC cleanups
 2025-12-06  0:43 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Drop ASSERT()s on APIC/vCPU being non-NULL
` [PATCH 2/9] KVM: x86: Drop guest/user-triggerable asserts on IRR/ISR vectors
` [PATCH 3/9] KVM: x86: Drop ASSERT() on I/O APIC EOIs being only for LEVEL_to WARN_ON_ONCE
` [PATCH 4/9] KVM: x86: Drop guest-triggerable ASSERT()s on I/O APIC access alignment
` [PATCH 5/9] KVM: x86: Drop MAX_NR_RESERVED_IOAPIC_PINS, use KVM_MAX_IRQ_ROUTES directly
` [PATCH 6/9] KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
` [PATCH 7/9] KVM: x86: Fold "struct dest_map" into "struct rtc_status"
` [PATCH 8/9] KVM: x86: Bury ioapic.h definitions behind CONFIG_KVM_IOAPIC
` [PATCH 9/9] KVM: x86: Hide KVM_IRQCHIP_KERNEL behind CONFIG_KVM_IOAPIC=y

❌ FAIL: Test report for master (6.18.0, upstream-mainline, 7203ca41)
 2025-12-06  0:43 UTC 

[PATCH v13 01/25] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
 2025-12-06  0:41 UTC  (3+ messages)

[PATCH] aspeed: Deprecate the fby35 machine
 2025-12-06  0:40 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] common/quota: fix to wait for all inodes been evicted in _check_quota_usage()
 2025-12-06  0:40 UTC  (2+ messages)
`  "

[PATCH] mm: avoid use of BIT() macro for initialising VMA flags
 2025-12-06  0:40 UTC  (3+ messages)

[PATCH v2] mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
 2025-12-06  0:39 UTC  (2+ messages)

linux-next: manual merge of the nfs tree with Linus' tree
 2025-12-06  0:36 UTC  (5+ messages)
` [6.19 PATCH] nfs/localio: fix regression due to out-of-order __put_cred [was: Re: linux-next: manual merge of the nfs tree with Linus' tree]

[PATCH v3 0/2] Limit num_syncs to prevent oversized allocations
 2025-12-06  0:34 UTC  (5+ messages)
` [PATCH v3 2/2] drm/xe/oa: "
` ✗ CI.checkpatch: warning for Limit num_syncs to prevent oversized allocations (rev3)
` ✓ CI.KUnit: success "

[PATCH bpf-next v3 0/6] resolve_btfids: Support for BTF modifications
 2025-12-06  0:32 UTC  (3+ messages)
` [PATCH bpf-next v3 4/6] lib/Kconfig.debug: Set the minimum required pahole version to v1.22

[PATCH 0/3] drm/xe/oa: Expose MERT OA unit
 2025-12-06  0:27 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH BlueZ v3] monitor: Add unknown options decoding for Configure Response
 2025-12-06  0:27 UTC  (2+ messages)
` [BlueZ,v3] "

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2025-12-06  0:17 UTC  (135+ messages)
` [PATCH v6 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v6 02/44] perf: Add generic exclude_guest support
` [PATCH v6 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v6 05/44] perf: Clean up perf ctx time
` [PATCH v6 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v6 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v6 08/44] perf/x86/core: Register a new vector for handling mediated guest PMIs
` [PATCH v6 09/44] perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)
` [PATCH v6 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v6 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v6 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v6 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v6 14/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v6 15/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v6 16/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v6 17/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v6 18/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v6 19/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v6 20/44] KVM: x86/pmu: Disable RDPMC interception for compatible "
` [PATCH v6 21/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v6 22/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v6 23/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v6 24/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v6 25/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v6 26/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v6 27/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v6 28/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v6 29/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v6 30/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v6 31/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v6 32/44] KVM: nSVM: "
` [PATCH v6 33/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v6 34/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
` [PATCH v6 35/44] KVM: VMX: Drop intermediate "guest" field from msr_autostore
` [PATCH v6 36/44] KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
` [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
` [PATCH v6 38/44] KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
` [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
` [PATCH v6 40/44] KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
` [PATCH v6 41/44] KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list
` [PATCH v6 43/44] KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list address
` [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"

[TEST] vxlan brige test flakiness
 2025-12-06  0:26 UTC  (5+ messages)

[PATCH 00/11] mm/hugetlb: Eliminate fake head pages from vmemmap optimization
 2025-12-06  0:25 UTC  (3+ messages)
` [PATCH 04/11] mm: Rework compound_head() for power-of-2 sizeof(struct page)

[syzbot] [xfs?] possible deadlock in xfs_buffered_write_iomap_begin
 2025-12-06  0:24 UTC 

[PATCH i-g-t, v5 00/13] Add plane color pipeline tests for Intel hardware
 2025-12-06  0:23 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Add plane color pipeline tests for Intel hardware (rev5)

[PATCH mptcp-next v14 0/8] implement mptcp read_sock
 2025-12-06  0:22 UTC  (7+ messages)
` [PATCH mptcp-next v14 2/8] mptcp: implement .read_sock
` [PATCH mptcp-next v14 3/8] tcp: add recv_should_stop helper
` [PATCH mptcp-next v14 6/8] mptcp: implement .splice_read

[GIT PULL] exfat update for 6.19-rc1
 2025-12-06  0:17 UTC  (2+ messages)

[PATCH v2] packfile: skip decompressing and hashing blobs in add_promisor_object()
 2025-12-06  0:20 UTC 

[anolis-intel-cloud:devel-5.10 2/2] mm/balloon_compaction.c:199: warning: Function parameter or member 'first_page' not described in 'balloon_page_list_dequeue_cont'
 2025-12-06  0:20 UTC 

[GIT PULL] vfs fixes
 2025-12-06  0:17 UTC  (3+ messages)

[GIT PULL] fuse update for 6.19
 2025-12-06  0:17 UTC  (2+ messages)

[git pull][vfs] tree-in-dcache stuff
 2025-12-06  0:16 UTC  (2+ messages)

[RFC][PATCH] sched/ext: Split curr|donor references properly
 2025-12-06  0:14 UTC 

[PATCH v2 bpf-next] libbpf: Add debug messaging in dedup equivalence/identity matching
 2025-12-06  0:14 UTC  (2+ messages)

[PATCH v2 0/4] libbpf: move arena variables out of the zero
 2025-12-06  0:11 UTC  (8+ messages)
` [PATCH v2 2/4] bpf/verifier: do not limit maximum direct offset into arena map
` [PATCH v2 3/4] libbpf: move arena globals to the end of the arena

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-06  0:11 UTC  (5+ messages)

[RFC PATCH 00/38] arm_mpam: Add KVM/arm64 and resctrl glue code
 2025-12-06  0:06 UTC  (3+ messages)
` [RFC PATCH 31/38] arm_mpam: resctrl: Update the rmid reallocation limit

[PATCH v6 0/7] Add ASPEED PCIe Root Complex support
 2025-12-06  0:08 UTC  (5+ messages)

[XEN PATCH v2 1/3] xen/arm/p2m: perform IPA-based TLBI when IPA is known
 2025-12-06  0:03 UTC  (3+ messages)
` [XEN PATCH v2 3/3] xen/arm32: add CPU capability for IPA-based TLBI

[bluez/bluez]
 2025-12-06  0:01 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.