linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-27 01:03:09 to 2021-09-11 06:04:44 UTC [more...]

[PATCH 1/2] riscv: defconfig: enable BLK_DEV_NVME
 2021-09-11  6:03 UTC  (2+ messages)

[PATCH] riscv: use the generic string routines
 2021-09-11  3:49 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-11  1:56 UTC 

[PATCH 05/10] riscv: remove Kconfig check for GCC version for ARCH_RV64I
 2021-09-11  0:09 UTC  (2+ messages)

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-09-10 19:27 UTC  (11+ messages)
` [v3 01/10] RISC-V: Remove the current perf implementation
` [v3 02/10] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [v3 03/10] RISC-V: Add a perf core library for pmu drivers
` [v3 04/10] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [v3 05/10] RISC-V: Add RISC-V SBI PMU extension definitions
` [v3 06/10] dt-binding: pmu: Add RISC-V PMU DT bindings
` [v3 07/10] RISC-V: Add perf platform driver based on SBI PMU extension
` [v3 08/10] RISC-V: Add interrupt support for perf
` [v3 09/10] Documentation: riscv: Remove the old documentation
` [v3 10/10] MAINTAINERS: Add entry for RISC-V PMU drivers

[PATCH v3 0/2] Fix simple-bus issues with fw_devlink
 2021-09-10 15:21 UTC  (16+ messages)
` [PATCH v3 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
` [PATCH v3 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

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

[PATCH] perf bench: Add support for 32-bit systems with 64-bit time_t
 2021-09-10  0:45 UTC  (3+ messages)

[PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-09 23:36 UTC  (2+ messages)

[PATCH] Enable '-Werror' by default for all kernel builds
 2021-09-09 16:53 UTC  (13+ messages)

[PATCH] riscv: enable GENERIC_FIND_FIRST_BIT
 2021-09-09 13:49 UTC  (4+ messages)

[PATCH v2 0/3] power: reset: Convert Power-Off driver to tristate
 2021-09-09 12:04 UTC  (2+ messages)
` [PATCH v2 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH bpf-next] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-09  7:57 UTC  (3+ messages)

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-09-09  6:17 UTC  (24+ messages)
` [RFC PATCH v8 01/21] riscv: Separate patch for cflags and aflags
` [RFC PATCH v8 02/21] riscv: Rename __switch_to_aux -> fpu
` [RFC PATCH v8 03/21] riscv: Extending cpufeature.c to detect V-extension
` [RFC PATCH v8 04/21] riscv: Add new csr defines related to vector extension
` [RFC PATCH v8 05/21] riscv: Add vector feature to compile
` [RFC PATCH v8 06/21] riscv: Add has_vector/riscv_vsize to save vector features
` [RFC PATCH v8 07/21] riscv: Reset vector register
` [RFC PATCH v8 08/21] riscv: Add vector struct and assembler definitions
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector
` [RFC PATCH v8 10/21] riscv: Add ptrace vector support
` [RFC PATCH v8 11/21] riscv: Add sigcontext save/restore for vector
` [RFC PATCH v8 12/21] riscv: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v8 13/21] riscv: Add support for kernel mode vector
` [RFC PATCH v8 14/21] riscv: Use CSR_STATUS to replace sstatus in vector.S
` [RFC PATCH v8 15/21] riscv: Add vector extension XOR implementation
` [RFC PATCH v8 16/21] riscv: Initialize vector registers with proper vsetvli then it can work normally
` [RFC PATCH v8 17/21] riscv: Optimize vector registers initialization
` [RFC PATCH v8 18/21] riscv: Fix an illegal instruction exception when accessing vlenb without enable vector first
` [RFC PATCH v8 19/21] riscv: Allocate space for vector registers in start_thread()
` [RFC PATCH v8 20/21] riscv: Optimize task switch codes of vector
` [RFC PATCH v8 21/21] riscv: Turn has_vector into a static key if VECTOR=y

[PATCH] riscv: set default pm_power_off to NULL
 2021-09-09  5:11 UTC  (3+ messages)

[PATCH v2 -next] riscv: mm: remove redundant trampoline PGD for 64bit
 2021-09-09  3:23 UTC  (4+ messages)

[PATCH] riscv: mm: don't advertise 1 num_asid for 0 asid bits
 2021-09-08 17:30 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] riscv: config: enable default defconfig to boot Hifive Unmatched
 2021-09-08  8:40 UTC  (2+ messages)

