linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 03:06:53 to 2019-08-26 07:07:01 UTC [more...]

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-26  7:06 UTC  (17+ messages)
` [PATCH v2 01/11] asm-generic: add dma_zone_size
` [PATCH v2 02/11] arm: use generic dma_zone_size
` [PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function
` [PATCH v2 04/11] of/fdt: add early_init_dt_get_dma_zone_size()
` [PATCH v2 05/11] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH v2 06/11] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH v2 07/11] arm64: re-introduce max_zone_dma_phys()
` [PATCH v2 08/11] arm64: use both ZONE_DMA and ZONE_DMA32
` [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
` [PATCH v2 11/11] mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'

[PATCH v2] RISC-V: Fix FIXMAP area corruption on RV32 systems
 2019-08-26  6:44 UTC  (2+ messages)

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-25 13:23 UTC  (12+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 02/11] ftrace: introduce new building tool funcprototype
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 04/11] ftrace/hash: add private data field
` [PATCH 05/11] ftrace: create memcache for hash entries
` [PATCH 06/11] ftrace: process function prototype data in vmlinux and modules
` [PATCH 07/11] ftrace: prepare arch specific interfaces for function prototype feature
` [PATCH 08/11] ftrace: introduce core part of function prototype recording
` [PATCH 09/11] x86_64: add function prototype recording support
` [PATCH 10/11] ftrace: add doc for new option record-funcproto
` [PATCH 11/11] MAINTAINERS: make scripts/ftrace/ maintained

[PATCH v5] RISC-V: Implement sparsemem
 2019-08-25  6:55 UTC  (2+ messages)

[PATCH V3 0/3] riscv: Add perf callchain support
 2019-08-24  2:12 UTC  (5+ messages)

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-08-24  1:18 UTC  (7+ messages)

misc riscv cleanups
 2019-08-24  1:03 UTC  (14+ messages)
` [PATCH 1/6] riscv: refactor the IPI code
` [PATCH 2/6] riscv: cleanup send_ipi_mask
` [PATCH 3/6] riscv: optimize send_ipi_single
` [PATCH 4/6] riscv: cleanup riscv_cpuid_to_hartid_mask
` [PATCH 5/6] riscv: don't use the rdtime(h) pseudo-instructions
` [PATCH 6/6] riscv: move the TLB flush logic out of line

[PATCH V5 0/3] riscv: Add perf callchain support
 2019-08-24  0:54 UTC  (6+ messages)
` [PATCH V5 1/3] "
` [PATCH V5 2/3] riscv: Add support for perf registers sampling
` [PATCH V5 3/3] riscv: Add support for libdw

generic ioremap (and lots of cleanups)
 2019-08-23 13:55 UTC  (3+ messages)
` [PATCH 05/26] openrisc: map as uncached in ioremap

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

[PATCH v4 0/3] Optimize tlbflush path
 2019-08-22 18:31 UTC  (8+ messages)
` [PATCH v4 1/3] RISC-V: Do not invoke SBI call if cpumask is empty
` [PATCH v4 2/3] RISC-V: Issue a local tlbflush if possible
` [PATCH v4 3/3] RISC-V: Issue a tlb page flush "

sys_riscv_flush_icache
 2019-08-22 18:29 UTC  (12+ messages)
` [PATCH 1/8] riscv: fix the flags argument type for riscv_riscv_flush_icache
` [PATCH 2/8] riscv: remove SYS_RISCV_FLUSH_ICACHE_LOCAL #define
` [PATCH 3/8] riscv: move sys_riscv_flush_icache to cacheflush.c
` [PATCH 4/8] riscv: remove the active_mm check in sys_riscv_flush_icache
` [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 8/8] riscv: ignore the SYS_RISCV_FLUSH_ICACHE_LOCAL flag

[PATCH 0/2] KASAN support for RISC-V
 2019-08-22 17:08 UTC  (7+ messages)
` [PATCH 1/2] riscv: Add memmove string operation
` [PATCH 2/2] riscv: Add KASAN support

[PATCH] riscv: move sifive_l2_cache.c to drivers/soc
 2019-08-22  9:26 UTC  (5+ messages)

[PATCH v3 0/3] Optimize tlbflush path
 2019-08-22  5:39 UTC  (12+ messages)
` [PATCH v3 1/3] RISC-V: Issue a local tlbflush if possible
` [PATCH v3 2/3] RISC-V: Issue a tlb page flush "
` [PATCH v3 3/3] RISC-V: Do not invoke SBI call if cpumask is empty

RISC-V nommu support v3
 2019-08-21 23:32 UTC  (16+ messages)
` [PATCH 08/15] riscv: provide native clint access for M-mode
` [PATCH 09/15] riscv: implement remote sfence.i natively "
` [PATCH 10/15] riscv: poison SBI calls "
` [PATCH 15/15] riscv: disable the EFI PECOFF header "

[v2 PATCH] RISC-V: Optimize tlb flush path
 2019-08-21 17:36 UTC  (20+ messages)

[PATCH V4 0/3] riscv: Add perf callchain support
 2019-08-21 10:57 UTC  (6+ messages)
` [PATCH V4 1/3] "
` [PATCH V4 2/3] riscv: Add support for perf registers sampling
` [PATCH V4 3/3] riscv: Add support for libdw

[PATCH] riscv: add arch/riscv/Kbuild
 2019-08-21  9:26 UTC 

[PATCH] riscv: dts: Add DT support for SiFive FU540 PWM driver
 2019-08-21  9:23 UTC 

[PATCH AUTOSEL 5.2 37/44] riscv: fix flush_tlb_range() end address for flush_tlb_page()
 2019-08-20 13:40 UTC 

[PATCH 1/3] macb: bindings doc: update sifive fu540-c000 binding
 2019-08-20 10:16 UTC  (7+ messages)
` [PATCH 2/3] macb: Update compatibility string for SiFive FU540-C000

[v5 PATCH] RISC-V: Fix unsupported isa string info
 2019-08-20  7:59 UTC  (5+ 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).