openrisc.lists.librecores.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 21:39:02 to 2023-05-15 19:12:01 UTC [more...]

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

[PATCH v3 0/3] OpenRISC updates for user space FPU
 2023-05-11 15:09 UTC  (4+ messages)
` [PATCH v3 1/3] target/openrisc: Allow fpcsr access in user mode
` [PATCH v3 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PATCH v3 3/3] target/openrisc: Setup FPU for detecting tininess before rounding

[PATCH v2 0/3] OpenRISC updates for user space FPU
 2023-05-11 14:33 UTC  (9+ messages)
` [PATCH v2 1/3] target/openrisc: Allow fpcsr access in user mode
` [PATCH v2 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PATCH v2 3/3] target/openrisc: Setup FPU for detecting tininess before rounding

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (70+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH v3] docs: directive `alias` for redirects
 2023-05-04 18:41 UTC  (2+ messages)

[PATCH 0/3] OpenRISC updates for user space FPU
 2023-05-03 16:31 UTC  (11+ messages)
` [PATCH 1/3] target/openrisc: Allow fpcsr access in user mode
` [PATCH 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PATCH 3/3] target/openrisc: Setup FPU for detecting tininess before rounding

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

[GIT PULL] OpenRISC update for 6.4
 2023-05-01 19:25 UTC  (2+ messages)

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

[PATCH 0/4] OpenRISC floating point context support
 2023-04-18 16:58 UTC  (5+ messages)
` [PATCH 1/4] openrisc: Properly store r31 to pt_regs on unhandled exceptions
` [PATCH 2/4] openrisc: Support storing and restoring fpu state
` [PATCH 3/4] openrisc: Support floating point user api
` [PATCH 4/4] openrisc: Add floating point regset

[PATCH] openrisc: Use common of_get_cpu_node() instead of open-coding
 2023-03-31 17:41 UTC  (2+ messages)

[PATCH] or1k: Do not clear existing FPU exceptions before updating
 2023-03-19  6:48 UTC  (2+ messages)

[PATCH v4 18/36] openrisc: Implement the new page table range API
 2023-03-15 10:09 UTC  (2+ messages)

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-02 12:19 UTC  (4+ messages)

[PATCH v3 17/34] openrisc: Implement the new page table range API
 2023-02-28 21:37 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 NNTP newsgroup(s).