1. cc100f6 refactor: statically define information of VMs by J-Alves · 1 year, 4 months ago master
  2. c653e72 refactor: ffa_vm_id_t to ffa_id_t by J-Alves · 1 year, 11 months ago
  3. 77b1c7f fix(linux): unmap rx/tx buffers from PVM by Olivier Deprez · 3 years ago
  4. c886c61 Use FFA_INTERRUPT rather than custom HF_FFA_RUN_WAKE_UP. by Andrew Walbran · 4 years, 9 months ago
  5. 1caf7ca fix: remove sock_no_get/setsockopt stubs by Olivier Deprez · 3 years, 3 months ago
  6. 32d7698 feat(ff-a): add flag argument to ffa_partition_info_get call by Daniel Boulby · 3 years, 7 months ago
  7. ad9005b Update call.o to hvc_call.o by Raghu Krishnamurthy · 3 years, 9 months ago
  8. c26981f FF-A: Change name of direct message wrappers by J-Alves · 4 years, 4 months ago
  9. dfe722f Include VM ID definitions by Olivier Deprez · 4 years, 5 months ago
  10. a697431 Define PRIMARY_VM_ID rather than depending on HF_PRIMARY_VM_ID from types.h. by Andrew Walbran · 4 years, 8 months ago
  11. f441ed0 Define VM ID base by Olivier Deprez · 5 years ago
  12. 6b79619 Use ffa_partition_info_get rather than legacy Hafnium calls. by Andrew Walbran · 5 years ago
  13. 81cf04c Clean up better on error. by Andrew Walbran · 5 years ago
  14. 58ea3b7 Change license of BUILD.gn to GPLv2. by Andrew Walbran · 5 years ago
  15. 196ed0e SPCI is now called PSA FF-A by Andrew Walbran · 5 years ago
  16. 81b9069 Add BUILD.gn by David Brazdil · 6 years ago
  17. 9abce27 Yield on unexpected errors running vCPU. by Andrew Walbran · 6 years ago
  18. 39fdefd Clear the RX buffer if message is not deliverable. by Marc Bonnici · 6 years ago
  19. 18f08a6 Log errors from SPCI_RUN. by Andrew Walbran · 6 years ago
  20. 4cc539b Copy vmapi source files from Hafnium tree on build. by Andrew Walbran · 6 years ago
  21. 06046ea Fix local Kernel Module builds. by Serban Constantinescu · 6 years ago
  22. 2c6e751 Use SPCI_RXTX_MAP instead of hf_vm_configure. by Andrew Walbran · 6 years ago
  23. 73c3279 Use SPCI_RX_RELEASE rather than hf_mailbox_clear. by Andrew Walbran · 6 years ago
  24. 6aef655 Rename helper functions for getting VM ID and vCPU index. by Andrew Walbran · 6 years ago
  25. 39bf789 Call spci_run rather than hf_vcpu_run. by Andrew Walbran · 6 years ago
  26. 3b4db94 Use $(CURDIR) rather than $(PWD) in Makefile. by Andrew Walbran · 6 years ago
  27. b040b30 Fix register usage of SPCI_ERROR. by Andrew Walbran · 6 years ago
  28. cafe017 Use new spci_msg_send API. by Andrew Walbran · 6 years ago
  29. b331fa9 Use message size from run_return rather than legacy header. by Andrew Walbran · 6 years ago
  30. 139759e Fix bug in spci_call passing wrong arguments. by Andrew Walbran · 6 years ago
  31. 4fef63d Support SPCI functions with multiple return values. by Andrew Walbran · 6 years ago
  32. a989330 Implement SMCCC 1.2. by Andrew Walbran · 6 years ago
  33. d426b6c Implement SMCCC 1.1. by Andrew Walbran · 6 years ago
  34. 474c439 Implement hf_call with assembly inline rather than entire function. by Andrew Walbran · 6 years ago
  35. 3e669bc Move common socket related code to separate header by Fuad Tabba · 6 years ago
  36. 5da4b6b Updating Linux driver to use defined VM ID offset by Fuad Tabba · 6 years ago
  37. 8523ccd [WARN] Fix printf format specifier by Fuad Tabba · 6 years ago
  38. 4c96d0c Use spci_vm_id_t and spci_vm_count_t in more places. by Andrew Walbran · 6 years ago
  39. 3eeb1de Use hf_vcpu_count_t for vCPU count where possible. by Andrew Walbran · 6 years ago
  40. afea42a Pass O argument to kernel Makefile by David Brazdil · 6 years ago
  41. ddc3394 Use spci_vcpu_index_t for vCPU indices. by Andrew Walbran · 6 years ago
  42. 01390ae Consistently use spci_vm_id_t for VM ID. by Andrew Walbran · 6 years ago
  43. ece5ef4 Initialize waiting_for_message field of struct vcpu. by Andrew Scull · 6 years ago
  44. 9470423 Account for SPCI message header in received buffer. by Andrew Scull · 6 years ago
  45. 614ed7f Account for SPCI message header in length test. by Andrew Scull · 6 years ago
  46. 1cc6c75 SPCI: Add support for SPCI_MSG_SEND. by Jose Marinho · 6 years ago
  47. 71f5736 Scheduler selects vCPU to receive message. by Andrew Scull · 6 years ago
  48. df6478f Move code around to reduce noise in later change. by Andrew Scull · 6 years ago
  49. 2bc0a32 Adding AUTHORS and changing copyright headers to refer to it. by Andrew Walbran · 6 years ago
  50. 8d55e50 Remove cpuhp callbacks when removing driver. by Andrew Walbran · 6 years ago
  51. b3ca1dc Enable but ignore hypervisor timer IRQ. by Andrew Walbran · 6 years ago
  52. 01f83de Handle aborting VMs. by Andrew Scull · 6 years ago
  53. ec84193 Add helper function to get struct vm from vm id. by Wedson Almeida Filho · 6 years ago
  54. 2bf9cdd Updating license headers according to updated guidelines by Andrew Walbran · 6 years ago
  55. 0177811 Apply clang-format and add checkpatch. by Andrew Scull · 6 years ago
  56. cd9fef9 Add support for new vcpu_run and mailbox_clear return values. by Wedson Almeida Filho · 6 years ago
  57. e05702e Differentiate a preempted and yielding vCPU. by Andrew Scull · 6 years ago
  58. dbfc903 Call hf_mailbox_send with extra argument. by Wedson Almeida Filho · 6 years ago
  59. e75db9d Use renamed interrupt functions. by Wedson Almeida Filho · 6 years ago
  60. 89d0e47 Fix comments. by Wedson Almeida Filho · 7 years ago
  61. ce08e9e Set default kernel path to third_party. by Andrew Scull · 7 years ago
  62. 1ee3565 Add communication channel multiplexing. by Wedson Almeida Filho · 7 years ago
  63. cda1cb2 Kick process if we try to wake up a vCPU which is already running. by Andrew Walbran · 7 years ago
  64. 7fe6233 Remove stale interrupt code and fix wake up TODOs. by Wedson Almeida Filho · 7 years ago
  65. 13c3a0b Adding copyright headers. by Andrew Walbran · 7 years ago
  66. 82257c4 Introduce limits on the resources available to Hafnium. by Andrew Scull · 7 years ago
  67. dc8cab5 Use API return structs. by Andrew Scull · 7 years ago
  68. 0973a2e Conform to the mailbox API. by Andrew Scull · 7 years ago
  69. bb7ae41 Use more specific types for Hafnium data. by Andrew Scull · 7 years ago
  70. b722f95 Accomodate primary being and indexable VM. by Andrew Scull · 7 years ago
  71. b3a61b5 Tidy up. by Andrew Scull · 7 years ago
  72. 5570423 Use hf/call.h shared header. by Andrew Scull · 7 years ago
  73. f9e1192 Add partial support for sending request and receiving reply. by Wedson Almeida Filho · 7 years ago
  74. 2f62b42 Initial commit. by Wedson Almeida Filho · 7 years ago