LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2023-06-19 11:20:45 to 2023-06-25 17:44:24 UTC [more...]

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-25 17:42 UTC  (18+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

[PATCH v3 0/8] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-25  9:56 UTC  (9+ messages)
` [PATCH v3 1/8] LoongArch: Calculate various sizes in the linker script
` [PATCH v3 2/8] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v3 3/8] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v3 4/8] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v3 5/8] LoongArch: Simplify the invtlb wrappers
` [PATCH v3 6/8] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v3 7/8] LoongArch: Mark Clang LTO as working
` [PATCH v3 8/8] Makefile: Add loongarch target flag for Clang compilation

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

[PATCH v2 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-25  8:13 UTC  (19+ messages)
` [PATCH v2 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH v2 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v2 3/9] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v2 4/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v2 5/9] LoongArch: Simplify the invtlb wrappers
` [PATCH v2 6/9] LoongArch: Remove all -G0 switches from CFLAGS
` [PATCH v2 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v2 8/9] LoongArch: Mark Clang LTO as working
` [PATCH v2 9/9] Makefile: Add loongarch target flag for Clang compilation

[PATCH V5 0/5] Add rtc driver for the Loongson family chips
 2023-06-25  2:35 UTC  (2+ messages)

[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
 2023-06-24 14:21 UTC  (5+ messages)
` [v3,17/19] "

[PATCH v2] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-06-23 18:01 UTC  (6+ messages)

[PATCH] LoongArch: Add SMT (Simultaneous Multi-Threading) support
 2023-06-23 17:34 UTC  (5+ messages)

[PATCH 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-23 17:06 UTC  (21+ messages)
` [PATCH 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH 3/9] LoongArch: Prepare for assemblers with proper FCSR bank support
` [PATCH 4/9] LoongArch: Make {read,write}_fcsr compatible with LLVM/Clang
` [PATCH 5/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH 6/9] LoongArch: Simplify the invtlb wrappers
` [PATCH 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH 8/9] Makefile: Add loongarch target flag for Clang compilation
` [PATCH 9/9] LoongArch: Mark Clang LTO as working

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-22 17:51 UTC  (26+ messages)
` [PATCH v2 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 03/13] arm/kexec: "
` [PATCH v2 04/13] ia64/kexec: "
` [PATCH v2 05/13] arm64/kexec: "
` [PATCH v2 06/13] loongarch/kexec: "
` [PATCH v2 07/13] m68k/kexec: "
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 09/13] parisc/kexec: "
` [PATCH v2 10/13] powerpc/kexec: "
` [PATCH v2 11/13] riscv/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-06-22 15:09 UTC  (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v3 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH v2 0/2] Unify uapi bitsperlong.h
 2023-06-22 12:50 UTC  (5+ messages)
` [PATCH v2 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v2 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH] LoongArch: Add guard for the larch_insn_gen_xxx functions
 2023-06-22  5:40 UTC 

[PATCH] perf annotate: Fix instruction association and parsing for LoongArch
 2023-06-21 17:28 UTC  (5+ messages)

[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
 2023-06-21 17:12 UTC  (3+ messages)
` [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()

[PATCH 0/2] Modify vDSO selftests
 2023-06-21 10:16 UTC  (2+ messages)

[PATCH v5] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-06-21 10:15 UTC  (2+ messages)

[PATCH] LoongArch: Set CPU#0 as the io master for FDT
 2023-06-21 10:05 UTC 

[PATCH] Documentation/features: LoongArch supports ARCH_HAS_ELF_RANDOMIZE
 2023-06-21  8:38 UTC  (2+ messages)

[RFC PATCH] LoongArch: KGDB: Add Basic KGDB support
 2023-06-21  6:24 UTC  (2+ messages)

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (6+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v11 5/8] riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
 2023-06-20 19:54 UTC  (2+ messages)

[RFC PATCH v1 10/23] objtool: LoongArch: Implement decoder
 2023-06-20  8:57 UTC  (6+ messages)
` [RFC PATCH v1 11/23] objtool: Add annotate_reachable() for objtools
` [RFC PATCH v1 12/23] LoongArch: bug: Add reachable annotation to warning macros
` [RFC PATCH v1 13/23] objtool: Add next member in struct reloc
` [RFC PATCH v1 14/23] objtool: Add orc_print_dump() package

[RFC PATCH v1 00/23] LoongArch: Add objtool and ORC unwinder support
 2023-06-20  8:49 UTC  (12+ messages)
` [RFC PATCH v1 01/23] objtool: Reorganize CFI code
` [RFC PATCH v1 02/23] objtool: Reorganize instruction-related code
` [RFC PATCH v1 03/23] objtool: Move decode_instructions() to a separate file
` [RFC PATCH v1 04/23] objtool: Reorganize Unwind hint code

[RFC PATCH v1 20/23] LoongArch: Move some data definitions into the .data section
 2023-06-20  8:18 UTC  (4+ messages)
` [RFC PATCH v1 21/23] objtool: Add arch-specific "noreturn" function handling
` [RFC PATCH v1 22/23] objtool: Make update_cfi_state() arch-specific function
` [RFC PATCH v1 23/23] LoongArch: objtool: Mark non-standard object files and directories

[PATCH v14 00/30] Add KVM LoongArch support
 2023-06-20  8:14 UTC  (14+ messages)
` [PATCH v14 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v14 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v14 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v14 27/30] LoongArch: KVM: Implement vcpu world switch

[PATCH] LoongArch: Delete debugfs checking
 2023-06-20  8:06 UTC 

[RFC PATCH v1 15/23] objtool: Add ORC support for LoongArch
 2023-06-20  7:52 UTC  (5+ messages)
` [RFC PATCH v1 16/23] LoongArch: Add ORC unwinder support
` [RFC PATCH v1 17/23] LoongArch: Support R_LARCH_32_PCREL relocation type in kernel module
` [RFC PATCH v1 18/23] LoongArch: Fix fpu.S objtool warning
` [RFC PATCH v1 19/23] LoongArch: Annotate unwind_hint

[RFC PATCH v1 05/23] objtool: Reorganize ORC code
 2023-06-20  7:49 UTC  (5+ messages)
` [RFC PATCH v1 06/23] objtool: Reorganize ORC kernel code
` [RFC PATCH v1 07/23] objtool: Introduce STATIC_CHECK
` [RFC PATCH v1 08/23] tools: LoongArch: Copy inst.h and asm.h to tools
` [RFC PATCH v1 09/23] objtool: LoongArch: Add base definition for LoongArch

[PATCH v1] ASoC: loongson: change the type of variable irq to int
 2023-06-19 22:29 UTC  (2+ messages)

[PATCH v4 1/3] ASoC: Add support for Loongson I2S controller
 2023-06-19 11:27 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox