1. 23 4月, 2022 1 次提交
  2. 25 2月, 2022 1 次提交
  3. 08 2月, 2022 4 次提交
  4. 14 12月, 2021 1 次提交
  5. 17 10月, 2021 1 次提交
  6. 11 10月, 2021 4 次提交
  7. 20 8月, 2021 2 次提交
  8. 02 8月, 2021 3 次提交
  9. 22 6月, 2021 3 次提交
  10. 15 5月, 2021 1 次提交
    • M
      KVM: arm64: Fix debug register indexing · cb853ded
      Marc Zyngier 提交于
      Commit 03fdfb26 ("KVM: arm64: Don't write junk to sysregs on
      reset") flipped the register number to 0 for all the debug registers
      in the sysreg table, hereby indicating that these registers live
      in a separate shadow structure.
      
      However, the author of this patch failed to realise that all the
      accessors are using that particular index instead of the register
      encoding, resulting in all the registers hitting index 0. Not quite
      a valid implementation of the architecture...
      
      Address the issue by fixing all the accessors to use the CRm field
      of the encoding, which contains the debug register index.
      
      Fixes: 03fdfb26 ("KVM: arm64: Don't write junk to sysregs on reset")
      Reported-by: NRicardo Koller <ricarkol@google.com>
      Signed-off-by: NMarc Zyngier <maz@kernel.org>
      Cc: stable@vger.kernel.org
      cb853ded
  11. 11 4月, 2021 2 次提交
  12. 07 4月, 2021 1 次提交
  13. 25 3月, 2021 1 次提交
  14. 19 3月, 2021 3 次提交
  15. 03 2月, 2021 7 次提交
  16. 14 1月, 2021 3 次提交
  17. 31 12月, 2020 1 次提交
  18. 22 12月, 2020 1 次提交