Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-03 09:21:50 to 2022-03-14 23:09:46 UTC [more...]

cleanup swiotlb initialization v5
 2022-03-14 23:07 UTC  (18+ messages)
` [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/15] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region
` [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
` [PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>

[PATCH v6 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-03-14 20:38 UTC  (7+ messages)
` [PATCH v6 1/6] RISC-V: Correctly print supported extensions
` [PATCH v6 2/6] RISC-V: Minimal parser for "riscv, isa" strings
` [PATCH v6 3/6] RISC-V: Extract multi-letter extension names from "riscv, isa"
` [PATCH v6 4/6] RISC-V: Implement multi-letter ISA extension probing framework
` [PATCH v6 5/6] RISC-V: Do no continue isa string parsing without correct XLEN
` [PATCH v6 6/6] RISC-V: Improve /proc/cpuinfo output for ISA extensions

[syzbot] kernel panic: corrupted stack end in rtnl_newlink
 2022-03-14 12:05 UTC  (4+ messages)

[PATCH] riscv: Increase stack size under KASAN
 2022-03-14  9:06 UTC 

[PATCH] riscv: ftrace: no need to acquire text_mutex when executed in stop_machine
 2022-03-13  8:07 UTC  (3+ messages)

[PATCH V2] arch: patch_text: Fixup last cpu should be master
 2022-03-13  1:22 UTC 

[RFC PATCH] arch: patch_text: Fixup last cpu should be master
 2022-03-13  1:10 UTC  (5+ messages)

[PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-03-12 12:46 UTC  (10+ messages)
` [PATCH V7 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V7 14/20] riscv: compat: Add elf.h implementation

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-03-12  8:34 UTC  (7+ messages)
` [PATCH v11 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v11 6/8] cpuidle: Add RISC-V SBI CPU idle driver

[v6 0/9] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2022-03-12  7:51 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.17-rc8
 2022-03-11 20:44 UTC  (2+ messages)

[PATCH v7 00/11] Update the Icicle Kit device tree
 2022-03-11 19:56 UTC  (5+ messages)

[GIT PULL] KVM/riscv changes for 5.18
 2022-03-11 17:02 UTC 

[PATCH] riscv: Fix auipc+jalr relocation range checks
 2022-03-11 17:00 UTC  (2+ messages)

[PATCH v5 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-03-11 13:10 UTC  (5+ messages)

[PATCH] MAINTAINERS: sifive: drop Yash Shah
 2022-03-11  7:33 UTC  (3+ messages)

[PATCH] riscv: Fix fill_callchain return value
 2022-03-11  6:58 UTC 

[PATCH] riscv: Work to remove kernel dependence on the M-extension
 2022-03-11  4:54 UTC  (15+ messages)

[PATCH 07/15] dt-bindings: pwm: sifive: include generic pwm schema
 2022-03-11  3:14 UTC  (2+ messages)

[PATCH v6] riscv: Fixed misaligned memory access. Fixed pointer comparison
 2022-03-10 20:07 UTC  (2+ messages)

[PATCH] riscv: alternative only works on !XIP_KERNEL
 2022-03-10 20:07 UTC  (2+ messages)

[PATCH] RISC-V: Add CONFIG_{NON,}PORTABLE
 2022-03-10 18:59 UTC  (2+ messages)

[PATCH v11 1/8] RISC-V: Enable CPU_IDLE drivers
 2022-03-10 18:43 UTC  (2+ messages)

[PATCH -fixes v3 0/6] Fixes KASAN and other along the way
 2022-03-10  8:41 UTC  (5+ messages)

[PATCH v7 00/13] riscv: support for Svpbmt and D1 memory types
 2022-03-09 22:06 UTC  (17+ messages)
` [PATCH v7 01/13] riscv: prevent null-pointer dereference with sbi_remote_fence_i
` [PATCH v7 02/13] riscv: integrate alternatives better into the main architecture
` [PATCH v7 03/13] riscv: allow different stages with alternatives
` [PATCH v7 04/13] riscv: implement module alternatives
` [PATCH v7 05/13] riscv: implement ALTERNATIVE_2 macro
` [PATCH v7 06/13] riscv: extend concatenated alternatives-lines to the same length
` [PATCH v7 07/13] riscv: prevent compressed instructions in alternatives
` [PATCH v7 08/13] riscv: move boot alternatives to after fill_hwcap
` [PATCH v7 09/13] riscv: Fix accessing pfn bits in PTEs for non-32bit variants
` [PATCH v7 10/13] riscv: add cpufeature handling via alternatives
` [PATCH v7 11/13] riscv: add RISC-V Svpbmt extension support
` [PATCH v7 12/13] riscv: remove FIXMAP_PAGE_IO and fall back to its default value
` [PATCH v7 13/13] riscv: add memory-type errata for T-Head

cleanup swiotlb initialization v4
 2022-03-09 15:18 UTC  (26+ messages)
` [PATCH 06/12] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 10/12] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-03-09 11:33 UTC  (16+ messages)
` [PATCH V3 05/30] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 09/30] arm/mm: "

[PATCH 0/2] Add support for hwrng on PolarFire SoC
 2022-03-09  8:09 UTC  (5+ messages)
` [PATCH 1/2] hwrng: mpfs - add polarfire soc hwrng support
` [PATCH 2/2] MAINTAINERS: update PolarFire SoC support

