linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 03:08:51 to 2021-09-23 07:44:18 UTC [more...]

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-23  7:43 UTC 

[PATCH] riscv: Add RISC-V svpbmt extension
 2021-09-23  7:27 UTC 

[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

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

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

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  (18+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [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  (6+ messages)

[PATCH] Enable '-Werror' by default for all kernel builds
 2021-09-21 15:41 UTC  (2+ messages)

[PATCH v3 1/6] dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controller
 2021-09-21 14:15 UTC  (15+ 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 5/6] riscv: dts: microchip: drop unused pinctrl-names
` [PATCH v3 6/6] riscv: dts: microchip: use vendor compatible for Cadence SD4HC

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-21 13:12 UTC  (22+ 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
` [RFC PATCH 6/8] powerpc: smp: remove hack to obtain offset of task_struct::cpu
` [RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
` [RFC PATCH 8/8] ARM: "

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-09-21 11:33 UTC  (5+ messages)

[RESEND PATCH] dt-bindings: riscv: correct e51 and u54-mc CPU bindings
 2021-09-20 22:00 UTC  (2+ messages)

[PATCH v2 1/5] riscv: dts: microchip: drop duplicated nodes
 2021-09-20 14:54 UTC  (7+ messages)
` [PATCH v2 2/5] riscv: dts: microchip: fix board compatible
` [PATCH v2 3/5] riscv: dts: microchip: drop duplicated MMC/SDHC node
` [PATCH v2 4/5] riscv: dts: microchip: drop unused pinctrl-names
` [PATCH v2 5/5] riscv: dts: microchip: use vendor compatible for Cadence SD4HC

[PATCH] dt-bindings: clock: fu740-prci: add reset-cells
 2021-09-20 14:49 UTC 

[RESEND PATCH v2 1/5] riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatible
 2021-09-20 13:04 UTC  (5+ messages)
` [RESEND PATCH v2 2/5] riscv: dts: sifive: fix Unleashed board compatible
` [RESEND PATCH v2 3/5] riscv: dts: sifive: drop duplicated nodes and properties in sifive
` [RESEND PATCH v2 4/5] riscv: dts: microchip: add missing compatibles for clint and plic
` [RESEND PATCH v2 5/5] riscv: dts: sifive: add missing compatible for plic

[PATCH] riscv: Flush current cpu icache before other cpus
 2021-09-20  5:03 UTC  (5+ messages)

[PATCH v4 0/3] riscv: optimized mem* functions
 2021-09-19 22:05 UTC  (6+ messages)
` [PATCH v4 1/3] riscv: optimized memcpy
` [PATCH v4 2/3] riscv: optimized memmove
` [PATCH v4 3/3] riscv: optimized memset

[PATCH] riscv: use the generic string routines
 2021-09-19 19:13 UTC  (5+ messages)

[PATCH] riscv: locks: introduce ticket-based spinlock implementation
 2021-09-19 16:53 UTC 

[Request for help] issue when add relative extable support to riscv64
 2021-09-18 14:20 UTC  (4+ messages)

[PATCH v2 0/2] riscv: improve unaligned memory accesses
 2021-09-18 14:17 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: support HAVE_EFFICIENT_UNALIGNED_ACCESS
` [PATCH v2 2/2] riscv: Support DCACHE_WORD_ACCESS

RISC-V MC schedule is out
 2021-09-16 15:39 UTC 

[RFC PATCH V4 0/6] riscv: Add PBMT & DMA for D1 bringup
 2021-09-16  7:31 UTC  (37+ messages)
` [RFC PATCH V4 1/6] riscv: pgtable: Add custom protection_map init
` [RFC PATCH V4 2/6] riscv: errata: pgtable: Add custom Svpbmt supported for Allwinner D1
` [RFC PATCH V4 3/6] RISC-V: Support a new config option for non-coherent DMA
` [RFC PATCH V4 4/6] RISC-V: Implement arch_sync_dma* functions
` [RFC PATCH V4 6/6] riscv: soc: Add Allwinner SoC kconfig option

[PATCH 0/2] riscv: improve unaligned memory accesses
 2021-09-16  2:54 UTC  (6+ messages)
` [PATCH 1/2] riscv: support HAVE_EFFICIENT_UNALIGNED_ACCESS
` [PATCH 2/2] riscv: Support DCACHE_WORD_ACCESS
` [SPAM] [PATCH 0/2] riscv: improve unaligned memory accesses

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-09-15 14:29 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
` [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 bpf-next v2] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-14 12:36 UTC  (3+ messages)

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

[PATCH 1/2] doc: Fix typo in Documentation/riscv/vm-layout
 2021-09-13 15:57 UTC 

[PATCH v19 00/17] KVM RISC-V Support
 2021-09-13  7:11 UTC  (5+ messages)
` [PATCH v19 13/17] RISC-V: KVM: FP lazy save/restore


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