linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-04 06:17:24 to 2018-09-14 12:10:36 UTC [more...]

[OpenRISC] [PATCH 00/30] mm: remove bootmem allocator
 2018-09-14 12:10 UTC  (22+ messages)
` [OpenRISC] [PATCH 01/30] mips: switch to NO_BOOTMEM
` [OpenRISC] [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [OpenRISC] [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [OpenRISC] [PATCH 04/30] mm: remove bootmem allocator implementation
` [OpenRISC] [PATCH 05/30] mm: nobootmem: remove dead code
` [OpenRISC] [PATCH 06/30] memblock: rename memblock_alloc{_nid, _try_nid} to memblock_phys_alloc*
` [OpenRISC] [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [OpenRISC] [PATCH 08/30] memblock: replace alloc_bootmem_align with memblock_alloc
` [OpenRISC] [PATCH 09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [OpenRISC] [PATCH 10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [OpenRISC] [PATCH 11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [OpenRISC] [PATCH 12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [OpenRISC] [PATCH 13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [OpenRISC] [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [OpenRISC] [PATCH 15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [OpenRISC] [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [OpenRISC] [PATCH 17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [OpenRISC] [PATCH 18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [OpenRISC] [PATCH 19/30] memblock: replace alloc_bootmem_pages with memblock_alloc
` [OpenRISC] [PATCH 20/30] memblock: replace __alloc_bootmem with memblock_alloc_from
` [OpenRISC] [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc

[OpenRISC] OpenRISC GCC requirements
 2018-09-14  0:43 UTC  (7+ messages)

[OpenRISC] [PATCH 0/4] OpenRISC binutils updates and new relocs
 2018-09-08 21:35 UTC  (6+ messages)
` [OpenRISC] [PATCH 1/4] or1k: Add relocations for high-signed and low-stores
` [OpenRISC] [PATCH 2/4] or1k: Fix messages for relocations in shared libraries
` [OpenRISC] [PATCH 3/4] or1k: Add the l.adrp insn and supporting relocations
` [OpenRISC] [PATCH 4/4] or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns

[OpenRISC] [PATCH 00/21] DT cpu node iterator
 2018-09-07 13:58 UTC  (5+ messages)
` [OpenRISC] [PATCH 10/21] openrisc: use for_each_of_cpu_node iterator

[OpenRISC] [PATCH] treewide: remove current_text_addr
 2018-08-31 16:48 UTC  (16+ messages)

[OpenRISC] [PATCH for-4.9.y 03/14] kthread: fix boot hang (regression) on MIPS/OpenRISC
 2018-08-28 20:13 UTC 

[OpenRISC] OpenRISC Port Submission
 2018-08-23 21:53 UTC 

[OpenRISC] [PATCH v2] kbuild: rename LDFLAGS to KBUILD_LDFLAGS
 2018-08-22 17:51 UTC  (2+ messages)

[OpenRISC] Issue while loading vmlinux-de0_nano
 2018-08-14 23:55 UTC 

[OpenRISC] Finish the GENERIC_IRQ_MULTI_HANDLER conversion
 2018-08-03 10:09 UTC  (10+ messages)
  ` [OpenRISC] [PATCH 1/5] irq: Port the ARM IRQ drivers to GENERIC_IRQ_MULTI_HANDLER
  ` [OpenRISC] [PATCH 2/5] arm: Convert "
  ` [OpenRISC] [PATCH 3/5] arm64: Use the new GENERIC_IRQ_MULTI_HANDLER
  ` [OpenRISC] [PATCH 4/5] openrisc: "
  ` [OpenRISC] [PATCH 5/5] irq: Remove MULTI_IRQ_HANDLER as it's now obselete

[OpenRISC] GCC testing and dynamic linker
 2018-07-22 23:57 UTC  (3+ messages)

[OpenRISC] use the generic dma-noncoherent code for openrisc
 2018-07-21 12:37 UTC  (7+ messages)
` [OpenRISC] [PATCH 1/4] openrisc: remove the sync_single_for_cpu DMA operation
` [OpenRISC] [PATCH 2/4] openrisc: remove the no-op unmap_page and unmap_sg DMA operations
` [OpenRISC] [PATCH 3/4] openrisc: fix cache maintainance the the sync_single_for_device DMA operation
` [OpenRISC] [PATCH 4/4] openrisc: use generic dma_noncoherent_ops

[OpenRISC] [PATCH 0/6] kbuild: clean-up and rename LDFLAGS to KBUILD_LDFLAGS
 2018-07-18 23:41 UTC  (9+ messages)
` [OpenRISC] [PATCH 1/6] um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
` [OpenRISC] [PATCH 2/6] ARM: vfp: clean-up arch/arm/vfp/Makefile
` [OpenRISC] [PATCH 3/6] kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
` [OpenRISC] [PATCH 4/6] kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
` [OpenRISC] [PATCH 5/6] kbuild: change ld_flags to contain LDFLAGS_$(@F)
` [OpenRISC] [PATCH 6/6] kbuild: rename LDFLAGS to KBUILD_LDFLAGS

[OpenRISC] [GIT PULL] OpenRISC fixes for 4.18
 2018-07-02 14:12 UTC 

[OpenRISC] OpenRISC - SPR_PICMR always 'OR-ing' the values
 2018-07-01 19:46 UTC  (5+ messages)

[OpenRISC] [PATCH] target/openrisc: Fix delay slot exception flag to match spec
 2018-07-01 14:19 UTC  (2+ messages)
` [OpenRISC] [Qemu-devel] "

[OpenRISC] [PATCH] openrisc: entry: Fix delay slot exception detection
 2018-07-01  7:47 UTC 

[OpenRISC] [PATCH] openrisc: Fix broken paths to arch/or32
 2018-06-21 18:50 UTC 

[OpenRISC] [PATCH] openrisc: Call destructor during __pte_free_tlb
 2018-06-17 22:50 UTC  (2+ messages)

[OpenRISC] [PATCH v2] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-17  8:48 UTC 

[OpenRISC] [PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-16 18:14 UTC  (3+ messages)

[OpenRISC] OpenRISC: SMP support for more than 2 cores
 2018-06-08  6:48 UTC  (3+ messages)

[OpenRISC] [PATCH 3.16 125/410] signal/openrisc: Fix do_unaligned_access to send the proper signal
 2018-06-07 14:05 UTC 

[OpenRISC] [PATCH 3.2 046/153] signal/openrisc: Fix do_unaligned_access to send the proper signal
 2018-05-30 10:52 UTC 

[OpenRISC] [PATCH v2] kbuild: add endianness flag to CHEKCFLAGS
 2018-05-29 13:08 UTC  (2+ messages)

[OpenRISC] [PATCH] kbuild: add endianness flag to CHEKCFLAGS
 2018-05-28 18:27 UTC  (3+ messages)

[OpenRISC] [PATCH 4.4 25/92] futex: Remove duplicated code and fix undefined behaviour
 2018-05-24  9:38 UTC 

[OpenRISC] problems debugging
 2018-05-22 14:06 UTC  (6+ messages)

[OpenRISC] common non-cache coherent direct dma mapping ops v2
 2018-05-22 12:04 UTC  (26+ messages)
` [OpenRISC] [PATCH 01/25] hexagon: remove the sync_single_for_cpu DMA operation
` [OpenRISC] [PATCH 02/25] hexagon: implement the sync_sg_for_device "
` [OpenRISC] [PATCH 03/25] hexagon: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 04/25] m68k: "
` [OpenRISC] [PATCH 05/25] microblaze: "
` [OpenRISC] [PATCH 06/25] microblaze: remove the consistent_sync and consistent_sync_page
` [OpenRISC] [PATCH 07/25] nds32: remove the broken kmap code in nds32_dma_map_sg
` [OpenRISC] [PATCH 08/25] nds32: consolidate DMA cache maintainance routines
` [OpenRISC] [PATCH 09/25] nds32: implement the unmap_sg DMA operation
` [OpenRISC] [PATCH 10/25] nds32: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 11/25] nios2: "
` [OpenRISC] [PATCH 12/25] openrisc: remove the sync_single_for_cpu DMA operation
` [OpenRISC] [PATCH 13/25] openrisc: remove the no-op unmap_page and unmap_sg DMA operations
` [OpenRISC] [PATCH 14/25] openrisc: fix cache maintainance the the sync_single_for_device DMA operation
` [OpenRISC] [PATCH 15/25] openrisc: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 16/25] sh: simplify get_arch_dma_ops
` [OpenRISC] [PATCH 17/25] sh: introduce a sh_cacheop_vaddr helper
` [OpenRISC] [PATCH 18/25] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
` [OpenRISC] [PATCH 19/25] sh: split arch/sh/mm/consistent.c
` [OpenRISC] [PATCH 20/25] sh: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 21/25] xtensa: "
` [OpenRISC] [PATCH 22/25] sparc: "
` [OpenRISC] [PATCH 23/25] parisc: merge pcx_dma_ops and pcxl_dma_ops
` [OpenRISC] [PATCH 24/25] parisc: always use flush_kernel_dcache_range for DMA cache maintainance
` [OpenRISC] [PATCH 25/25] parisc: use generic dma_noncoherent_ops

[OpenRISC] common non-cache coherent direct dma mapping ops
 2018-05-22 11:53 UTC  (32+ messages)
` [OpenRISC] [PATCH 01/20] dma-mapping: simplify Kconfig dependencies
` [OpenRISC] [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation
      ` [OpenRISC] dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation)
` [OpenRISC] [PATCH 03/20] arc: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 04/20] arm-nommu: "
` [OpenRISC] [PATCH 05/20] c6x: "
  ` [OpenRISC] [Linux-c6x-dev] "
` [OpenRISC] [PATCH 06/20] hexagon: "
` [OpenRISC] [PATCH 07/20] m68k: "
` [OpenRISC] [PATCH 08/20] microblaze: "
` [OpenRISC] [PATCH 09/20] microblaze: remove the consistent_sync and consistent_sync_page
` [OpenRISC] [PATCH 10/20] nds32: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 11/20] nios2: "
` [OpenRISC] [PATCH 12/20] openrisc: "
` [OpenRISC] [PATCH 13/20] sh: simplify get_arch_dma_ops
` [OpenRISC] [PATCH 14/20] sh: introduce a sh_cacheop_vaddr helper
` [OpenRISC] [PATCH 15/20] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
` [OpenRISC] [PATCH 16/20] mm: split arch/sh/mm/consistent.c
` [OpenRISC] [PATCH 17/20] sh: use generic dma_noncoherent_ops
` [OpenRISC] [PATCH 18/20] xtensa: "
` [OpenRISC] [PATCH 19/20] sparc: "
` [OpenRISC] [PATCH 20/20] parisc: "

[OpenRISC] OpenRISC GCC porting, hello world working
 2018-05-21 10:50 UTC  (5+ messages)

[OpenRISC] [PATCH 4.9 27/33] futex: Remove duplicated code and fix undefined behaviour
 2018-05-18  9:01 UTC  (3+ messages)

[OpenRISC] Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.9-stable tree
 2018-05-17  9:39 UTC 

[OpenRISC] Patch "futex: Remove duplicated code and fix undefined behaviour" has been added to the 4.4-stable tree
 2018-05-17  9:38 UTC 

[OpenRISC] dma-debug cleanups, including removing the arch hook
 2018-05-08 10:45 UTC  (12+ messages)
` [OpenRISC] [PATCH 1/3] dma-debug: move initialization to common code
` [OpenRISC] [PATCH 2/3] dma-debug: simplify counting of preallocated requests
` [OpenRISC] [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
` [OpenRISC] [PATCH 4/3] dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG

[OpenRISC] GSoC 2018: Create a generic debug interface for soft-CPU core (or1k) and connect it to GDB- Shivam Aggarwal
 2018-05-04  7:39 UTC  (2+ 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).