linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 23:53:34 to 2019-11-08 21:08:46 UTC [more...]

[PATCH 00/50] Add log level to show_stack()
 2019-11-08 21:08 UTC  (16+ messages)
` [PATCH 01/50] kallsyms/printk: Add loglvl to print_ip_sym()
` [PATCH 27/50] riscv: Add show_stack_loglvl()

[PATCH v3] riscv: Use PMD_SIZE to repalce PTE_PARENT_SIZE
 2019-11-08  9:00 UTC 

[PATCH v2] riscv: Use PMD_SIZE to repalce PTE_PARENT_SIZE
 2019-11-08  8:50 UTC  (5+ messages)

[PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V
 2019-11-08  6:10 UTC  (4+ messages)

generic ioremap (and lots of cleanups) v3
 2019-11-08  5:14 UTC  (36+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 02/21] unicore32: "
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 04/21] hexagon: clean up ioremap
` [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [PATCH 06/21] nios2: remove __ioremap
` [PATCH 07/21] parisc: "
` [PATCH 08/21] x86: Clean up ioremap()
` [PATCH 09/21] xtensa: clean up ioremap
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 13/21] m68k: rename __iounmap and mark it static
` [PATCH 14/21] hexagon: remove __iounmap
` [PATCH 15/21] nios2: "
` [PATCH 16/21] sh: "
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 18/21] riscv: use the generic ioremap code
` [PATCH 19/21] nds32: use generic ioremap
` [PATCH 20/21] csky: remove ioremap_cache
` [PATCH 21/21] csky: use generic ioremap
` generic-iomap tree for linux-next

QEMU RISC-V virt machine poweroff driver
 2019-11-07 22:33 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: power: reset: document the QEMU RISC-V virt machine poweroff device
` [PATCH 2/2] power: reset: add a QEMU RISC-V virt machine poweroff driver

[PATCH v2] riscv: move sifive_l2_cache.c to drivers/soc
 2019-11-07 11:07 UTC  (2+ messages)

[PATCH, resend] riscv: move sifive_l2_cache.c to drivers/soc
 2019-11-07  9:19 UTC  (5+ messages)

[PATCH v6 0/4] dmaengine: sf-pdma: Add platform dma driver
 2019-11-07  8:49 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
