messages from 2023-03-22 07:54:19 to 2023-04-05 10:13:39 UTC [more...]
[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 v10 0/8] function_graph: Support recording and printing the return value of function
2023-04-04 12:52 UTC (18+ 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/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 (17+ 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 (34+ 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 v8 0/8] function_graph: Support recording and printing the return value of function
2023-03-29 4:31 UTC (13+ 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
[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
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).