Historique des commits

Auteur SHA1 Message Date
  Isaac Woods 69971d0444 Merge pull request #114 from Dentosal/pci-route-method il y a 3 ans
  Hannes Karppila 0552e88dfd Execute PciRoute LinkObject if it's a method il y a 3 ans
  Isaac Woods 2273964aef Publish acpi v4.1.0 il y a 3 ans
  Isaac Woods 57f6278f42 Merge pull request #113 from ethindp/master il y a 3 ans
  Ethin Probst 6d1de7a6ac Format code, fix some minor errors and add some doc comments to clarify il y a 3 ans
  Ethin Probst a368c8a7d5 Add the boot graphics resource table as specified in SEC. 5.2.22 of the ACPI specification v. 6.4 il y a 3 ans
  Isaac Woods 0be060ea78 acpi v4.0.0 il y a 3 ans
  Isaac Woods 09ae1063c9 aml v0.16.0 il y a 3 ans
  Isaac Woods 2b862d9d7f Remove make_parser_concrete hack! il y a 3 ans
  Isaac Woods a6cff51d11 Switch to new opcode names: statement, expression, and reference type il y a 3 ans
  Isaac Woods 00a61d8b74 Implement ToInteger il y a 3 ans
  Isaac Woods 556969a41d Handle conversions to buffers from as_type il y a 3 ans
  Isaac Woods fb1bc5870a Support reads from buffer fields, implicitly converting to integer or buffer il y a 3 ans
  Isaac Woods 0b67c96509 Add test of reads from buffer fields il y a 3 ans
  Isaac Woods f97e39a447 Fix tests il y a 3 ans
  Isaac Woods b7afb442b6 Implement zero-extension in stores to buffer fields il y a 3 ans
  Isaac Woods 8cb1df1f64 Support writes from buffers into buffer fields (minus zero extension) il y a 3 ans
  Isaac Woods 14e966731c Handle writes from integers into buffer fields il y a 3 ans
  Isaac Woods 6a610dc1d8 Wrap buffer data in spinning_top::Spinlock il y a 3 ans
  Isaac Woods 0ef11142c6 Parse MADT entries related to the X2APIC il y a 3 ans
  Isaac Woods c0d5fbcf1a Change the APIC interrupt model to support the X2APIC il y a 3 ans
  Isaac Woods dacbe3cdf7 Correct formatting of match block il y a 3 ans
  Isaac Woods 7d41016697 aml v0.15.0 il y a 3 ans
  Isaac Woods 2e8b76a054 Merge pull request #107 from Andy-Python-Programmer/patch-1 il y a 3 ans
  Andy-Python-Programmer e1a8c12d0d Export all of the public items in namespace il y a 3 ans
  Isaac Woods b854d5491e Implement DefIncrement and DefDecrement il y a 3 ans
  Isaac Woods ed0400092e Add support for DefContinue il y a 3 ans
  Isaac Woods ae77cb741b Add test for DefContinue il y a 3 ans
  Isaac Woods da5f5cec80 Implement DefBreak il y a 3 ans
  Isaac Woods 26b7ddfaf4 Add test for DefBreak il y a 3 ans