linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-26 11:30:45 to 2019-09-04 14:05:34 UTC [more...]

[PATCH -next 00/36] use devm_platform_ioremap_resource() to simplify code
 2019-09-04 13:58 UTC  (14+ messages)
` [PATCH -next 02/36] spi: a3700: "
` [PATCH -next 03/36] spi: ath79: "
` [PATCH -next 04/36] spi: spi-axi: "
` [PATCH -next 05/36] spi: bcm2835aux: "
` [PATCH -next 06/36] spi: bcm2835: "
` [PATCH -next 07/36] spi: bcm63xx-hsspi: "
` [PATCH -next 08/36] spi: cadence: "
` [PATCH -next 09/36] spi: octeon: "
` [PATCH -next 10/36] spi: clps711x: "
` [PATCH -next 11/36] spi: coldfire-qspi: "
` [PATCH -next 12/36] spi: dw-mmio: "
` [PATCH -next 13/36] spi: spi-geni-qcom: "
` [PATCH -next 14/36] spi: lp-8841: "

[PATCH V6 0/3] riscv: Add perf callchain support
 2019-09-04 12:20 UTC  (6+ messages)
` [PATCH V6 1/3] "
` [PATCH V6 2/3] riscv: Add support for perf registers sampling
` [PATCH V6 3/3] riscv: Add support for libdw

[PATCH -next] pwm: sifive: Remove redundant dev_err call in pwm_sifive_probe()
 2019-09-04 12:10 UTC  (2+ messages)

[PATCH v2] dt-bindings: serial: Convert riscv, sifive-serial to json-schema
 2019-09-04 10:29 UTC  (2+ messages)

[PATCH] RISC-V: Add Plan 9 support to the defconfigs
 2019-09-04  5:38 UTC  (3+ messages)

[PATCH v6 00/21] KVM RISC-V Support
 2019-09-04  3:39 UTC  (27+ messages)
` [PATCH v6 01/21] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v6 02/21] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v6 03/21] RISC-V: Export few kernel symbols
` [PATCH v6 04/21] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v6 05/21] RISC-V: Add initial skeletal KVM support
` [PATCH v6 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v6 07/21] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v6 08/21] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v6 09/21] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v6 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v6 11/21] RISC-V: KVM: Handle WFI "
` [PATCH v6 12/21] RISC-V: KVM: Implement VMID allocator
` [PATCH v6 13/21] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v6 14/21] RISC-V: KVM: Implement MMU notifiers
` [PATCH v6 15/21] RISC-V: KVM: Add timer functionality
` [PATCH v6 16/21] RISC-V: KVM: FP lazy save/restore
` [PATCH v6 17/21] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v6 18/21] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v6 19/21] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v6 20/21] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v6 21/21] RISC-V: KVM: Add MAINTAINERS entry

[PATCH 0/2] KASAN support for RISC-V
 2019-09-04  2:24 UTC  (11+ messages)
` [PATCH 1/2] riscv: Add memmove string operation
` [PATCH 2/2] riscv: Add KASAN support

[PATCH 08/15] riscv: provide native clint access for M-mode
 2019-09-04  2:05 UTC  (5+ messages)

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-09-03 22:27 UTC  (14+ messages)

[PATCH 8/8] riscv: ignore the SYS_RISCV_FLUSH_ICACHE_LOCAL flag
 2019-09-03 18:46 UTC  (4+ messages)

[PATCH] riscv: add arch/riscv/Kbuild
 2019-09-03 14:31 UTC  (8+ messages)

[PATCH] dt-bindings: serial: Convert riscv, sifive-serial to json-schema
 2019-09-03 14:24 UTC  (4+ messages)
