Linux OpenRISC platform development
 help / color / mirror / Atom feed
 messages from 2020-06-18 01:29:57 to 2020-09-14 13:04:24 UTC [more...]

[OpenRISC] [PATCH AUTOSEL 5.4 12/22] openrisc: Fix cache API compile issue when not inlining
 2020-09-14 13:04 UTC 

[OpenRISC] [PATCH AUTOSEL 5.8 18/29] openrisc: Fix cache API compile issue when not inlining
 2020-09-14 13:03 UTC 

[OpenRISC] [GIT PULL] OpenRISC fixes for v5.9-rc4
 2020-09-13 15:53 UTC  (2+ messages)

[OpenRISC] [PATCH v3 1/3] openrisc: Reserve memblock for initrd
 2020-09-12  8:40 UTC  (5+ messages)
` [OpenRISC] [PATCH v3 2/3] openrisc: Fix cache API compile issue when not inlining
` [OpenRISC] [PATCH v3 3/3] openrisc: Fix issue with get_user for 64-bit values

[OpenRISC] [PATCH v2 1/3] openrisc: Reserve memblock for initrd
 2020-09-06 21:00 UTC  (9+ messages)
` [OpenRISC] [PATCH v2 2/3] openrisc: Fix cache API compile issue when not inlining
` [OpenRISC] [PATCH v2 3/3] openrisc: Fix issue with get_user for 64-bit values

[OpenRISC] [PATCH] openrisc: Reserve memblock for initrd
 2020-09-03 14:31 UTC  (5+ messages)

[OpenRISC] [PATCH v3 14/23] openrisc: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01 14:15 UTC 

[OpenRISC] [PATCH v2 14/23] openrisc: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 14:52 UTC 

[OpenRISC] [PATCH 14/24] openrisc: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 14:33 UTC  (3+ messages)

