messages from 2025-10-27 17:46:10 to 2025-11-05 16:52:05 UTC [more...]
[PATCH v3 0/7] syscore: Pass context data to callbacks
2025-11-05 16:52 UTC (16+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
` [PATCH v3 3/7] bus: mvebu-mbus: "
` [PATCH v3 4/7] clk: ingenic: tcu: "
` [PATCH v3 5/7] clk: mvebu: "
` [PATCH v3 6/7] irqchip/irq-imx-gpcv2: "
` [PATCH v3 7/7] soc/tegra: pmc: "
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-05 16:24 UTC (24+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
2025-11-05 16:13 UTC (17+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [tip: timers/vdso] "
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-11-05 15:26 UTC (31+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()
[PATCH 0/2] LoongArch: Bit reverse improvements
2025-11-05 15:12 UTC (3+ messages)
` [PATCH 1/2] LoongArch: Select HAVE_ARCH_BITREVERSE
` [PATCH 2/2] LoongArch: Simplify __arch_bitrev32 implementation
[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
2025-11-05 13:44 UTC (4+ messages)
[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
2025-11-05 9:46 UTC (7+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
` [PATCH v5 2/2] PCI: s390: Handle ARI on bus without associated struct pci_dev
[PATCH] LoongArch: ptrace: Merge ptrace_hbp_set_*()
2025-11-05 5:27 UTC (5+ messages)
` [PATCH v2] "
[PATCH] Loongarch:Make pte/pmd_modify can set _PAGE_MODIFIED
2025-11-05 1:18 UTC (5+ messages)
[PATCH] rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
2025-11-04 19:25 UTC (6+ messages)
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-04 18:02 UTC (65+ 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] LoongArch: KVM: Add delay until timer interrupt injected
2025-11-04 11:46 UTC
[PATCH v2 1/7] KVM: LoongArch: selftests: Add system registers save and restore on exception
2025-11-04 11:36 UTC (6+ messages)
` [PATCH v2 2/7] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode
` [PATCH v2 5/7] KVM: LoongArch: selftests: Add period mode timer test
` [PATCH v2 7/7] KVM: LoongArch: selftests: Add time counter test
[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
2025-11-04 6:53 UTC (2+ messages)
[PATCH] LoongArch: ptrace: Use UAPI types in UAPI header
2025-11-03 9:41 UTC (5+ messages)
[PATCH v1] LoongArch: Refine init_hw_perf_events()
2025-11-03 9:09 UTC (2+ messages)
[PATCH v6 0/3] uart: Introduce uart driver for the Loongson family
2025-10-31 16:30 UTC (3+ messages)
[PATCH 0/6] KVM: LoongArch: selftests: Add timer test case
2025-10-31 3:16 UTC (7+ messages)
` [PATCH 1/6] KVM: LoongArch: selftests: Add system registers save and restore on exception
` [PATCH 2/6] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH 3/6] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH 4/6] KVM: LoongArch: selftests: Add timer test case with one-shot mode
` [PATCH 5/6] KVM: LoongArch: selftests: Add period mode timer and time counter test
` [PATCH 6/6] KVM: LoongArch: selftests: Add SW emulated timer test
[PATCH 0/6] Watchdog: Add Loongson-2K0300 watchdog support
2025-10-29 7:52 UTC (7+ messages)
` [PATCH 1/6] watchdog: loongson1: Rename the prefix from ls1x to loongson
` [PATCH 2/6] watchdog: loongson: Add missing MODULE_PARM_DESC
` [PATCH 3/6] watchdog: loongson: Simplify loongson_wdt_probe code
[PATCH 4/6] watchdog: loongson: Drop CONFIG_OF
2025-10-29 6:56 UTC (4+ messages)
` [PATCH 5/6] dt-bindings: watchdog: loongson,ls1x-wdt: Add ls2k0300-wdt compatible
` [PATCH 6/6] watchdog: loongson: Add Loongson-2k0300 watchdog support
[PATCH v2] efistub: Only link libstub to final vmlinux
2025-10-28 13:47 UTC (18+ messages)
[PATCH] LoongArch: Consolidate max_pfn & max_low_pfn calculation
2025-10-28 7:18 UTC
[PATCH] LoongArch: jump_label: Batch icache maintenance
2025-10-28 6:51 UTC
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 read-only IMAP folder(s) and NNTP newsgroup(s).