linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 13:45:27 to 2020-08-18 15:16:34 UTC [more...]

[OpenRISC] [PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-18 15:16 UTC  (18+ 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] [PATCH 14/24] openrisc: use asm-generic/mmu_context.h for no-op implementations
 2020-07-29 11:45 UTC  (2+ messages)

[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 

[OpenRISC] [PATCH AUTOSEL 4.9 70/80] openrisc: Fix issue with argument clobbering for clone/fork
 2020-06-18  1:28 UTC 

[OpenRISC] [PATCH AUTOSEL 4.14 088/108] openrisc: Fix issue with argument clobbering for clone/fork
 2020-06-18  1:25 UTC 

[OpenRISC] [PATCH AUTOSEL 4.19 136/172] openrisc: Fix issue with argument clobbering for clone/fork
 2020-06-18  1:21 UTC 

[OpenRISC] [PATCH AUTOSEL 5.4 214/266] openrisc: Fix issue with argument clobbering for clone/fork
 2020-06-18  1:15 UTC 

[OpenRISC] [PATCH AUTOSEL 5.7 313/388] openrisc: Fix issue with argument clobbering for clone/fork
 2020-06-18  1:06 UTC 

[OpenRISC] [PATCH 15/25] mm/openrisc: Use mm_fault_accounting()
 2020-06-17 16:10 UTC  (7+ messages)
` [OpenRISC] [PATCH 00/25] mm: Page fault accounting cleanups

[OpenRISC] [PATCH] openrisc: Fix boot oops when DEBUG_VM is enabled
 2020-06-17 12:04 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: Fix oops caused when dumping stack
 2020-06-17  9:13 UTC  (2+ messages)

[OpenRISC] Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

[OpenRISC] [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[OpenRISC] [GIT PULL] OpenRISC updates for v5.8
 2020-06-13  2:19 UTC 

[OpenRISC] [PATCH 0/1] OpenRISC port
 2020-06-10 20:17 UTC  (7+ messages)
` [OpenRISC] [PATCH 1/1] Initial support for OpenRISC

[OpenRISC] [PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-06-04  9:50 UTC  (4+ messages)
` [OpenRISC] [PATCH v4 08/14] powerpc: add support for folded p4d page tables

[OpenRISC] [PATCH] openrisc: Fix issue with argument clobbering for clone/fork
 2020-05-31 21:24 UTC 

[OpenRISC] [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27 13:45 UTC  (5+ messages)
` [OpenRISC] [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h


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).