loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-19 08:17:02 to 2022-09-02 15:01:47 UTC [more...]

[PATCH] LoongArch: Mark kernel stack padding as TOP_OF_KERNEL_STACK_PADDING
 2022-09-02 15:01 UTC 

[PATCH bpf-next v3 0/4] Add BPF JIT support for LoongArch
 2022-09-02 13:34 UTC  (6+ messages)
` [PATCH bpf-next v3 1/4] LoongArch: Move {signed,unsigned}_imm_check() to inst.h
` [PATCH bpf-next v3 2/4] LoongArch: Add some instruction opcodes and formats
` [PATCH bpf-next v3 3/4] LoongArch: Add BPF JIT support
` [PATCH bpf-next v3 4/4] LoongArch: Enable BPF_JIT in default config

[PATCH 0/3] Add kernel relocation and KASLR support
 2022-09-02 11:27 UTC  (6+ messages)
` [PATCH 1/3] LoongArch: tools: Add relocs tool support
` [PATCH 2/3] LoongArch: Add support for kernel relocation
` [PATCH 3/3] LoongArch: Add support for kernel address space layout randomization (KASLR)

[PATCH v3] LoongArch: Add safer signal handler for TLS access
 2022-09-02  9:59 UTC 

[PATCH] LoongArch: Improve dump_tlb() output messages
 2022-09-02  3:14 UTC 

[PATCH] LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entry
 2022-09-02  2:29 UTC 

[PATCH] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-01 11:10 UTC 

[PATCH V3] LoongArch: Add efistub booting support
 2022-09-01 10:40 UTC  (13+ messages)

[PATCH v2] LoongArch: Add safer signal handler for TLS access
 2022-09-01  3:02 UTC  (3+ messages)

[PATCH v2 0/9] LoongArch: Add ftrace support
 2022-09-01  2:59 UTC  (8+ messages)
` [PATCH v2 1/9] LoongArch/ftrace: Add basic support
` [PATCH v2 2/9] LoongArch/ftrace: Add recordmcount support
` [PATCH v2 3/9] LoongArch/ftrace: Add dynamic function tracer support
` [PATCH v2 4/9] LoongArch/ftrace: Add dynamic function graph "
` [PATCH v2 5/9] LoongArch/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
` [PATCH v2 6/9] LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS support

[PATCH v7 0/5] LoongArch: Support toolchain with new relocation types
 2022-09-01  2:26 UTC  (18+ messages)
` [PATCH v7 1/5] LoongArch: Add CONFIG_AS_HAS_EXPLICIT_RELOCS
` [PATCH v7 2/5] LoongArch: Adjust symbol addressing for CONFIG_AS_HAS_EXPLICIT_RELOCS
` [PATCH v7 3/5] LoongArch: Define ELF relocation types added in v2.00 ABI
` [PATCH v7 4/5] LoongArch: Support PC-relative relocations in modules
` [PATCH v7 5/5] LoongArch: Support R_LARCH_GOT_PC* "

[PATCH bpf-next v2 0/4] Add BPF JIT support for LoongArch
 2022-09-01  1:30 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] LoongArch: Move {signed,unsigned}_imm_check() to inst.h
` [PATCH bpf-next v2 2/4] LoongArch: Add some instruction opcodes and formats
` [PATCH bpf-next v2 3/4] LoongArch: Add BPF JIT support
` [PATCH bpf-next v2 4/4] LoongArch: Enable BPF_JIT and TEST_BPF in default config

[PATCH 1/1] LoongArch: Fixed loongarch kernel csr_xxx implicit declaration
 2022-08-31 14:49 UTC  (4+ messages)

[PATCH 1/1] LoongArch: Fixed arch_remove_memory undefined build error
 2022-08-31  5:40 UTC 

[PATCH 0/3] LoongArch: Add kexec/kdump support
 2022-08-31  3:38 UTC  (9+ messages)
` [PATCH 1/3] LoongArch: Add kexec support
` [PATCH 2/3] LoongArch: Add kdump support
` [PATCH 3/3] LoongArch: Enable CONFIG_KEXEC

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-08-30 19:37 UTC 

[PATCH] LoongArch: Fix warning: #warning syscall fstat not implemented
 2022-08-30 11:37 UTC  (5+ messages)

[PATCH v6 0/6] LoongArch: Support toolchain with new relocation types
 2022-08-30  7:10 UTC  (15+ messages)
` [PATCH v6 1/6] LoongArch: Add CONFIG_AS_HAS_EXPLICIT_RELOCS
` [PATCH v6 2/6] LoongArch: Adjust CFLAGS for CONFIG_AS_HAS_EXPLICIT_RELOCS
` [PATCH v6 3/6] LoongArch: Use model("extreme") attribute for per-CPU variables in module if CONFIG_AS_HAS_EXPLICIT_RELOCS
` [PATCH v6 4/6] LoongArch: Define ELF relocation types added in v2.00 ABI
` [PATCH v6 5/6] LoongArch: Support PC-relative relocations in modules
` [PATCH v6 6/6] LoongArch: Support R_LARCH_GOT_PC* "

[PATCH v3] checksyscalls: Ignore fstat to silence build warning on LoongArch
 2022-08-30  3:27 UTC 

[PATCH V3 0/2] DMA: update acpi_dma_get_range to return dma map regions
 2022-08-30  3:01 UTC  (3+ messages)
` [PATCH V3 1/2] ACPI / scan: Support multiple dma windows with different offsets
` [PATCH V3 2/2] LoongArch: Remove ARCH_HAS_PHYS_TO_DMA

[PATCH v2] checksyscalls: Ignore fstat to silence build warning on LoongArch
 2022-08-30  2:59 UTC  (3+ messages)

[PATCH 0/8] LoongArch: Support toolchain with new relocation types
 2022-08-29 11:18 UTC  (19+ messages)
` [PATCH 1/8] LoongArch: Add CONFIG_CC_HAS_EXPLICIT_RELOCS
` [PATCH 2/8] LoongArch: Only use -Wa,-mla-* options for !CONFIG_CC_HAS_EXPLICIT_RELOCS
` [PATCH 3/8] LoongArch: Define ELF relocation types added in v2.00 ABI
` [PATCH 4/8] LoongArch: Support R_LARCH_B26 in modules
` [PATCH 5/8] LoongArch: Support R_LARCH_ABS* "
` [PATCH 6/8] LoongArch: Use model("extreme") attribute for per-CPU variables in module if CONFIG_CC_HAS_EXPLICIT_RELOCS
` [PATCH 7/8] LoongArch: Support R_LARCH_PCALA* in modules
` [PATCH 8/8] LoongArch: Support R_LARCH_GOT_PC* "

[PATCH] LoongArch: Add safer signal handler for TLS access
 2022-08-29  8:42 UTC 

[PATCH v4 0/4] LoongArch: Support new relocation types
 2022-08-27 13:20 UTC  (18+ messages)

[GIT PULL] LoongArch fixes for v6.0-rc3
 2022-08-26 19:09 UTC  (2+ messages)

[PATCH v2 7/9] LoongArch: modules/ftrace: Initialize PLT at load time
 2022-08-26  7:36 UTC  (3+ messages)
` [PATCH v2 8/9] LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
` [PATCH v2 9/9] LoongArch: Enable CONFIG_KALLSYMS_ALL and CONFIG_DEBUG_FS

[PATCH linux-next] LoongArch: mm: Remove the unneeded result variable
 2022-08-26  7:29 UTC 

[PATCH v2] include/linux: declare cpuinfo_op in processor.h
 2022-08-25 20:59 UTC 

[PATCH bpf-next v1 0/4] Add BPF JIT support for LoongArch
 2022-08-25  2:27 UTC  (15+ messages)
` [PATCH bpf-next v1 1/4] LoongArch: Move {signed,unsigned}_imm_check() to inst.h
` [PATCH bpf-next v1 2/4] LoongArch: Add some instruction opcodes and formats
` [PATCH bpf-next v1 3/4] LoongArch: Add BPF JIT support
` [PATCH bpf-next v1 4/4] LoongArch: Enable BPF_JIT and TEST_BPF in default config

[PATCH V2 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-24 17:26 UTC  (12+ messages)
` [PATCH V2 2/2] LoongArch: Add ACPI-based generic laptop driver

[PATCH] LoongArch: Fix build warnings in VDSO
 2022-08-24 12:49 UTC  (3+ messages)

[PATCH V2] LoongArch: Use TLB for ioremap()
 2022-08-24  3:07 UTC  (4+ messages)

mainline build failure for loongarch allmodconfig with gcc-12
 2022-08-24  1:38 UTC  (3+ messages)

[PATCH] LoongArch: Add SysRq-x (TLB Dump) support
 2022-08-23  9:06 UTC 

[PATCH] LoongArch: Cleanup headers to avoid circular dependency
 2022-08-23  2:50 UTC 

[PATCH] LoongArch: Use TLB for ioremap()
 2022-08-22  2:19 UTC  (3+ messages)

[PATCH] kernel: exit: cleanup release_thread()
 2022-08-21 17:42 UTC  (7+ messages)

[PATCH] LoongArch: Select PCI_QUIRKS to avoid build error
 2022-08-20 18:05 UTC  (2+ messages)

[PATCH] LoongArch: Cleanup reset routines with new API
 2022-08-20 14:48 UTC 

[PATCH V10 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-08-20  9:56 UTC  (3+ messages)
` [PATCH V10 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[PATCH 0/9] LoongArch: Add ftrace support
 2022-08-20  3:16 UTC  (11+ messages)
` [PATCH 1/9] LoongArch/ftrace: Add basic support

[PATCH 6/9] LoongArch: modules/ftrace: Initialize PLT at load time
 2022-08-20  1:30 UTC  (5+ messages)
` [PATCH 8/9] LoongArch: ftrace: Add CALLER_ADDRx macros
` [PATCH 9/9] LoongArch: Enable CONFIG_KALLSYMS_ALL and CONFIG_DEBUG_FS

[PATCH 1/2] irqchip: Fixed LoongArch CPU interrupt types defined
 2022-08-19  8:39 UTC  (2+ 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 NNTP newsgroup(s).