LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2025-11-21 15:10:22 to 2025-11-27 08:04:19 UTC [more...]

[RESEND v5] Input: Add driver for PixArt PS/2 touchpad
 2025-11-27  8:02 UTC 

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-11-27  7:43 UTC  (15+ messages)
` [PATCH v3 1/9] efi: earlycon: Reduce number of references to global screen_info
` [PATCH v3 2/9] efi: sysfb_efi: "
` [PATCH v3 3/9] sysfb: Add struct sysfb_display_info
` [PATCH v3 4/9] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH v3 5/9] sysfb: Pass sysfb_primary_display to devices
` [PATCH v3 6/9] sysfb: Move edid_info into sysfb_primary_display
` [PATCH v3 7/9] efi: Refactor init_primary_display() helpers
` [PATCH v3 8/9] efi: Support EDID information
` [PATCH v3 9/9] efi: libstub: Simplify interfaces for primary_display

[PATCH v2] LoongArch: Correct the calculation logic of thread_count
 2025-11-27  7:36 UTC  (2+ messages)

[PATCH 0/5] LoongArch: BPF features and fixes
 2025-11-27  7:29 UTC  (14+ messages)
` [PATCH 1/5] LoongArch: BPF: Sign extend kfunc call arguments
` [PATCH 2/5] LoongArch: BPF: Zero-extend bpf_tail_call() index
` [PATCH 3/5] LoongArch: BPF: Use BPF prog pack allocator
` [PATCH 4/5] LoongArch: BPF: Implement PROBE_MEM32 pseudo instructions
` [PATCH 5/5] LoongArch: BPF: Implement bpf_addr_space_cast instruction

[PATCH v3 0/6] KVM: LoongArch: selftests: Add timer test case
 2025-11-27  7:11 UTC  (20+ messages)

[PATCH v4 00/21] paravirt: cleanup and reorg
 2025-11-27  7:08 UTC  (4+ messages)
` [PATCH v4 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v4 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v4 09/21] loongarch/paravirt: Use common code for paravirt_steal_clock()

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2025-11-27  4:42 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/filemap: Retry fault by VMA lock if the lock was released for I/O
` [RFC PATCH 2/2] mm/swapin: Retry swapin "

[PATCH v3 0/2] LoongArch: Add 128-bit atomic cmpxchg support (v3)
 2025-11-27  4:15 UTC  (9+ messages)
` [PATCH v3 1/2] LoongArch: Add 128-bit atomic cmpxchg support
` [PATCH v3 2/2] LoongArch: Enable 128-bit atomics "

[PATCH v1] LoongArch: Handle special PC in unwind_next_frame()
 2025-11-27  2:58 UTC  (16+ messages)

[PATCH] LoongArch: Correct the calculation logic of thread_count
 2025-11-26 11:06 UTC  (8+ messages)

[PATCH V3 00/14] LoongArch: Add basic LoongArch32 support
 2025-11-26  8:02 UTC  (22+ messages)
` [PATCH V3 01/14] LoongArch: Add atomic operations for 32BIT/64BIT
` [PATCH V3 02/14] LoongArch: Add adaptive CSR accessors "
` [PATCH V3 03/14] LoongArch: Adjust common macro definitions "
` [PATCH V3 04/14] LoongArch: Adjust boot & setup "
` [PATCH V3 05/14] LoongArch: Adjust memory management "
` [PATCH V3 06/14] LoongArch: Adjust process "
` [PATCH V3 07/14] LoongArch: Adjust time routines "
` [PATCH V3 08/14] LoongArch: Adjust module loader "
` [PATCH V3 09/14] LoongArch: Adjust system call "
` [PATCH V3 10/14] LoongArch: Adjust user accessors "
` [PATCH V3 11/14] LoongArch: Adjust misc routines "
` [PATCH V3 12/14] LoongArch: Adjust VDSO/VSYSCALL "
` [PATCH V3 13/14] LoongArch: Adjust default config files "
` [PATCH V3 14/14] LoongArch: Adjust build infrastructure "

[PATCH] LoongArch: Fix build errors for CONFIG_RANDSTRUCT
 2025-11-26  7:09 UTC  (3+ messages)

[PATCH] LoongArch: Fix arch_dup_task_struct() for CONFIG_RANDSTRUCT
 2025-11-26  4:38 UTC 

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-26  0:23 UTC  (6+ messages)
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-25 14:13 UTC  (6+ messages)
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y

[PATCH] LoongArch: Change the signal return for user-mode ADE exceptions
 2025-11-25  9:57 UTC 

[PATCH] LoongArch: Add new PCI ID for pci_fixup_vgadev()
 2025-11-25  8:26 UTC 

[PATCH v2 0/2] LoongArch: Add 128-bit atomic cmpxchg support (v2)
 2025-11-25  8:01 UTC  (8+ messages)
` [PATCH v2 1/2] LoongArch: Add 128-bit atomic cmpxchg support
` [PATCH v2 2/2] LoongArch: Enable 128-bit atomics "

[PATCH v2 00/10] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-11-25  7:19 UTC  (15+ messages)
` [PATCH v2 01/10] efi: earlycon: Reduce number of references to global screen_info
` [PATCH v2 02/10] efi: sysfb_efi: "
` [PATCH v2 03/10] sysfb: Add struct sysfb_display_info
` [PATCH v2 04/10] sysfb: Replace screen_info with sysfb_primary_display
` [PATCH v2 05/10] sysfb: Pass sysfb_primary_display to devices
` [PATCH v2 06/10] sysfb: Move edid_info into sysfb_primary_display
` [PATCH v2 07/10] efi: Refactor init_primary_display() helpers
` [PATCH v2 08/10] efi: Support EDID information
` [PATCH v2 09/10] efi: libstub: Transfer EDID to kernel
` [PATCH v2 10/10] efi: libstub: Simplify interfaces for primary_display

[PATCH v1] LoongArch: Use unsigned long for _end and _text
 2025-11-25  6:35 UTC 

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-11-25  1:49 UTC  (16+ messages)

[PATCH] LoongArch: KVM: Add AVEC support irqchip in kernel
 2025-11-25  1:17 UTC  (3+ messages)

[PATCH v3 00/21] paravirt: cleanup and reorg
 2025-11-24  9:52 UTC  (4+ messages)
` [PATCH v3 09/21] loongarch/paravirt: Use common code for paravirt_steal_clock()

