1. 06 7月, 2022 1 次提交
  2. 11 3月, 2021 1 次提交
  3. 09 9月, 2020 1 次提交
  4. 11 9月, 2019 1 次提交
    • S
      aarch64: add HWCAP2 flags from linux v5.2 · 9920bf45
      Szabolcs Nagy 提交于
      AT_HWCAP2 flags, see
      
        linux commit 671db581815faf17cbedd7fcbc48823a247d90b1
        arm64: Expose DC CVADP to userspace
      
        linux commit 06a916feca2b262ab0c1a2aeb68882f4b1108a07
        arm64: Expose SVE2 features for userspace
      9920bf45
  5. 14 3月, 2019 2 次提交
    • S
      aarch64: add HWCAP_ definitions from linux v5.0 · 2a03b0b5
      Szabolcs Nagy 提交于
      HWCAP_SB - speculation barrier instruction available added in linux
      commit bd4fb6d270bc423a9a4098108784f7f9254c4e6d
      HWCAP_PACA, HWCAP_PACG - pointer authentication instructions available
      (address and generic) added in linux commit
      7503197562567b57ec14feb3a9d5400ebc56812f
      2a03b0b5
    • S
      aarch64: add HWCAP_SSBS from linux v4.20 · 65735baa
      Szabolcs Nagy 提交于
      for armv8.5 speculative store bypass PSTATE bit support,
      added in linux commit d71be2b6c0e19180b5f80a6d42039cc074a693a2
      65735baa
  6. 20 6月, 2018 2 次提交
  7. 23 2月, 2018 2 次提交
  8. 06 11月, 2017 2 次提交
  9. 20 10月, 2016 1 次提交
    • S
      add bits/hwcap.h and include it in sys/auxv.h · fe39aaae
      Szabolcs Nagy 提交于
      aarch64, arm, mips, mips64, mipsn32, powerpc, powerpc64 and sh have
      cpu feature bits defined in linux for AT_HWCAP auxv entry, so expose
      those in sys/auxv.h
      
      it seems the mips hwcaps were never exposed to userspace neither
      by linux nor by glibc, but that's most likely an oversight.
      fe39aaae