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

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-04-08 12:42 UTC  (9+ messages)
` [PATCH v11 1/8] "
` [PATCH v11 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v11 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v11 4/8] arm64: "
` [PATCH v11 5/8] riscv: "
` [PATCH v11 6/8] x86/ftrace: "
` [PATCH v11 7/8] LoongArch: ftrace: "
` [PATCH v11 8/8] selftests/ftrace: Add funcgraph-retval test case

[RFC PATCH 0/3] Add uprobes support for LoongArch
 2023-04-07 12:02 UTC  (7+ messages)
` [RFC PATCH 1/3] LoongArch: Move three functions from kprobes.c to inst.h
` [RFC PATCH 2/3] LoongArch: Add larch_insn_gen_break() to generate break insn
` [RFC PATCH 3/3] LoongArch: Add uprobes support

[PATCH] LoongArch: module: set section addresses to 0x0
 2023-04-07  9:10 UTC  (2+ messages)

[PATCH V3 0/5] Fix some issues of irq controllers for dual-bridges scenario
 2023-04-07  8:34 UTC  (6+ messages)
` [PATCH V3 1/5] irqchip/loongson-eiointc: Fix returned value on parsing MADT
` [PATCH V3 2/5] irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent
` [PATCH V3 3/5] irqchip/loongson-eiointc: Fix registration of syscore_ops
` [PATCH V3 4/5] irqchip/loongson-pch-pic: "
` [PATCH V3 5/5] irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling

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

[PATCH 00/18] arch: Consolidate <asm/fb.h>
 2023-04-06 19:08 UTC  (25+ messages)
` [PATCH 01/18] fbdev: Prepare generic architecture helpers
` [PATCH 02/18] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH 03/18] arch/arm: "
` [PATCH 04/18] arch/arm64: "
` [PATCH 05/18] arch/ia64: "
` [PATCH 06/18] arch/loongarch: "
` [PATCH 07/18] arch/m68k: "
` [PATCH 08/18] arch/mips: "
` [PATCH 09/18] video: Remove trailing whitespaces
` [PATCH 10/18] video: Move HP PARISC STI core code to shared location
` [PATCH 11/18] arch/parisc: Remove trailing whitespaces
` [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH 13/18] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH 14/18] arch/powerpc: "
` [PATCH 15/18] arch/sh: "
` [PATCH 16/18] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH 17/18] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH 18/18] arch/x86: "

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-06 14:51 UTC  (23+ 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 03/19] arch/arm: "
` [PATCH v2 04/19] arch/arm64: "
` [PATCH v2 05/19] arch/ia64: "
` [PATCH v2 06/19] arch/loongarch: "
` [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 09/19] arch/mips: "
` [PATCH v2 10/19] video: Remove trailing whitespaces
` [PATCH v2 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v2 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v2 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v2 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 15/19] arch/powerpc: "
` [PATCH v2 16/19] arch/sh: "
` [PATCH v2 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v2 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 19/19] arch/x86: "

[PATCH v10 0/8] function_graph: Support recording and printing the return value of function
 2023-04-06 10:35 UTC  (19+ messages)
` [PATCH v10 1/8] "
` [PATCH v10 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v10 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v10 4/8] arm64: "
` [PATCH v10 5/8] riscv: "
` [PATCH v10 6/8] x86/ftrace: "
` [PATCH v10 7/8] LoongArch: ftrace: "
` [PATCH v10 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
 2023-04-06  9:01 UTC  (11+ 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 v2 4/5] locking/x86: Define arch_try_cmpxchg_local
` [PATCH v2 5/5] events: Illustrate the transition to local{,64}_try_cmpxchg

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-05 21:36 UTC  (6+ messages)

[PATCH] efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
 2023-04-05 10:13 UTC  (9+ messages)

[PATCH v2 4/6] kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
 2023-04-04 22:09 UTC  (5+ messages)
` [PATCH v2 5/6] kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process
` [PATCH v2 6/6] LoongArch: Add ARCH_HAS_FORTIFY_SOURCE

[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
 2023-04-04 13:23 UTC  (11+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks

[PATCH v2 0/6] LoongArch: Add kernel address sanitizer support
 2023-04-04  8:41 UTC  (4+ messages)
` [PATCH v2 1/6] LoongArch: Simplified randomization layout after jump new kernel processing
` [PATCH v2 2/6] LoongArch: Fix _CONST64_(x) as unsigned
` [PATCH v2 3/6] LoongArch: Add kernel address sanitizer support

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-04-03  6:25 UTC  (4+ messages)

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-04-01  3:23 UTC  (10+ messages)

[PATCH V2 0/5] Fix some issues of irq controllers for dual-bridges scenario
 2023-04-01  1:36 UTC  (8+ messages)
` [PATCH V2 1/5] irqchip/loongson-eiointc: Fix returned value on parsing MADT
` [PATCH V2 2/5] irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent
` [PATCH V2 3/5] irqchip/loongson-eiointc: Fix registration of syscore_ops
` [PATCH V2 4/5] irqchip/loongson-pch-pic: "
` [PATCH V2 5/5] irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling

[PATCH] tools/perf: Add basic support for LoongArch
 2023-03-31 13:55 UTC  (2+ messages)

[PATCH] LoongArch: Clean up plat_swiotlb_setup() related code
 2023-03-31  8:13 UTC 

[PATCH] LoongArch: Fix build error if CONFIG_SUSPEND is not set
 2023-03-31  3:25 UTC  (2+ messages)

loongarch wakeup build error
 2023-03-31  2:17 UTC  (4+ messages)

[PATCH v9 0/8] function_graph: Support recording and printing the return value of function
 2023-03-30 14:15 UTC  (13+ messages)
` [PATCH v9 1/8] "
` [PATCH v9 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v9 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v9 4/8] arm64: "
` [PATCH v9 5/8] riscv: "
` [PATCH v9 6/8] x86/ftrace: "
` [PATCH v9 7/8] LoongArch: ftrace: "
` [PATCH v9 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH] LoongArch: undefine pr_define macro when it's appropriate
 2023-03-30  8:50 UTC 

[PING PATCH v4 00/29] Add KVM LoongArch support
 2023-03-30  3:41 UTC  (4+ messages)
` [PING PATCH v4 27/29] LoongArch: KVM: Implement vcpu world switch

[PATCH v8 0/8] function_graph: Support recording and printing the return value of function
 2023-03-29  4:31 UTC  (4+ messages)
` [PATCH v8 7/8] LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL


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