linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-06 18:52:11 to 2025-06-03 12:59:08 UTC [more...]

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-03 12:58 UTC  (3+ messages)

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-06-02 15:16 UTC  (4+ messages)

[PATCH] or1k: Fix struct return test
 2025-06-02 10:06 UTC  (3+ messages)

[GIT PULL] OpenRISC updates for 6.16
 2025-06-01 16:05 UTC  (2+ messages)

[PATCH] or1k: Add support for numcores and coreid sprs
 2025-06-01 15:38 UTC 

[PATCH v2] or1k: Support long jump offsets with -mcmodel=large
 2025-05-31  5:47 UTC 

[PATCH] or1k: Support long jump offsets with -mcmodel=large
 2025-05-26  8:27 UTC 

Need help implementing text_patch for JUMP_LABEL
 2025-05-20  8:48 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (24+ 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] docs: align with scripts/syscall.tbl migration
 2025-05-19 15:40 UTC  (2+ messages)

GSoC 2025 OpenRISC Linux Feature Development
 2025-05-10  9:28 UTC  (3+ messages)

Queries regarding ftrace's implementation for OpenRISC-linux
 2025-05-10  8:18 UTC  (5+ messages)

[PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h
 2025-05-03 23:31 UTC  (8+ messages)

[PATCH v3] Documentation:openrisc: Add build instructions with initramfs
 2025-04-27  0:07 UTC 

[GIT PULL] OpenRISC updates for 6.15
 2025-04-26 17:05 UTC  (2+ messages)

[PATCH v2] Documentation:openrisc: Add build instructions with initramfs
 2025-04-26 16:16 UTC  (2+ messages)

[PATCH] Documentation:openrisc: Add build instructions with initramfs
 2025-04-26 13:58 UTC  (3+ messages)

[PATCH v2 00/12] Always call constructor for kernel page tables
 2025-04-25 16:35 UTC  (21+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc

[PATCH] openrisc: Fix build warning in cache.c
 2025-04-19 15:55 UTC  (9+ messages)

[PATCH v6 0/3] openrisc: Add cacheinfo support and introduce new utility functions
 2025-04-19 15:48 UTC  (4+ messages)
` [PATCH v6 1/3] openrisc: Refactor struct cpuinfo_or1k to reduce duplication
` [PATCH v6 2/3] openrisc: Introduce new utility functions to flush and invalidate caches
` [PATCH v6 3/3] openrisc: Add cacheinfo support

[PATCH 0/2] OpenRISC documentation updates
 2025-04-17  8:02 UTC  (3+ messages)
` [PATCH 1/2] Documentation: openrisc: Update mailing list
` [PATCH 2/2] Documentation: openrisc: Update toolchain binaries URL

(no subject)
 2025-04-10 12:28 UTC 

[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
 2025-04-07  8:06 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v5 0/3] openrisc: Add cacheinfo support and introduce new utility functions
 2025-03-29 19:13 UTC  (6+ messages)
` [PATCH v5 1/3] openrisc: Refactor struct cpuinfo_or1k to reduce duplication
` [PATCH v5 2/3] openrisc: Introduce new utility functions to flush and invalidate caches
` [PATCH v5 3/3] openrisc: Add cacheinfo support

[PATCH v4 0/3] openrisc: Add cacheinfo support and introduce new utility functions
 2025-03-29  7:00 UTC  (6+ messages)
` [PATCH v4 1/3] openrisc: Refactor struct cpuinfo_or1k to reduce duplication
` [PATCH v4 2/3] openrisc: Introduce new utility functions to flush and invalidate caches
` [PATCH v4 3/3] openrisc: Add cacheinfo support

[PATCH v3 0/3] openrisc: Add cacheinfo support and introduce new utility functions
 2025-03-28 19:40 UTC  (9+ messages)
` [PATCH v3 1/3] openrisc: Refactor struct cpuinfo_or1k to reduce duplication
` [PATCH v3 2/3] openrisc: Introduce new utility functions to flush and invalidate caches
` [PATCH v3 3/3] openrisc: Add cacheinfo support

[PATCH] or1k: Fix compilation for __OR1K_MULTICORE__ builds
 2025-03-28 10:09 UTC 

[PATCH 00/11] Always call constructor for kernel page tables
 2025-03-24  8:37 UTC  (15+ messages)
` [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs
` [PATCH 03/11] m68k: "
` [PATCH 04/11] powerpc: "
` [PATCH 05/11] sparc64: "
` [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs
` [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc

[akpm-mm:mm-stable] [arch, mm] 8268af309d: kernel_BUG_at_include/linux/page-flags.h
 2025-03-24  6:14 UTC 

[PATCH v2] openrisc: Add cacheinfo support
 2025-03-22 19:04 UTC  (11+ messages)

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

[RFC] openrisc: Add cacheinfo support
 2025-03-15 20:35 UTC  (5+ messages)

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-15 14:55 UTC  (31+ messages)
` [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 22/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
 2025-03-14  7:09 UTC  (2+ messages)
` [PATCH 23/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

Performance improvements of Marocchino implementation
 2025-03-11 22:17 UTC  (7+ 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).