messages from 2021-09-08 17:46:40 to 2021-09-20 12:06:22 UTC [more...]
[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
2021-09-20 12:05 UTC (12+ 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] 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 (6+ 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
[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
2021-09-17 18:33 UTC (5+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t
[PATCH] scripts/sorttable: riscv: fix undelcred identifier 'EM_RISCV' error
2021-09-17 4:27 UTC (5+ messages)
RISC-V MC schedule is out
2021-09-16 15:39 UTC
[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
2021-09-16 14:41 UTC (18+ 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: "
[RFC PATCH V4 0/6] riscv: Add PBMT & DMA for D1 bringup
2021-09-16 7:31 UTC (38+ 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 5/6] riscv: errata: Support T-HEAD custom dcache ops
` [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 (22+ 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 05/21] riscv: Add vector feature to compile
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector
` [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 V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-09-15 1:19 UTC (3+ messages)
[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
2021-09-14 15:50 UTC (13+ 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 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 (3+ 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
[PATCH v2] riscv: add rv32 and rv64 randconfig build targets
2021-09-12 3:45 UTC
[GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2
2021-09-12 0:42 UTC (2+ messages)
[PATCH AUTOSEL 5.14 11/32] riscv: fix the global name pfn_base confliction error
2021-09-11 13:11 UTC
[RFC 0/5] Support non-coherent DMA on RISC-V using a global pool
2021-09-11 9:37 UTC (5+ messages)
` [RFC 1/5] RISC-V: Implement arch_sync_dma* functions
[PATCH v2 0/2] riscv: improve __ex_table section handling
2021-09-11 7:10 UTC (2+ messages)
[PATCH v2] riscv: dts: microchip: mpfs-icicle: Fix serial console
2021-09-11 6:58 UTC (2+ messages)
[PATCH] riscv: move the (z)install rules to arch/riscv/Makefile
2021-09-11 6:46 UTC (2+ messages)
[PATCH 1/1] riscv: select CONFIG_ARCH_KEEP_MEMBLOCK
2021-09-11 6:46 UTC (2+ messages)
[PATCH] riscv: add rv32 and rv64 randconfig build targets
2021-09-11 6:06 UTC (2+ messages)
[PATCH] riscv: Improve stack randomisation on RV64
2021-09-11 6:03 UTC (2+ messages)
[PATCH 1/2] riscv: defconfig: enable BLK_DEV_NVME
2021-09-11 6:03 UTC (2+ messages)
[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)
[PATCH] riscv: set default pm_power_off to NULL
2021-09-09 5:11 UTC (2+ messages)
[PATCH v2 -next] riscv: mm: remove redundant trampoline PGD for 64bit
2021-09-09 3:23 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox