Show patches with: Submitter = Christoph Müllner       |    State = Action Required       |    Archived = No       |   33 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[7/7] RISC-V: Add Zbb optimized strncmp as ifunc Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
[6/7] RISC-V: Add Zbb optimized strlen as ifunc Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
[5/7] RISC-V: Add Zbb optimized strcmp as ifunc Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
[4/7] RISC-V: Add Zbb optimized strchrnul as ifunc Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
[3/7] RISC-V: Add Zbb optimized memrchr as ifunc Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
[2/7] RISC-V: Add Zbb optimized memchr as ifunc Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
[1/7] RISC-V: Use .insn directive form for orc.b Add ifunc support for existing Zbb optimizations - - - - --- 2024-04-22 Christoph Müllner New
RISC-V: Execute a PAUSE hint in spin loops RISC-V: Execute a PAUSE hint in spin loops 1 - 1 - --- 2024-04-18 Christoph Müllner New
[RFC,3/3] RISC-V: Implement CPU yielding for busy loops with Zihintpause/Zawrs RISC-V: Use WRS.STO for atomic_spin_nop - - - - --- 2024-04-18 Christoph Müllner New
[RFC,2/3] RISC-V: hwprobe: Add Zawrs test bit RISC-V: Use WRS.STO for atomic_spin_nop - - - - --- 2024-04-18 Christoph Müllner New
[RFC,1/3] RISC-V: Sync hwprobe: Sync extension bits with Linux 6.8 RISC-V: Use WRS.STO for atomic_spin_nop - - - - --- 2024-04-18 Christoph Müllner New
[RFC,2/2] RISC-V: Attempt to enable TSO mode for TSO binaries RISC-V: Add dynamic TSO support - - - - --- 2023-11-27 Christoph Müllner New
[RFC,1/2] RISC-V: Move TSO check to elf_machine_matches_host() RISC-V: Add dynamic TSO support - - - - --- 2023-11-27 Christoph Müllner New
riscv: Add support for XTheadBb in string-fz[a,i].h riscv: Add support for XTheadBb in string-fz[a,i].h - - 1 - --- 2023-08-23 Christoph Müllner New
[RFC,19/19] riscv: Add __riscv_cpu_relax() to allow yielding in busy loops riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,18/19] riscv: Add an optimized strncmp routine riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,17/19] riscv: Add ifunc support for strncmp riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,16/19] riscv: Add accelerated strcmp routines riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,15/19] riscv: Add ifunc support for strcmp riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,14/19] riscv: Add accelerated strlen routine riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,13/19] riscv: Add ifunc support for strlen riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,12/19] riscv: Add accelerated memcpy/memmove routines for RV64 riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,11/19] riscv: Add ifunc support for memcpy/memmove riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,10/19] riscv: Add accelerated memset routines for RV64 riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,09/19] riscv: Add ifunc support for memset riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,08/19] riscv: Add (empty) ifunc framework riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,07/19] riscv: hart-features: Add fast_unaligned property riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,06/19] riscv: Adding ISA string parser for environment variables riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,05/19] riscv: Introduction of ISA extensions riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,04/19] riscv: Add hart feature run-time detection framework riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,03/19] riscv: Add ENTRY_ALIGN() macro riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,02/19] riscv: LEAF: Use C_LABEL() to construct the asm name for a C symbol riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New
[RFC,01/19] Inhibit early libcalls before ifunc support is ready riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - - - --- 2023-02-07 Christoph Müllner New