messages from 2019-08-31 03:03:48 to 2020-02-24 21:56:57 UTC [more...]
[OpenRISC] provide in-place uncached remapping for dma-direct v2
2020-02-24 21:56 UTC (8+ messages)
` [OpenRISC] [PATCH 1/5] dma-direct: remove the cached_kernel_address hook
` [OpenRISC] [PATCH 2/5] dma-direct: consolidate the error handling in dma_direct_alloc_pages
` [OpenRISC] [PATCH 3/5] dma-direct: make uncached_kernel_address more general
` [OpenRISC] [PATCH 4/5] dma-direct: provide a arch_dma_clear_uncached hook
` [OpenRISC] [PATCH 5/5] openrisc: use the generic in-place uncached DMA allocator
[OpenRISC] provide in-place uncached remapping for dma-direct (resend)
2020-02-24 19:45 UTC (7+ messages)
` [OpenRISC] [PATCH 1/2] dma-mapping: support setting memory uncached in place
` [OpenRISC] [PATCH 2/2] openrisc: use the generic in-place uncached DMA allocator
[OpenRISC] [PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
2020-02-19 13:24 UTC (21+ messages)
` [OpenRISC] [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables
` [OpenRISC] [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [OpenRISC] [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [OpenRISC] [PATCH v2 04/13] ia64: add support for folded p4d page tables
` [OpenRISC] [PATCH v2 05/13] nios2: "
` [OpenRISC] [PATCH v2 06/13] openrisc: "
` [OpenRISC] [PATCH v2 07/13] powerpc: "
` [OpenRISC] [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages
` [OpenRISC] [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [OpenRISC] [PATCH v2 10/13] sh: add support for folded p4d page tables
` [OpenRISC] [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [OpenRISC] [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h
` [OpenRISC] [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
[OpenRISC] [PATCH 0/4] use mmgrab
2020-01-31 13:25 UTC (7+ messages)
` [OpenRISC] [PATCH 4/4] openrisc: "
[OpenRISC] [PATCH v2] openrisc: configs: Cleanup CONFIG_CROSS_COMPILE
2020-01-31 13:10 UTC (2+ messages)
[OpenRISC] [PATCH] openrisc: configs: Cleanup CONFIG_CROSS_COMPILE
2020-01-31 8:25 UTC (4+ messages)
[OpenRISC] [PATCH] target/openrisc: Fix FPCSR mask to allow setting DZF
2020-01-17 0:51 UTC (2+ messages)
[OpenRISC] lib/test_user_copy.c:244: Error: unrecognized keyword/register name `l.lwz ?ap, 4(r18)'
2019-12-30 18:47 UTC
[OpenRISC] [PATCH 0/2] OpenRISC Remove 64-bit support to fit 32-bit hosts (PR 25184)
2019-12-11 11:44 UTC (4+ messages)
` [OpenRISC] [PATCH 1/2] or1k: Remove 64-bit support, it's not used and it breaks 32-bit hosts
` [OpenRISC] [PATCH 2/2] or1k: Regnerate opcode files after removing 64-bit support
[OpenRISC] OpenRISC gas bug
2019-11-30 10:26 UTC
[OpenRISC] tick timer doubt
2019-11-25 23:12 UTC (8+ messages)
[OpenRISC] [PATCH] openrisc: Fix Kconfig indentation
2019-11-22 11:39 UTC (2+ messages)
[OpenRISC] [PATCH AUTOSEL 4.4 34/68] openrisc: Fix broken paths to arch/or32
2019-11-22 6:12 UTC
[OpenRISC] [PATCH AUTOSEL 4.9 41/91] openrisc: Fix broken paths to arch/or32
2019-11-22 6:00 UTC
[OpenRISC] [PATCH AUTOSEL 4.14 058/127] openrisc: Fix broken paths to arch/or32
2019-11-22 5:54 UTC
[OpenRISC] [PATCH AUTOSEL 4.19 111/219] openrisc: Fix broken paths to arch/or32
2019-11-22 5:47 UTC
[OpenRISC] [PATCH 00/50] Add log level to show_stack()
2019-11-15 3:36 UTC (37+ messages)
` [OpenRISC] [PATCH 24/50] openrisc: Add show_stack_loglvl()
[OpenRISC] generic ioremap (and lots of cleanups) v3
2019-11-12 8:51 UTC (48+ messages)
` [OpenRISC] [PATCH 01/21] arm: remove ioremap_cached
` [OpenRISC] [PATCH 02/21] unicore32: "
` [OpenRISC] [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [OpenRISC] [PATCH 04/21] hexagon: clean up ioremap
` [OpenRISC] [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [OpenRISC] [PATCH 06/21] nios2: remove __ioremap
` [OpenRISC] [PATCH 07/21] parisc: "
` [OpenRISC] [PATCH 08/21] x86: Clean up ioremap()
` [OpenRISC] [PATCH 09/21] xtensa: clean up ioremap
` [OpenRISC] [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [OpenRISC] [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [OpenRISC] [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [OpenRISC] [PATCH 13/21] m68k: rename __iounmap and mark it static
` [OpenRISC] [PATCH 14/21] hexagon: remove __iounmap
` [OpenRISC] [PATCH 15/21] nios2: "
` [OpenRISC] [PATCH 16/21] sh: "
` [OpenRISC] [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [OpenRISC] [PATCH 18/21] riscv: use the generic ioremap code
` [OpenRISC] [PATCH 19/21] nds32: use generic ioremap
` [OpenRISC] [PATCH 20/21] csky: remove ioremap_cache
` [OpenRISC] [PATCH 21/21] csky: use generic ioremap
` [OpenRISC] generic-iomap tree for linux-next
[OpenRISC] provide in-place uncached remapping for dma-direct
2019-11-07 17:40 UTC (3+ messages)
` [OpenRISC] [PATCH 1/2] dma-mapping: support setting memory uncached in place
` [OpenRISC] [PATCH 2/2] openrisc: use the generic in-place uncached DMA allocator
[OpenRISC] [PATCH 20/21] csky: remove ioremap_cache
2019-11-05 1:26 UTC (5+ messages)
` [OpenRISC] [PATCH 08/21] x86: clean up ioremap
` [OpenRISC] [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
[OpenRISC] [PATCH 0/1] openrisc: LiteX+mor1kx platform
2019-10-24 21:26 UTC (3+ messages)
` [OpenRISC] [PATCH 1/1] openrisc: add support for LiteX
[OpenRISC] PCCR and PCRM registers
2019-10-24 7:18 UTC (7+ messages)
[OpenRISC] [RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
2019-10-07 8:26 UTC (4+ messages)
` [OpenRISC] [RESEND TRIVIAL 2/3] treewide: "
` [OpenRISC] [RESEND TRIVIAL 3/3] treewide: arch: "
[OpenRISC] [PATCH v2 00/21] Refine memblock API
2019-10-02 11:14 UTC (13+ messages)
[OpenRISC] [PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
2019-09-23 16:00 UTC (3+ messages)
` [OpenRISC] [PATCH trivial 2/3] treewide: "
` [OpenRISC] [PATCH trivial 3/3] treewide: arch: "
[OpenRISC] [PATCH 04/26] mips: remove ioremap_cachable
2019-09-03 8:57 UTC (2+ messages)
[OpenRISC] [PATCH 2/2] or1k: dts: Add ethoc device to SMP devicetree
2019-09-02 18:01 UTC (2+ messages)
[OpenRISC] generic ioremap (and lots of cleanups)
2019-09-02 14:16 UTC (14+ messages)
` [OpenRISC] [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [OpenRISC] [PATCH 08/26] m68k: simplify ioremap_nocache
` [OpenRISC] [PATCH 19/26] arm64: remove __iounmap
` [OpenRISC] [PATCH 24/26] riscv: use the generic ioremap code
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