loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-08 12:42:55 to 2023-04-17 12:57:02 UTC [more...]

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17 12:56 UTC  (7+ messages)
` [PATCH v3 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v3 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 03/19] arch/arm: "
` [PATCH v3 04/19] arch/arm64: "
` [PATCH v3 05/19] arch/ia64: "
` [PATCH v3 06/19] arch/loongarch: "

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-17  9:59 UTC  (31+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v7 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v7 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v7 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v7 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v7 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v7 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v7 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v7 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v7 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v7 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v7 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v7 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v7 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v7 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v7 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v7 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v7 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v7 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v7 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v7 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v7 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v7 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v7 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v7 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v7 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[PATCH 0/2] LoongArch: Make bounds-checking instructions useful
 2023-04-17  9:50 UTC  (7+ messages)
` [PATCH 1/2] LoongArch: Add opcodes of bounds-checking instructions
` [PATCH 2/2] LoongArch: Relay BCE exceptions to userland as SIGSEGVs with si_code=SEGV_BNDERR

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-17  9:46 UTC  (29+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v7 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v7 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v7 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v7 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v7 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v7 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v7 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v7 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v7 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v7 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v7 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v7 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v7 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v7 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v7 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v7 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v7 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v7 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v7 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v7 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v7 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v7 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v7 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v7 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17  9:22 UTC  (14+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v2 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v2 15/19] arch/powerpc: "

[PATCH V2] tools/perf: Add basic support for LoongArch
 2023-04-17  9:22 UTC  (5+ messages)

[PATCH v2 0/4] Add uprobes support for LoongArch
 2023-04-17  9:22 UTC  (9+ messages)
` [PATCH v2 1/4] LoongArch: Move three functions from kprobes.c to inst.c
` [PATCH v2 2/4] LoongArch: Add larch_insn_gen_break() to generate break insns
` [PATCH v2 3/4] LoongArch: Use larch_insn_gen_break() for kprobes
` [PATCH v2 4/4] LoongArch: Add uprobes support

CV IT Engineer / Python / React / Spark / AI / ML / Odoo / BlockChain
 2023-04-16 19:49 UTC 

[PATCH V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-04-16 19:51 UTC  (13+ messages)
` [PATCH V3 1/7] dt-bindings: rtc: Subdivision of LS2X RTC compatible
` [PATCH V3 2/7] rtc: Add support for the Loongson-2K/LS7A RTC
` [PATCH V3 3/7] LoongArch: Enable LS2X RTC in loongson3_defconfig
` [PATCH V3 4/7] MIPS: Loongson64: DTS: Add RTC support to LS7A
` [PATCH V3 5/7] MIPS: Loongson: Enable LS2X RTC in loongson3_defconfig
` [PATCH V3 6/7] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K
` [PATCH V3 7/7] MIPS: Loongson: Enable LS2X RTC in loongson2k_defconfig

[PATCH v4 00/12] LoongArch: Better backtraces
 2023-04-16  6:03 UTC  (13+ messages)
` [PATCH v4 01/12] LoongArch: Clean up the architectural interrupt definitions
` [PATCH v4 02/12] LoongArch: Add exception subcode definitions for the watchpoint exception
` [PATCH v4 03/12] LoongArch: Print GPRs with ABI names when showing registers
` [PATCH v4 04/12] LoongArch: Print symbol info for CSR.ERA and $ra only for kernel-mode contexts
` [PATCH v4 05/12] LoongArch: Fix format of CSR lines during show_regs
` [PATCH v4 06/12] LoongArch: Humanize the CRMD line when showing registers
` [PATCH v4 07/12] LoongArch: Humanize the PRMD "
` [PATCH v4 08/12] LoongArch: Humanize the EUEN "
` [PATCH v4 09/12] LoongArch: Humanize the ECFG "
` [PATCH v4 10/12] LoongArch: Humanize the ESTAT "
` [PATCH v4 11/12] LoongArch: Use lowercase ISA manual names for BADV and CPUCFG.PRID lines in show_regs
` [PATCH v4 12/12] LoongArch: Include CSR.BADV in show_regs in case of BCE exceptions

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-14  7:55 UTC  (5+ messages)
` [PATCH v11 1/8] "
` [PATCH v11 5/8] riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL

[PATCH v6 00/30] Add KVM LoongArch support
 2023-04-13 11:52 UTC  (34+ messages)
` [PATCH v6 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v6 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v6 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v6 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v6 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v6 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v6 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v6 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v6 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v6 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v6 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v6 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v6 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v6 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v6 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v6 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v6 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v6 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v6 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v6 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v6 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v6 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v6 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v6 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v6 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v6 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v6 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v6 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v6 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v6 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[PATCH v1 0/4] Add uprobes support for LoongArch
 2023-04-13  1:58 UTC  (9+ messages)
` [PATCH v1 1/4] LoongArch: Move three functions from kprobes.c to inst.h
` [PATCH v1 2/4] LoongArch: Add larch_insn_gen_break() to generate break insns
` [PATCH v1 3/4] LoongArch: Use larch_insn_gen_break() for kprobes
` [PATCH v1 4/4] LoongArch: Add uprobes support

[PATCH v2] LoongArch: Improve memory ops
 2023-04-12 15:23 UTC 

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-04-12 13:40 UTC  (13+ messages)
` [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support
` [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg

[PATCH] LoongArch: Use VALEN instead of hard code in comments
 2023-04-12  9:54 UTC  (4+ messages)

[PATCH] LoongArch: Enable PG when wakeup from suspend
 2023-04-11  9:49 UTC 

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-11  9:49 UTC  (7+ messages)

[PATCH] LoongArch: Improve memory ops
 2023-04-11  6:21 UTC  (10+ messages)

[PATCH] tools/perf: Add basic support for LoongArch
 2023-04-10 14:36 UTC  (4+ messages)

[RFC PATCH 0/3] Add uprobes support for LoongArch
 2023-04-10 14:16 UTC  (6+ messages)
` [RFC PATCH 2/3] LoongArch: Add larch_insn_gen_break() to generate break insn

[PATCH v5 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part
 2023-04-10  1:36 UTC  (2+ messages)

[PATCH V3 0/5] Fix some issues of irq controllers for dual-bridges scenario
 2023-04-09  1:44 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).