loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-13 03:25:07 to 2023-03-29 02:35:47 UTC [more...]

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-03-29  2:35 UTC  (5+ messages)

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-29  2:01 UTC  (8+ messages)

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

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

[PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code
 2023-03-28  8:37 UTC  (6+ messages)
  ` [PATCH v2] loongarch/bpf: Skip speculation barrier opcode, which caused ltp testcase bpf_prog02 to fail

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

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

[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
 2023-03-26 19:28 UTC  (7+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks

[linux-next:master] BUILD SUCCESS WITH WARNING e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f
 2023-03-24 17:24 UTC 

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-23 18:31 UTC  (16+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-03-23 16:33 UTC 

[PATCH v2] efi: libstub: Use relocated version of kernel's struct screen_info
 2023-03-23  9:33 UTC  (2+ messages)

[PATCH] LoongArch: cpuinfo: standardize the "model name" field
 2023-03-23  8:42 UTC  (12+ messages)

[linux-next:master 3778/4413] include/linux/mmzone.h:1749:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
 2023-03-23  7:24 UTC  (5+ messages)

[PATCH] LoongArch: Check unwind_error() in arch_stack_walk()
 2023-03-23  1:30 UTC  (6+ messages)

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

[PATCH V2] LoongArch: Provide kernel fpu functions
 2023-03-20 13:48 UTC  (4+ messages)

[PATCH V4] LoongArch: Make WriteCombine configurable for ioremap()
 2023-03-20  7:57 UTC  (2+ messages)

[PATCH V3] LoongArch: Make WriteCombine configurable for ioremap()
 2023-03-16  6:44 UTC  (3+ messages)

[PATCH v4 13/36] loongarch: Implement the new page table range API
 2023-03-15 10:07 UTC  (2+ messages)

[PATCH V2] LoongArch: Make WriteCombine configurable for ioremap()
 2023-03-15  6:24 UTC  (3+ messages)

[PATCH V2] efi/libstub: Call setup_graphics() before handle_kernel_image()
 2023-03-15  0:22 UTC  (3+ messages)

Problems when booting Loongarch in qemu with CONFIG_PROVE_LOCKING=y
 2023-03-14 16:46 UTC  (3+ messages)

[PATCH v3] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-03-14 13:28 UTC  (2+ messages)

[PATCH] LoongArch: Make WriteCombine configurable for ioremap()
 2023-03-14 11:08 UTC  (7+ messages)

[PATCH] LoongArch: use EXCCODE_INT_START instead of hard coded value
 2023-03-13 13:07 UTC  (5+ messages)

[PATCH] efi: libstub: Use relocated version of kernel's struct screen_info
 2023-03-13 13:06 UTC  (5+ messages)

[PATCH] efi: libstub: Always pass screen_info via config table
 2023-03-13  7:59 UTC  (5+ messages)

[PATCH] LoongArch: Add support for function error injection
 2023-03-13  3:24 UTC  (3+ 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).