linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 19:24:30 to 2020-09-04 18:48:33 UTC [more...]

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-09-04 17:53 UTC  (4+ messages)

remove set_fs for riscv
 2020-09-04 18:15 UTC  (12+ messages)
` [PATCH 1/8] maccess: add a generic __{get, put}_kernel_nofault for nommu
` [PATCH 2/8] uaccess: provide a generic TASK_SIZE_MAX definition
` [PATCH 3/8] asm-generic: fix unaligned access hamdling in raw_copy_{from, to}_user
  ` [PATCH 3/8] asm-generic: fix unaligned access hamdling in raw_copy_{from,to}_user
` [PATCH 4/8] asm-generic: prepare uaccess.h for a set_fs-less world
` [PATCH 5/8] riscv: use memcpy based uaccess for nommu again
` [PATCH 6/8] riscv: refactor __get_user and __put_user
` [PATCH 7/8] riscv: implement __get_kernel_nofault and __put_user_nofault
` [PATCH 8/8] riscv: remove address space overrides using set_fs()

[PATCH] RISC-V: Allow drivers to provide custom read_cycles64 for M-mode kernel
 2020-09-04 16:57 UTC  (4+ messages)

[GIT PULL] RISC-V Fixes for 5.9-rc2
 2020-09-04 16:14 UTC  (12+ messages)

[PATCH] kbuild: preprocess module linker script
 2020-09-04 13:31 UTC 

[PATCH RFC 0/2] Add log dirty support
 2020-09-04  8:29 UTC  (8+ messages)
` [PATCH RFC 1/2] riscv/kvm: Fix use VSIP_VALID_MASK mask HIP register
` [PATCH RFC 2/2] target/kvm: Add interfaces needed for log dirty

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (10+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe()
 2020-09-02  7:15 UTC  (15+ messages)
` [PATCH 2/6] pwm: jz4740: "
` [PATCH 3/6] pwm: rockchip: "
` [PATCH 4/6] pwm: sifive: "
` [PATCH 5/6] pwm: sprd: "
` [PATCH 6/6] pwm: sun4i: "

[PATCH 0/3] SiFive DDR controller and EDAC support
 2020-09-02  4:36 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: riscv: Add DT documentation for DDR Controller in SiFive SoCs
` [PATCH 2/3] soc: sifive: Add SiFive specific Cadence DDR controller driver
` [PATCH 3/3] edac: sifive: Add EDAC support for Memory Controller in SiFive SoCs

RISC-V testing needs on HW?
 2020-09-01 21:08 UTC  (5+ messages)

[PATCH v3 17/23] riscv: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01 14:15 UTC 

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

[PATCH v14 00/18] KVM RISC-V Support
 2020-08-31 12:29 UTC  (2+ messages)

[PATCH v2 0/3] Get cache information from userland
 2020-08-31 11:59 UTC  (5+ messages)
` [PATCH v2 1/3] riscv: Set more data to cacheinfo
` [PATCH v2 2/3] riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
` [PATCH v2 3/3] riscv: Add cache information in AUX vector

[PATCH v4 0/3] Get cache information from userland
 2020-08-31  7:49 UTC  (5+ messages)
` [PATCH v4 1/3] riscv: Set more data to cacheinfo
` [PATCH v4 2/3] riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
` [PATCH v4 3/3] riscv: Add cache information in AUX vector

[PATCH v3 0/3] Get cache information from userland
 2020-08-31  7:13 UTC  (10+ messages)
` [PATCH v3 1/3] riscv: Set more data to cacheinfo
` [PATCH v3 2/3] riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
` [PATCH v3 3/3] riscv: Add cache information in AUX vector

[RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
 2020-08-30  7:22 UTC  (18+ messages)
` [RFC/RFT PATCH 1/6] numa: Move numa implementation to common code
` [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic
` [RFC/RFT PATCH 3/6] arm64, numa: Move pcibus_to_node definition to generic numa code

[PATCH v7 0/9] Add UEFI support for RISC-V
 2020-08-28 17:20 UTC  (10+ messages)
