linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-28 22:23:43 to 2019-02-12 14:07:55 UTC [more...]

[PATCH v3 0/6] Fixmap support and MM cleanups
 2019-02-12 14:07 UTC  (8+ messages)
` [PATCH v3 1/6] RISC-V: Move free_initrd_mem() to kernel/setup.c
` [PATCH v3 2/6] RISC-V: Setup init_mm before parse_early_param()
` [PATCH v3 3/6] RISC-V: Move setup_bootmem() to mm/init.c
` [PATCH v3 4/6] RISC-V: Move setup_vm() "
` [PATCH v3 5/6] RISC-V: Implement compile-time fixed mappings
` [PATCH v3 6/6] RISC-V: Implement keepinitrd kernel parameter

[PATCH v2 0/6] Fixmap support and MM cleanups
 2019-02-12 13:53 UTC  (11+ messages)
` [PATCH v2 2/6] RISC-V: Setup init_mm before parse_early_param()
` [PATCH v2 5/6] RISC-V: Implement compile-time fixed mappings
` [PATCH v2 6/6] RISC-V: Implement keepinitrd kernel parameter

[PATCH v6 0/4] IRQ affinity support in PLIC driver
 2019-02-12 12:52 UTC  (5+ messages)
` [PATCH v6 1/4] irqchip: sifive-plic: Pre-compute context hart base and enable base
` [PATCH v6 2/4] irqchip: sifive-plic: Add warning in plic_init() if handler already present
` [PATCH v6 3/4] irqchip: sifive-plic: Differentiate between PLIC handler and context
` [PATCH v6 4/4] irqchip: sifive-plic: Implement irq_set_affinity() for SMP host

[PATCH v5 0/5] IRQ affinity support in PLIC driver
 2019-02-12 12:05 UTC  (8+ messages)
` [PATCH v5 1/5] irqchip: sifive-plic: Pre-compute context hart base and enable base
` [PATCH v5 2/5] irqchip: sifive-plic: Don't inline plic_toggle() and plic_irq_toggle()
` [PATCH v5 4/5] irqchip: sifive-plic: Differentiate between PLIC handler and context

[PATCH 1/2] asm-generic/io: Pass result on inX() accessor to __io_par()
 2019-02-12 11:55 UTC 

[v4 PATCH 0/8] Various SMP related fixes
 2019-02-12 11:25 UTC  (10+ messages)
` [v4 PATCH 1/8] RISC-V: Do not wait indefinitely in __cpu_up
` [v4 PATCH 2/8] RISC-V: Move cpuid to hartid mapping to SMP
` [v4 PATCH 3/8] RISC-V: Remove NR_CPUs check during hartid search from DT
` [v4 PATCH 4/8] RISC-V: Allow hartid-to-cpuid function to fail
` [v4 PATCH 5/8] RISC-V: Compare cpuid with NR_CPUS before mapping
` [v4 PATCH 6/8] clocksource/drivers/riscv: Add required checks during clock source init
` [v4 PATCH 7/8] irqchip/irq-sifive-plic: Check and continue in case of an invalid cpuid
` [v4 PATCH 8/8] RISC-V: Assign hwcap as per comman capabilities

[PATCH 0/5] riscv: minor fixes and cleanups
 2019-02-12  9:20 UTC  (17+ messages)
` [PATCH 1/5] riscv: add missing newlines to printk messages
` [PATCH 2/5] riscv: use pr_info and friends
` [PATCH 3/5] riscv: fix riscv_of_processor_hartid() comment
` [PATCH 4/5] riscv: treat cpu devicetree nodes without status as enabled
` [PATCH 5/5] riscv: use for_each_of_cpu_node iterator

sbi_trap_error: hart4: trap handler failed (error -5)
 2019-02-12  8:15 UTC  (3+ messages)

dma_declare_coherent spring cleaning
 2019-02-12  7:50 UTC  (18+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 02/12] device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENT
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 04/12] of: select OF_RESERVED_MEM automatically
` [PATCH 05/12] dma-mapping: remove an incorrect __iommem annotation
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability
` [PATCH 07/12] dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
` [PATCH 08/12] dma-mapping: remove dma_mark_declared_memory_occupied
` [PATCH 09/12] dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
` [PATCH 10/12] dma-mapping: simplify allocations from per-device coherent memory
` [PATCH 11/12] dma-mapping: handle per-device coherent memory mmap in common code
` [PATCH 12/12] dma-mapping: remove dma_assign_coherent_memory

