public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-05 22:00:25 to 2025-12-06 00:52:33 UTC [more...]

[PATCH rc v1 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
 2025-12-06  0:52 UTC  (4+ 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 4/4] iommu/arm-smmu-v3-test: Add nested s1bypass coverage

[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

[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] mm: avoid use of BIT() macro for initialising VMA flags
 2025-12-06  0:40 UTC  (3+ 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 bpf-next v3 0/6] resolve_btfids: Support for BTF modifications
 2025-12-06  0:32 UTC  (13+ messages)
` [PATCH bpf-next v3 1/6] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v3 2/6] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v3 3/6] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v3 4/6] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v3 5/6] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
  ` [PATCH bpf-next v3 6/6] resolve_btfids: change in-place update with raw binary output

[PATCH 00/11] mm/hugetlb: Eliminate fake head pages from vmemmap optimization
 2025-12-06  0:25 UTC  (7+ messages)
` [PATCH 01/11] mm: Change the interface of prep_compound_tail()
` [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 

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

[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  (3+ messages)

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2025-12-06  0:17 UTC  (45+ 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"

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

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

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

[RFC PATCH 00/38] arm_mpam: Add KVM/arm64 and resctrl glue code
 2025-12-06  0:06 UTC  (29+ messages)
` [RFC PATCH 01/38] arm64: mpam: Context switch the MPAM registers
` [RFC PATCH 14/38] arm_mpam: resctrl: Add rmid index helpers
` [RFC PATCH 15/38] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [RFC PATCH 16/38] arm_mpam: resctrl: Add support for 'MB' resource
` [RFC PATCH 17/38] arm_mpam: resctrl: Add kunit test for control format conversions
` [RFC PATCH 18/38] arm_mpam: resctrl: Add support for csu counters
` [RFC PATCH 19/38] arm_mpam: resctrl: pick classes for use as mbm counters
` [RFC PATCH 20/38] arm_mpam: resctrl: Pre-allocate free running monitors
` [RFC PATCH 21/38] arm_mpam: resctrl: Pre-allocate assignable monitors
` [RFC PATCH 22/38] arm_mpam: resctrl: Add kunit test for ABMC/CDP interactions
` [RFC PATCH 23/38] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [RFC PATCH 24/38] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [RFC PATCH 25/38] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [RFC PATCH 26/38] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [RFC PATCH 27/38] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [RFC PATCH 28/38] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [RFC PATCH 29/38] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [RFC PATCH 30/38] arm_mpam: resctrl: Call resctrl_exit() in the event of errors
` [RFC PATCH 31/38] arm_mpam: resctrl: Update the rmid reallocation limit
` [RFC PATCH 32/38] arm_mpam: resctrl: Sort the order of the domain lists
` [RFC PATCH 33/38] arm_mpam: Generate a configuration for min controls
` [RFC PATCH 34/38] arm_mpam: Add quirk framework
` [RFC PATCH 35/38] arm_mpam: Add workaround for T241-MPAM-1
` [RFC PATCH 36/38] arm_mpam: Add workaround for T241-MPAM-4
` [RFC PATCH 37/38] arm_mpam: Add workaround for T241-MPAM-6
` [RFC PATCH 38/38] arm_mpam: Quirk CMN-650's CSU NRDY behaviour

[PATCH v2] scsi: lpfc: rework lpfc_sli4_fcf_rr_next_index_get()
 2025-12-05 23:58 UTC 

[PATCH] perf: Fix 0 count issue of cpu-clock
 2025-12-05 23:44 UTC  (6+ messages)

[PATCH] selftests: zram: use bash as script uses bash syntax
 2025-12-05 23:32 UTC 

[RFC LPC2025 PATCH 0/4] Deprecate zone_reclaim_mode
 2025-12-05 23:32 UTC  (5+ messages)
` [RFC LPC2025 PATCH 1/4] mm/khugepaged: Remove hpage_collapse_scan_abort
` [RFC LPC2025 PATCH 2/4] mm/vmscan/page_alloc: Remove node_reclaim
` [RFC LPC2025 PATCH 3/4] mm/vmscan/page_alloc: Deprecate min_{slab, unmapped}_ratio
` [RFC LPC2025 PATCH 4/4] mm/vmscan: Deprecate zone_reclaim_mode

[PATCH v25 00/28] riscv control-flow integrity for usermode
 2025-12-05 23:29 UTC  (3+ messages)

[PATCH v7 5/6] clocksource/drivers/exynos_mct: Add module support for ARM64
 2025-12-05 23:27 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2025-12-05 23:26 UTC 

[PATCH v7 0/4] Add support for clean shutdown with MSHV
 2025-12-05 23:26 UTC  (6+ messages)
` [PATCH v7 1/4] fixup! Drivers: hv: Introduce mshv_vtl driver

[PATCH v9 0/6] Introduce movable pages for Hyper-V guests
 2025-12-05 23:22 UTC  (2+ messages)

[PATCH v9 0/2] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
 2025-12-05 23:21 UTC  (3+ messages)
` [PATCH v9 2/2] arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board

[PATCH v3 00/10] KVM: VMX: Fix APICv activation bugs
 2025-12-05 23:19 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: VMX: Update SVI during runtime APICv activation
` [PATCH v3 02/10] KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
` [PATCH v3 03/10] KVM: selftests: Add a test to verify APICv updates (while L2 is active)
` [PATCH v3 04/10] KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is active
` [PATCH v3 05/10] KVM: nVMX: Switch to vmcs01 to update TPR threshold "
` [PATCH v3 06/10] KVM: nVMX: Switch to vmcs01 to update SVI "
` [PATCH v3 07/10] KVM: nVMX: Switch to vmcs01 to refresh APICv controls "
` [PATCH v3 08/10] KVM: nVMX: Switch to vmcs01 to update APIC page "
` [PATCH v3 09/10] KVM: nVMX: Switch to vmcs01 to set virtual APICv mode "
` [PATCH v3 10/10] KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()

[PATCH RFC 0/9] mm/page_owner: add support for pages in swap space
 2025-12-05 23:17 UTC  (10+ messages)
` [PATCH RFC 1/9] mm: add config option SWAP_PAGE_OWNER
` [PATCH RFC 2/9] mm/page_owner: add parameter option 'page_owner=on,swap'
` [PATCH RFC 3/9] mm/page_owner: add 'struct swap_page_owner' and helpers
` [PATCH RFC 4/9] mm/page_owner: add 'xarray swap_page_owners' "
` [PATCH RFC 5/9] mm/page_owner: add swap hooks
` [PATCH RFC 6/9] mm/page_owner: report '(swapped)' pages in debugfs file 'page_owner'
` [PATCH RFC 7/9] mm/page_owner: add debugfs file 'swap_page_owner'
` [PATCH RFC 8/9] mm: call arch-specific swap hooks from generic swap hooks
` [PATCH RFC 9/9] mm: call page_owner "

i2c-host for v6.18
 2025-12-05 23:14 UTC  (3+ messages)

[PATCH] gpiolib: acpi: Add quirk for Dell Precision 7780
 2025-12-05 22:32 UTC 

[PATCH v2 0/3] mshv: Debugfs interface for mshv_root
 2025-12-05 23:06 UTC  (7+ messages)
` [PATCH v2 1/3] mshv: Ignore second stats page map result failure
` [PATCH v2 2/3] mshv: Add definitions for stats pages
` [PATCH v2 3/3] mshv: Add debugfs to view hypervisor statistics

[PATCH v10 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-12-05 23:04 UTC  (3+ messages)

[PATCH] mac80211_hwsim: fix divide error in mac80211_hwsim_link_info_changed
 2025-12-05 23:03 UTC  (2+ messages)

[PATCH] thermal: intel: int340x: Enable power slider interface for Wildcat Lake
 2025-12-05 23:00 UTC 

[RFC PATCH 0/1] Introduce Hierarchical Queued NUMA-aware spinlock
 2025-12-06  6:21 UTC  (7+ messages)
` [RFC PATCH v2 0/5] "
  ` [RFC PATCH v2 1/5] kernel: introduce Hierarchical Queued spinlock
  ` [RFC PATCH v2 2/5] hq-spinlock: proc tunables and debug stats
  ` [RFC PATCH v2 3/5] kernel: introduce general hq-lock support
  ` [RFC PATCH v2 4/5] lockref: use hq-spinlock
  ` [RFC PATCH v2 5/5] kernel: futex: use HQ-spinlock for hash-buckets

[PATCH v8 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-12-05 23:00 UTC  (16+ messages)
` [PATCH v8 04/14] firmware: qcom_scm: Introduce PAS context initialization helper function
` [PATCH v8 08/14] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v8 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v8 14/14] arm64: dts: qcom: Add EL2 overlay for Lemans

[PATCH 6.1.y RESEND] KVM: arm64: silence -Wuninitialized-const-pointer warning
 2025-12-05 22:53 UTC  (4+ messages)

[RFC PATCH v1 0/1] ACPI: s2idle: Add /sys/power/lps0_screen_off
 2025-12-05 22:51 UTC  (8+ messages)
` [RFC PATCH v1 1/1] ACPI: PM: s2idle: Add lps0_screen_off sysfs interface

[PATCH 6.1.y RESEND v2] KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warning
 2025-12-05 22:51 UTC 

[PATCH v4] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2025-12-05 22:49 UTC 

[PATCH v2 0/6] Add Medion SPRCHRGD 14 S1 (X1E78100)
 2025-12-05 22:46 UTC  (3+ messages)
` [PATCH v2 6/6] firmware: qcom: scm: QSEECOM on Medion SPRCHRGD 14 S1

[PATCH 0/5] Fixes to Tegra USB role switching and Smaug USB role switching enablement
 2025-12-05 22:36 UTC  (2+ messages)

[PATCH] ARM: dts: integrator: Fix DMA ranges mismatch warning on IM-PD1
 2025-12-05 22:36 UTC  (2+ messages)

[PATCH v2 0/1 RESEND] ARM: tegra: add support for Xiaomi Mi Pad (A0101)
 2025-12-05 22:36 UTC  (2+ messages)

[PATCH v2 00/22] media: platform: rga: Add RGA3 support
 2025-12-05 22:36 UTC  (2+ messages)

[PATCH v5 0/5] Add support for Ezurio MediaTek platforms
 2025-12-05 22:36 UTC  (2+ messages)

[PATCH 0/4] Add support for the Mediatek Genio 520-EVK and 720-EVK boards
 2025-12-05 22:36 UTC  (2+ messages)

Possible memory leak in 6.17.7
 2025-12-05 22:23 UTC  (3+ messages)

[PATCH iwlwifi-fixes] wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP
 2025-12-05 22:26 UTC  (2+ messages)

[PATCH v2 00/13] selftests: Fix build warnings and errors
 2025-12-05 22:21 UTC  (3+ messages)
` [PATCH v2 09/13] selftests/seccomp: Fix build warning

pty: childs don't always react on close(2)
 2025-12-05 22:20 UTC  (3+ messages)

[GIT PULL] MM updates for 6.19-rc1
 2025-12-05 22:14 UTC  (2+ messages)

[PATCH net-next v3 2/3] net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controller
 2025-12-05 22:16 UTC  (2+ messages)

[GIT PULL] sysctl changes for v6.19-rc1
 2025-12-05 22:11 UTC  (2+ messages)

[PATCH] lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bit
 2025-12-05 22:04 UTC  (4+ messages)

[PATCH] docs: hwmon: fix link to g762 devicetree binding
 2025-12-05 21:58 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox