loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-17 09:59:54 to 2023-04-25 00:25:14 UTC [more...]

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-25  0:25 UTC  (6+ messages)
` [PATCH v11 1/8] "

[PATCH V4 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-24 12:49 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V4 2/2] irqchip/loongson-eiointc: Add DT init support

[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 v6 00/13] LoongArch: Better backtraces
 2023-04-22 17:34 UTC  (14+ 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 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  (43+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 02/33] s390: Use pt_frag_refcount for pagetables
` [PATCH 03/33] pgtable: Create struct ptdesc
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH 07/33] mm: Convert ptlock_ptr() "
` [PATCH 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH 09/33] mm: Convert ptlock_init() "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [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  (29+ 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 v3 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v3 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v3 09/19] arch/mips: "
` [PATCH v3 10/19] video: Remove trailing whitespaces
` [PATCH v3 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v3 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v3 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v3 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 15/19] arch/powerpc: "
` [PATCH v3 16/19] arch/sh: "
` [PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v3 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 19/19] arch/x86: "

[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  (28+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 05/30] LoongArch: KVM: Add vcpu "
` [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 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 V2] tools/perf: Add basic support for LoongArch
 2023-04-18  1:14 UTC  (6+ 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).