linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 16:07:54 to 2019-08-22 08:10:24 UTC [more...]

[PATCH v4 0/3] Optimize tlbflush path
 2019-08-22  8:10 UTC  (5+ 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  6:56 UTC  (9+ 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 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  (21+ messages)
` [PATCH 03/15] riscv: refactor the IPI code
` [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)

misc riscv cleanups
 2019-08-21 14:58 UTC  (7+ 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 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 v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-20 17:27 UTC  (15+ 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 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  (6+ messages)

[PATCH] riscv: move sifive_l2_cache.c to drivers/soc
 2019-08-20  6:03 UTC  (5+ messages)

[PATCH] RISC-V: Issue a local tlb flush if possible
 2019-08-20  0:02 UTC  (9+ messages)

generic ioremap (and lots of cleanups)
 2019-08-19 20:57 UTC  (41+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [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 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "

[PATCH V3 0/3] riscv: Add perf callchain support
 2019-08-19 10:56 UTC  (4+ messages)

Random memory corruption with v5.2
 2019-08-19 10:53 UTC  (7+ messages)

[PATCH 1/2] riscv: Add memmove string operation
 2019-08-19  6:29 UTC  (8+ messages)

[PATCH v2] RISC-V: Fix FIXMAP area corruption on RV32 systems
 2019-08-19  5:14 UTC 

[PATCH] RISC-V: Fix FIXMAP area corruption on RV32 systems
 2019-08-19  4:49 UTC  (4+ messages)

[PATCH -rcu/dev] Please squash: fixup! rcu/tree: Add basic support for kfree_rcu() batching
 2019-08-17 21:42 UTC  (3+ messages)

Improving our commit messages
 2019-08-17 19:11 UTC 

[GIT PULL] RISC-V updates for v5.3-rc5
 2019-08-17 17:50 UTC  (2+ messages)

Changing SiFive Unleashed core clock rate on 5.x kernel
 2019-08-16 21:44 UTC  (9+ messages)

[PATCH v2 0/5] Miscellaneous fixes
 2019-08-16 18:55 UTC  (4+ messages)
` [PATCH v2 1/5] RISC-V: Remove per cpu clocksource

RISC V Kernel Decompressor symbols
 2019-08-16  9:34 UTC 

[PATCH v4 0/2] [PATCH v2 0/6] sparsemem support for RISC-V
 2019-08-16  2:07 UTC  (23+ messages)
` [PATCH v4 2/2] RISC-V: Implement sparsemem

[PATCH v5 0/2] Two-stagged initial page table setup
 2019-08-16  1:05 UTC  (9+ messages)
` [PATCH v5 2/2] RISC-V: Setup initial page tables in two stages

[PATCH v2 0/2] riscv: Correct the initialized flow of FP and __fstate_clean()
 2019-08-15  2:53 UTC  (9+ messages)
` [PATCH v2 1/2] riscv: Correct the initialized flow of FP register
` [PATCH v2 2/2] riscv: Make __fstate_clean() work correctly

[PATCH 2/3] kbuild: rebuild modules when module linker scripts are updated
 2019-08-14 16:06 UTC 


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