LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2025-10-14 10:39:12 to 2025-10-30 12:28:09 UTC [more...]

[PATCH v3 0/7] syscore: Pass context data to callbacks
 2025-10-30 12:28 UTC  (12+ 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-10-30 10:25 UTC  (29+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 16/29] KVM: VMX: Mark __kvm_is_using_evmcs static key as __ro_after_init
` [PATCH v6 19/29] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
` [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 v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-30  8:34 UTC  (90+ 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] KVM: TDX: Take MMU lock around tdh_vp_init()
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH] LoongArch: ptrace: Merge ptrace_hbp_set_*()
 2025-10-29 15:36 UTC 

[PATCH] LoongArch: ptrace: Use UAPI types in UAPI header
 2025-10-29 15:20 UTC 

[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-10-29  9:41 UTC  (3+ 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 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  (24+ 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 

[PATCH] gpio: loongson-64bit: Switch to dynamic allocate GPIO base in byte mode
 2025-10-27 13:49 UTC  (4+ messages)

[PATCH v4 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-10-27  8:28 UTC  (4+ messages)
` [PATCH v4 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
` [PATCH v4 2/2] PCI: s390: Handle ARI on bus without associated struct pci_dev

[PATCH] KVM: MIPS/LoongArch: Fix typo in pfn_to_pfn_prot comments
 2025-10-26 15:02 UTC 

[PATCH V2] LoongArch: Align ACPI structures if ARCH_STRICT_ALIGN enabled
 2025-10-25 13:02 UTC  (7+ messages)

[PATCH] LoongArch: kexec_file: print out debugging message if required
 2025-10-24 13:01 UTC  (6+ messages)

Potential issue with hypervisor_isolated_pci_functions() handling
 2025-10-24 10:27 UTC  (6+ messages)

[PATCH 0/2] LoongArch: KVM: Restore guest PMU if it is enabled
 2025-10-24  7:20 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] LoongArch: KVM: Skip PMU checking on vCPU context switch

[PATCH] LoongArch: kexec: Initialize kexec_buf struct
 2025-10-24  7:06 UTC 

[PATCH] acpica: Work around bogus -Wstringop-overread warning since GCC 11
 2025-10-21 13:58 UTC  (5+ messages)

[PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
 2025-10-19 16:23 UTC  (4+ messages)

[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
 2025-10-18  3:59 UTC  (2+ messages)

[PATCH v6 0/3] uart: Introduce uart driver for the Loongson family
 2025-10-16 14:37 UTC  (2+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-16  0:04 UTC  (7+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

[PATCH v3 00/21] paravirt: cleanup and reorg
 2025-10-15 16:02 UTC  (3+ messages)
` [PATCH v3 05/21] paravirt: Remove asm/paravirt_api_clock.h

[PATCH] rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
 2025-10-15 10:31 UTC  (4+ messages)

[PATCH v3] LoongArch: KVM: Add AVEC support
 2025-10-15  8:23 UTC  (2+ messages)

[PATCH 0/3] Support pinctrl for Loongson 2K0300 SoC
 2025-10-14 10:38 UTC  (5+ messages)
` [PATCH 1/3] dt-binding: pinctrl: Document Loongson 2K0300 pin controller


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