Age | Commit message (Expand) | Author |
2006-10-23 | Reduced memory allocations for temporary values | Jordan Hargrave |
2006-10-19 | Reduce the scope of the locks. | Marco Peereboom |
2006-10-19 | KNF and some cleanup | Marco Peereboom |
2006-10-19 | Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol | Marco Peereboom |
2006-10-19 | Fixed AML debugger code to use new interface | Jordan Hargrave |
2006-10-19 | Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s. | Marco Peereboom |
2006-10-19 | Fixed GPE debug levels | Jordan Hargrave |
2006-10-19 | Fixed acpitz match function | Jordan Hargrave |
2006-10-19 | Merged target/terminal handling code | Jordan Hargrave |
2006-10-16 | added amltypes.h stack mod | Jordan Hargrave |
2006-10-15 | fix broken scope braces | Jordan Hargrave |
2006-10-15 | Fixed buggy if-else end scope | Jordan Hargrave |
2006-10-15 | Removed old GPE handler code remnants | Jordan Hargrave |
2006-10-15 | Remove extra increment of bitmask. ok jordan@ | Can Erkin Acar |
2006-10-14 | Fix the checks broken during conversion to new code. The Embedded | Can Erkin Acar |
2006-10-12 | Added exportable aml_getpciaddr | Jordan Hargrave |
2006-10-12 | Fix typo. Found by: Janek Richter <janek at openbug dot org> | Marco Peereboom |
2006-10-12 | Remove debug print. Found by Peter Hessler. | Marco Peereboom |
2006-10-12 | fix rcsid | Marco Peereboom |
2006-10-12 | Massive ACPI changes | Jordan Hargrave |
2006-10-10 | add a few more ACPI device ids, as found on a Acer Aspire 1360. | Brad Smith |
2006-09-19 | Typo fixes. | Michael Knudsen |
2006-07-30 | Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153 | Gordon Willem Klok |
2006-06-30 | KNF, No functional change, | Gordon Willem Klok |
2006-06-30 | Support for calling Embedded Controller via new GPE interface | Jordan Hargrave |
2006-06-30 | Added new code for GPE handling | Jordan Hargrave |
2006-06-30 | Added offset argument for acpi read/write pmreg routines (new GPE code) | Jordan Hargrave |
2006-06-14 | Allow changes to a Name initialized with a 'static' value. | Can Erkin Acar |
2006-06-06 | fix a bad strlcpy, from ben lovett | Jolan Luff |
2006-05-31 | Do not put _OS_ value on the stack. | Can Erkin Acar |
2006-05-31 | do not call acpi_powerdown() unless acpi has successfully initialized | Todd T. Fries |
2006-05-31 | Match the specs and only shut down if notify_type is 0x80 | Can Erkin Acar |
2006-05-31 | When allocating a buffer, use the supplied length if the requested | Can Erkin Acar |
2006-05-29 | Check for possible NULL dereference in aml_showvalue | Can Erkin Acar |
2006-05-29 | Check the return value of aml_ederef isnt NULL before use. | Gordon Willem Klok |
2006-05-29 | Add embedded controller support. | Can Erkin Acar |
2006-05-29 | Fix a memory overrun in the aml parser code. | Can Erkin Acar |
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar |
2006-05-19 | Use rwlock instead of lockmgr locks. | Can Erkin Acar |
2006-04-30 | rv not set. Sloppy but didn't matter. | Marco Peereboom |
2006-04-21 | remove some trailing spaces found while reading this code. | Joris Vink |
2006-04-16 | Use aml_bitpos() when copying a field into a buffer. | Mark Kettenis |
2006-04-11 | KNF. | Marco Peereboom |
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok |
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok |
2006-03-21 | Disassembler now pretty prints AML code (like acpidump) | Jordan Hargrave |
2006-03-09 | Used common aml_opname for debugger | Jordan Hargrave |
2006-03-09 | Remove bad XXX | Marco Peereboom |
2006-03-09 | Removed unused prototypes | Jordan Hargrave |
2006-03-09 | Fixed free before malloc. bad marco | Jordan Hargrave |