LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2025-03-05 10:36:26 to 2025-03-20 17:29:41 UTC [more...]

[PATCH v6 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-20 17:29 UTC  (5+ messages)
` [PATCH v6 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v6 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v6 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v6 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-20 17:15 UTC  (8+ messages)
` [PATCH v2 06/57] irqdomain: irqchip: Switch to of_fwnode_handle()
  ` [Linux-stm32] "
` (subset) [PATCH v2 00/57] irqdomain: Cleanups and Documentation

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-20 10:44 UTC  (8+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement

[PATCH] LoongArch: KGDB: Do not inline arch_kgdb_breakpoint()
 2025-03-20 10:23 UTC 

[PATCH 6.1&6.6 V3 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
 2025-03-20  3:01 UTC  (9+ messages)
` [PATCH 6.1&6.6 V3 1/3] sign-file,extract-cert: move common SSL helper functions to a header
` [PATCH 6.1&6.6 V3 2/3] sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
` [PATCH 6.1&6.6 V3 3/3] sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-19 13:11 UTC  (26+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "

[GIT PULL] LoongArch KVM changes for v6.15
 2025-03-19  9:29 UTC 

[PATCH v1 0/2] Loongarch irq-redirect supprot
 2025-03-19  5:55 UTC  (4+ messages)
` [PATCH 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

[PATCH 6.1&6.6 V2 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
 2025-03-19  4:34 UTC  (8+ messages)
` [PATCH 6.1&6.6 1/3] sign-file,extract-cert: move common SSL helper functions to a header
` [PATCH 6.1&6.6 V2 2/3] sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
` [PATCH 6.1&6.6 V2 3/3] sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3

[PATCH] Loongarch: Fix device node refcount leak in fdt_cpu_clk_init
 2025-03-19  2:54 UTC 

[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
 2025-03-18 11:57 UTC  (4+ messages)
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH 6.1&6.6 0/3] sign-file,extract-cert: switch to PROVIDER API for OpenSSL >= 3.0
 2025-03-18 10:53 UTC  (4+ messages)
` [PATCH 6.1&6.6 1/3] sign-file,extract-cert: move common SSL helper functions to a header
` [PATCH 6.1&6.6 2/3] sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
` [PATCH 6.1&6.6 3/3] sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3

[PATCH v3 1/5] arch/x86: Drop own definition of pgd,p4d_leaf
 2025-03-17 23:52 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-17 12:40 UTC  (19+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH] LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC
 2025-03-17  2:58 UTC  (3+ messages)

[PATCH] LoongArch: BPF: Fix off by one error in build_prologue()
 2025-03-15 21:49 UTC  (2+ messages)

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-15 14:55 UTC  (32+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
        ` Soekris crypto 1411, where to find ?
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH v5 0/6] Drivers for Loongson security engine
 2025-03-15  3:47 UTC  (8+ messages)
` [PATCH v5 1/6] mfd: Add support for Loongson Security Module
` [PATCH v5 2/6] MAINTAINERS: Add entry for Loongson Security Module driver
` [PATCH v5 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH v5 4/6] MAINTAINERS: Add entry for Loongson RNG driver

[PATCH v5 5/6] tpm: Add a driver for Loongson TPM device
 2025-03-14 14:43 UTC  (3+ messages)
` [PATCH v5 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

[PATCH 14/41] loongarch: Replace __ASSEMBLY__ with __ASSEMBLER__ in the loongarch headers
 2025-03-14  7:09 UTC 

[PATCH] LoongArch: Fix use of logical '&&' with constant operand
 2025-03-13 21:57 UTC  (4+ messages)

Loongarch JIT doesn't support bpf-to-bpf calls
 2025-03-13 16:14 UTC 

[PATCH v4 0/6] Drivers for Loongson security engine
 2025-03-12  8:38 UTC  (4+ messages)
` [PATCH v4 1/6] mfd: Add support for Loongson Security Module

[RFC V2] LoongArch: KVM: Handle interrupt early before enabling irq
 2025-03-11  7:47 UTC 

[BUG?] loxilb tc BPF program cause Loongarch kernel hard lockup
 2025-03-10 22:31 UTC  (3+ messages)

[PATCH v5 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-10  9:58 UTC  (11+ messages)
` [PATCH v5 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v5 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v5 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v5 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH 0/3] Drop explicit --hash-style= setting for new
 2025-03-10  2:13 UTC  (3+ messages)
` Ping: "

[PATCH 6.12/6.13] loongarch: Use ASM_REACHABLE
 2025-03-09 19:56 UTC  (2+ messages)

[GIT PULL] LoongArch fixes for v6.14-rc6
 2025-03-08 17:27 UTC  (2+ messages)

[PATCH v7 0/7] Add jump table support for objtool on LoongArch
 2025-03-08  5:47 UTC  (2+ messages)

Linux 6.12.18
 2025-03-08  5:28 UTC  (2+ messages)

[BUG?] loxilb tc BPF program cause Loongarch kernel hard lockup
 2025-03-06 20:37 UTC  (7+ messages)

[PATCH v2] LoongArch: mm: Set max_pfn with the PFN of the last page
 2025-03-06  6:36 UTC  (4+ messages)

[PATCH v2 0/2] LoongArch: KVM: Small enhancements about KVM
 2025-03-06  2:18 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Reload guest CSR registers after S4
` [PATCH v2 2/2] LoongArch: KVM: Add interrupt checking with Loongson AVEC

[PATCH 0/2] Loongarch irq-redirect supprot
 2025-03-06  2:09 UTC  (10+ messages)
` [PATCH 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support

[PATCH RESEND v4 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-05 23:00 UTC  (5+ messages)
` [PATCH RESEND v4 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH RESEND v4 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH RESEND v4 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH RESEND v4 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH v4 0/4] rust: Add bug/warn abstractions
 2025-03-05 11:08 UTC  (5+ messages)
` [PATCH v4 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v4 2/4] riscv/bug: "
` [PATCH v4 3/4] arm64/bug: "
` [PATCH v4 4/4] rust: Add warn_on macro

[PATCH v3 0/5] rust: Add bug/warn abstractions
 2025-03-05 10:36 UTC  (5+ messages)
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once


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