linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-13 08:32:27 to 2021-07-26 11:26:04 UTC [more...]

[PATCH 1/2] riscv: defconfig: enable BLK_DEV_NVME
 2021-07-26 11:25 UTC 

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

[RFC 0/5] Support non-coherent DMA on RISC-V using a global pool
 2021-07-26  7:01 UTC  (10+ 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 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 00/10] Add generic support for kdump DT properties
 2021-07-23 15:17 UTC  (20+ messages)
` [PATCH v4 01/10] crash_dump: Make elfcorehdr_{addr, size} always visible
  ` [PATCH v4 01/10] crash_dump: Make elfcorehdr_{addr,size} "
` [PATCH v4 02/10] memblock: Add variables for usable memory limitation
` [PATCH v4 03/10] of: fdt: Add generic support for parsing elf core headers property
` [PATCH v4 04/10] of: fdt: Add generic support for parsing usable memory range property
` [PATCH v4 05/10] of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef
` [PATCH v4 06/10] riscv: Remove non-standard linux, elfcorehdr handling
` [PATCH v4 07/10] arm64: kdump: Remove custom linux, elfcorehdr parsing
` [PATCH v4 08/10] arm64: kdump: Remove custom linux, usable-memory-range parsing
` [PATCH v4 09/10] arm64: kdump: Use IS_ENABLED(CONFIG_CRASH_DUMP) instead of #ifdef
` [PATCH v4 10/10] ARM: Parse kdump DT properties

[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 1/3] RISC-V: build: Pass `-mattr` to `lld`
 2021-07-22  8:23 UTC  (3+ messages)

[PATCH] riscv: Fix 32-bit RISC-V boot failure
 2021-07-22  6:29 UTC  (12+ 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 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 

[PATCH] riscv: enable GENERIC_FIND_FIRST_BIT
 2021-07-17 16:14 UTC 

[PATCH] riscv: add rv32 and rv64 randconfig build targets
 2021-07-17  4:44 UTC 

[PATCH] riscv: add correct as-options for assembly in modules
 2021-07-16 22:37 UTC  (5+ messages)

[PATCH v2 bpf-nxt] Documentation/bpf: Add heading and example for extensions in filter.rst
 2021-07-16 20:12 UTC  (4+ messages)

[PATCH RFC] riscv: Remove all XIP fixups by initializing MMU in memory
 2021-07-16 14:08 UTC  (5+ messages)

[GIT PULL] RISC-V Patches for the 5.14 Merge Window, Part 1
 2021-07-16 13:16 UTC  (4+ messages)

[PATCH 1/2] riscv: dts: microchip: Use 'local-mac-address' for emac1
 2021-07-16 11:34 UTC  (5+ messages)
` [PATCH 2/2] riscv: dts: microchip: Add ethernet0 to the aliases node

[GIT PULL] RISC-V Patches for the 5.14 Merge Window, Part 1
 2021-07-16  2:22 UTC  (2+ messages)

[PATCH v4] dt-bindings: riscv: add starfive jh7100 bindings
 2021-07-16  2:17 UTC  (3+ messages)

[PATCH] riscv: dts: microchip: mpfs-icicle: Fix serial console
 2021-07-16  2:16 UTC  (2+ messages)

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

[RFC PATCH v2 00/11] Linux RISC-V ACLINT Support
 2021-07-13 15:27 UTC  (4+ messages)
` [RFC PATCH v2 06/11] dt-bindings: interrupt-controller: Add ACLINT MSWI and SSWI bindings

[PATCH] riscv: dts: microchip: Define hart clocks
 2021-07-13 15:31 UTC  (2+ messages)

[PATCH 1/2] riscv: dts: microchip: Drop "clock-frequency" property of cpu nodes
 2021-07-13 15:29 UTC  (4+ messages)
` [PATCH 2/2] riscv: dts: microchip: Fix wrong interrupt numbers of DMA

[PATCH v4 0/5] convert designware-pcie.txt and kirin-pcie.txt to yaml
 2021-07-13 11:17 UTC  (2+ messages)
` [PATCH v4 3/5] dt-bindings: PCI: update references to Designware schema

[PATCH v3 0/2] convert designware-pcie.txt and kirin-pcie.txt to yaml
 2021-07-13  8:31 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: designware-pcie.txt: convert it "


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