Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • v6.1-rc1
  • v6.0
  • v6.0-rc7
  • v6.0-rc6
  • v6.0-rc5
  • v6.0-rc4
  • v6.0-rc3
  • v6.0-rc2
  • v6.0-rc1
  • v5.19
  • v5.19-rc8
  • v5.19-rc7
  • v5.19-rc6
  • v5.19-rc5
  • v5.19-rc4
  • v5.19-rc3
  • v5.19-rc2
  • v5.19-rc1
  • v5.18
  • v5.18-rc7
21 results

riscv

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Palmer Dabbelt authored
    The RISC-V ISA manual used to mandate that misaligned accesses were
    supported in user mode, but that requirement was removed in 2018 via
    riscv-isa-manual commit 61cadb9 ("Provide new description of misaligned
    load/store behavior compatible with privileged architecture.").  Since
    the Linux uABI was already frozen at that point it's just been demoted
    to part of the uABI, but that was never written down.
    
    Link: https://lore.kernel.org/r/20220728210715.17214-1-palmer@rivosinc.com
    
    
    Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
    06267eb2
    History