linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-21 11:34:09 to 2021-09-29 23:11:40 UTC [more...]

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-29 23:10 UTC  (19+ messages)
` [RFC PATCH 1/8] arm64: add CPU field to struct thread_info
` [RFC PATCH 2/8] x86: "
` [RFC PATCH 3/8] s390: "
` [RFC PATCH 4/8] powerpc: "
` [RFC PATCH 5/8] sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y

Status of the various RISC-V specification and policy
 2021-09-29 19:01 UTC  (5+ messages)

[PATCH v5 0/3] riscv: optimized mem* functions
 2021-09-29 17:22 UTC  (4+ messages)
` [PATCH v5 1/3] riscv: optimized memcpy
` [PATCH v5 2/3] riscv: optimized memmove
` [PATCH v5 3/3] riscv: optimized memset

[PATCH v4 2/3] riscv: optimized memmove
 2021-09-29 17:04 UTC  (4+ messages)

[PATCH v2 00/10] Introduce sv48 support without relocatable kernel
 2021-09-29 14:51 UTC  (11+ messages)
` [PATCH v2 01/10] riscv: Allow to dynamically define VA_BITS
` [PATCH v2 02/10] riscv: Get rid of MAXPHYSMEM configs
` [PATCH v2 03/10] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
` [PATCH v2 04/10] riscv: Implement sv48 support
` [PATCH v2 05/10] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
` [PATCH v2 06/10] riscv: Explicit comment about user virtual address space size
` [PATCH v2 07/10] riscv: Improve virtual kernel memory layout dump
` [PATCH v2 08/10] Documentation: riscv: Add sv48 description to VM layout
` [PATCH v2 09/10] riscv: Initialize thread pointer before calling C functions
` [PATCH v2 10/10] riscv: Allow user to downgrade to sv39 when hw supports sv48

[PATCH 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-09-29 15:00 UTC  (13+ messages)
` [PATCH 2/2] [v2] qcom_scm: hide Kconfig symbol

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-09-29 13:33 UTC  (7+ messages)

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-09-29 13:28 UTC  (10+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector
` [RFC PATCH v8 15/21] riscv: Add vector extension XOR implementation

[PATCH -next v3 0/3] riscv: Fix two vdso issue
 2021-09-29 10:12 UTC  (4+ messages)

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-09-29  0:07 UTC  (3+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
` [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

[RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
 2021-09-28 22:07 UTC  (2+ messages)

[PATCH V2 1/2] riscv: Add RISC-V svpbmt extension
 2021-09-28 14:58 UTC  (15+ messages)
` [PATCH V2 2/2] dt-bindings: riscv: Add svpbmt in cpu mmu-type property

[PATCH -next] riscv/vdso: Add support for time namespaces
 2021-09-28  2:35 UTC  (2+ messages)

[PATCH v4 1/6] dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controller
 2021-09-27 22:32 UTC  (7+ messages)
` [PATCH v4 2/6] riscv: dts: microchip: drop duplicated nodes
` [PATCH v4 3/6] riscv: dts: microchip: fix board compatible
` [PATCH v4 4/6] riscv: dts: microchip: drop duplicated MMC/SDHC node
` [PATCH v4 5/6] riscv: dts: microchip: drop unused pinctrl-names
` [PATCH v4 6/6] riscv: dts: microchip: use vendor compatible for Cadence SD4HC

Status of the various RISC-V specification and policy
 2021-09-27 15:50 UTC 

[PATCH] perf annotate: Add riscv64 support
 2021-09-27 12:34 UTC  (2+ messages)

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

[PATCH v1 1/1] Add support for mm->mmap_legacy_base in legacy layout
 2021-09-27 11:11 UTC 

[PATCH v2] riscv: mm: Enable PMD split page table lock for RV64
 2021-09-27  3:03 UTC 

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-26 21:32 UTC  (10+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

[PATCH] serial: sifive: set pointer to NULL rather than 0
 2021-09-25 22:47 UTC 

[PATCH] riscv: locks: introduce ticket-based spinlock implementation
 2021-09-25 14:47 UTC  (2+ messages)

[PATCH v3 0/2] Fix simple-bus issues with fw_devlink
 2021-09-24 20:20 UTC  (5+ messages)
` [PATCH v3 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[PATCH bpf-next 0/4] Fix up bpf_jit_limit some more
 2021-09-24 15:28 UTC  (3+ messages)
` [PATCH bpf-next 1/4] bpf: define bpf_jit_alloc_exec_limit for riscv JIT

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-24  5:32 UTC  (13+ messages)
` [PATCH 1/3] arch_numa: simplify numa_distance allocation
` [PATCH 2/3] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH 3/3] memblock: cleanup memblock_free interface

[PATCH] riscv: fix a nasty sigreturn bug
 2021-09-24  1:55 UTC 

[PATCH v3 1/6] dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controller
 2021-09-23 17:00 UTC  (13+ messages)
` [PATCH v3 2/6] riscv: dts: microchip: drop duplicated nodes
` [PATCH v3 3/6] riscv: dts: microchip: fix board compatible
` [PATCH v3 4/6] riscv: dts: microchip: drop duplicated MMC/SDHC node
` [PATCH v3 6/6] riscv: dts: microchip: use vendor compatible for Cadence SD4HC

[PATCH] dt-bindings: clock: fu740-prci: add reset-cells
 2021-09-23 16:59 UTC  (2+ messages)

[PATCH] kasan: Always respect CONFIG_KASAN_STACK
 2021-09-23 14:59 UTC  (2+ messages)

[PATCH] riscv: Add RISC-V svpbmt extension
 2021-09-23 12:05 UTC  (15+ messages)

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 18:31 UTC  (32+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
` [PATCH v3 08/16] perf: Force architectures to opt-in to "
` [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
` [PATCH v3 16/16] perf: Drop guest callback (un)register stubs

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-09-22  5:25 UTC  (3+ messages)
` [v3 01/10] RISC-V: Remove the current perf implementation

Real-Time Linux on RISC-V
 2021-09-22  1:55 UTC 

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-09-21 23:22 UTC  (4+ messages)

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-21 21:29 UTC  (5+ messages)
` [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

[PATCH] scripts/sorttable: riscv: fix undelcred identifier 'EM_RISCV' error
 2021-09-21 20:06 UTC  (5+ messages)

[PATCH] Enable '-Werror' by default for all kernel builds
 2021-09-21 15:41 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).