[PATCH 1/2] riscv: defconfig: enable BLK_DEV_NVME
 2021-09-08  8:37 UTC  (2+ messages)

[RFC PATCH bpf-next] bpf: Make actual max tail call count as MAX_TAIL_CALL_CNT
 2021-09-08  8:20 UTC 

[PATCH 1/6] dt-bindings: riscv: correct e51 and u54-mc CPU bindings
 2021-09-08  7:37 UTC  (7+ messages)
` [PATCH 2/6] dt-bindings: mmc: cdns: match MPFS MMC/SDHCI controller

[PATCH v3] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-08  3:52 UTC  (3+ messages)

[PATCH 2/2] riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot
 2021-09-03 21:59 UTC 

[RFC PATCH v3 00/11] Linux RISC-V ACLINT Support
 2021-09-07 13:48 UTC  (22+ messages)
` [RFC PATCH v3 01/11] RISC-V: Clear SIP bit only when using SBI IPI operations
` [RFC PATCH v3 02/11] RISC-V: Treat IPIs as normal Linux IRQs
` [RFC PATCH v3 03/11] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [RFC PATCH v3 04/11] RISC-V: Use IPIs for remote TLB flush when possible
` [RFC PATCH v3 05/11] dt-bindings: interrupt-controller: Add ACLINT MSWI and SSWI bindings
` [RFC PATCH v3 06/11] dt-bindings: timer: Update SiFive CLINT bindings for IPI support
` [RFC PATCH v3 07/11] irqchip: Add ACLINT software interrupt driver
` [RFC PATCH v3 08/11] RISC-V: Select ACLINT SWI driver for virt machine
` [RFC PATCH v3 09/11] dt-bindings: timer: Add ACLINT MTIMER bindings
` [RFC PATCH v3 10/11] clocksource: clint: Add support for ACLINT MTIMER device
` [RFC PATCH v3 11/11] MAINTAINERS: Add entry for RISC-V ACLINT drivers

[PATCH] clk: sifive: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-07  8:51 UTC 

[PATCH] RISC-V: Inform checksyscalls.sh about the rv32 ABI
 2021-09-06 22:57 UTC  (2+ messages)

[PATCH v2] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-06 20:36 UTC  (4+ messages)

[GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 1
 2021-09-06 10:06 UTC  (3+ messages)

[PATCH] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-04 11:59 UTC  (3+ messages)

[RFC v2 1/7] RISC-V: Remove the current perf implementation
 2021-09-01 15:45 UTC  (3+ messages)
` Not compiling with CONFIG_BPF_SYSCALL enabled

[PATCH 5.10 083/103] perf tools: Fix arm64 build error with gcc-11
 2021-09-01 12:28 UTC 

Patch "perf tools: Fix arm64 build error with gcc-11" has been added to the 5.10-stable tree
 2021-09-01  9:45 UTC 

[PATCH -next] riscv/vdso: Add support for time namespaces
 2021-09-01  3:20 UTC 

[PATCH -next v3 0/3] riscv: Fix two vdso issue
 2021-09-01  2:46 UTC  (4+ messages)
` [PATCH -next v3 1/3] riscv/vdso: Refactor asm/vdso.h
` [PATCH -next v3 2/3] riscv/vdso: Move vdso data page up front
` [PATCH -next v3 3/3] riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write killable

[PATCH v2 1/5] riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatible
 2021-08-31 11:27 UTC  (3+ messages)
` [PATCH v2 4/5] riscv: dts: microchip: add missing compatibles for clint and plic

[PATCH v2] riscv: dts: microchip: mpfs-icicle: Fix serial console
 2021-08-31 11:26 UTC  (2+ messages)

[PATCH -next v2] riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
 2021-08-31 11:50 UTC 

[PATCH AUTOSEL 5.13 05/14] riscv: dts: microchip: Use 'local-mac-address' for emac1
 2021-08-30 11:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 06/14] riscv: dts: microchip: Add ethernet0 to the aliases node

[PATCH] riscv: vdso: map data page before vDSO code
 2021-08-29 10:16 UTC  (3+ messages)

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

[GIT PULL] RISC-V Fixes for 5.14-rc8 (or 5.14)
 2021-08-27 20:10 UTC  (2+ messages)

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

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (24+ messages)
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu
` [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put
` [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks
` [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c
` [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup
` [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback

[PATCH] riscv: mm: Enable PMD split page table lock for RV64
 2021-08-27 15:18 UTC  (2+ messages)

[PATCH -next] riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
 2021-08-27  3:58 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).