messages from 2025-10-30 18:29:49 to 2025-10-30 20:34:32 UTC [more...]
[PATCH v3 00/28] vfio/xe: Add driver variant for Xe VF migration
2025-10-30 20:31 UTC (29+ messages)
` [PATCH v3 01/28] drm/xe/pf: Remove GuC version check for migration support
` [PATCH v3 02/28] drm/xe: Move migration support to device-level struct
` [PATCH v3 03/28] drm/xe/pf: Convert control state to bitmap
` [PATCH v3 04/28] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH v3 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v3 06/28] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH v3 07/28] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v3 08/28] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v3 09/28] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH v3 10/28] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH v3 11/28] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH v3 12/28] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v3 13/28] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH v3 14/28] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH v3 15/28] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH v3 16/28] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v3 17/28] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v3 18/28] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH v3 19/28] drm/xe/pf: Handle MMIO "
` [PATCH v3 20/28] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH v3 21/28] drm/xe/migrate: Add function to copy of VRAM data in chunks
` [PATCH v3 22/28] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH v3 23/28] drm/xe/pf: Add wait helper for VF FLR
` [PATCH v3 24/28] drm/xe/pf: Enable SR-IOV VF migration
` [PATCH v3 25/28] drm/xe/pci: Introduce a helper to allow VF access to PF xe_device
` [PATCH v3 26/28] drm/xe/pf: Export helpers for VFIO
` [PATCH v3 27/28] drm/intel/pciids: Add match with VFIO override
` [PATCH v3 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics
[PATCH net] net: spacemit: Implement emac_set_pauseparam properly
2025-10-30 20:30 UTC (2+ messages)
[PATCH v2 0/2] KVM: arm64: Support FF-A direct messaging interfaces
2025-10-30 20:28 UTC (2+ messages)
[PATCH 0/3] Fix a lost async pagefault notification when the guest is using SMM
2025-10-30 20:28 UTC (9+ messages)
` [PATCH 2/3] KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued
[PATCH v4 0/4] mm/userfaultfd: modulize memory types
2025-10-30 20:24 UTC (10+ messages)
[GIT PULL] kunit fixes update for Linux 6.18-rc4
2025-10-30 20:23 UTC
[PATCH v2] platform/chrome: cros_ec_lightbar: Check if ec supports suspend commands
2025-10-30 20:21 UTC (2+ messages)
[PATCH v2 00/13] Add RZ/G3E RSCI support
2025-10-30 20:21 UTC (5+ messages)
` [PATCH v2 01/13] dt-bindings: serial: renesas,rsci: Document RZ/G3E support
` [PATCH v2 03/13] serial: sh-sci: Drop extra lines
[PATCH] x86/microcode/AMD: Select which microcode patch to load
2025-10-30 20:21 UTC (2+ messages)
` [tip: x86/microcode] "
[PATCH v4] arch/x86/microcode: Mark early_parse_cmdline() as __init
2025-10-30 20:21 UTC (2+ messages)
` [tip: x86/microcode] x86/microcode: "
[PATCH v2 0/5] regcache: Split out ->populate() and use it
2025-10-30 20:18 UTC (6+ messages)
` [PATCH v2 2/5] regcache: rbtree: Split ->populate() from ->init()
` [PATCH v2 3/5] regcache: flat: Remove unneeded check and error message for -ENOMEM
[PATCH] platform/chrome: cros_ec_lightbar: Check if ec supports suspend commands
2025-10-30 20:17 UTC (2+ messages)
[PATCH] powerpc/cputable: Use pointer from memcpy() call for assignment in set_cur_cpu_spec()
2025-10-30 20:15 UTC
[PATCH] fs/pipe: stop duplicating union pipe_index declaration
2025-10-30 20:16 UTC (11+ messages)
` fms extension (Was: [PATCH] fs/pipe: stop duplicating union pipe_index declaration)
[PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
2025-10-30 20:10 UTC (2+ messages)
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-10-30 20:09 UTC (29+ messages)
` [PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
` [PATCH v4 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
` [PATCH v4 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
` [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()
[PATCH 1/1] tools headers uapi: Update fs.h with the kernel sources
2025-10-30 20:09 UTC
[PATCH] nova-core: Ada: basic GPU identification
2025-10-30 20:09 UTC (3+ messages)
[PATCH 00/19] Cache Aware Scheduling
2025-10-30 20:07 UTC (8+ messages)
` [PATCH 15/19] sched/fair: Respect LLC preference in task migration and detach
[PATCH] fbdev/vesafb: Use dev_* fn's instead printk
2025-10-30 20:07 UTC (2+ messages)
` [PATCH v2] "
[PATCH v1] PM: sleep: Allow pm_restrict_gfp_mask() stacking
2025-10-30 19:49 UTC (2+ messages)
[RFC PATCH 0/3] iio: adc: Add support for TI ADS1120 ADC
2025-10-30 20:04 UTC (6+ messages)
` [RFC PATCH 1/3] dt-bindings: iio: adc: Add TI ADS1120 binding
[PATCH] dt-bindings: thermal: Drop db8500-thermal.txt
2025-10-30 20:02 UTC (2+ messages)
[PATCH v3 00/14] serial: sc16is7xx: register access fixes and improvements
2025-10-30 20:01 UTC (4+ messages)
` [PATCH v3 11/14] serial: sc16is7xx: use KBUILD_MODNAME
[PATCH v2 0/3] mfd: twl603x: add power button
2025-10-30 19:59 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: mfd: twl: enable power button also for twl603x
` [PATCH v2 2/3] Input: twl4030 - add TWL603x power button
` [PATCH v2 3/3] ARM: dts: ti/omap: omap4-epson-embt2ws: add powerbutton
[GIT PULL] ACPI fixes for v6.18-rc4
2025-10-30 19:58 UTC
[PATCH v2] docs: kdoc: fix duplicate section warning message
2025-10-30 19:58 UTC
[PATCH] MIPS: Loongson64: Use pointer from memcpy() call for assignment in loongson_kexec_prepare()
2025-10-30 19:57 UTC
[GIT PULL] Power management fixes for v6.18-rc4
2025-10-30 19:57 UTC
[PATCH v6 0/6] Fix, extend and support OF to mc13xxx pwrbutton
2025-10-30 19:56 UTC (7+ messages)
` [PATCH v6 1/6] Input: mc13783-pwrbutton: use managed resources
` [PATCH v6 2/6] Input: mc13783-pwrbutton: fix irq mixup and use resources
` [PATCH v6 3/6] Input: mc13783-pwrbutton: convert pdata members to array
` [PATCH v6 4/6] Input: mc13783-pwrbutton: enable other mc13xxx PMIC
` [PATCH v6 5/6] Input: mc13783-pwrbutton: add OF support and drop platform_data
` [PATCH v6 6/6] ARM: dts: imx53: add imx53-qsrb PMIC power button
[PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
2025-10-30 19:49 UTC (20+ messages)
` [PATCH v6 01/11] dt-bindings: arm: Add compatible for MediaTek MT8189
` [PATCH v6 02/11] dt-bindings: iio: adc: Support MediaTek MT8189 evb board auxadc
` [PATCH v6 03/11] dt-bindings: nvmem: Support MediaTek MT8189 evb board efuse
` [PATCH v6 04/11] dt-bindings: pwm: Support MediaTek MT8189 evb board disp-pwm
` [PATCH v6 06/11] dt-bindings: timer: Support MediaTek MT8189 evb board timer
` [PATCH v6 07/11] dt-bindings: usb: Support MediaTek MT8189 evb board xhci
` [PATCH v6 08/11] dt-bindings: watchdog: Support MediaTek MT8189 evb board wdt
` [PATCH v6 09/11] arm64: dts: mediatek: Add MT6319 PMIC Support
` [PATCH v6 10/11] arm64: dts: mediatek: add properties for MT6359
[RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
2025-10-30 19:48 UTC (3+ messages)
[PATCH] docs: kdoc: fix duplicate section warning message
2025-10-30 19:47 UTC (3+ messages)
[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
2025-10-30 19:47 UTC (11+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-10-30 19:43 UTC (4+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
[PATCH] KVM: SVM: switch to raw spinlock for svm->ir_list_lock
2025-10-30 19:41 UTC
[PATCH v2 0/6] platform/x86: lenovo-wmi-{capdata,other}: Add HWMON for fan speed
2025-10-30 19:39 UTC (7+ messages)
` [PATCH v2 1/6] platform/x86: lenovo-wmi-helpers: convert returned 4B buffer into u32
` [PATCH v2 2/6] platform/x86: Rename lenovo-wmi-capdata01 to lenovo-wmi-capdata
` [PATCH v2 3/6] platform/x86: lenovo-wmi-{capdata,other}: Support multiple Capability Data
` [PATCH v2 4/6] platform/x86: lenovo-wmi-capdata: Add support for Capability Data 00
` [PATCH v2 5/6] platform/x86: lenovo-wmi-capdata: Add support for Fan Test Data
` [PATCH v2 6/6] platform/x86: lenovo-wmi-other: Add HWMON for fan speed RPM
[PATCH] MIPS: BCM63xx: Use pointer from memcpy() call for assignment in bcm63xx_enet_register()
2025-10-30 19:38 UTC
[PATCH v2 0/2] arm64: tegra: Add NVIDIA Jetson Nano 2GB Developer Kit support
2025-10-30 19:35 UTC (2+ messages)
[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
2025-10-30 19:28 UTC (6+ messages)
` [PATCH v10 08/15] x86/vsyscall: Reorganize the page fault emulation code
[PATCH] x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbols
2025-10-30 19:28 UTC (2+ messages)
[PATCH V2 0/4] Add tegra264 audio device tree support
2025-10-30 19:25 UTC (5+ messages)
` [PATCH V2 1/4] dt-bindings: dma: Update ADMA bindings for tegra264
` [PATCH V2 4/4] arm64: tegra: Add tegra264 audio support
[PATCH v3 0/2] media: i2c: add Sony IMX111 CMOS camera sensor driver
2025-10-30 19:23 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: document Sony IMX111 CMOS sensor
[PATCH 0/4] initial work on making VMA flags a bitmap
2025-10-30 19:21 UTC (8+ messages)
` [PATCH 4/4] mm: introduce and use VMA flag test helpers
[PATCH] kexec: print out debugging message if required for kexec_load
2025-10-30 19:20 UTC (2+ messages)
[PATCH v4 0/5] Support for Exynos7870's display stack (DECON, MIPIPHY, DSIM, etc.)
2025-10-30 19:20 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: soc: samsung: exynos-pmu: allow mipi-phy subnode for Exynos7870 PMU
` [PATCH v4 2/5] arm64: dts: exynos7870: add DSI support
` [PATCH v4 3/5] arm64: dts: exynos7870-on7xelte: enable display panel support
` [PATCH v4 4/5] arm64: dts: exynos7870-a2corelte: "
` [PATCH v4 5/5] arm64: dts: exynos7870-j6lte: "
[PATCH] ARM: mm: Use pointer from memcpy() call for assignment in pgd_alloc()
2025-10-30 19:20 UTC
[PATCH v2] sched/fair: Prefer cache locality for EAS wakeup
2025-10-30 19:19 UTC
[PATCH 0/4] Cleanups in amd64_edac
2025-10-30 19:18 UTC (5+ messages)
` [PATCH 4/4] EDAC/mc_sysfs: Begin deprecating legacy sysfs EDAC interface
[PATCH v5 0/4] KVM: x86: User-return MSR fix+cleanups
2025-10-30 19:15 UTC (5+ messages)
` [PATCH v5 1/4] KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-Module
` [PATCH v5 2/4] KVM: x86: WARN if user-return MSR notifier is registered on exit
` [PATCH v5 3/4] KVM: x86: Leave user-return notifier registered on reboot/shutdown
` [PATCH v5 4/4] KVM: x86: Don't disable IRQs when unregistering user-return notifier
[PATCH 1/1] ASoC: dt-bindings: consolidate simple audio codec to trivial-codec.yaml
2025-10-30 19:14 UTC (2+ messages)
[PATCH PM/for-6.19] freezer: Clarify that only cgroup1 freezer uses PM freezer
2025-10-30 19:11 UTC (2+ messages)
[PATCH 0/3] Unify VERW mitigation for guests
2025-10-30 19:11 UTC (9+ messages)
` [PATCH 1/3] x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
` [PATCH 3/3] x86/mmio: Unify VERW mitigation for guests
[PATCH RESEND] x86/split_lock: Make split lock mitigation sleep duration configurable
2025-10-30 19:10 UTC (2+ messages)
[PATCH v5 0/3] PM: hibernate: make compression threads configurable and support dynamic crc arrays
2025-10-30 19:09 UTC (2+ messages)
[PATCH v2 0/2] dt-bindings: mailbox: qcom-ipcc: Add IPCC on Kaanapali and Glymur Platforms
2025-10-30 19:11 UTC (6+ messages)
` [PATCH v2 2/2] dt-bindings: mailbox: qcom: Add IPCC support for Glymur Platform
[PATCH] vfio: Fix ksize arg while copying user struct in vfio_df_ioctl_bind_iommufd()
2025-10-30 19:07 UTC (3+ messages)
[PATCH v2 00/23] mm: BPF OOM
2025-10-30 19:06 UTC (7+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
2025-10-30 19:06 UTC (5+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
` [PATCH RFC 2/4] samples: rust: Add sample demonstrating C linked list iteration
` [PATCH RFC 3/4] rust: drm: Add DRM buddy allocator bindings
` [PATCH RFC 4/4] samples: rust: Add sample demonstrating DRM buddy allocator
[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
2025-10-30 19:06 UTC (6+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck
[PATCH 0/2] KVM: x86: Fix an FPU+CET splat
2025-10-30 18:58 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: Unload "FPU" state on INIT if and only if its currently in-use
` [PATCH 2/2] KVM: x86: Harden KVM against imbalanced load/put of guest FPU state
Concerns about SFrame viability for userspace stack walking
2025-10-30 18:57 UTC (7+ messages)
[PATCH] ARM: ecard: Use pointers from memcpy() calls for assignments in ecard_init_pgtables()
2025-10-30 18:56 UTC
[PATCH v3 0/2] Add interconnect support for Kaanapali SoC
2025-10-30 18:57 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in "
[PATCH RESEND v2] devfreq: move governor.h to a public header location
2025-10-30 18:54 UTC (2+ messages)
[PATCH v3 0/4] airoha: an7581: USB support
2025-10-30 18:51 UTC (8+ messages)
` [PATCH v3 2/4] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY
[PATCH] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
2025-10-30 18:47 UTC
[PATCH] KVM: x86: Add a helper to dedup reporting of unhandled VM-Exits
2025-10-30 18:50 UTC
[PATCH 0/2] arm64: dts: qcom: msm8996: fix issues with probing of USB hosts
2025-10-30 18:52 UTC (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller
[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
2025-10-30 18:47 UTC (3+ messages)
` [RFC PATCH 2/5] lib: Introduce BLOG (Binary LOGging) subsystem
[PATCH] dma-mapping: Allow use of DMA_BIT_MASK(64) in global scope
2025-10-30 18:47 UTC (2+ messages)
[PATCH 0/7] arm64: dts: qcom: cleanup GPU's zap-shader node
2025-10-30 18:46 UTC (8+ messages)
` [PATCH 3/7] arm64: dts: qcom: sc8180x: create common "
[RFC PATCH] sched/deadline: Avoid dl_server boosting with expired deadline
2025-10-30 18:42 UTC (11+ messages)
[PATCH] btrfs: make ASSERT no-op in release builds
2025-10-30 18:23 UTC
[PATCH] accel: goya: replace sprintf() with sysfs_emit()
2025-10-30 18:35 UTC
[PATCH v3 0/6] arm64: dts: freescale: add support for the GOcontroll Moduline IV/Mini
2025-10-30 18:34 UTC (3+ messages)
` [PATCH v3 1/6] dt-bindings: arm: fsl: Add "
[PATCH] dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible for MT8189 SoC
2025-10-30 18:33 UTC (2+ messages)
[PATCH] dt-bindings: i2c: i2c-mt65xx: Add compatible for MT8189 SoC
2025-10-30 18:32 UTC (2+ messages)
[PATCH 5.15 000/123] 5.15.196-rc1 review
2025-10-30 18:30 UTC (4+ messages)
[PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
2025-10-30 18:31 UTC (2+ messages)
[PATCH net-next v2] Documentation: netconsole: Separate literal code blocks for full and short netcat command name versions
2025-10-30 18:31 UTC (2+ messages)
[PATCH v2] dt-bindings: interrupt-controller: Update license for MIPS GIC header
2025-10-30 18:29 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).