[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
2025-10-17 1:41 UTC (21+ messages)
` [PATCH v5 03/14] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v5 07/14] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v5 08/14] gpu: nova-core: gsp: Create rmargs
` [PATCH v5 09/14] gpu: nova-core: Add bindings and accessors for GspSystemInfo
[PATCH net-next v4 00/24][pull request] Queue configs and large buffer providers
2025-10-17 1:40 UTC (6+ messages)
[PATCH v13 1/2] dt-bindings: iio: adc: add max14001
2025-10-17 1:38 UTC (2+ messages)
[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
2025-10-17 1:36 UTC
[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
2025-10-17 1:36 UTC (6+ messages)
[PATCH] tools/mm/page_owner_sort: add help option support
2025-10-17 1:35 UTC (3+ messages)
[PATCH RESEND] mm/memory-failure: not select MEMORY_ISOLATION
2025-10-17 1:32 UTC (2+ messages)
[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
2025-10-17 1:29 UTC (4+ messages)
` [PATCH v6 6/7] mm: Introduce deferred freeing for kernel page tables
[PATCH mm-new 1/1] mm/khugepaged: guard is_zero_pfn() calls with pte_present()
2025-10-17 1:27 UTC (3+ messages)
[PATCH v2 1/5] rust/io: factor common I/O helpers into Io trait and specialize Mmio<SIZE>
2025-10-17 1:26 UTC (2+ messages)
[PATCH v6 3/5] printk: nbcon: Allow KDB to acquire the NBCON context
2025-10-17 1:25 UTC (2+ messages)
[PATCH net-next] gve: Consolidate and persist ethtool ring changes
2025-10-17 1:25 UTC
[PATCH v2] x86/its: use Sapphire Rapids+ feature to opt out
2025-10-17 1:18 UTC
[PATCH] net: stmmac: dwmac-sophgo: Add phy interface filter
2025-10-17 1:18 UTC
[PATCH v2 0/3] cpufreq: intel_pstate: Adjust the energy model for hybrid systems
2025-10-17 1:15 UTC (4+ messages)
` [PATCH v2 3/3] cpufreq: intel_pstate: hybrid: Adjust energy model rules
` [PATCH v3 "
[PATCH] mshv: Fix deposit memory in MSHV_ROOT_HVCALL
2025-10-17 1:12 UTC (2+ messages)
[PATCH] x86/its: use Sapphire Rapids+ feature to opt out
2025-10-17 1:12 UTC
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-10-17 1:09 UTC (5+ messages)
` [PATCH v12 14/23] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v12 19/23] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
[PATCH v1] perf arm_spe: Add a macro definition to handle offset value
2025-10-17 1:07 UTC (2+ messages)
[PATCH -next RFC 00/16] cpuset: rework local partition logic
2025-10-17 1:05 UTC (3+ messages)
[PATCH][next] spi: aspeed: fix spelling mistake "triming" -> "trimming"
2025-10-17 1:05 UTC (2+ messages)
[PATCH v2 0/3] Do not change split folio target order
2025-10-17 1:03 UTC (7+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently
[PATCH 0/3] gpio: idio-16: Fix regmap initialization errors
2025-10-17 0:58 UTC (4+ messages)
` [PATCH 1/3] gpio: 104-idio-16: Define maximum valid register address offset
` [PATCH 2/3] gpio: pci-idio-16: "
` [PATCH 3/3] gpio: idio-16: Define fixed direction of the GPIO lines
[PATCH v5 0/4] reparent the THP split queue
2025-10-17 0:46 UTC (3+ messages)
` [PATCH v5 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
[PATCH v2] HID: hid-input: only ignore 0 battery events for digitizers
2025-10-17 0:38 UTC (3+ messages)
` 答复: [External Mail]Re: "
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-17 0:32 UTC (26+ messages)
` [PATCH v3 01/25] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v3 02/25] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 08/25] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 12/25] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 17/25] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v3 18/25] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()
[PATCH net-next 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
2025-10-17 0:31 UTC (8+ messages)
` [PATCH net-next 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
[PATCH 0/3] soc: qcom: pmic_glink: Add support for battery management running on SOCCP
2025-10-17 0:30 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: soc: qcom: qcom,pmic-glink: Add Kaanapali and Glymur compatibles
` [PATCH 2/3] soc: qcom: pmic_glink: Add support for SOCCP remoteproc channels
` [PATCH 3/3] soc: qcom: pmic_glink: Add PDR service path and service name to client data
[PATCH v2 0/6] media: qcom: camss: Add Kaanapali support
2025-10-17 0:27 UTC (18+ messages)
` [PATCH v2 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
` [PATCH v2 4/6] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY
` [PATCH v2 5/6] media: qcom: camss: csid: Add support for CSID 1080
` [PATCH v2 6/6] media: qcom: camss: vfe: Add support for VFE 1080
[PATCH] usb: typec: ucsi: psy: Set max current to zero when disconnected
2025-10-17 0:26 UTC (3+ messages)
[PATCH v2 0/3] UCSI Power Supply Updates
2025-10-17 0:25 UTC (8+ messages)
` [PATCH v2 1/3] usb: typec: ucsi: psy: Add power supply status
` [PATCH v2 2/3] usb: typec: ucsi: Report power supply changes on power opmode changes
` [PATCH v2 3/3] usb: typec: ucsi: Report power supply change on sink path change
[PATCH v3 0/3] Add ITE IT61620 MIPI DSI to HDMI bridge driver
2025-10-17 0:22 UTC (4+ messages)
` [PATCH v3 2/3] drm/bridge: "
[PATCH v5 00/10] Introduce Glymur USB support
2025-10-17 0:15 UTC (9+ messages)
` [PATCH v5 02/10] dt-bindings: phy: qcom,qmp-usb: Add Glymur USB UNI PHY compatible
[PATCH v4 0/2] DisplayID DSC passthrough timing support
2025-10-17 0:11 UTC (8+ messages)
` [PATCH v4 1/2] drm/edid: parse DRM VESA dsc bpp target
[PATCH v13 00/12] KVM: guest_memfd: Add NUMA mempolicy support
2025-10-17 0:09 UTC (6+ messages)
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-17 0:01 UTC (4+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH] Documentation: KVM: Formalizing taking vcpu->mutex *outside* of kvm->slots_lock
2025-10-16 23:55 UTC
[PATCH net-next v5] dt-bindings: net: qcom: ethernet: Add interconnect properties
2025-10-16 23:50 UTC (2+ messages)
[PATCH] tools: fix == bashism in kernel-chktaint
2025-10-16 23:47 UTC (2+ messages)
` [PATCH] tools: remove unnecessary x suffix in test strings
[PATCH net-next] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
2025-10-16 23:31 UTC (2+ messages)
[PATCH] sysfs: check visibility before changing group attribute ownership
2025-10-16 23:30 UTC (6+ messages)
[PATCH v5 0/3] Add UltraRISC DP1000 PLIC support
2025-10-16 23:25 UTC (6+ messages)
` [PATCH v5 3/3] irqchip/plic: add support for UltraRISC DP1000 PLIC
[PATCH 0/3] Clean `rustfmt` formatting and define imports style
2025-10-16 23:25 UTC (2+ messages)
[PATCH net v3] netpoll: Fix deadlock in memory allocation under spinlock
2025-10-16 23:23 UTC (2+ messages)
[PATCH] rust: bitmap: fix formatting
2025-10-16 23:21 UTC
[PATCH v8 0/2] Add driver support for Eswin eic7700 SoC ethernet controller
2025-10-16 23:20 UTC (2+ messages)
[PATCH net v2] rtnetlink: Allow deleting FDB entries in user namespace
2025-10-16 23:20 UTC (2+ messages)
[PATCH] rust: usb: fix formatting
2025-10-16 23:13 UTC
[PATCH 0/3] Rust PCI housekeeping
2025-10-16 23:02 UTC (5+ messages)
` [PATCH 1/3] rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>
[PATCH v2 0/2] memcg: reading memcg stats more efficiently
2025-10-16 23:00 UTC (6+ messages)
[PATCH net] net: rmnet: Fix checksum offload header v5 and aggregation packet formatting
2025-10-16 23:00 UTC (3+ messages)
[PATCH v1 0/7] Add support for StarFive VisionFive 2 Lite board
2025-10-16 22:55 UTC (3+ messages)
` [PATCH v1 4/7] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts
[PATCH] PCI/PM: Prevent runtime suspend before devices are fully initialized
2025-10-16 22:53 UTC
[PATCH v3 0/3] Add pinctrl support for Sky1
2025-10-16 22:51 UTC (5+ messages)
` [PATCH v3 2/3] pinctrl: cix: Add pin-controller support for sky1
` 回复: "
[PATCH v2] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
2025-10-16 22:50 UTC (2+ messages)
[PATCH net] net/mlx5e: psp, avoid 'accel' NULL pointer dereference
2025-10-16 22:50 UTC (2+ messages)
[PATCH v3 00/10] pinctrl: stm32: Support I/O synchronization
2025-10-16 22:41 UTC (9+ messages)
` [PATCH v3 02/10] dt-bindings: pincfg-node: Add properties 'skew-delay-{in,out}put'
[PATCH net-next v13 0/3] net: dsa: yt921x: Add support for Motorcomm YT921x
2025-10-16 22:38 UTC (3+ messages)
` [PATCH net-next v13 3/3] "
[PATCH v5 2/2] usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspend
2025-10-16 22:35 UTC (4+ messages)
[PATCH v2 1/2] memcg: introduce kfuncs for fetching memcg stats
2025-10-16 22:28 UTC (2+ messages)
[PATCH v4 0/4] KVM: x86: User-return MSR cleanups
2025-10-16 22:28 UTC (5+ messages)
` [PATCH v4 1/4] KVM: TDX: Synchronize user-return MSRs immediately after VP.ENTER
` [PATCH v4 2/4] KVM: x86: Leave user-return notifier registered on reboot/shutdown
` [PATCH v4 3/4] KVM: x86: Don't disable IRQs when unregistering user-return notifier
` [PATCH v4 4/4] KVM: x86: Drop "cache" from user return MSR setter that skips WRMSR
[PATCH v4 0/2] Add driver support for ESWIN EIC7700 SoC USB controller
2025-10-16 22:27 UTC (3+ messages)
` [PATCH] usb: dwc3: eic7700: Add EIC7700 USB driver
[PATCH v4 5/9] rust: gem: Introduce DriverObject::Args
2025-10-16 22:26 UTC (6+ messages)
` [PATCH v4 6/9] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v4 7/9] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v4 8/9] rust: Introduce iosys_map bindings
` [PATCH v4 9/9] rust: drm/gem: Add vmap functions to shmem bindings
[PATCH v22 0/6] Donor Migration for Proxy Execution (v22)
2025-10-16 22:23 UTC (7+ messages)
` [PATCH v22 2/6] sched/locking: Add blocked_on_state to provide necessary tri-state for proxy return-migration
[REGRESSION] in 6.18-rc1, failed to query a GPIO using a name in ACPI
2025-10-16 22:22 UTC (2+ messages)
[PATCH v1 1/3] perf ilist: Don't display deprecated events
2025-10-16 22:22 UTC (3+ messages)
` [PATCH v1 2/3] perf python: Add PMU argument to parse_metrics
` [PATCH v1 3/3] perf ilist: Add PMU information to metrics
[PATCH net v2] net: usb: rtl8150: Fix frame padding
2025-10-16 22:20 UTC (2+ messages)
[PATCH v3 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
2025-10-16 22:17 UTC (8+ messages)
[PATCH v3 0/4] Add Google Tensor SoC USB support
2025-10-16 22:17 UTC (5+ messages)
` [PATCH v3 2/4] usb: dwc3: Add Google Tensor SoC DWC3 glue driver
[PATCH v3 00/13] mfd: macsmc: add rtc, hwmon and hid subdevices
2025-10-16 22:15 UTC (6+ messages)
` [PATCH v3 06/13] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v3 08/13] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid
[RFC v3 0/5] Align atomic storage
2025-10-16 22:14 UTC (4+ messages)
` [RFC v3 1/5] documentation: Discourage alignment assumptions
[RFC PATCH v1 0/2] add support for splitting GPIOs
2025-10-16 22:12 UTC (5+ messages)
` [RFC PATCH v1 2/2] gpio: add gpio-split driver
[PATCH] power: supply: apm_power: only unset own apm_get_power_status
2025-10-16 22:05 UTC
[PATCH] sh: hp6xx: unset apm_get_power_status on unload
2025-10-16 22:05 UTC
[PATCH] ARM: pxa: unset apm_get_power_status on unload
2025-10-16 22:05 UTC
[PATCH] apm-emulation: remove unused __apm_get_power_status
2025-10-16 22:05 UTC
[PATCH v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
2025-10-16 22:01 UTC (5+ messages)
[PATCH v3] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
2025-10-16 21:54 UTC (4+ messages)
[RFC PATCH 40/56] x86/alternative: Use sync_core_nmi_safe()
2025-10-16 21:53 UTC (2+ messages)
[PATCH v17 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
2025-10-16 21:53 UTC (2+ messages)
` [tip: x86/sgx] "
[PATCH v17 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
2025-10-16 21:53 UTC (2+ messages)
` [tip: x86/sgx] "
[PATCH v17 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
2025-10-16 21:53 UTC (2+ messages)
` [tip: x86/sgx] "
[PATCH v17 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
2025-10-16 21:53 UTC (2+ messages)
` [tip: x86/sgx] "
[PATCH v17 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves
2025-10-16 21:53 UTC (2+ messages)
` [tip: x86/sgx] "
[PATCH 0/8] resctrl: Add perf PMU for resctrl monitoring
2025-10-16 21:51 UTC (3+ messages)
[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
2025-10-16 21:48 UTC (2+ messages)
[PATCH 1/2] rust: pin-init: fix broken rust doc link
2025-10-16 21:47 UTC (4+ messages)
` [PATCH 2/2] rust: pin-init: fix typo in docs
[RFC PATCH 0/5] mm/damon: support pin-point targets removal
2025-10-16 21:47 UTC (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: add damon_target->obsolete for pin-point removal
` [RFC PATCH 2/5] mm/damon/sysfs: test commit input against realistic destination
` [RFC PATCH 3/5] mm/damon/sysfs: implement obsolete_target file
` [RFC PATCH 4/5] Docs/admin-guide/mm/damon/usage: document "
` [RFC PATCH 5/5] Docs/ABI/damon: document obsolete_target sysfs file
[PATCH 1/1] vfio/pci: add PCIe TPH device ioctl
2025-10-16 21:41 UTC
[PATCH v16 0/5] Enable automatic SVN updates for SGX enclaves
2025-10-16 21:40 UTC (5+ messages)
` [PATCH v16 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
[PATCH v5 0/2] accel: Add Arm Ethos-U NPU
2025-10-16 21:35 UTC (3+ messages)
` [PATCH v5 2/2] accel: Add Arm Ethos-U NPU driver
[RFC PATCH 00/56] Dynamic mitigations
2025-10-16 21:34 UTC (7+ messages)
` [RFC PATCH 01/56] Documentation/admin-guide: Add documentation
` [RFC PATCH 02/56] x86/Kconfig: Add CONFIG_DYNAMIC_MITIGATIONS
` [RFC PATCH 03/56] cpu: Reset global mitigations
[PATCH v3 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-10-16 21:31 UTC (3+ messages)
` [PATCH v3 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
[PATCH] accel/amdxdna: Support firmware debug buffer
2025-10-16 21:31 UTC (3+ messages)
[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-10-16 21:24 UTC (3+ messages)
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
[PATCH v3 2/2] selinux: improve bucket distribution uniformity of avc_hash()
2025-10-16 21:18 UTC (2+ messages)
[PATCH v3 1/2] selinux: Make avc cache slot size configurable during boot
2025-10-16 21:18 UTC (2+ messages)
[PATCH] rust: drm/gem: Remove Object.dev
2025-10-16 21:17 UTC (2+ messages)
[PATCH v7 00/28] Tracefs support for pKVM
2025-10-16 21:11 UTC (4+ messages)
` [PATCH v7 14/28] tracing: Add a trace remote module for testing
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®