` [PATCH] dt-bindings: serial: Convert riscv,sifive-serial "

RISC-V nommu support v4
 2019-09-03  9:32 UTC  (21+ messages)
` [PATCH 01/20] irqchip/sifive-plic: set max threshold for ignored handlers
` [PATCH 02/20] riscv: refactor the IPI code
` [PATCH 03/20] riscv: cleanup send_ipi_mask
` [PATCH 04/20] riscv: optimize send_ipi_single
` [PATCH 05/20] riscv: cleanup riscv_cpuid_to_hartid_mask
` [PATCH 06/20] riscv: don't use the rdtime(h) pseudo-instructions
` [PATCH 07/20] riscv: move the TLB flush logic out of line
` [PATCH 08/20] riscv: abstract out CSR names for supervisor vs machine mode
` [PATCH 09/20] riscv: don't allow selecting SBI based drivers for M-mode
` [PATCH 10/20] riscv: poison SBI calls "
` [PATCH 11/20] riscv: cleanup the default power off implementation
` [PATCH 12/20] riscv: implement remote sfence.i using IPIs
` [PATCH 13/20] riscv: add support for MMIO access to the timer registers
` [PATCH 14/20] riscv: provide native clint access for M-mode
` [PATCH 15/20] riscv: read the hart ID from mhartid on boot
` [PATCH 16/20] riscv: use the correct interrupt levels for M-mode
` [PATCH 17/20] riscv: clear the instruction cache and all registers when booting
` [PATCH 18/20] riscv: add nommu support
` [PATCH 19/20] riscv: provide a flat image loader
` [PATCH 20/20] riscv: disable the EFI PECOFF header for M-mode

generic ioremap (and lots of cleanups)
 2019-09-03  8:57 UTC  (25+ messages)
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 24/26] riscv: use the generic ioremap code

[RFC PATCH 0/2] Add support for SBI version to 0.2
 2019-09-03  7:38 UTC  (25+ messages)
` [RFC PATCH 1/2] RISC-V: Mark existing SBI as legacy SBI
` [RFC PATCH 2/2] RISC-V: Add basic support for SBI v0.2

[PATCH v3 0/4] Raspberry Pi 4 DMA addressing support
 2019-09-02 14:10 UTC  (5+ messages)
` [PATCH v3 1/4] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH v3 2/4] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH v3 3/4] arm64: use both ZONE_DMA and ZONE_DMA32
` [PATCH v3 4/4] mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-09-02 13:01 UTC  (14+ messages)
` [PATCH v2 01/11] asm-generic: add dma_zone_size
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH v2 10/11] arm64: edit zone_dma_bits to fine tune dma-direct min mask

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

RISC-V nommu support v3
 2019-09-01  8:03 UTC  (4+ messages)
` [PATCH 03/15] riscv: refactor the IPI code

[PATCH] riscv: move sifive_l2_cache.c to drivers/soc
 2019-09-01  8:00 UTC  (6+ messages)

[GIT PULL] RISC-V updates for v5.3-rc7
 2019-08-31 16:45 UTC  (2+ messages)

[PATCH v4 0/3] Optimize tlbflush path
 2019-08-31  2:50 UTC  (2+ messages)

[PATCH] riscv: kbuild: drop CONFIG_RISCV_ISA_C
 2019-08-31  2:04 UTC  (6+ messages)

5.4 tree ping
 2019-08-30  7:39 UTC 

[PATCH v6] RISC-V: Implement sparsemem
 2019-08-29 23:41 UTC  (6+ messages)

[PATCH v2 0/2] Update ethernet compatible string for SiFive FU540
 2019-08-29  9:54 UTC  (5+ messages)
` [PATCH v2 1/2] macb: bindings doc: update sifive fu540-c000 binding
` [PATCH v2 2/2] macb: Update compatibility string for SiFive FU540-C000

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-28 23:41 UTC  (10+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 05/11] ftrace: create memcache for hash entries

[PATCH v2] RISC-V: Fix FIXMAP area corruption on RV32 systems
 2019-08-28 22:33 UTC  (5+ messages)

[PATCH v8 0/4] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-08-28 18:08 UTC  (4+ messages)
` [PATCH v8 1/4] mtd: spi-nor: add support for is25wp256

misc riscv cleanups
 2019-08-27 18:50 UTC  (13+ messages)
` [PATCH 2/6] riscv: cleanup send_ipi_mask
` [PATCH 3/6] riscv: optimize send_ipi_single
` [PATCH 5/6] riscv: don't use the rdtime(h) pseudo-instructions

sys_riscv_flush_icache
 2019-08-27 18:42 UTC  (11+ messages)
` [PATCH 5/8] riscv: actually clear icache_stale_mask for all harts in mm_cpumask
` [PATCH 6/8] riscv: use get_cpu and put_cpu in sys_riscv_flush_icache
` [PATCH 7/8] riscv: improve the local flushing logic "

[PATCH V5 0/3] riscv: Add perf callchain support
 2019-08-27  5:50 UTC  (6+ messages)
` [PATCH V5 1/3] "

[PATCH v2 1/5] RISC-V: Remove per cpu clocksource
 2019-08-26 23:48 UTC  (2+ messages)

[PATCH] RISC-V: Fix FIXMAP area corruption on RV32 systems
 2019-08-26 21:30 UTC  (3+ messages)

RISC V Kernel Decompressor symbols
 2019-08-26 19:22 UTC  (2+ 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).