public inbox for openrisc@lists.librecores.org
 help / color / mirror / Atom feed
 messages from 2020-04-14 15:34:48 to 2020-05-18 21:38:50 UTC [more...]

[OpenRISC] [PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-05-18 21:38 UTC  (33+ messages)
` [OpenRISC] [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [OpenRISC] [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [OpenRISC] [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [OpenRISC] [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [OpenRISC] [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [OpenRISC] [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [OpenRISC] [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [OpenRISC] [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [OpenRISC] [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()

[OpenRISC] sort out the flush_icache_range mess v2
 2020-05-18 18:20 UTC  (32+ messages)
` [OpenRISC] [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler
` [OpenRISC] [PATCH 02/29] nds32: unexport flush_icache_page
` [OpenRISC] [PATCH 03/29] powerpc: unexport flush_icache_user_range
` [OpenRISC] [PATCH 04/29] unicore32: remove flush_cache_user_range
` [OpenRISC] [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h
` [OpenRISC] [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [OpenRISC] [PATCH 07/29] asm-generic: improve the flush_dcache_page stub
` [OpenRISC] [PATCH 08/29] alpha: use asm-generic/cacheflush.h
` [OpenRISC] [PATCH 09/29] arm64: "
` [OpenRISC] [PATCH 10/29] c6x: "
` [OpenRISC] [PATCH 11/29] hexagon: "
` [OpenRISC] [PATCH 12/29] ia64: "
` [OpenRISC] [PATCH 13/29] microblaze: "
` [OpenRISC] [PATCH 14/29] m68knommu: "
` [OpenRISC] [PATCH 15/29] openrisc: "
` [OpenRISC] [PATCH 16/29] powerpc: "
` [OpenRISC] [PATCH 17/29] riscv: "
` [OpenRISC] [PATCH 18/29] arm, sparc, unicore32: remove flush_icache_user_range
` [OpenRISC] [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page
` [OpenRISC] [PATCH 20/29] asm-generic: add a flush_icache_user_range stub
` [OpenRISC] [PATCH 21/29] sh: implement flush_icache_user_range
` [OpenRISC] [PATCH 22/29] xtensa: "
` [OpenRISC] [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range
` [OpenRISC] [PATCH 24/29] m68k: implement flush_icache_user_range
` [OpenRISC] [PATCH 25/29] exec: only build read_code when needed
` [OpenRISC] [PATCH 26/29] exec: use flush_icache_user_range in read_code
` [OpenRISC] [PATCH 27/29] binfmt_flat: use flush_icache_user_range
` [OpenRISC] [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap
` [OpenRISC] [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k

[OpenRISC] [PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-16 17:20 UTC  (19+ messages)
` [OpenRISC] [PATCH v4 03/14] arm64: add support for folded p4d page tables
` [OpenRISC] [PATCH v4 07/14] openrisc: "
` [OpenRISC] [PATCH v4 08/14] powerpc: "
` [OpenRISC] [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages
` [OpenRISC] [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [OpenRISC] [PATCH v4 11/14] sh: add support for folded p4d page tables
` [OpenRISC] [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [OpenRISC] [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h
` [OpenRISC] [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
  ` [OpenRISC] [PATCH v4 02/14] arm: add support for folded p4d page tables

[OpenRISC] [PATCH v2 00/12] mm: consolidate definitions of page table accessors
 2020-05-15 21:12 UTC  (14+ messages)
` [OpenRISC] [PATCH v2 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [OpenRISC] [PATCH v2 02/12] mm: introduce include/linux/pgtable.h
` [OpenRISC] [PATCH v2 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [OpenRISC] [PATCH v2 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [OpenRISC] [PATCH v2 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [OpenRISC] [PATCH v2 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
` [OpenRISC] [PATCH v2 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [OpenRISC] [PATCH v2 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [OpenRISC] [PATCH v2 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [OpenRISC] [PATCH v2 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [OpenRISC] [PATCH v2 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [OpenRISC] [PATCH v2 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions

[OpenRISC] [PATCH 0/8] OpenRISC BFD fixups for Glibc
 2020-05-14 21:00 UTC  (9+ messages)
` [OpenRISC] [PATCH 1/8] or1k: Fix static linking when with .rela.got relocations
` [OpenRISC] [PATCH 2/8] or1k: Fix dynamic TLS symbol flag
` [OpenRISC] [PATCH 3/8] or1k: Add TLS mask to handle multiple model access
` [OpenRISC] [PATCH 4/8] or1k: Fix issue with multiple PCREL relocations
` [OpenRISC] [PATCH 5/8] or1k: TLS offset to use tcb size and section alignment
` [OpenRISC] [PATCH 6/8] or1k: refactor: Rename p to sec_relocs
` [OpenRISC] [PATCH 7/8] or1k: refactor: Rename s to sgot and splt
` [OpenRISC] [PATCH 8/8] or1k: Add dynamic flag to tpoff

[OpenRISC] [PATCH 00/12] mm: consolidate definitions of page table accessors
 2020-05-13 11:19 UTC  (18+ messages)
` [OpenRISC] [PATCH 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [OpenRISC] [PATCH 02/12] mm: introduce include/linux/pgtable.h
` [OpenRISC] [PATCH 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [OpenRISC] [PATCH 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [OpenRISC] [PATCH 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [OpenRISC] [PATCH 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
` [OpenRISC] [PATCH 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [OpenRISC] [PATCH 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [OpenRISC] [PATCH 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [OpenRISC] [PATCH 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [OpenRISC] [PATCH 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [OpenRISC] [PATCH 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions

[OpenRISC] sort out the flush_icache_range mess
 2020-05-13  6:23 UTC  (50+ messages)
` [OpenRISC] [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [OpenRISC] [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [OpenRISC] [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [OpenRISC] [PATCH 04/31] nds32: unexport flush_icache_page
` [OpenRISC] [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [OpenRISC] [PATCH 06/31] unicore32: remove flush_cache_user_range
` [OpenRISC] [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [OpenRISC] [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [OpenRISC] [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [OpenRISC] [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [OpenRISC] [PATCH 11/31] arm64: "
` [OpenRISC] [PATCH 12/31] c6x: "
` [OpenRISC] [PATCH 13/31] hexagon: "
` [OpenRISC] [PATCH 14/31] ia64: "
` [OpenRISC] [PATCH 15/31] microblaze: "
` [OpenRISC] [PATCH 16/31] m68knommu: "
` [OpenRISC] [PATCH 17/31] openrisc: "
` [OpenRISC] [PATCH 18/31] powerpc: "
` [OpenRISC] [PATCH 19/31] riscv: "
` [OpenRISC] [PATCH 20/31] arm, sparc, unicore32: remove flush_icache_user_range
` [OpenRISC] [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [OpenRISC] [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [OpenRISC] [PATCH 23/31] sh: implement flush_icache_user_range
` [OpenRISC] [PATCH 24/31] xtensa: "
` [OpenRISC] [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [OpenRISC] [PATCH 26/31] m68k: implement flush_icache_user_range
` [OpenRISC] [PATCH 27/31] exec: only build read_code when needed
` [OpenRISC] [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [OpenRISC] [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [OpenRISC] [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [OpenRISC] [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

[OpenRISC] OpenRISC: User mode writing to FPCSR
 2020-05-08 22:17 UTC  (3+ messages)

[OpenRISC] [PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-05 17:27 UTC  (30+ messages)
` [OpenRISC] [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [OpenRISC] [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [OpenRISC] [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [OpenRISC] [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [OpenRISC] [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [OpenRISC] [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [OpenRISC] [PATCH v2 07/20] arm: "
` [OpenRISC] [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [OpenRISC] [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [OpenRISC] [PATCH v2 10/20] m68k: mm: "
` [OpenRISC] [PATCH v2 11/20] parisc: "
` [OpenRISC] [PATCH v2 12/20] sparc32: "
` [OpenRISC] [PATCH v2 13/20] unicore32: "
` [OpenRISC] [PATCH v2 14/20] xtensa: "
` [OpenRISC] [PATCH v2 15/20] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [OpenRISC] [PATCH v2 16/20] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
  ` [OpenRISC] [PATCH v2.5 "
` [OpenRISC] [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
` [OpenRISC] [PATCH v2 18/20] mm: clean up free_area_init_node() and its helpers
` [OpenRISC] [PATCH v2 19/20] mm: simplify find_min_pfn_with_active_regions()
` [OpenRISC] [PATCH v2 20/20] docs/vm: update memory-models documentation

[OpenRISC] [PATCHv3 00/50] Add log level to show_stack()
 2020-04-20 17:06 UTC  (4+ messages)
` [OpenRISC] [PATCHv3 24/50] openrisc: Add show_stack_loglvl()

[OpenRISC] [PATCH v3 00/50] Add log level to show_stack()
 2020-04-19  6:24 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox