loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-25 03:55:09 to 2023-05-04 19:49:47 UTC [more...]

[GIT PULL] LoongArch changes for v6.4
 2023-05-04 19:49 UTC  (2+ messages)

[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-04 15:37 UTC  (15+ messages)
` [PATCH v4 1/6] fbdev/matrox: Remove trailing whitespaces
  ` [v4,1/6] "
` [PATCH v4 2/6] ipu-v3: Include <linux/io.h>
  ` [v4,2/6] "
` [PATCH v4 3/6] fbdev: Include <linux/io.h> in various drivers
  ` [v4,3/6] "
` [PATCH v4 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
  ` [v4,4/6] "
` [PATCH v4 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
  ` [v4,5/6] "
` [PATCH v4 6/6] fbdev: Rename fb_mem*() helpers
  ` [v4,6/6] "

[PATCH v3 0/6] Add uprobes support for LoongArch
 2023-05-04  2:03 UTC  (3+ messages)

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03 19:06 UTC  (23+ messages)
` [PATCH v3 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v3 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v3 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v3 6/6] fbdev: Rename fb_mem*() helpers

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-02  2:21 UTC  (38+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH] libgcc: Add forward declarations for generic library routines
 2023-04-30 13:03 UTC  (3+ messages)

[PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers
 2023-04-29 14:11 UTC  (23+ messages)
` [PATCH v2 1/5] fbdev/matrox: Remove trailing whitespaces
` [PATCH v2 2/5] ipu-v3: Include <linux/io.h>
` [PATCH v2 3/5] fbdev: Include <linux/io.h> in various drivers
` [PATCH v2 4/5] fbdev: Include <linux/io.h> in drivers
` [PATCH v2 5/5] fbdev: Define framebuffer I/O from Linux' I/O functions

[PATCH 0/5] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-04-27 17:17 UTC  (10+ 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 v8 00/30] Add KVM LoongArch support
 2023-04-27  7:11 UTC  (31+ 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 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [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 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [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 16/30] LoongArch: KVM: Implement update VM id function
` [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 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v8 28/30] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v8 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v8 30/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part

[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] 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  (3+ messages)
` [PATCH V4 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC

[PATCH v6 00/13] LoongArch: Better backtraces
 2023-04-25  7:36 UTC  (5+ messages)
` [PATCH v6 01/13] LoongArch: Clean up the architectural interrupt definitions
` [PATCH v6 12/13] 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-25  3:55 UTC  (3+ messages)
` [PATCH v11 8/8] selftests/ftrace: Add funcgraph-retval test case


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).