Historique des commits

Auteur SHA1 Message Date
  Simon Gaiser 13a3b06b59 [Pal/Linux-SGX] Unify SGX_OCALL_PREPARED and SGX_STACK il y a 4 ans
  Isaku Yamahata 0219349264 [Pal/Linux-SGX] Use dedicated signal stack with correct XSAVE area il y a 5 ans
  Isaku Yamahata 98acf101d9 [Pal] Correctly save/restore XSAVE area on signal handling il y a 5 ans
  Isaku Yamahata e4c510a206 [Pal/Linux-SGX] Allow returning to different stack in _restore_sgx_context() il y a 5 ans
  Dmitrii Kuvaiskii b194aa17fb [LibOS,Pal] Correctly emulate CLONE_CHILD_CLEARTID il y a 4 ans
  Dmitrii Kuvaiskii 111516090b [Pal/Linux-SGX] Correctly propagate arguments to _DkHandleExternalEvent() il y a 4 ans
  Dmitrii Kuvaiskii c8a2a2ee87 [Pal/Linux-SGX] Clear the Alignment Check (AC) flag in RFLAGS upon enclave entry il y a 4 ans
  Dmitrii Kuvaiskii 560da76252 [Pal/Linux-SGX] enclave_entry.S: Reset FXSAVE extended state on EENTER il y a 5 ans
  Dmitrii Kuvaiskii 1315b54b5d [Pal/Linux-SGX] enclave_entry.S: Fix offset of MXCSR "reset" XSAVE area il y a 5 ans
  Rafał Wojdyła 5dd8b60326 [Pal/Linux-SGX] Rework SGX types to be identical to the SGX SDK ones il y a 5 ans
  Li Lei 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit il y a 5 ans
  Isaku Yamahata 8a45977484 [Pal/Linux-SGX] Return -ERRNO instead of -PAL_ERROR_XXX in OCALLs il y a 5 ans
  Isaku Yamahata 70050a5fa3 [Pal/Linux-SGX] Remove duplicated reg clearing on sgx_ocall il y a 5 ans
  Simon Gaiser 7276bb9d78 [Pal/Linux-SGX] Correctly clear registers in enclave_entry.S il y a 5 ans
  Isaku Yamahata b7dd160270 [Pal/Linux-SGX]: Clean-up of {enclave/sgx}_entry.S il y a 5 ans
  Isaku Yamahata f65c496067 [Pal/Linux-SGX] Do not invoke exception handler during OCALL asm il y a 5 ans
  Michał Kowalczyk 456f03aad8 Fix a few typos in code comments, debug info, and README il y a 5 ans
  Dmitrii Kuvaiskii 57b17cb869 [LibOS, Pal/Linux-SGX] Clean Trap Flag on PUSHF (for GDB) il y a 5 ans
  Isaku Yamahata 16d829cae4 [Pal/Linux-SGX] Fix stack alignment for _DkExceptionHandler() and OCALLs il y a 5 ans
  Dmitrii Kuvaiskii ef343cdf9d [Pal/Linux-SGX] Instruct GDB to bridge enclave-untrusted stacks il y a 5 ans
  Dmitrii Kuvaiskii a08446f107 [Pal/Linux-SGX] Add missing CFI directives to .S files for debugging il y a 5 ans
  Isaku Yamahata 5992881c46 [Pal/Linux-SGX] Clear RFLAGS before calling _DkExceptionHandler il y a 5 ans
  Simon Gaiser 3f72eb69de [Pal/Linux-SGX] Rename .Lhandle_resume to .Lprepare_resume il y a 5 ans
  Simon Gaiser fcc1c3ee58 [Pal/Linux-SGX] Improve comments below enclave_entry il y a 5 ans
  Isaku Yamahata 5b3b69332a [Pal/Linux-SGX] Disallow nested signals at host-OS level il y a 5 ans
  Isaku Yamahata 2de42097fe [Pal/Linux-SGX] Clear RFLAGS.DF on enclave entry il y a 5 ans
  Simon Gaiser b0390865f5 [Pal/Linux-SGX] Clear "extented state" (FPU regs & co) before EEXIT il y a 5 ans
  Simon Gaiser 19fb0d2d89 [Pal/Linux-SGX] Use common code path to clear regs and then EEXIT il y a 5 ans
  Simon Gaiser 3ab875dd52 [Pal/Linux-SGX] Drop unused label in enclave_entry.S il y a 5 ans
  Simon Gaiser bf87ac02f2 [Pal/Linux-SGX] Honor red zone when handling async exits il y a 5 ans