loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-27 06:54:27 to 2025-03-13 13:50:22 UTC [more...]

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-13 13:49 UTC 

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-13 12:25 UTC  (16+ 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: "

[PATCH v5 0/6] Drivers for Loongson security engine
 2025-03-13  9:59 UTC  (7+ 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-13  9:07 UTC  (2+ messages)
` [PATCH v5 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-12 16:09 UTC  (31+ 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()
` [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 v4 0/6] Drivers for Loongson security engine
 2025-03-12  8:38 UTC  (5+ messages)
` [PATCH v4 1/6] mfd: Add support for Loongson Security Module

[PATCH] LoongArch: Fix use of logical '&&' with constant operand
 2025-03-12  2:38 UTC  (3+ messages)

[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 v4 0/4] defconfig: drop RT_GROUP_SCHED=y
 2025-03-06 19:19 UTC  (3+ messages)
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[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  (11+ 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 RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

[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  (15+ messages)
  ` [PATCH v3 2/5] riscv/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
  ` [PATCH v3 3/5] arm64/bug: "
  ` [PATCH v3 5/5] rust: Add warn_on and warn_on_once

[PATCH 1/2] dt-bindings: gpio: loongson: Add new loongson gpio chip compatible
 2025-03-05  8:56 UTC  (11+ messages)
` [PATCH 2/2] gpio: loongson-64bit: Add more gpio chip support

[PATCH] LoongArch: mm: Set max_pfn with the PFN of the last page
 2025-03-05  1:33 UTC  (3+ messages)

[PATCH] LoongArch: mm: Set hugetlb mmap base address aligned with pmd size
 2025-03-04 12:20 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Reload guest CSR registers after S4
 2025-03-04 11:57 UTC  (3+ messages)

[PATCH] rust: Fix enabling Rust and building with GCC for LoongArch
 2025-03-04  9:12 UTC  (3+ messages)

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-03-04  6:11 UTC  (12+ messages)
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
  ` [PATCH v2 3/6 update] "
` [PATCH v2 4/6] riscv: pgtable: unconditionally "
  ` [External] "

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-03-04  4:46 UTC  (24+ messages)
` [PATCH v9 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v9 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v9 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v9 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v9 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v9 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v9 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v9 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v9 11/20] mm: Allow compound zone device pages
` [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v9 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v9 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v9 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v9 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v9 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v9 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v9 20/20] device/dax: Properly refcount device dax pages when mapping

[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-03-03 11:20 UTC  (3+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v2 0/2] LoongArch: KVM: Enhancement about PGD saving
 2025-03-01 13:42 UTC  (2+ messages)

[PATCH 0/3] Add perf event support for guest VM
 2025-03-01 13:41 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH V2] LoongArch: Use polling play_dead() when resuming from hibernation
 2025-02-28  7:18 UTC 

[PATCH] LoongArch: Use polling play_dead() when resuming from hibernation
 2025-02-27 19:19 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).