` [PATCH v6 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00
` [PATCH v6 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
` [PATCH v6 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer

[PATCH v5 0/4] dmaengine: sf-pdma: Add platform dma driver
 2019-11-07  2:11 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
` [PATCH v5 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00
` [PATCH v5 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
` [PATCH v5 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer

[PATCH] riscv: clean up the macro format in each header file
 2019-11-06 22:48 UTC  (2+ messages)

[PATCH] RISC-V: Add multiple compression image format
 2019-11-06 17:47 UTC  (2+ messages)

RISC-V nommu support v6
 2019-11-05 18:02 UTC  (24+ messages)
` [PATCH 01/12] riscv: abstract out CSR names for supervisor vs machine mode
` [PATCH 02/12] riscv: don't allow selecting SBI based drivers for M-mode
` [PATCH 03/12] riscv: poison SBI calls "
` [PATCH 04/12] riscv: cleanup the default power off implementation
` [PATCH 05/12] riscv: implement remote sfence.i using IPIs
` [PATCH 06/12] riscv: add support for MMIO access to the timer registers
` [PATCH 07/12] riscv: provide native clint access for M-mode
` [PATCH 08/12] riscv: read the hart ID from mhartid on boot
` [PATCH 09/12] riscv: clear the instruction cache and all registers when booting
` [PATCH 10/12] riscv: add nommu support
` [PATCH 11/12] riscv: provide a flat image loader
` [PATCH 12/12] riscv: disable the EFI PECOFF header for M-mode

[PATCH 0/3] riscv: add support for restartable sequence
 2019-11-05  1:58 UTC  (4+ messages)
` [PATCH 1/3] riscv: add required functions to enable HAVE_REGS_AND_STACK_ACCESS_API
` [PATCH 2/3] riscv: Add support for restartable sequence
` [PATCH 3/3] rseq/selftests: Add support for riscv

generic ioremap (and lots of cleanups) v2
 2019-11-05  1:26 UTC  (7+ messages)
` [PATCH 08/21] x86: clean up ioremap
` [PATCH 20/21] csky: remove ioremap_cache

[PATCH v2 0/2] Cleanup isa string access and print
 2019-11-04 23:06 UTC  (6+ messages)
` [PATCH v2 2/2] RISC-V: Consolidate isa correctness check

[PATCH] spi: sifive: disable clk when probe fails and remove
 2019-11-04 13:27 UTC  (4+ messages)
` Applied "spi: sifive: disable clk when probe fails and remove" to the spi tree

[GIT PULL] RISC-V updates for v5.4-rc6
 2019-11-02  0:25 UTC  (2+ messages)

[PATCH v15 07/23] riscv: mm: Add p?d_leaf() definitions
 2019-11-01 14:09 UTC 

lists.infradead.org mailing list memberships reminder
 2019-11-01 12:00 UTC 

[PATCH] riscv: Use PMD_SIZE to repalce PTE_PARENT_SIZE
 2019-11-01  2:42 UTC  (2+ messages)

Experimental branch
 2019-10-31 19:29 UTC  (3+ messages)

[PATCH] riscv: separate MMIO functions into their own header file
 2019-10-31 15:56 UTC  (2+ messages)

[PATCH v4 0/3] Optimize tlbflush path
 2019-10-31 15:13 UTC  (4+ messages)

[PATCH] MAINTAINERS: Change to my personal email address
 2019-10-30  8:03 UTC  (2+ messages)

[PATCH v2] RISC-V: Add PCIe I/O BAR memory mapping
 2019-10-29 18:22 UTC  (4+ messages)

32-bits offset issue preventing module to load,
 2019-10-29 10:50 UTC  (2+ messages)

[PATCH 4/8] riscv: ensure RISC-V C model definitions are passed to static analyzers
 2019-10-28 22:11 UTC  (3+ messages)

[PATCH v14 07/22] riscv: mm: Add p?d_leaf() definitions
 2019-10-28 13:58 UTC 

RISC-V nommu support v5
 2019-10-28  8:12 UTC  (4+ messages)
` [PATCH 03/15] riscv: abstract out CSR names for supervisor vs machine mode

[PATCH v4 0/3] KASAN support for RISC-V
 2019-10-28  7:01 UTC  (5+ messages)
` [PATCH v4 1/3] kasan: No KASAN's memmove check if archs don't have it
` [PATCH v4 2/3] riscv: Add KASAN support
` [PATCH v4 3/3] kasan: Add riscv to KASAN documentation

[GIT PULL] RISC-V updates for v5.4-rc5
 2019-10-27 11:30 UTC  (2+ messages)

[PATCH v9 00/22] KVM RISC-V Support
 2019-10-26  5:33 UTC  (7+ messages)
` [PATCH v9 01/22] RISC-V: Add bitmap reprensenting ISA features common across CPUs

[PATCH v2 0/2] Enabling MSI for Microblaze
 2019-10-25 20:45 UTC  (3+ messages)
` [PATCH v2 1/2] asm-generic: Make msi.h a mandatory include/asm header

[PATCH] RISC-V: Add PCIe I/O BAR memory mapping
 2019-10-25  6:35 UTC  (5+ messages)

[PATCH 0/2] Enabling MSI for Microblaze
 2019-10-25  6:12 UTC  (6+ messages)
` [PATCH 1/2] asm-generic: Make msi.h a mandatory include/asm header

[RFC PATCH 0/1] RISC-V page table dumper
 2019-10-25  2:22 UTC  (4+ messages)
` [PATCH 1/1] riscv: Add support to dump the kernel page tables

[PATCH v3 0/8] riscv: resolve most warnings from sparse
 2019-10-24 23:59 UTC  (4+ messages)
` [PATCH v3 1/8] riscv: add prototypes for assembly language functions from entry.S

[PATCH v4 0/8] riscv: resolve most warnings from sparse
 2019-10-24 22:58 UTC  (7+ messages)
` [PATCH v4 1/6] riscv: add prototypes for assembly language functions from head.S
` [PATCH v4 2/6] riscv: init: merge split string literals in preprocessor directive
` [PATCH v4 3/6] riscv: mark some code and data as file-static
` [PATCH v4 4/6] riscv: add missing header file includes
` [PATCH v4 5/6] riscv: fp: add missing __user pointer annotations
` [PATCH v4 6/6] riscv: for C functions called only from assembly, mark with __visible

[PATCH] riscv: only select serial sifive if TTY is enabled
 2019-10-24 16:12 UTC  (2+ messages)

[PATCH v2] irqchip: Skip contexts except supervisor in plic_init()
 2019-10-24 16:11 UTC 

[PATCH v13 07/22] riscv: mm: Add p?d_leaf() definitions
 2019-10-24 13:09 UTC  (2+ messages)

[PATCH] irqchip: Skip contexts other supervisor in plic_init()
 2019-10-24  7:27 UTC  (9+ messages)

Perf-related compilation issues
 2019-10-24  6:01 UTC  (4+ messages)

[PATCH 1/2] riscv: Fix implicit declaration of 'page_to_section'
 2019-10-24  0:45 UTC  (3+ 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).