[OpenRISC] [PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (21+ messages)
` [OpenRISC] [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [OpenRISC] [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [OpenRISC] [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [OpenRISC] [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [OpenRISC] [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [OpenRISC] [PATCH v3 06/17] riscv: drop unneeded node initialization
` [OpenRISC] [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [OpenRISC] [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [OpenRISC] [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [OpenRISC] [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [OpenRISC] [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [OpenRISC] [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [OpenRISC] [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [OpenRISC] [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [OpenRISC] [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [OpenRISC] [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [OpenRISC] [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[OpenRISC] [GIT PULL] OpenRISC updates for v5.9
 2020-08-14 21:51 UTC  (2+ messages)

[OpenRISC] [PATCH v2 1/6] openrisc: io: Fixup defines and move include to the end
 2020-08-09  8:37 UTC  (12+ messages)
` [OpenRISC] [PATCH v2 2/6] openrisc: uaccess: Fix sparse address space warnings
` [OpenRISC] [PATCH v2 3/6] openrisc: uaccess: Use static inline function in access_ok
` [OpenRISC] [PATCH v2 4/6] openrisc: uaccess: Remove unused macro __addr_ok
` [OpenRISC] [PATCH v2 5/6] openrisc: signal: Fix sparse address space warnings
` [OpenRISC] [PATCH v2 6/6] openrisc: uaccess: Add user address space check to access_ok

[OpenRISC] [PATCH v3 1/6] openrisc: io: Fixup defines and move include to the end
 2020-08-08 23:06 UTC  (6+ messages)
` [OpenRISC] [PATCH v3 2/6] openrisc: uaccess: Fix sparse address space warnings
` [OpenRISC] [PATCH v3 3/6] openrisc: uaccess: Use static inline function in access_ok
` [OpenRISC] [PATCH v3 4/6] openrisc: uaccess: Remove unused macro __addr_ok
` [OpenRISC] [PATCH v3 5/6] openrisc: signal: Fix sparse address space warnings
` [OpenRISC] [PATCH v3 6/6] openrisc: uaccess: Add user address space check to access_ok

[OpenRISC] [PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-05 17:11 UTC  (34+ messages)
` [OpenRISC] [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [OpenRISC] [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [OpenRISC] [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [OpenRISC] [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [OpenRISC] [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [OpenRISC] [PATCH v2 06/17] riscv: drop unneeded node initialization
` [OpenRISC] [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [OpenRISC] [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [OpenRISC] [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
` [OpenRISC] [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [OpenRISC] [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [OpenRISC] [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [OpenRISC] [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [OpenRISC] [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [OpenRISC] [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
` [OpenRISC] [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [OpenRISC] [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

[OpenRISC] [PATCH 1/6] openrisc: io: Fixup defines and move include to the end
 2020-08-04 20:50 UTC  (9+ messages)
` [OpenRISC] [PATCH 2/6] openrisc: uaccess: Fix sparse address space warnings
` [OpenRISC] [PATCH 3/6] openrisc: uaccess: Use static inline function in access_ok
` [OpenRISC] [PATCH 4/6] openrisc: uaccess: Remove unused macro __addr_ok
` [OpenRISC] [PATCH 5/6] openrisc: signal: Fix sparse address space warnings
` [OpenRISC] [PATCH 6/6] openrisc: uaccess: Add user address space check to access_ok

[OpenRISC] [PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (35+ messages)
` [OpenRISC] [PATCH 01/15] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [OpenRISC] [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory()
` [OpenRISC] [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages
` [OpenRISC] [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [OpenRISC] [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents
` [OpenRISC] [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [OpenRISC] [PATCH 07/15] riscv: drop unneeded node initialization
` [OpenRISC] [PATCH 08/15] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [OpenRISC] [PATCH 09/15] memblock: make for_each_memblock_type() iterator private
` [OpenRISC] [PATCH 10/15] memblock: make memblock_debug and related functionality private
` [OpenRISC] [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range()
` [OpenRISC] [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [OpenRISC] [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [OpenRISC] [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved
` [OpenRISC] [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock()

[OpenRISC] Fpu tininess
 2020-07-26 13:15 UTC  (5+ messages)

[OpenRISC] [PATCH] openrisc: Implement proper SMP tlb flushing
 2020-07-25  1:01 UTC 

[OpenRISC] [PATCH v2] openrisc: Fix oops caused when dumping stack
 2020-07-24  8:37 UTC 

[OpenRISC] [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones
 2020-07-14 19:42 UTC  (7+ messages)

[OpenRISC] [PATCH v5 14/25] mm/openrisc: Use general page fault accounting
 2020-07-07 22:50 UTC 

[OpenRISC] [PATCH] openrisc: Add support for external initrd images
 2020-07-04 21:11 UTC 

[OpenRISC] [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
 2020-07-04 16:11 UTC  (12+ messages)
` [OpenRISC] [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()

[OpenRISC] [PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-07-02 21:47 UTC  (20+ messages)
` [OpenRISC] [PATCH 1/8] mm: remove unneeded includes "
` [OpenRISC] [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [OpenRISC] [PATCH 3/8] xtensa: "
` [OpenRISC] [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [OpenRISC] [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [OpenRISC] [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [OpenRISC] [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [OpenRISC] [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [OpenRISC] [PATCH 9/8] mm: Account PMD tables like PTE tables

[OpenRISC] [PATCH v4 14/26] mm/openrisc: Use general page fault accounting
 2020-06-30 20:45 UTC 

[OpenRISC] [PATCH 14/26] mm/openrisc: Use general page fault accounting
 2020-06-26 22:36 UTC 

[OpenRISC] Binary builds of or1k newlib toolchain?
 2020-06-26 17:07 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: fix __user in raw_copy_to_user()'s prototype
 2020-06-25 21:11 UTC  (2+ messages)

[OpenRISC] [PATCH 14/26] mm/openrisc: Use general page fault accounting
 2020-06-19 16:12 UTC 

[OpenRISC] [PATCH AUTOSEL 4.4 53/60] openrisc: Fix issue with argument clobbering for clone/fork
 2020-06-18  1:29 UTC 


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