linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-08 22:57:52 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 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

Performance improvements of Marocchino implementation
 2025-03-11 22:17 UTC  (7+ messages)

[RFC] openrisc: Add cacheinfo support
 2025-03-10 19:13 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-05 13:12 UTC  (42+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [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 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-03-04  6:11 UTC  (22+ messages)
` [PATCH v2 1/6] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH v2 2/6] mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc *
` [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 v2 5/6] x86: pgtable: convert to "
` [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()

[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 v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (12+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
  ` [REGRESSION] "
        ` [PATCH] x86: Disable EXECMEM_ROX support

Embench iot results json
 2025-02-25 17:25 UTC 

Contributing to OpenRISC Linux
 2025-02-22 11:35 UTC  (11+ messages)
            ` Queries regarding OpenRISC CPU cache

[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-19 17:16 UTC  (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
 2025-02-19 14:06 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-10 11:35 UTC  (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()

[PATCH 0/5] remove tlb_remove_page_ptdesc()
 2025-02-08  7:22 UTC  (12+ messages)
` [PATCH 1/5] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH 2/5] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH 3/5] riscv: pgtable: unconditionally "
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
` [PATCH 5/5] mm: pgtable: remove tlb_remove_page_ptdesc()

[PATCH v2 0/6] Account page tables at all levels
 2025-02-03 19:15 UTC  (7+ messages)
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-03 10:35 UTC  (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()

[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-30 11:36 UTC  (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()

[GIT PULL] OpenRISC updates for 6.14
 2025-01-25 18:34 UTC  (2+ messages)

[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
 2025-01-18  4:34 UTC  (7+ messages)
` [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()

[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-17 13:25 UTC  (7+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()

[PATCH 0/3] Add OpenRISC restartable sequences support
 2025-01-14 17:18 UTC  (7+ messages)
` [PATCH 1/3] openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support
` [PATCH 2/3] openrisc: Add support for restartable sequences
` [PATCH 3/3] rseq/selftests: Add support for OpenRISC

[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-13 17:09 UTC 

[PATCH 3/6] syscall.h: introduce syscall_set_nr()
 2025-01-11  1:16 UTC  (3+ messages)

[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-10  3:15 UTC  (2+ messages)

or1k -M virt -hda and net
 2025-01-09  8:49 UTC  (17+ 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).