linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-23 17:17:45 to 2020-06-03 08:13:22 UTC [more...]

[PATCH v2 0/8] Introduce sv48 support
 2020-06-03  8:10 UTC  (3+ messages)
` [PATCH v2 1/8] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
` [PATCH v2 2/8] riscv: Allow to dynamically define VA_BITS

[PATCH v4 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-03  8:00 UTC  (5+ messages)
` [PATCH v4 1/4] riscv: Move kernel mapping to vmalloc zone
` [PATCH v4 2/4] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v4 3/4] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v4 4/4] riscv: Check relocations at compile time

[PATCH v7 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-02  5:33 UTC  (11+ messages)
` [PATCH v7 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v7 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v7 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v7 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v7 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v7 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[RFC PATCH v4 00/13] riscv: Add vector ISA support
 2020-06-02  3:08 UTC  (34+ messages)
` [RFC PATCH v4 01/13] ptrace: Use regset_size() for dynamic regset size
` [RFC PATCH v4 02/13] riscv: Separate patch for cflags and aflags
` [RFC PATCH v4 03/13] riscv: Rename __switch_to_aux -> fpu
` [RFC PATCH v4 04/13] riscv: Extending cpufeature.c to detect V-extension
` [RFC PATCH v4 05/13] riscv: Add new csr defines related to vector extension
` [RFC PATCH v4 06/13] riscv: Add vector feature to compile
` [RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features
` [RFC PATCH v4 08/13] riscv: Reset vector register
` [RFC PATCH v4 09/13] riscv: Add vector struct and assembler definitions
` [RFC PATCH v4 10/13] riscv: Add task switch support for vector
` [RFC PATCH v4 11/13] riscv: Add ptrace vector support
` [RFC PATCH v4 12/13] riscv: Add sigcontext save/restore for vector
` [RFC PATCH v4 13/13] riscv: signal: Report signal frame size to userspace via auxv

[PATCH 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-02  0:54 UTC 

[PATCH v2] riscv: fix build warning of missing prototypes
 2020-06-01 18:39 UTC  (2+ messages)

[PATCH v2] RISC-V: Don't mark init section as non-executable
 2020-06-01 18:23 UTC  (3+ messages)

[PATCH v6 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-01  9:33 UTC  (18+ messages)
` [PATCH v6 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v6 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v6 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v6 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v6 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v6 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH] riscv: fix build warning of missing prototypes
 2020-06-01  6:56 UTC  (3+ messages)

[PATCH] RISC-V: Don't mark init section as non-executable
 2020-06-01  4:20 UTC  (2+ messages)

[V5 patch 0/6] riscv: Add KGDB and KDB support
 2020-06-01  3:39 UTC  (7+ messages)
` [V5 patch 1/6] kgdb: Add kgdb_has_hit_break function
` [V5 patch 2/6] riscv: Add KGDB support
` [V5 patch 3/6] kgdb: enable arch to support XML packet support
` [V5 patch 4/6] riscv: enable the Kconfig prompt of STRICT_KERNEL_RWX
` [V5 patch 5/6] riscv: Use the XML target descriptions to report 3 system registers
` [V5 patch 6/6] riscv: Add SW single-step support for KDB

[PATCH v3 0/3] vmalloc kernel mapping and relocatable kernel
 2020-05-29 12:08 UTC  (13+ messages)
` [PATCH v3 1/3] riscv: Move kernel mapping to vmalloc zone
` [PATCH v3 2/3] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v3 3/3] arch, scripts: Add script to check relocations at compile time

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-29 11:45 UTC  (25+ messages)
` [PATCH v5 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v5 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v5 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v5 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v5 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH 5/5] dt-bindings: timer: Add CLINT bindings
 2020-05-28 23:18 UTC  (4+ messages)

[PATCH 1/2] soc: sifive: l2 cache: Eliminate an unsigned zero compare warning
 2020-05-28 22:43 UTC  (2+ messages)
` [PATCH 2/2] soc: sifive: l2 cache: Mark l2_get_priv_group as static

[PATCH 0/8] Introduce sv48 support
 2020-05-28 13:35 UTC  (17+ messages)
` [PATCH 1/8] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
` [PATCH 2/8] riscv: Allow to dynamically define VA_BITS
` [PATCH 3/8] riscv: Simplify MAXPHYSMEM config
` [PATCH 4/8] riscv: Prepare ptdump for vm layout dynamic addresses
` [PATCH 5/8] riscv: Implement sv48 support
` [PATCH 6/8] riscv: Allow user to downgrade to sv39 when hw supports sv48
` [PATCH 7/8] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo
` [PATCH 8/8] riscv: Explicit comment about user virtual address space size

[RFC PATCH v5 00/13] riscv: Add vector ISA support
 2020-05-28 12:36 UTC  (15+ messages)
` [RFC PATCH v5 01/13] ptrace: Use regset_size() for dynamic regset
` [RFC PATCH v5 02/13] riscv: Separate patch for cflags and aflags
` [RFC PATCH v5 03/13] riscv: Rename __switch_to_aux -> fpu
` [RFC PATCH v5 04/13] riscv: Extending cpufeature.c to detect V-extension
` [RFC PATCH v5 05/13] riscv: Add new csr defines related to vector extension
` [RFC PATCH v5 06/13] riscv: Add vector feature to compile
` [RFC PATCH v5 07/13] riscv: Add has_vector/riscv_vsize to save vector features
` [RFC PATCH v5 08/13] riscv: Reset vector register
` [RFC PATCH v5 09/13] riscv: Add vector struct and assembler definitions
` [RFC PATCH v5 10/13] riscv: Add task switch support for vector
` [RFC PATCH v5 11/13] riscv: Add ptrace vector support
` [RFC PATCH v5 12/13] riscv: Add sigcontext save/restore for vector
` [RFC PATCH v5 13/13] riscv: signal: Report signal frame size to userspace via auxv

[PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27 13:45 UTC  (6+ messages)
` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h

[PATCH 1/1] riscv: sort select statements alphanumerically
 2020-05-26 19:31 UTC  (2+ messages)

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-05-26 17:15 UTC  (7+ messages)
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs

[PATCH] riscv: Remove unnecessary path for syscall_trace
 2020-05-26 13:38 UTC  (4+ messages)

Kselftest pstore test failure on riscv
 2020-05-26 13:21 UTC 

[PATCH] Documentation/features: Correct RISC-V kprobes support entry
 2020-05-25 16:17 UTC  (2+ messages)

[PATCH v2 0/3] More improvements for multiple PLICs
 2020-05-25 10:08 UTC  (2+ messages)

[PATCH v2 0/2] enable spi flash and update is25wp256d page write capabilities
 2020-05-25  5:45 UTC  (2+ messages)

[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
 2020-05-23 17:44 UTC  (52+ messages)
` [PATCH 02/32] pwm: fsl-ftm: "
` [PATCH 03/32] pwm: rcar: "
` [PATCH 05/32] pwm: ep93xx: "
` [PATCH 06/32] pwm: tegra: "
` [PATCH 07/32] pwm: mediatek: "
` [PATCH 08/32] pwm: sti: "
` [PATCH 09/32] pwm: pxa: "
` [PATCH 10/32] pwm: zx: "
` [PATCH 11/32] pwm: spear: "
` [PATCH 12/32] pwm: bcm-kona: "
` [PATCH 13/32] pwm: lpc32xx: "
` [PATCH 14/32] pwm: meson: "
` [PATCH 15/32] pwm: rockchip: "
` [PATCH 16/32] pwm: bcm-iproc: "
` [PATCH 17/32] pwm: samsung: "
` [PATCH 18/32] pwm: tiehrpwm: "
` [PATCH 19/32] pwm: puv3: "
` [PATCH 20/32] pwm: imx: "
` [PATCH 21/32] pwm: tiecap: "
` [PATCH 22/32] pwm: bcm2835: "
` [PATCH 23/32] pwm: berlin: "
` [PATCH 25/32] pwm: brcmstb: "
` [PATCH 27/32] pwm: clps711x: "
` [PATCH 30/32] pwm: hibvt: do some cleanup
` [PATCH 32/32] pwm: atmel: convert to devm_platform_ioremap_resource


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