LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2023-04-17 20:53:31 to 2023-04-27 07:11:22 UTC [more...]

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

[PATCH v2 0/5] LoongArch: ftrace: Add direct call support and code simplification
 2023-04-27  6:47 UTC  (8+ messages)
` [PATCH v2 1/5] LoongArch: Fix build error if CONFIG_DYNAMIC_FTRACE_WITH_REGS is not set
` [PATCH v2 2/5] LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
` [PATCH v2 3/5] LoongArch: ftrace: Add direct call support
` [PATCH v2 4/5] LoongArch: ftrace: Add direct call trampoline samples support
` [PATCH v2 5/5] LoongArch: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses

[PATCH v7 00/12] LoongArch: Better backtraces
 2023-04-27  2:07 UTC  (17+ messages)
` [PATCH v7 01/12] LoongArch: Clean up the architectural interrupt definitions
` [PATCH v7 02/12] LoongArch: Add exception subcode definitions for the watchpoint exception
` [PATCH v7 03/12] LoongArch: Print GPRs with ABI names when showing registers
` [PATCH v7 04/12] LoongArch: Print symbol info for CSR.ERA and $ra only for kernel-mode contexts
` [PATCH v7 05/12] LoongArch: Fix format of CSR lines during show_regs
` [PATCH v7 06/12] LoongArch: Humanize the CRMD line when showing registers
` [PATCH v7 07/12] LoongArch: Humanize the PRMD "
` [PATCH v7 08/12] LoongArch: Humanize the EUEN "
` [PATCH v7 09/12] LoongArch: Humanize the ECFG "
` [PATCH v7 10/12] LoongArch: Humanize the ESTAT "
` [PATCH v7 11/12] LoongArch: Use ISA manual names for BADV and CPUCFG.PRID lines in show_regs
` [PATCH v7 12/12] LoongArch: Also include current CPU's full name in show_regs output

[PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-04-26 19:21 UTC  (7+ messages)
` [PATCH 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH 2/5] ipu-v3: Include <linux/io.h>
` [PATCH 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH 4/5] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH 5/5] fbdev: Move framebuffer I/O helpers into <asm/fb.h>

[PATCH 0/5] LoongArch: ftrace: Add direct call support code simplification
 2023-04-26 14:30 UTC  (8+ messages)
` [PATCH 1/5] LoongArch: Fix build error if CONFIG_DYNAMIC_FTRACE_WITH_REGS is not set
` [PATCH 2/5] LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
` [PATCH 3/5] LoongArch: ftrace: Add direct call support
` [PATCH 4/5] LoongArch: ftrace: Add direct call trampoline samples support
` [PATCH 5/5] LoongArch: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses

[PATCH v8 00/12] LoongArch: Better backtraces
 2023-04-26  7:45 UTC  (13+ messages)
` [PATCH v8 01/12] LoongArch: Clean up the architectural interrupt definitions
` [PATCH v8 02/12] LoongArch: Add exception subcode definitions for the watchpoint exception
` [PATCH v8 03/12] LoongArch: Print GPRs with ABI names when showing registers
` [PATCH v8 04/12] LoongArch: Print symbol info for CSR.ERA and $ra only for kernel-mode contexts
` [PATCH v8 05/12] LoongArch: Fix format of CSR lines during show_regs
` [PATCH v8 06/12] LoongArch: Humanize the CRMD line when showing registers
` [PATCH v8 07/12] LoongArch: Humanize the PRMD "
` [PATCH v8 08/12] LoongArch: Humanize the EUEN "
` [PATCH v8 09/12] LoongArch: Humanize the ECFG "
` [PATCH v8 10/12] LoongArch: Humanize the ESTAT "
` [PATCH v8 11/12] LoongArch: Use ISA manual names for BADV and CPUCFG.PRID lines in show_regs
` [PATCH v8 12/12] LoongArch: Also include current CPU's full name in show_regs output

[PATCH V4 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-25 18:55 UTC  (4+ messages)
` [PATCH V4 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V4 2/2] irqchip/loongson-eiointc: Add DT init support

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

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-25  3:55 UTC  (8+ messages)
` [PATCH v11 1/8] "
` [PATCH v11 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH V3 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-24  8:45 UTC  (9+ messages)
` [PATCH V3 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V3 2/2] irqchip/loongson-eiointc: Add DT init support

[PATCH v3 0/6] Add uprobes support for LoongArch
 2023-04-24  1:19 UTC  (9+ messages)
` [PATCH v3 1/6] LoongArch: Move three functions from kprobes.c to inst.c
` [PATCH v3 2/6] LoongArch: Add larch_insn_gen_break() to generate break insns
` [PATCH v3 3/6] LoongArch: Use larch_insn_gen_break() for kprobes
` [PATCH v3 4/6] LoongArch: Add uprobes support
` [PATCH v3 5/6] LoongArch: Check atomic instructions in insns_not_supported()
` [PATCH v3 6/6] LoongArch: Remove five DIE_* definitions in kdebug.h

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

[PATCH 0/2] LoongArch: Make bounds-checking instructions useful
 2023-04-22  8:39 UTC  (7+ messages)

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

[PATCH] libgcc: Add forward declarations for generic library routines
 2023-04-21 20:38 UTC  (2+ messages)

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (11+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v2 6/7] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported
 2023-04-20 19:16 UTC  (4+ messages)

[PATCH v4 00/12] LoongArch: Better backtraces
 2023-04-20 10:14 UTC  (10+ messages)
` [PATCH v4 03/12] LoongArch: Print GPRs with ABI names when showing registers

[PATCH 1/2] LoongArch: Add pad structure members for explicit alignment
 2023-04-20  4:28 UTC  (8+ messages)

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-20  3:32 UTC  (12+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations

[PATCH v2 0/6] LoongArch: Add kernel address sanitizer support
 2023-04-20  2:21 UTC  (2+ messages)

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-04-19 22:55 UTC  (2+ messages)
` [PATCH v8 04/10] nmi: backtrace: Allow runtime arch specific override

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-19 17:22 UTC  (4+ messages)

[GIT PULL] LoongArch fixes for v6.3-final
 2023-04-19 14:32 UTC  (2+ messages)

[PATCH V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-04-19  9:38 UTC  (6+ messages)
` [PATCH V3 1/7] dt-bindings: rtc: Subdivision of LS2X RTC compatible

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-19  9:01 UTC  (7+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH 2/2] LoongArch: Adjust the user_regset_copyin parameter to the correct offset
 2023-04-18  9:14 UTC 

[PATCH] LoongArch: crypto: Add crc32 and crc32c hw acceleration
 2023-04-18  2:32 UTC 

[PATCH V3] tools/perf: Add basic support for LoongArch
 2023-04-18  2:23 UTC 

[PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
 2023-04-18  2:13 UTC  (2+ messages)

[PATCH V2] tools/perf: Add basic support for LoongArch
 2023-04-18  1:14 UTC  (6+ messages)

[PATCH 24/33] m68k: Convert various functions to use ptdescs
 2023-04-17 22:18 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