LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2025-09-30 03:03:43 to 2025-10-17 00:33:23 UTC [more...]

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-17  0:32 UTC  (21+ 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 v2] efistub: Only link libstub to final vmlinux
 2025-10-16 15:49 UTC  (22+ messages)

[PATCH v6 0/3] uart: Introduce uart driver for the Loongson family
 2025-10-16 14:37 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: serial: 8250: Add Loongson uart compatible
` [PATCH v6 2/3] serial: 8250: Add Loongson uart driver support
` [PATCH v6 3/3] LoongArch: dts: Add uart new compatible string

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-16  0:04 UTC  (8+ 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  (5+ messages)
` [PATCH v3 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v3 09/21] loongarch/paravirt: Use common code for paravirt_steal_clock()

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-15 14:28 UTC  (39+ messages)
` [PATCH v6 01/29] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v6 02/29] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v6 03/29] rcu: Add a small-width RCU watching counter debug option
` [PATCH v6 04/29] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v6 05/29] jump_label: Add annotations for validating noinstr usage
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 07/29] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v6 08/29] x86/idle: Mark x86_idle "
` [PATCH v6 09/29] x86/paravirt: Mark pv_steal_clock "
` [PATCH v6 10/29] riscv/paravirt: "
` [PATCH v6 11/29] loongarch/paravirt: "
` [PATCH v6 12/29] arm64/paravirt: "
` [PATCH v6 13/29] arm/paravirt: "
` [PATCH v6 14/29] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v6 15/29] sched/clock: Mark sched_clock_running key "
` [PATCH v6 16/29] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v6 17/29] x86/speculation/mds: Mark cpu_buf_idle_clear key as allowed in .noinstr
` [PATCH v6 18/29] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v6 19/29] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v6 20/29] stackleack: Mark stack_erasing_bypass key "
` [PATCH v6 21/29] objtool: Add noinstr validation for static branches/calls
` [PATCH v6 22/29] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v6 25/29] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v6 26/29] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v6 28/29] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v6 29/29] x86/entry: Add an option to coalesce TLB flushes

[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  (8+ messages)
` [PATCH 1/3] dt-binding: pinctrl: Document Loongson 2K0300 pin controller

[PATCH] LoongArch: KVM: Use 64-bit register definition with eiointc
 2025-10-14 10:03 UTC 

[PATCH] LoongArch: KVM: Fix max supported vCPUs set with eiointc
 2025-10-14  9:50 UTC 

[PATCH v2] vdso: Remove struct getcpu_cache
 2025-10-14  8:56 UTC  (8+ messages)

[PATCH v2] LoongArch: KVM: Add AVEC support
 2025-10-14  8:54 UTC  (5+ messages)

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-10-14  7:42 UTC  (37+ messages)
` [PATCH v4 01/35] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v4 02/35] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v4 03/35] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v4 04/35] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v4 05/35] ARM: vdso: gettimeofday: "
` [PATCH v4 06/35] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v4 07/35] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v4 08/35] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v4 09/35] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v4 10/35] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v4 11/35] random: vDSO: Add explicit includes
` [PATCH v4 12/35] vdso/gettimeofday: "
` [PATCH v4 13/35] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v4 14/35] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v4 15/35] vdso/datapage: Trim down unnecessary includes
` [PATCH v4 16/35] random: vDSO: trim vDSO includes
` [PATCH v4 17/35] random: vDSO: remove ifdeffery
` [PATCH v4 18/35] random: vDSO: split out datapage update into helper functions
` [PATCH v4 19/35] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v4 20/35] s390/time: Set up vDSO datapage later
` [PATCH v4 21/35] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v4 22/35] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [PATCH v4 25/35] sparc64: vdso: Link with -z noexecstack
` [PATCH v4 26/35] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v4 27/35] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v4 28/35] sparc64: vdso: Move hardware counter read into header
` [PATCH v4 29/35] sparc64: vdso: Move syscall fallbacks "
` [PATCH v4 30/35] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v4 31/35] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v4 32/35] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v4 33/35] sparc64: vdso2c: Remove symbol handling
` [PATCH v4 34/35] sparc64: vdso: Implement clock_gettime64()
` [PATCH v4 35/35] clocksource: remove ARCH_CLOCKSOURCE_DATA

[PATCH v1] LoongArch: Refine init_hw_perf_events()
 2025-10-14  7:02 UTC 

[PATCH 0/7] LoongArch: Add support for BPF Arena
 2025-10-12  3:34 UTC  (14+ messages)
` [PATCH 1/7] LoongArch: BPF: Move sign_extend() upper
` [PATCH 2/7] LoongArch: BPF: Rename local variable sign_extend to sign_ext
` [PATCH 3/7] LoongArch: BPF: Sign extend kfunc call arguments
` [PATCH 4/7] LoongArch: BPF: Zero-extend bpf_tail_call() index
` [PATCH 5/7] LoongArch: BPF: Use BPF prog pack allocator
` [PATCH 6/7] LoongArch: BPF: Implement PROBE_MEM32 pseudo instructions
` [PATCH 7/7] LoongArch: BPF: Implement bpf_addr_space_cast instruction

[PATCH v5 0/2] Loongarch irq-redirect support
 2025-10-11 15:27 UTC  (5+ messages)
` [PATCH v5 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v5 2/2] irqchip/irq-loongarch-ir:Add Redirect irqchip support

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-10-09 15:59 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH v5 0/3] uart: Introduce uart driver for the Loongson family
 2025-10-09 11:46 UTC  (13+ messages)
` [PATCH v5 2/3] serial: 8250: Add Loongson uart driver support

[PATCH 1/1] LoongArch: KVM: Add AVEC support
 2025-10-09  2:46 UTC 

[PATCH 00/11] vdso: Various cleanups
 2025-10-09  1:06 UTC  (2+ messages)

[GIT PULL] LoongArch changes for v6.18
 2025-10-06 21:00 UTC  (2+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-10-06  6:19 UTC  (2+ messages)

[GIT PULL] LoongArch KVM changes for v6.18
 2025-10-01  2:51 UTC  (4+ messages)

[PATCH] LoongArch: KVM: Get VM PMU capability from HW GCFG register
 2025-09-30  9:37 UTC 

[PATCH] LoongArch: KVM: Set page with write privilege if dirty track disabled
 2025-09-30  9:17 UTC 


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