Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 03:10:54 to 2022-03-31 09:59:56 UTC [more...]

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

[PATCH v3] riscv: Ensure only ASIDLEN is used for sfence.vma
 2022-03-31  9:45 UTC  (4+ messages)

drivers/pci/proc.c:150:17: sparse: sparse: restricted __le16 degrades to integer
 2022-03-31  8:43 UTC 

[PATCH 2/2] riscv: implement cache-management errata for T-Head SoCs
 2022-03-31  8:29 UTC  (4+ messages)

question about arch/riscv/kvm/mmu.c
 2022-03-31  8:02 UTC  (4+ messages)

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

[PATCH] riscv: Fix fill_callchain return value
 2022-03-31  5:53 UTC  (2+ messages)

[PATCH] riscv: Increase stack size under KASAN
 2022-03-31  5:52 UTC  (2+ messages)

[PATCH v2] riscv: dts: canaan: Fix SPI3 bus width
 2022-03-31  5:52 UTC  (3+ messages)

Re: [PATCH] target/riscv: Exit current TB after an sfence.vma
 2022-03-31  5:13 UTC  (6+ messages)

[PATCH] riscv: Rename "sp_in_global" to "current_stack_pointer"
 2022-03-31  4:59 UTC  (4+ messages)

[PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon
 2022-03-31  2:16 UTC  (5+ messages)
` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
` [PATCH 3/3] RISC-V: defconfigs: Re-order CONFIG_DEBUG_MISC

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-03-31  0:16 UTC  (2+ messages)

[PATCH v2] riscv: Ensure only ASIDLEN is used for sfence.vma
 2022-03-30 22:33 UTC  (2+ messages)

[PATCH v2 -next 0/6] riscv: kexec: add kexec_file_load() support
 2022-03-30 13:29 UTC  (8+ messages)
` [PATCH v2 -next 1/6] kexec_file: Fix kexec_file.c build error for riscv platform
` [PATCH v2 -next 2/6] RISC-V: use memcpy for kexec_file mode
` [PATCH v2 -next 3/6] RISC-V: Add kexec_file support
` [PATCH v2 -next 4/6] RISC-V: Support for kexec_file on panic
` [PATCH v2 -next 5/6] RISC-V: Add purgatory
` [PATCH v2 -next 6/6] RISC-V: Load purgatory in kexec_file

[PATCH] kbuild: scripts/Makefile.modinst discard-locals from modules on riscv
 2022-03-30 13:11 UTC 

[PATCH] riscv: Ensure only ASIDLEN is used for sfence.vma
 2022-03-30  7:52 UTC  (2+ messages)

[PATCH v2] riscv module: remove (NOLOAD)
 2022-03-30  0:21 UTC  (2+ messages)

[PATCH] doc: RISC-V: Remove pmu/ from the toctree
 2022-03-29 16:45 UTC 

[PATCH] Documentation: riscv: remove non-existent document from table of contents
 2022-03-29  8:44 UTC 

[PATCH 0/3] Unexpected guest trap handling for KVM RISC-V selftests
 2022-03-29  7:29 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
` [PATCH 2/3] KVM: selftests: riscv: Fix alignment of the guest_hang() function
` [PATCH 3/3] KVM: selftests: riscv: Improve unexpected guest trap handling

[PATCH] riscv: cpu.c: don't use kernel-doc markers for comments
 2022-03-28 22:12 UTC  (2+ messages)

[PATCH 01/16] dt-bindings: PCI: dwc: Define generic and native DT bindings
 2022-03-28 20:46 UTC  (2+ messages)

net/core/dev.c:10290:18: sparse: sparse: cast removes address space '__percpu' of expression
 2022-03-28 17:17 UTC 

[PATCH] Documentation: kvm: Add missing line break in api.rst
 2022-03-28  6:58 UTC 

[PATCH -next v3 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-28  1:52 UTC  (6+ messages)
` [PATCH -next v3 1/4] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v3 2/4] mm: page_table_check: add hooks to public helpers
` [PATCH -next v3 3/4] arm64: mm: add support for page table check
` [PATCH -next v3 4/4] riscv: "

[PATCH] RISC-V-fixes: relocate DTB if it's outside memory region
 2022-03-27  8:52 UTC  (4+ messages)

[PATCH v3 0/6] Provide a fraemework for RISC-V ISA extensions
 2022-03-26  7:18 UTC  (4+ messages)

[PATCH 0/2] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-03-25 17:37 UTC  (5+ messages)
` [PATCH 1/2] riscv: Implement Zicbom-based cache management operations

[GIT PULL] RISC-V Patches for the 5.18 Merge Window, Part 1
 2022-03-25 17:18 UTC  (2+ messages)

[PATCH] sched: dynamic config sd_flags if described in DT
 2022-03-25 12:06 UTC  (6+ messages)

[PATCH v2] RISC-V: Enable profiling by default
 2022-03-24 21:55 UTC  (2+ messages)

[PATCH -fixes v3 0/6] Fixes KASAN and other along the way
 2022-03-24 16:53 UTC  (6+ messages)

[PATCH v5 0/7] RISC-V IPI Improvements
 2022-03-24 15:12 UTC  (8+ messages)
` [PATCH v5 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v5 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v5 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v5 4/7] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v5 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v5 6/7] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v5 7/7] RISC-V: Use IPIs for remote icache "

[syzbot] KMSAN: uninit-value in do_user_addr_fault (3)
 2022-03-24 14:16 UTC 

[PATCH 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-03-24 12:16 UTC  (4+ messages)
` [PATCH 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL

[PATCH V3 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-03-24 11:54 UTC  (2+ messages)
` [PATCH V3 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL

[RFC PATCH V2 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL
 2022-03-24 11:01 UTC  (3+ messages)

[PATCH] RISC-V: Enable perf events by default
 2022-03-24  5:26 UTC  (3+ messages)

[PATCH -next v2 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-24  2:44 UTC  (12+ messages)
` [PATCH -next v2 1/4] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v2 2/4] mm: page_table_check: add hooks to public helpers
` [PATCH -next v2 3/4] arm64: mm: add support for page table check
` [PATCH -next v2 4/4] riscv: "

[PATCH v2] kernel module: fix apply_r_riscv_rcv_branch_rela typo
 2022-03-24  2:09 UTC 

[PATCH] RISC-V: Declare per cpu boot data as static
 2022-03-23 17:17 UTC 

Public review of RISC-V UEFI Protocol Specification
 2022-03-23 17:00 UTC  (3+ messages)
` [RISC-V] [tech-unixplatformspec] "
` [PATCH] Fix typos in introduction for RISCV_EFI_BOOT_PROTOCOL

Fwd: linux-next: Tree for Mar 23
 2022-03-23 16:47 UTC 

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

[RFC PATCH V2 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-03-23 16:27 UTC  (3+ messages)

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-23 13:40 UTC  (23+ messages)
` [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V9 03/20] compat: consolidate the compat_flock{, 64} definition
` [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V9 08/20] riscv: Fixup difference with defconfig
` [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V9 14/20] riscv: compat: Add elf.h implementation
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[V3] PCI: fu740: Drop to 2.5GT/s to fix initial device probing on some boards
 2022-03-23 10:40 UTC  (4+ messages)

[PATCH] kernel module: fix apply_r_riscv_rcv_branch_rela typo
 2022-03-23  2:01 UTC  (2+ messages)

[PATCH] riscv: avoid making unexpected changes to pte
 2022-03-23  1:25 UTC  (2+ messages)

[PATCH V2] arch: patch_text: Fixup last cpu should be master
 2022-03-23  1:16 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V: add support for restartable sequence
 2022-03-23  0:54 UTC  (2+ messages)

[PATCH] perf: RISC-V: Remove non-kernel-doc ** comments
 2022-03-22 22:38 UTC  (3+ messages)

[PATCH V2 0/5] Generic Ticket Spinlocks
 2022-03-22 21:24 UTC  (7+ messages)
` [PATCH V2 1/5] asm-generic: ticket-lock: New generic ticket-based spinlock
  ` [OpenRISC] "

[PATCH v7 00/13] riscv: support for Svpbmt and D1 memory types
 2022-03-22 20:25 UTC  (3+ messages)

[PATCH 0/5] Generic Ticket Spinlocks
 2022-03-22 20:19 UTC  (9+ messages)
` [PATCH 3/5] openrisc: Move to ticket-spinlock

[PATCH 00/18] dt-bindings: irqchip: include generic schema
 2022-03-22 18:36 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
 2022-03-19  3:39 UTC 


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