public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 09:59:54 to 2023-01-16 07:31:37 UTC [more...]

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-16  7:31 UTC  (7+ messages)

[PATCH] riscv/kprobe: Fix instruction simulation of JALR
 2023-01-16  6:43 UTC 

[PATCH] riscv: alternative: proceed one more instruction for auipc/jalr pair
 2023-01-15 16:28 UTC 

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 16:29 UTC  (15+ messages)
` [PATCH v4 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v4 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v4 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v4 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v4 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v4 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v4 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v4 08/13] riscv: module: move find_section to module.h
` [PATCH v4 09/13] riscv: switch to relative alternative entries
` [PATCH v4 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v4 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v4 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v4 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 14:19 UTC  (26+ messages)
` [PATCH v3 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v3 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v3 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v3 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v3 09/13] riscv: switch to relative alternative entries
` [PATCH v3 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v3 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()

[PATCH v2] clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
 2023-01-14 18:58 UTC  (2+ messages)

[PATCH 0/4] Zbb + fast-unaligned string optimization
 2023-01-14 17:54 UTC  (7+ messages)
` [PATCH 1/4] RISC-V: use bit-values instead of numbers to identify patched cpu-features
` [PATCH 2/4] RISC-V: add alternative-field for bits to not match against
` [PATCH 3/4] RISC-V: add cpufeature probing for fast-unaligned access
` [PATCH 4/4] RISC-V: add strcmp variant using zbb and "

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-01-14 16:09 UTC  (29+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 03/26] arc/mm: "
` [PATCH mm-unstable v1 04/26] arm/mm: "
` [PATCH mm-unstable v1 05/26] csky/mm: "
` [PATCH mm-unstable v1 06/26] hexagon/mm: "
` [PATCH mm-unstable v1 07/26] ia64/mm: "
` [PATCH mm-unstable v1 08/26] loongarch/mm: "
` [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 12/26] mips/mm: "
` [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 15/26] openrisc/mm: "
` [PATCH mm-unstable v1 16/26] parisc/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 19/26] riscv/mm: "
` [PATCH mm-unstable v1 20/26] sh/mm: "
` [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-01-14 14:00 UTC  (6+ messages)
` [PATCH 1/2] riscv: dts: sifive unmatched: Remove PWM controlled LED's active-low properties
` [PATCH 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH v11 0/3] riscv, mm: detect svnapot cpu support at runtime
 2023-01-14  4:54 UTC  (2+ messages)

[PATCH v5 0/2] Zbb string optimizations
 2023-01-13 22:33 UTC  (5+ messages)
` [PATCH v5 1/2] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v5 2/2] RISC-V: add zbb support to string functions

[PATCH] riscv: fix jal offsets in patched alternatives
 2023-01-13 21:22 UTC 

[PATCH] RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes
 2023-01-13 21:19 UTC 

[PATCH v5] dt-bindings: riscv: add SBI PMU event mappings
 2023-01-13 20:54 UTC 

[PATCH 0/2] riscv: Add "Code:", and decodecode support
 2023-01-13 19:47 UTC  (5+ messages)
` [PATCH 1/2] riscv: Add "Code:" to RISC-V splats
` [PATCH 2/2] scripts/decodecode: Add support for RISC-V

[PATCH v2 00/11] KVM perf support
 2023-01-13 12:08 UTC  (30+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support for perf
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v2 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events

[PATCH -next V6 0/7] riscv: Optimize function trace
 2023-01-13 10:48 UTC  (8+ messages)
` [PATCH -next V6 1/7] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH -next V6 7/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-01-13 10:10 UTC  (9+ messages)
` [PATCH v2 3/9] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v2 5/9] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC

[PATCH v1] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-01-13  9:42 UTC 

[PATCH -next V14 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-13  9:23 UTC  (6+ messages)
` [PATCH -next V14 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V14 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V14 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V14 7/7] riscv: entry: Consolidate general regs saving/restoring

[PATCH v2 0/3] crypto: Allwinner D1 crypto support
 2023-01-13  8:40 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: sun8i-ce: Add compatible for D1

[PATCH v6 0/6] RISC-V non-coherent function pointer based cache management operations + non-coherent DMA support for AX45MP
 2023-01-13  5:48 UTC  (9+ messages)
` [RFC PATCH v6 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management

[PATCH v4 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-13  2:30 UTC  (4+ messages)
` [PATCH v4 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC

[PATCH v2] riscv: elf: add .riscv.attributes parsing
 2023-01-12 22:38 UTC  (2+ messages)

[PATCH v4 0/5] Zbb string optimizations and call support in alternatives
 2023-01-12 22:05 UTC  (12+ messages)
` [PATCH v4 4/5] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v4 5/5] RISC-V: add zbb support to string functions

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-12 20:28 UTC  (53+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 07/51] cpuidle,psci: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 10/51] cpuidle,armada: "
` [PATCH v3 11/51] cpuidle,omap4: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v3 15/51] acpi_idle: Remove tracing
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 25/51] printk: "
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 29/51] cpuidle,tdx: Make tdx "
` [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v3 31/51] cpuidle,nospec: Make "
` [PATCH v3 32/51] cpuidle,acpi: "
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN

[PATCH] riscv: elf: add .riscv.attributes parsing
 2023-01-12 20:22 UTC  (3+ messages)

[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-01-12 19:30 UTC  (2+ messages)

[PATCH v13 0/2] Microchip Soft IP corePWM driver
 2023-01-12 15:10 UTC  (5+ messages)
` [PATCH v13 1/2] pwm: add microchip soft ip "

[PATCH 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-12 14:03 UTC  (8+ messages)
` [PATCH 1/7] RISC-V: Add AIA related CSR defines
` [PATCH 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH 6/7] RISC-V: KVM: Virtualize per-HART "
` [PATCH 7/7] RISC-V: KVM: Implement guest external interrupt line management

[PATCH -next V7 0/7] riscv: Optimize function trace
 2023-01-12 12:57 UTC  (4+ messages)
` [PATCH -next V7 1/7] riscv: ftrace: Fixup panic by disabling preemption

[PATCH v16 0/9] RISC-V IPI Improvements
 2023-01-12 12:17 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