` [PATCH v7 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v7 2/9] RISC-V: Add early ioremap support
` [PATCH v7 3/9] RISC-V: Implement late mapping page table allocation functions
` [PATCH v7 4/9] include: pe.h: Add RISC-V related PE definition
` [PATCH v7 5/9] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v7 6/9] RISC-V: Add EFI stub support
` [PATCH v7 7/9] efi: Rename arm-init to efi-init common for all arch
` [PATCH v7 8/9] RISC-V: Add EFI runtime services
` [PATCH v7 9/9] RISC-V: Add page table dump support for uefi

[RESEND PATCH v2 0/1] convert l2 cache dt bindings to YAML format
 2020-08-28 16:55 UTC  (2+ messages)
` [RESEND PATCH v2 1/1] dt-bindings: riscv: sifive-l2-cache: convert bindings to json-schema

[PATCH v2] convert l2 cache dt bindings to YAML format
 2020-08-28 16:49 UTC  (3+ messages)
` [PATCH v2] dt-bindings: riscv: sifive-l2-cache: convert bindings to json-schema

[RFC 0/2] Add risc-v vhost-net support
 2020-08-28  4:57 UTC  (2+ messages)

[PATCH 0/3] Get cache information from userland
 2020-08-27  8:22 UTC  (3+ messages)

[PATCH] ftrace: Fixup lockdep assert held of text_mutex
 2020-08-26 18:53 UTC  (3+ messages)

[PATCH v2 17/23] riscv: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 16:42 UTC  (2+ messages)

[PATCH v6 0/9] Add UEFI support for RISC-V
 2020-08-26 16:27 UTC  (15+ messages)
` [PATCH v6 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v6 2/9] RISC-V: Add early ioremap support
` [PATCH v6 3/9] RISC-V: Implement late mapping page table allocation functions
` [PATCH v6 4/9] include: pe.h: Add RISC-V related PE definition
` [PATCH v6 5/9] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v6 6/9] RISC-V: Add EFI stub support
` [PATCH v6 7/9] efi: Rename arm-init to efi-init common for all arch
` [PATCH v6 8/9] RISC-V: Add EFI runtime services
` [PATCH v6 9/9] RISC-V: Add page table dump support for uefi

[PATCH] RISC-V: Take text_mutex in ftrace_init_nop()
 2020-08-26  1:36 UTC  (4+ messages)

[PATCH 0/8] riscv/mm/fault: Page fault handler cleanups
 2020-08-25 19:08 UTC  (10+ messages)
` [PATCH 1/8] riscv/mm/fault: Move no context handling to no_context()
` [PATCH 2/8] riscv/mm/fault: Move bad area handling to bad_area()
` [PATCH 3/8] riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()
` [PATCH 4/8] riscv/mm/fault: Simplify fault error handling
` [PATCH 5/8] riscv/mm/fault: Move fault error handling to mm_fault_error()
` [PATCH 6/8] riscv/mm/fault: Simplify mm_fault_error()
` [PATCH 7/8] riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()
` [PATCH 8/8] riscv/mm/fault: Move access error check to function

[PATCH 0/1] convert l2 cache dt bindings to YAML format
 2020-08-25 16:41 UTC  (6+ messages)
` [PATCH 1/1] dt-bindings: riscv: sifive-l2-cache: convert bindings to json-schema

[PATCH] Documentation: add riscv entry in list of existing profiles
 2020-08-24 22:05 UTC  (2+ messages)

[PATCH] riscv/mm: Simplify retry logic in do_page_fault()
 2020-08-21 19:25 UTC  (4+ messages)

[PATCH 1/3] riscv: Set more data to cacheinfo
 2020-08-20 20:44 UTC  (2+ messages)

[PATCH 2/3] riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
 2020-08-20 20:44 UTC  (2+ messages)

[PATCH 3/3] riscv: Add cache information in AUX vector
 2020-08-20 20:44 UTC  (2+ messages)

[PATCH] riscv: Add SiFive drivers to rv32_defconfig
 2020-08-20 18:00 UTC  (2+ messages)

[PATCH v7 0/4] Dedicated CLINT timer driver
 2020-08-20 17:59 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 13/24] riscv: Fixup static_obj() fail
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.8 15/27] riscv: Fixup static_obj() fail
 2020-08-20  0:01 UTC 

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (4+ messages)
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private

[PATCH 1/2] riscv: ptrace: Use the correct API for `fcsr' access
 2020-08-19 20:00 UTC  (2+ messages)


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