linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 13:36:08 to 2021-04-11 22:29:01 UTC [more...]

[PATCH] samples/kprobes: Add riscv support
 2021-04-11 22:28 UTC  (2+ messages)

[PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
 2021-04-11 21:42 UTC  (3+ messages)

[PATCH] implement flush_cache_vmap and flush_cache_vunmap for RISC-V
 2021-04-11 21:41 UTC  (2+ messages)

[PATCH 0/3] Fix CONFIG_FUNCTION_TRACER with clang
 2021-04-11 21:27 UTC  (2+ messages)

[PATCH] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-04-11 21:20 UTC  (2+ messages)

[PATCH] riscv: locks: introduce ticket-based spinlock implementation
 2021-04-11 21:11 UTC  (2+ messages)

[PATCH v3 0/5] riscv: introduce alternative mechanism to apply errata patches
 2021-04-11 20:35 UTC  (2+ messages)

[PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-04-11 16:51 UTC  (15+ messages)
` [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
    ` [OpenRISC] "
` [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [PATCH v6 4/9] csky: locks: Optimize coding convention
` [PATCH v6 6/9] openrisc: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32

[PATCH v5 0/3] Move kernel mapping outside the linear mapping
 2021-04-11 16:41 UTC  (4+ messages)
` [PATCH v5 1/3] riscv: Move kernel mapping outside of "
` [PATCH v5 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v5 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[PATCH v16 00/17] KVM RISC-V Support
 2021-04-09 18:58 UTC  (2+ messages)

[PATCH v7] RISC-V: enable XIP
 2021-04-09 14:42 UTC  (13+ messages)

[PATCH v3 0/5] RISC-V: Add kexec/kdump support
 2021-04-09 10:21 UTC  (17+ messages)
` [PATCH v3 1/5] RISC-V: Add EM_RISCV to kexec UAPI header
` [PATCH v3 2/5] RISC-V: Add kexec support
` [PATCH v3 3/5] RISC-V: Improve init_resources
` [PATCH v3 4/5] RISC-V: Add kdump support
` [PATCH v3 5/5] RISC-V: Add crash kernel support

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-09 10:20 UTC  (27+ messages)
` [PATCH v4 01/20] cmdline: Add generic function to build command line
` [PATCH v4 02/20] drivers: of: use cmdline building function
` [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v4 08/20] arm: "
` [PATCH v4 09/20] arm64: "
` [PATCH v4 10/20] hexagon: "
` [PATCH v4 11/20] microblaze: "
` [PATCH v4 12/20] nios2: "
` [PATCH v4 13/20] openrisc: "
` [PATCH v4 14/20] riscv: "
` [PATCH v4 15/20] sh: "
` [PATCH v4 16/20] sparc: "
` [PATCH v4 17/20] xtensa: "
` [PATCH v4 18/20] x86: "
` [PATCH v4 19/20] mips: "
` [PATCH v4 20/20] cmdline: Remove CONFIG_CMDLINE_EXTEND

[PATCH v5 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-09  8:54 UTC  (12+ messages)
` [PATCH v5 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
` [PATCH v5 2/6] clk: sifive: Use reset-simple "
` [PATCH v5 3/6] MAINTAINERS: Add maintainers for SiFive FU740 "
` [PATCH v5 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v5 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
` [PATCH v5 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC

[PATCH v4 0/3] Move kernel mapping outside the linear mapping
 2021-04-09  6:15 UTC  (4+ messages)
` [PATCH v4 1/3] riscv: Move kernel mapping outside of "
` [PATCH v4 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v4 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[PATCH] riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobe
 2021-04-09  4:16 UTC  (3+ messages)

[PATCH 08/20] kbuild: riscv: use common install script
 2021-04-09  3:09 UTC  (2+ messages)

[PATCH] riscv: keep interrupts disabled for BREAKPOINT exception
 2021-04-08 22:45 UTC  (11+ messages)

[RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
 2021-04-08 20:08 UTC  (2+ messages)

[PATCH v4 0/4] riscv: Add qspinlock/qrwlock
 2021-04-07 19:50 UTC  (40+ messages)
` [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32

[PATCH v2 0/2] Fix binfmt_flat loader for RISC-V
 2021-04-07 15:49 UTC  (3+ messages)
` [PATCH v2 1/2] binfmt_flat: allow not offsetting data start
` [PATCH v2 2/2] riscv: Disable text-data gap in flat binaries

[PATCH 0/2] Fix binfmt_flat loader for RISC-V
 2021-04-07 14:13 UTC  (4+ messages)
` [PATCH 1/2] binfmt_flat: allow not offsetting data start
` [PATCH 2/2] riscv: introduce asm/flat.h

[PATCH] irqchip/sifive-plic: Mark two global variables __ro_after_init
 2021-04-07 12:31 UTC  (2+ messages)

[PATCH v6] RISC-V: enable XIP
 2021-04-07  8:38 UTC  (12+ messages)

[RFC] dt-bindings: riscv: enum for riscv,isa
 2021-04-06 19:05 UTC 

[PATCH v2 0/1] pinctrl: Remove duplicated header file inclusion
 2021-04-06  9:14 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/1] bus: bt1-apb: Remove duplicated header file inclusion
 2021-04-06  8:20 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH AUTOSEL 5.11 20/22] riscv: evaluate put_user() arg before enabling user access
 2021-04-05 16:04 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 21/22] riscv, entry: fix misaligned base for excp_vect_table

[PATCH AUTOSEL 4.19 8/8] riscv, entry: fix misaligned base for excp_vect_table
 2021-04-05 16:05 UTC 

[PATCH AUTOSEL 5.4 12/13] riscv, entry: fix misaligned base for excp_vect_table
 2021-04-05 16:04 UTC 

[PATCH AUTOSEL 5.10 20/22] riscv: evaluate put_user() arg before enabling user access
 2021-04-05 16:04 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 21/22] riscv, entry: fix misaligned base for excp_vect_table

[GIT PULL] RISC-V Fixes for 5.12-rc6
 2021-04-03 19:20 UTC  (2+ messages)

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2021-04-02 18:33 UTC  (5+ messages)

[PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-04-02 15:36 UTC  (22+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE
` [PATCH v3 09/17] nios2: "
` [PATCH v3 11/17] riscv: "
` [PATCH v3 12/17] sh: "

[PATCH] riscv: vdso: fix and clean-up Makefile
 2021-04-02 13:29 UTC 

[PATCH v4 0/5] Add support for the PolarFire SoC system controller
 2021-04-02 12:08 UTC  (4+ messages)

[PATCH] riscv: Make NUMA depend on MMU
 2021-04-02  4:33 UTC  (2+ messages)

[PATCH v2 0/9] riscv: improve self-protection
 2021-04-02  4:18 UTC  (15+ messages)
` [PATCH v2 1/9] riscv: add __init section marker to some functions
` [PATCH v2 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH v2 3/9] riscv: Constify sys_call_table
` [PATCH v2 4/9] riscv: Constify sbi_ipi_ops
` [PATCH v2 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH v2 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH v2 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH v4 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01 16:54 UTC  (5+ messages)
` [PATCH v4 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v4 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver

[PATCH v17 00/17] KVM RISC-V Support
 2021-04-01 13:40 UTC  (19+ messages)
` [PATCH v17 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v17 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v17 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v17 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v17 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v17 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v17 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v17 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v17 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v17 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v17 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v17 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v17 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v17 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v17 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v17 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v17 17/17] RISC-V: KVM: Add MAINTAINERS entry


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