1. f441ed0 Define VM ID base by Olivier Deprez · 5 years ago
  2. 6b79619 Use ffa_partition_info_get rather than legacy Hafnium calls. by Andrew Walbran · 5 years ago
  3. 81cf04c Clean up better on error. by Andrew Walbran · 5 years ago
  4. 196ed0e SPCI is now called PSA FF-A by Andrew Walbran · 5 years ago
  5. 9abce27 Yield on unexpected errors running vCPU. by Andrew Walbran · 6 years ago
  6. 39fdefd Clear the RX buffer if message is not deliverable. by Marc Bonnici · 6 years ago
  7. 18f08a6 Log errors from SPCI_RUN. by Andrew Walbran · 6 years ago
  8. 2c6e751 Use SPCI_RXTX_MAP instead of hf_vm_configure. by Andrew Walbran · 6 years ago
  9. 73c3279 Use SPCI_RX_RELEASE rather than hf_mailbox_clear. by Andrew Walbran · 6 years ago
  10. 6aef655 Rename helper functions for getting VM ID and vCPU index. by Andrew Walbran · 6 years ago
  11. 39bf789 Call spci_run rather than hf_vcpu_run. by Andrew Walbran · 6 years ago
  12. b040b30 Fix register usage of SPCI_ERROR. by Andrew Walbran · 6 years ago
  13. cafe017 Use new spci_msg_send API. by Andrew Walbran · 6 years ago
  14. b331fa9 Use message size from run_return rather than legacy header. by Andrew Walbran · 6 years ago
  15. 3e669bc Move common socket related code to separate header by Fuad Tabba · 6 years ago
  16. 5da4b6b Updating Linux driver to use defined VM ID offset by Fuad Tabba · 6 years ago
  17. 8523ccd [WARN] Fix printf format specifier by Fuad Tabba · 6 years ago
  18. 4c96d0c Use spci_vm_id_t and spci_vm_count_t in more places. by Andrew Walbran · 6 years ago
  19. 3eeb1de Use hf_vcpu_count_t for vCPU count where possible. by Andrew Walbran · 6 years ago
  20. ddc3394 Use spci_vcpu_index_t for vCPU indices. by Andrew Walbran · 6 years ago
  21. 01390ae Consistently use spci_vm_id_t for VM ID. by Andrew Walbran · 6 years ago
  22. ece5ef4 Initialize waiting_for_message field of struct vcpu. by Andrew Scull · 6 years ago
  23. 9470423 Account for SPCI message header in received buffer. by Andrew Scull · 6 years ago
  24. 614ed7f Account for SPCI message header in length test. by Andrew Scull · 6 years ago
  25. 1cc6c75 SPCI: Add support for SPCI_MSG_SEND. by Jose Marinho · 6 years ago
  26. 71f5736 Scheduler selects vCPU to receive message. by Andrew Scull · 7 years ago
  27. df6478f Move code around to reduce noise in later change. by Andrew Scull · 6 years ago
  28. 2bc0a32 Adding AUTHORS and changing copyright headers to refer to it. by Andrew Walbran · 6 years ago
  29. 8d55e50 Remove cpuhp callbacks when removing driver. by Andrew Walbran · 7 years ago
  30. b3ca1dc Enable but ignore hypervisor timer IRQ. by Andrew Walbran · 7 years ago
  31. 01f83de Handle aborting VMs. by Andrew Scull · 7 years ago
  32. ec84193 Add helper function to get struct vm from vm id. by Wedson Almeida Filho · 7 years ago
  33. 2bf9cdd Updating license headers according to updated guidelines by Andrew Walbran · 7 years ago
  34. 0177811 Apply clang-format and add checkpatch. by Andrew Scull · 7 years ago
  35. cd9fef9 Add support for new vcpu_run and mailbox_clear return values. by Wedson Almeida Filho · 7 years ago
  36. e05702e Differentiate a preempted and yielding vCPU. by Andrew Scull · 7 years ago
  37. dbfc903 Call hf_mailbox_send with extra argument. by Wedson Almeida Filho · 7 years ago
  38. e75db9d Use renamed interrupt functions. by Wedson Almeida Filho · 7 years ago
  39. 89d0e47 Fix comments. by Wedson Almeida Filho · 7 years ago
  40. 1ee3565 Add communication channel multiplexing. by Wedson Almeida Filho · 7 years ago
  41. cda1cb2 Kick process if we try to wake up a vCPU which is already running. by Andrew Walbran · 7 years ago
  42. 7fe6233 Remove stale interrupt code and fix wake up TODOs. by Wedson Almeida Filho · 7 years ago
  43. 13c3a0b Adding copyright headers. by Andrew Walbran · 7 years ago
  44. 82257c4 Introduce limits on the resources available to Hafnium. by Andrew Scull · 7 years ago
  45. dc8cab5 Use API return structs. by Andrew Scull · 7 years ago
  46. 0973a2e Conform to the mailbox API. by Andrew Scull · 7 years ago
  47. bb7ae41 Use more specific types for Hafnium data. by Andrew Scull · 7 years ago
  48. b722f95 Accomodate primary being and indexable VM. by Andrew Scull · 7 years ago
  49. b3a61b5 Tidy up. by Andrew Scull · 7 years ago
  50. 5570423 Use hf/call.h shared header. by Andrew Scull · 7 years ago
  51. f9e1192 Add partial support for sending request and receiving reply. by Wedson Almeida Filho · 7 years ago
  52. 2f62b42 Initial commit. by Wedson Almeida Filho · 7 years ago