openrisc.lists.librecores.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] OpenRISC fixes for 2.39
 2024-03-20 20:12 UTC  (9+ messages)
` [PATCH 1/4] or1k: Fix Linux user space signal ABI
` [PATCH 2/4] or1k: Update libm test ulps
` [PATCH 3/4] or1k: Only define fpu rouding and exceptions with hard-float
` [PATCH 4/4] or1k: Add prctl wrapper to unwrap variadic args

[GIT PULL] OpenRISC updates for 6.9
 2024-03-14 23:13 UTC  (2+ messages)

[PATCH 0/3] Restructure init sequence to set aside reserved memory earlier
 2024-03-11 16:02 UTC  (11+ messages)
` [PATCH 1/3] loongarch: Call arch_mem_init() before platform_init() in the init sequence
` [PATCH 2/3] openrisc: Call setup_memory() earlier "
` [PATCH 3/3] sh: Call paging_init() "

[PATCH] openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()
 2024-03-10  8:54 UTC  (2+ messages)

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-03-07 19:56 UTC  (9+ messages)
` [RFC PATCH 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [RFC PATCH 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [RFC PATCH 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [RFC PATCH 07/14] openrisc/thread_info: Introduce TIF_NOTIFY_IPI flag

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
 2024-02-29 23:01 UTC  (18+ messages)
` [PATCH 1/4] asm-generic/page.h: "
` [PATCH 2/4] csky: "
` [PATCH 3/4] Hexagon: "
` [PATCH 4/4] openrisc: "

[PATCH] mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc
 2024-02-02 17:43 UTC  (3+ messages)

Adding or1k support to mkroot
 2023-12-21  8:22 UTC  (8+ messages)

PSA: this list has moved to new vger infra (no action required)
 2023-12-08 18:25 UTC 

[PATCH v3 0/5] arch,locking/atomic: add arch_cmpxchg[64]_local
 2023-11-23  0:06 UTC  (8+ messages)
` [PATCH v3 1/5] arch,locking/atomic: arc: arch_cmpxchg should check data size
` [PATCH v3 2/5] arch,locking/atomic: arc: add arch_cmpxchg[64]_local
` [PATCH v3 3/5] arch,locking/atomic: openrisc: "
` [PATCH v3 4/5] arch,locking/atomic: hexagon: "
` [PATCH v3 5/5] arch,locking/atomic: xtensa: define arch_cmpxchg_local as __cmpxchg_local

[PATCH v2 0/4] locking/atomic: arch_cmpxchg[64]_local undefined
 2023-11-08  1:04 UTC  (9+ messages)
` [PATCH v2 1/4] locking/atomic: arc: data size checking in arch_cmpxchg
` [PATCH v2 2/4] locking/atomic: arc: arch_cmpxchg[64]_local undefined
` [PATCH v2 3/4] locking/atomic: openrisc: "
` [PATCH v2 4/4] locking/atomic: hexagon: "

[PATCH] sim: or1k: Eliminate dangerous RWX load segments
 2023-10-14  8:26 UTC  (5+ messages)

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

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-10-06 13:01 UTC 

[GIT PULL] OpenRISC updates for 6.6
 2023-09-05 19:42 UTC  (4+ messages)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-28  8:07 UTC  (17+ messages)
` [PATCH 16/17] [RFC] arch: turn -Wmissing-prototypes off conditionally
` (subset) [PATCH 00/17] -Wmissing-prototype warning fixes

[PATCH 1/8] openrisc: Add missing prototypes for assembly called fnctions
 2023-08-21  7:20 UTC  (8+ messages)
` [PATCH 2/8] openrisc: Declare do_signal function as static
` [PATCH 3/8] openrisc: Add prototype for show_registers to processor.h
` [PATCH 4/8] openrisc: Add prototype for die to bug.h
` [PATCH 5/8] openrisc: Include cpu.h and switch_to.h for prototypes
` [PATCH 6/8] openriac: Remove unused nommu_dump_state function
` [PATCH 7/8] openrisc: Remove unused tlb_init function
` [PATCH 8/8] openrisc: Remove kernel-doc marker from ioremap comment

[PATCH] treewide: drop CONFIG_EMBEDDED
 2023-08-19  8:53 UTC  (5+ messages)

[PATCH] treewide: drop CONFIG_EMBEDDED
 2023-08-17  4:38 UTC  (7+ messages)

[PATCH v2] openrisc: Make pfn accessors statics inlines
 2023-08-11 20:42 UTC  (2+ messages)

[PATCH] openrisc: Make pfn accessors statics inlines
 2023-08-08  9:32 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).