[PATCH v2 0/3] LoongArch: KVM: Add paravirt preempt support
 2025-11-24  9:33 UTC  (16+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Add paravirt preempt feature in hypervisor side
` [PATCH v2 2/3] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side
` [PATCH v2 3/3] LoongArch: Add paravirt preempt print prompt

[PATCH 0/6] arch,sysfb: Move screen and edid info into single place
 2025-11-24  9:30 UTC  (18+ messages)
` [PATCH 1/6] efi: earlycon: Reduce number of references to global screen_info
` [PATCH 2/6] efi: sysfb_efi: "
` [PATCH 6/6] sysfb: Move edid_info into sysfb_primary_display
    ` [PATCH 0/6] arch, sysfb: Move screen and edid info into single place

[linux-next:master 2198/11041] arch/loongarch/kernel/switch.S:28:18: error: operand must be a symbol with modifier (e.g. %pc_lo12) or an integer in the range
 2025-11-24  5:53 UTC 

[PATCH v1] kbuild: Add KBUILD_VMLINUX_LIBS_PRELINK
 2025-11-23 21:15 UTC  (7+ messages)

[PATCH] LoongArch: KVM: Use 64-bit register definition with eiointc
 2025-11-22  3:38 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Get VM PMU capability from HW GCFG register
 2025-11-22  2:39 UTC  (2+ messages)

[GIT PULL] LoongArch fixes for v6.18-rc7
 2025-11-21 19:20 UTC  (2+ messages)


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