linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-18 19:37:32 to 2021-07-29 06:19:59 UTC [more...]

[RFC 0/5] Support non-coherent DMA on RISC-V using a global pool
 2021-07-29  6:19 UTC  (15+ messages)
` [RFC 1/5] RISC-V: Implement arch_sync_dma* functions
` [RFC 2/5] of: Move of_dma_get_range to of_address.h
` [RFC 3/5] dma-mapping: Enable global non-coherent pool support for RISC-V
` [RFC 4/5] dma-direct: Allocate dma pages directly if global pool allocation fails
` [RFC 5/5] RISC-V: Support a new config option for non-coherent DMA

[PATCH] riscv: Add support to allocate gigantic hugepages using CMA
 2021-07-29  6:24 UTC 

[PATCH v7 1/1] RISC-V: Use SBI SRST extension when available
 2021-07-29  6:10 UTC  (5+ messages)

[RFC PATCH v2 00/11] Linux RISC-V ACLINT Support
 2021-07-29  5:36 UTC  (17+ messages)
` [RFC PATCH v2 02/11] RISC-V: Use common print prefix in smp.c
` [RFC PATCH v2 06/11] dt-bindings: interrupt-controller: Add ACLINT MSWI and SSWI bindings
` [RFC PATCH v2 07/11] irqchip: Add ACLINT software interrupt driver

[PATCH] riscv: stacktrace: fix dump_backtrace/walk_stackframe with NULL task
 2021-07-28 13:39 UTC  (4+ messages)

[PATCH] riscv: fix the global name pfn_base confliction error
 2021-07-28 12:52 UTC  (8+ messages)

[PATCH v2 -next] riscv: mm: remove redundant trampoline PGD for 64bit
 2021-07-28 11:55 UTC  (2+ messages)