[PATCH 0/3] RISC-V: use generic spinlock and rwlock
 2019-02-12  7:17 UTC  (8+ messages)
` [PATCH 1/3] RISC-V: implement xchg_small and cmpxchg_small for char and short
` [PATCH 2/3] RISC-V: convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH 3/3] MIPS: fix truncation in __cmpxchg_small for short values

[PATCH 0/3] RISC-V: defconfig: Cleanups and Generic PCIe Support
 2019-02-12  7:05 UTC  (2+ messages)

kernel after 5.0-rc2 may not boot using BBL
 2019-02-12  1:24 UTC  (11+ messages)

[v3 PATCH 0/8] Various SMP related fixes
 2019-02-11 23:25 UTC  (24+ messages)
` [v3 PATCH 1/8] RISC-V: Do not wait indefinitely in __cpu_up
` [v3 PATCH 2/8] RISC-V: Move cpuid to hartid mapping to SMP
` [v3 PATCH 3/8] RISC-V: Remove NR_CPUs check during hartid search from DT
` [v3 PATCH 4/8] RISC-V: Allow hartid-to-cpuid function to fail
` [v3 PATCH 5/8] RISC-V: Compare cpuid with NR_CPUS before mapping
` [v3 PATCH 6/8] clocksource/drivers/riscv: Add required checks during clock source init
` [v3 PATCH 7/8] irqchip/irq-sifive-plic:: Check and continue in case of an invalid cpuid
` [v3 PATCH 8/8] RISC-V: Assign hwcap only according to boot cpu

[PATCH v5 0/2] PWM support for HiFive Unleashed
 2019-02-11 12:29 UTC  (17+ messages)
` [PATCH v5 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v5 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v2] riscv: Make mmap allocation top-down by default
 2019-02-11 12:09 UTC  (3+ messages)

[PATCH] Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"
 2019-02-11  8:25 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 05/28] tools uapi: fix RISC-V 64-bit support
 2019-02-09 18:48 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 06/28] riscv: fix trace_sys_exit hook

[PATCH] riscv: Add pte bit to distinguish swap from invalid
 2019-02-08 17:46 UTC  (4+ messages)

[PATCH] riscv: Partially revert "Remove stat64 family from default syscall set"
 2019-02-07 23:12 UTC  (3+ messages)

[PATCH] arch: riscv: support kernel command line forcing when no DTB passed
 2019-02-07 22:47 UTC  (4+ messages)
` [PATCH] arch: riscv: fix logic error in parse_dtb

[PATCH 0/3] Hugetlbfs support for riscv
 2019-02-07 12:52 UTC  (5+ messages)
` [PATCH 2/3] riscv: Fix wrong comment about task size for riscv64

SBI extension proposal v2
 2019-02-07  7:19 UTC  (35+ messages)
` [sw-dev] "

Boot stuck at "smp: Bringing up secondary CPUs ..."
 2019-02-06 10:44 UTC  (8+ messages)

[GIT PULL] RISC-V Fixes for 5.0-rc5
 2019-02-05 18:47 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] Add RISC-V (RV64G) BPF JIT
 2019-02-05 16:05 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] bpf, riscv: add BPF JIT for RV64G
` [PATCH bpf-next v2 2/4] MAINTAINERS: add RISC-V BPF JIT maintainer
` [PATCH bpf-next v2 3/4] bpf, doc: add RISC-V JIT to BPF documentation
` [PATCH bpf-next v2 4/4] selftests/bpf: add "any alignment" annotation for some tests

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-05 11:35 UTC  (4+ messages)

[PATCH bpf-next 0/3] Add RISC-V (RV64G) BPF JIT
 2019-02-04 20:27 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf, riscv: add BPF JIT for RV64G
` [PATCH bpf-next 2/3] MAINTAINERS: add RISC-V BPF JIT maintainer
` [PATCH bpf-next 3/3] bpf, doc: add RISC-V to filter.txt

lists.infradead.org mailing list memberships reminder
 2019-02-01 13:00 UTC 

RISC-V Open source Supervisor Binary Interface (OpenSBI) Version 0.1 Released
 2019-01-31 19:25 UTC 

[PULL RFC] RISC-V Fixes for 5.0-rc5
 2019-01-30 17:52 UTC 

[RFC PATCH 0/3] RV64G eBPF JIT
 2019-01-30  2:02 UTC  (2+ messages)

[RFC PATCH 1/3] riscv: set HAVE_EFFICIENT_UNALIGNED_ACCESS
 2019-01-29  2:43 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).