linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 07:27:53 to 2021-03-30 22:35:50 UTC [more...]

[PATCH v4 0/4] riscv: Add qspinlock/qrwlock
 2021-03-30 22:35 UTC  (32+ messages)
` [PATCH v4 1/4] riscv: cmpxchg.h: Cleanup unused code
` [PATCH v4 2/4] riscv: cmpxchg.h: Merge macros
` [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v4 4/4] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock

[PATCH] riscv: Drop const annotation for sp
 2021-03-30 20:51 UTC  (3+ messages)

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2021-03-30 20:31 UTC  (3+ messages)

[PATCH v6] RISC-V: enable XIP
 2021-03-30 20:04 UTC  (6+ messages)

[PATCH] riscv: kprobes/ftrace: Add recursion protection to the ftrace callback
 2021-03-30 19:39 UTC  (2+ messages)

[PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-03-30 18:23 UTC  (32+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 02/17] drivers: of: use cmdline building function
` [PATCH v3 03/17] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v3 04/17] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v3 05/17] arm: "
` [PATCH v3 06/17] arm64: "
` [PATCH v3 07/17] hexagon: "
` [PATCH v3 08/17] microblaze: "
` [PATCH v3 09/17] nios2: "
` [PATCH v3 10/17] openrisc: "
` [PATCH v3 11/17] riscv: "
` [PATCH v3 12/17] sh: "
` [PATCH v3 13/17] sparc: "
` [PATCH v3 14/17] xtensa: "
` [PATCH v3 15/17] x86: "
` [PATCH v3 16/17] mips: "
` [PATCH v3 17/17] cmdline: Remove CONFIG_CMDLINE_EXTEND

[PATCH] riscv/mm: Use BUG_ON instead of if condition followed by BUG
 2021-03-30 13:56 UTC 

[PATCH] riscv: Make NUMA depend on MMU
 2021-03-30 13:25 UTC 

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-30 13:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] riscv: evaluate put_user() arg before enabling user access
 2021-03-30 11:41 UTC  (3+ messages)

[PATCH v4 0/5] Add support for the PolarFire SoC system controller
 2021-03-30 11:06 UTC  (3+ messages)

[PATCH v3 2/2] riscv: Cleanup KASAN_VMALLOC support
 2021-03-30  9:47 UTC  (3+ messages)

[PATCH] riscv: keep interrupts disabled for BREAKPOINT exception
 2021-03-30  9:33 UTC  (2+ messages)

[PATCH] samples/kprobes: Add riscv support
 2021-03-30  9:21 UTC  (2+ messages)

[PATCH] riscv: add do_page_fault and do_trap_break into the kprobes blacklist
 2021-03-30  9:21 UTC  (2+ messages)

[PATCH] riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe
 2021-03-30  8:18 UTC 

[PATCH] implement flush_cache_vmap and flush_cache_vunmap for RISC-V
 2021-03-30  7:02 UTC  (2+ messages)

[PATCH] riscv: remove unneeded semicolon
 2021-03-30  6:19 UTC  (2+ messages)

[PATCH] ftrace: Fix spelling mistake "disabed" -> "disabled"
 2021-03-30  5:54 UTC  (2+ messages)

[PATCH] riscv,entry: fix misaligned base for excp_vect_table
 2021-03-30  5:54 UTC  (2+ messages)

[PATCH v16 00/17] KVM RISC-V Support
 2021-03-30  5:48 UTC  (3+ messages)

[PATCH] kbuild: buildtar: add riscv support
 2021-03-30  5:06 UTC  (2+ messages)

[PATCH v4 0/5] Add Microchip PolarFire Soc Support
 2021-03-30  4:17 UTC  (5+ messages)
` [PATCH v4 3/5] RISC-V: Initial DTS for Microchip ICICLE board

[PATCH v2 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-03-30  3:36 UTC  (8+ messages)
` [PATCH v2 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
` [PATCH v2 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller

[PATCH 0/9] riscv: improve self-protection
 2021-03-29 20:41 UTC  (11+ messages)
` [PATCH 1/9] riscv: add __init section marker to some functions
` [PATCH 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH 3/9] riscv: Constify sys_call_table
` [PATCH 4/9] riscv: Constify sbi_ipi_ops
` [PATCH 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH 6/9] riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X
` [PATCH 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH 0/3] Fix CONFIG_FUNCTION_TRACER with clang
 2021-03-29 18:32 UTC  (10+ messages)
` [PATCH 1/3] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH 2/3] riscv: Workaround mcount name prior to clang-13
` [PATCH 3/3] riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is available

[PATCH] irqchip/sifive-plic: Mark two global variables __ro_after_init
 2021-03-29 18:09 UTC 

[PATCH] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-03-29  7:41 UTC  (6+ messages)
    ` [kbuild-all] "

[PATCH v7 0/5] clk: add driver for the SiFive FU740
 2021-03-29 10:37 UTC  (12+ messages)

[PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
 2021-03-29  3:13 UTC 

[PATCH v5 0/7] riscv: Add qspinlock/qrwlock
 2021-03-28 11:36 UTC  (10+ messages)
` [PATCH v5 1/7] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v5 2/7] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v5 3/7] csky: "
` [PATCH v5 4/7] powerpc/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v5 5/7] openrisc: qspinlock: "
` [PATCH v5 6/7] sparc: "
` [PATCH v5 7/7] xtensa: "

[PATCH v3] RFC: riscv: evaluate put_user() arg before enabling user access
 2021-03-28 22:13 UTC  (2+ messages)

[PATCH] riscv: XIP: fix build for rv32
 2021-03-27 19:48 UTC 

[PATCH 1/1] pinctrl: Remove duplicated header file inclusion
 2021-03-27  1:32 UTC 

[PATCH -next] pinctrl: Remove duplicated include from pinctrl-k210.c
 2021-03-26  7:47 UTC  (2+ messages)

[RFC PATCH v3 0/8] RISC-V CPU Idle Support
 2021-03-26  1:05 UTC  (3+ messages)
` [RFC PATCH v3 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states

[PATCH] riscv: Do not invoke early_init_dt_verify() twice
 2021-03-25 15:55 UTC  (3+ messages)

[PATCH v3 0/4] riscv: Add qspinlock/qrwlock
 2021-03-25 11:52 UTC  (8+ messages)
` [PATCH v3 1/4] riscv: cmpxchg.h: Cleanup unused code
` [PATCH v3 2/4] riscv: cmpxchg.h: Merge macros
` [PATCH v3 3/4] riscv: cmpxchg.h: Implement xchg for short
` [PATCH v3 4/4] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock

[PATCH] drivers: pinctrl: Remove duplicate include of io.h
 2021-03-25  9:27 UTC  (3+ messages)

[PATCH] riscv: locks: introduce ticket-based spinlock implementation
 2021-03-24 12:53 UTC  (9+ messages)

Kernel Not booting on RISC-V QEMU
 2021-03-23 20:50 UTC  (2+ messages)

[PATCH v1 0/3] convert sifive's prci, plic and pwm bindings to yaml
 2021-03-22 17:36 UTC  (5+ messages)
` [PATCH v1 2/3] dt-bindings: riscv: convert plic bindings to json-schema

[PATCH] riscv: evaluate put_user() argument before enabling user access
 2021-03-22 16:53 UTC  (3+ messages)

[PATCH v3 0/5] riscv: introduce alternative mechanism to apply errata patches
 2021-03-22 14:26 UTC  (6+ messages)
` [PATCH v3 1/5] riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
` [PATCH v3 2/5] riscv: Introduce alternative mechanism to apply errata solution
` [PATCH v3 3/5] riscv: sifive: Add SiFive alternative ports
` [PATCH v3 4/5] riscv: sifive: Apply errata "cip-453" patch
` [PATCH v3 5/5] riscv: sifive: Apply errata "cip-1200" patch

[PATCH] RFC: riscv: save the SR_SUM status over switches
 2021-03-22 12:05 UTC  (4+ messages)

[PATCH v2 0/5] riscv: introduce alternative mechanism to apply errata patches
 2021-03-22  7:50 UTC  (7+ messages)
` [PATCH v2 3/5] riscv: sifive: Add SiFive alternative ports

[PATCH v5] RISC-V: enable XIP
 2021-03-22  7:27 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).