[RFC PATH 0/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO bindings and driver
 2021-07-28 11:21 UTC  (11+ messages)
` [RFC PATH 2/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO driver

[PATCH v2] riscv: fix the global name pfn_base confliction error
 2021-07-28  7:15 UTC 

[PATCH -next] riscv: mm: remove redundant trampoline PGD for 64bit
 2021-07-28  6:25 UTC  (4+ messages)

[PATCH] riscv: explicitly use symbol offsets for VDSO
 2021-07-28  0:39 UTC  (2+ messages)

[PATCH 1/3] RISC-V: build: Pass `-mattr` to `lld`
 2021-07-27 20:22 UTC  (4+ messages)

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

RISC-V Microconference Accepted into 2021 Linux Plumbers Conference
 2021-07-26 23:28 UTC 

[helgaas@kernel.org: Re: aarch64 efi boot failures with qemu 6.0+]
 2021-07-26 21:43 UTC 

[PATCH 1/2] riscv: defconfig: enable BLK_DEV_NVME
 2021-07-26 11:26 UTC  (2+ messages)
` [PATCH 2/2] riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1

[PATCH 1/3] riscv: Fix memory_limit for 64-bit kernel
 2021-07-26  5:47 UTC  (4+ messages)
` [PATCH 3/3] riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE

[PATCH -fixes] riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUE
 2021-07-26  5:42 UTC 

Linux 5.14-rc2
 2021-07-25  9:56 UTC  (5+ messages)

[GIT PULL] RISC-V Fixes for 5.13-rc3
 2021-07-24 22:36 UTC  (3+ messages)

[PATCH RESEND] riscv: stacktrace: Fix NULL pointer dereference
 2021-07-24 20:15 UTC  (5+ messages)

[PATCH] riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled
 2021-07-24  2:13 UTC  (3+ messages)

[PATCH] riscv: stacktrace: pin the task's stack in get_wchan
 2021-07-24  0:58 UTC  (2+ messages)

[PATCH 0/4] __asm_copy_to-from_user: Fixes
 2021-07-24  0:58 UTC  (11+ messages)
` [PATCH 1/4] riscv: __asm_copy_to-from_user: Fix: overrun copy
` [PATCH 2/4] riscv: __asm_copy_to-from_user: Fix: fail on RV32
` [PATCH 3/4] riscv: __asm_copy_to-from_user: Remove unnecessary size check
` [PATCH 4/4] riscv: __asm_copy_to-from_user: Fix: Typos in comments

[PATCH v4 06/10] riscv: Remove non-standard linux, elfcorehdr handling
 2021-07-23 15:17 UTC  (3+ messages)

[PATCH 0/5] Small cleanup for mm/init.c and address conversion macros
 2021-07-23 13:01 UTC  (6+ messages)
` [PATCH 1/5] riscv: Introduce va_kernel_pa_offset for 32-bit kernel
` [PATCH 2/5] riscv: Get rid of map_size parameter to create_kernel_page_table
` [PATCH 3/5] riscv: Use __maybe_unused instead of #ifdefs around variable declarations
` [PATCH 4/5] riscv: Simplify BUILTIN_DTB device tree mapping handling
` [PATCH 5/5] riscv: Move early fdt mapping creation in its own function

[PATCH -next v2] riscv: add VMAP_STACK overflow detection
 2021-07-23  6:49 UTC  (19+ messages)

PLIC and interrupts received while no hart enabled
 2021-07-23  3:21 UTC  (2+ messages)

[PATCH -next 1/2] riscv: implemented auipc simulate instruction
 2021-07-22 17:26 UTC  (5+ messages)
` [PATCH -next 2/2] riscv: implemented branch simulate instructions
  ` ping//Re: "
    ` ping//Re: "

[PATCH -fixes 0/3] Fixes regarding CONFIG_PHYS_RAM_BASE
 2021-07-22 15:29 UTC  (6+ messages)
` [PATCH -fixes 1/3] riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion
` [PATCH -fixes 2/3] Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"
` [PATCH -fixes 3/3] riscv: Optimize kernel virtual address conversion macro

[PATCH -next] trace doc: Fix the wrong example of tracepoint
 2021-07-22 15:02 UTC  (2+ messages)

[PATCH] riscv: Fix 32-bit RISC-V boot failure
 2021-07-22  6:29 UTC  (3+ messages)

[PATCH 1/1] RISC-V: load initrd wherever it fits into memory
 2021-07-22  6:09 UTC  (5+ messages)

[PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-22  5:41 UTC 

[PATCH 3/3] RISC-V: build: Allow LTO to be selected
 2021-07-20 21:18 UTC  (4+ messages)

[PATCH] libbpf: Remove from kernel tree
 2021-07-18 21:55 UTC  (5+ messages)

[PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-22  3:03 UTC  (4+ messages)

[PATCH v2] riscv: Kconfig: do not select PCI_MSI if CONIFG_PCI is enabled
 2021-07-22  2:21 UTC  (3+ messages)

[PATCH] riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support it
 2021-07-22  2:17 UTC 

[PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms
 2021-07-21 11:23 UTC  (13+ messages)

[PATCH V2 0/3] riscv: add support for restartable sequence
 2021-07-21  3:19 UTC  (4+ messages)
` [PATCH V2 2/3] riscv: Add "

[PATCH] [PATCH v2] riscv: add as-options for modules with assembly compontents
 2021-07-20 14:44 UTC 

[RFC PATCH] riscv: Kconfig: do not select PCI_MSI if CONIFG_PCI is enabled
 2021-07-20 14:25 UTC  (3+ messages)

[PATCH] riscv: __asm_copy_to-from_user: fix out of boundary memory copy
 2021-07-20 10:10 UTC  (3+ messages)

[PATCH 2/3] RISC-V: build: Disable LTO for the vDSO
 2021-07-20  9:47 UTC  (3+ messages)

[PATCH v4 00/10] Add generic support for kdump DT properties
 2021-07-20  7:23 UTC  (7+ messages)
` [PATCH v4 02/10] memblock: Add variables for usable memory limitation

[PATCH v4 0/1] riscv: improving uaccess with logs from network bench
 2021-07-20  6:54 UTC  (11+ messages)
` [PATCH v4 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall

[PATCH v5 0/5] convert designware-pcie.txt to yaml
 2021-07-19 22:02 UTC  (3+ messages)
` [PATCH v5 3/5] dt-bindings: PCI: update references to Designware schema

[PATCH 0/3] RISC-V: build: Allow LTO to be selected
 2021-07-19 21:23 UTC  (2+ messages)

[PATCH v2 0/9] arch: riscv: add board and SoC DT file support
 2021-07-19 17:12 UTC  (4+ messages)
` [PATCH v2 7/9] riscv: dts: add initial support for the SiFive FU740-C000 SoC

[PATCH] riscv: use the generic string routines
 2021-07-19 11:43 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).