[PATCH v6 00/14] riscv: support for Svpbmt and D1 memory types
 2022-03-09  7:56 UTC  (2+ messages)

[PATCH v2] riscv: dts: canaan: Fix SPI3 bus width
 2022-03-09  4:38 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V: add support for restartable sequence
 2022-03-08 15:24 UTC  (4+ messages)
` [PATCH v4 1/2] RISC-V: Add "
` [PATCH v4 2/2] rseq/selftests: Add support for RISC-V

[PATCH] riscv: dts: canaan: Fix SPI3 bus width
 2022-03-08 13:16 UTC 

Question about CONFIG_EFI and CONFIG_RISCV_ISA_C
 2022-03-08 10:03 UTC  (3+ messages)

Napływ Klientów ze strony
 2022-03-08  8:45 UTC 

[PATCH v3 0/2] RISC-V: add support for restartable sequence
 2022-03-08  7:30 UTC  (9+ messages)
` [PATCH v3 2/2] rseq/selftests: Add support for RISC-V

[PATCH 0/6] KVM RISC-V SBI v0.3 support
 2022-03-08  5:57 UTC  (2+ messages)

[PATCH v6 07/14] riscv: prevent compressed instructions in alternatives
 2022-03-08  0:47 UTC  (2+ messages)

[PATCH v6 08/14] riscv: move boot alternatives to a slightly earlier position
 2022-03-08  0:47 UTC  (2+ messages)

[PATCH 0/2] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-03-07 22:46 UTC  (3+ messages)
` [PATCH 1/2] riscv: Implement Zicbom-based cache management operations
` [PATCH 2/2] riscv: implement cache-management errata for T-Head SoCs

[PATCH v2] riscv: add irq stack support
 2022-03-07 19:19 UTC  (3+ messages)

[PATCH v7 0/3] Determine the number of DMA channels by 'dma-channels' property
 2022-03-07 10:28 UTC  (5+ messages)
` [PATCH v7 1/3] dt-bindings: dma-engine: sifive, fu540: Add dma-channels property and modify compatible
  ` [PATCH v7 1/3] dt-bindings: dma-engine: sifive,fu540: "
` [PATCH v7 2/3] riscv: dts: "
` [PATCH v7 3/3] dmaengine: sf-pdma: Get number of channel by device tree

[RFC PATCH v2 0/7] Add Sstc extension support
 2022-03-05  9:37 UTC  (10+ messages)
` [RFC PATCH v2 1/7] RISC-V: Add SSTC extension CSR details
` [RFC PATCH v2 2/7] RISC-V: Enable sstc extension parsing from DT
` [RFC PATCH v2 3/7] RISC-V: Prefer sstc extension if available
` [RFC PATCH v2 4/7] RISC-V: KVM: Remove 's' & 'u' as valid ISA extension
` [RFC PATCH v2 5/7] RISC-V: KVM: Restrict the extensions that can be disabled
` [RFC PATCH v2 6/7] RISC-V: KVM: Introduce ISA extension register
` [RFC PATCH v2 7/7] RISC-V: KVM: Support sstc extension

[GIT PULL] RISC-V Fixes for 5.17-rc7
 2022-03-04 20:22 UTC  (2+ messages)

[PATCH v6 0/3] Determine the number of DMA channels by 'dma-channels' property
 2022-03-04 10:06 UTC  (6+ messages)
` [PATCH v6 1/3] dt-bindings: Add dma-channels property and modify compatible
` [PATCH v6 2/3] riscv: dts: "
` [PATCH v6 3/3] dmaengine: sf-pdma: Get number of channel by device tree

[PATCH v2 0/5] Refactor the PRCI driver to reduce the complexity
 2022-03-04 10:03 UTC  (6+ messages)
` [PATCH v2 1/5] clk: sifive: duplicate the macro definitions for the time being
` [PATCH v2 2/5] dt-bindings: change the macro name of prci in header files and example
` [PATCH v2 3/5] riscv: dts: Change the macro name of prci in each device node
` [PATCH v2 4/5] clk: sifive: Add SoCs prefix in each SoCs-dependent data
` [PATCH v2 5/5] clk: sifive: Move all stuff into SoCs header files from C files

[PATCH v5 3/3] dmaengine: sf-pdma: Get number of channel by device tree
 2022-03-04  8:52 UTC  (3+ messages)

[PATCH v4 0/6] RISC-V IPI Improvements
 2022-03-04  8:04 UTC  (5+ messages)
` [PATCH v4 3/6] RISC-V: Treat IPIs as normal Linux IRQs

[PATCH] kernel module: fix apply_r_riscv_rcv_branch_rela typo
 2022-03-04  7:37 UTC 

[PATCH] riscv: dts: k210: fix broken IRQs on hart1
 2022-03-04  4:12 UTC  (3+ messages)

[PATCH v5 1/3] dt-bindings: Add dma-channels property and modify compatible
 2022-03-03 20:43 UTC  (2+ messages)

[PATCH v5] riscv: Fixed misaligned memory access. Fixed pointer comparison
 2022-03-03 20:28 UTC  (2+ messages)

[RFC PATCH V2 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-03-03 14:59 UTC  (2+ messages)
` [RFC PATCH V2 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL

[PATCH] riscv: avoid making unexpected changes to pte
 2022-03-03  9:21 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox