messages from 2018-08-25 10:48:37 to 2018-10-30 22:35:53 UTC [more...]
[OpenRISC] [PATCH v3 0/3] OpenRISC port
2018-10-30 22:35 UTC (26+ messages)
` [OpenRISC] [PATCH v3 1/3] or1k: libgcc: initial support for openrisc
` [OpenRISC] [PATCH v3 2/3] or1k: testsuite: "
` [OpenRISC] [PATCH v3 3/3] or1k: gcc: "
[OpenRISC] [PATCH v2 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
2018-10-26 19:05 UTC (15+ messages)
` [OpenRISC] [PATCH v2 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [OpenRISC] [PATCH v2 2/2] arm64: Create asm/initrd.h
[OpenRISC] Unable to find minsoc/tags/release-1.0/sw/drivers/libdrivers.a
2018-10-24 8:00 UTC
[OpenRISC] [PATCH 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
2018-10-23 23:40 UTC (3+ messages)
` [OpenRISC] [PATCH 1/2] arch: Add asm-generic/initrd.h and make use of it for most architectures
` [OpenRISC] [PATCH 2/2] arm64: Create asm/initrd.h
[OpenRISC] [PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
2018-10-16 2:08 UTC (31+ messages)
` [OpenRISC] [PATCH v2 2/2] mm: speed up mremap by 500x on large regions
[OpenRISC] [PATCH v2 0/3] OpenRISC port
2018-10-05 3:59 UTC (7+ messages)
` [OpenRISC] [PATCH v2 1/3] or1k: libgcc: initial support for openrisc
` [OpenRISC] [PATCH v2 2/3] or1k: testsuite: "
` [OpenRISC] [PATCH v2 3/3] or1k: gcc: "
[OpenRISC] [PATCH v3 0/5] OpenRISC binutils updates and new relocs
2018-10-05 2:18 UTC (12+ messages)
` [OpenRISC] [PATCH v3 1/5] or1k: Add relocations for high-signed and low-stores
` [OpenRISC] [PATCH v3 2/5] or1k: Fix messages for relocations in shared libraries
` [OpenRISC] [PATCH v3 3/5] or1k: Add the l.adrp insn and supporting relocations
` [OpenRISC] [PATCH v3 4/5] or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns
` [OpenRISC] [PATCH v3 5/5] or1k: Add OpenRISC gas documentation
[OpenRISC] [PATCH v2 0/5] OpenRISC binutils updates and new relocs
2018-10-04 12:55 UTC (10+ messages)
` [OpenRISC] [PATCH v2 1/5] or1k: Add relocations for high-signed and low-stores
` [OpenRISC] [PATCH v2 2/5] or1k: Fix messages for relocations in shared libraries
` [OpenRISC] [PATCH v2 3/5] or1k: Add the l.adrp insn and supporting relocations
` [OpenRISC] [PATCH v2 4/5] or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns
` [OpenRISC] [PATCH v2 5/5] or1k: Add OpenRISC gas documentation
[OpenRISC] [PATCH 0/4] OpenRISC binutils updates and new relocs
2018-10-01 7:08 UTC (12+ messages)
[OpenRISC] [PATCH 00/30] mm: remove bootmem allocator
2018-09-27 4:50 UTC (49+ 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] [PATCH 22/30] mm: nobootmem: remove bootmem allocation APIs
` [OpenRISC] [PATCH 23/30] memblock: replace free_bootmem{_node} with memblock_free
` [OpenRISC] [PATCH 24/30] memblock: replace free_bootmem_late with memblock_free_late
` [OpenRISC] [PATCH 25/30] memblock: rename free_all_bootmem to memblock_free_all
` [OpenRISC] [PATCH 26/30] memblock: rename __free_pages_bootmem to memblock_free_pages
` [OpenRISC] [PATCH 27/30] mm: remove nobootmem
` [OpenRISC] [PATCH 28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [OpenRISC] [PATCH 29/30] mm: remove include/linux/bootmem.h
` [OpenRISC] [PATCH 30/30] docs/boot-time-mm: remove bootmem documentation
[OpenRISC] [PATCH 3.18 036/105] kthread: fix boot hang (regression) on MIPS/OpenRISC
2018-09-24 11:33 UTC
[OpenRISC] [PATCH 4.9 07/70] kthread: fix boot hang (regression) on MIPS/OpenRISC
2018-09-17 22:41 UTC
[OpenRISC] [PATCH 4.4 06/56] kthread: fix boot hang (regression) on MIPS/OpenRISC
2018-09-17 22:41 UTC
[OpenRISC] OpenRISC GCC requirements
2018-09-17 18:44 UTC (8+ messages)
[OpenRISC] Patch "kthread: fix boot hang (regression) on MIPS/OpenRISC" has been added to the 4.9-stable tree
2018-09-16 13:40 UTC
[OpenRISC] Patch "kthread: fix boot hang (regression) on MIPS/OpenRISC" has been added to the 4.4-stable tree
2018-09-16 13:40 UTC
[OpenRISC] Patch "kthread: fix boot hang (regression) on MIPS/OpenRISC" has been added to the 3.18-stable tree
2018-09-16 13:39 UTC
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox