| Commit message (Expand) | Author | Age | Files | Lines |
* | flatten acpica vendor area | Andriy Gapon | 2009-05-19 | 201 | -146106/+0 |
* | Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal | Nate Lawson | 2008-01-12 | 1 | -3/+19 |
* | Fix global lock recursion bug. | Jung-uk Kim | 2007-09-24 | 2 | -10/+15 |
* | Unbreak world build. | Ruslan Ermilov | 2007-04-11 | 1 | -0/+2 |
* | Put some overly verbose prints under bootverbose. This is on the vendor | Nate Lawson | 2007-04-11 | 1 | -0/+3 |
* | Fix tinderbox build breakage. | Jung-uk Kim | 2007-03-22 | 2 | -3/+6 |
* | Remove files that are no longer needed or removed by vendor. | Jung-uk Kim | 2007-03-22 | 5 | -3071/+0 |
* | Add fixes for FreeBSD build that were submitted upstream. | Jung-uk Kim | 2007-03-22 | 5 | -6/+22 |
* | Vendor import of Intel ACPI-CA 20070320 | Jung-uk Kim | 2007-03-22 | 201 | -13627/+24503 |
* | - Fix more resource parsing problems. The previous commit was imcomplete. | Jung-uk Kim | 2005-11-04 | 2 | -8/+5 |
* | Account for the minimum resource size when parsing the end tag resource | Nate Lawson | 2005-11-04 | 1 | -5/+3 |
* | Fix few compilation problems on vendor branch. | Jung-uk Kim | 2005-11-01 | 3 | -1/+6 |
* | Vendor import of Intel ACPI-CA 20051021vendor/acpica/20051021 | Jung-uk Kim | 2005-11-01 | 196 | -16596/+24058 |
* | Remove old ACPICA files from the INTEL vendor branch. They were removed | John Baldwin | 2005-10-27 | 141 | -84217/+0 |
* | Vendor import of Intel ACPI-CA 20041119 with system includes fixups.vendor/acpica/20041119sysinc | David E. O'Brien | 2005-10-24 | 130 | -449/+449 |
* | Clean up a small memory leak introduced with the previous commit to | Nate Lawson | 2005-01-14 | 1 | -0/+7 |
* | Fix handling of the implicit return case for methods called from an | Nate Lawson | 2005-01-12 | 1 | -1/+2 |
* | Oops, remove unnecessary cast in original, out-commented code. | Mark Santcroos | 2004-12-02 | 1 | -1/+1 |
* | Local change: Supporting code not yet available, use previous behavior | Mark Santcroos | 2004-12-02 | 1 | -1/+9 |
* | Vendor import of Intel ACPI-CA 20041119 | Mark Santcroos | 2004-12-01 | 98 | -1854/+3896 |
* | Add a padding member to the header overlaid on data allocated in the | Nate Lawson | 2004-08-18 | 1 | -1/+2 |
* | Vendor import of Intel ACPI-CA 20040527 | Mark Santcroos | 2004-07-02 | 14 | -149/+271 |
* | Remove a warning of a constant that is too large. Change submitted to | Nate Lawson | 2004-05-25 | 1 | -1/+1 |
* | Vendor import of Intel ACPI-CA 20040514. | Nate Lawson | 2004-05-25 | 58 | -1192/+2201 |
* | Only avoid disabling bus mastering on the sleep path. This should fix | Nate Lawson | 2004-04-14 | 1 | -13/+13 |
* | Import ACPI-CA 20040402 distribution. | Nate Lawson | 2004-04-14 | 37 | -259/+870 |
* | Import of Intel ACPI-CA 20040311. | Nate Lawson | 2004-03-18 | 22 | -126/+392 |
* | Remove these on the vendor branch as we no longer import them (and some | Nate Lawson | 2004-03-03 | 5 | -2897/+0 |
* | Fix an off-by-one in the compiler path. Originally from iwasaki-san's | Nate Lawson | 2004-02-28 | 1 | -1/+1 |
* | Vendor import of ACPICA 20040220 | Nate Lawson | 2004-02-28 | 186 | -1070/+1968 |
* | When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))", | Nate Lawson | 2004-01-14 | 1 | -1/+1 |
* | Fix for "UtAllocate: Attempt to allocate zero bytes" warnings on Dell | Nate Lawson | 2004-01-04 | 1 | -1/+6 |
* | Fix an off-by-one in the compiler path. Originally from iwasaki-san's | Nate Lawson | 2003-12-09 | 1 | -1/+1 |
* | Eliminate a warning. Patch has been sent to the vendor. | Nate Lawson | 2003-12-09 | 1 | -1/+0 |
* | Add the APIC_HEADER definition back in and use the correct definition | Nate Lawson | 2003-12-09 | 1 | -1/+9 |
* | Import ACPI-CA 20031203 | Nate Lawson | 2003-12-09 | 100 | -1199/+1951 |
* | Remove files on the vendor branch that we no longer use. Some are no longer | Nate Lawson | 2003-12-09 | 1 | -869/+0 |
* | Update code for checking the reference count and performing the final | Nate Lawson | 2003-11-21 | 2 | -25/+45 |
* | Add the byte offset to the base address for IndexField objects. This | Nate Lawson | 2003-11-21 | 1 | -9/+19 |
* | Fix a bug in iasl(8) that caused it to core dump while parsing a DSDT | Nate Lawson | 2003-11-05 | 1 | -1/+1 |
* | Fix an overflow in the resource list code for Address16, 32, 64, and | Nate Lawson | 2003-09-19 | 2 | -11/+42 |
* | Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build on | Nate Lawson | 2003-08-12 | 1 | -2/+2 |
* | Fix AcpiOsMapMemory to match the function definition. Don't use UINT32 | Nate Lawson | 2003-08-11 | 1 | -2/+2 |
* | Fix a bug that would result in a very long sleep. Change has been | Nate Lawson | 2003-08-07 | 1 | -1/+1 |
* | Import the userland interface from acpica 0619 | Nate Lawson | 2003-08-07 | 1 | -0/+1085 |
* | Import common/ files from acpica 0619 | Nate Lawson | 2003-08-07 | 2 | -0/+1293 |
* | Import compiler/ files from acpica 0619 | Nate Lawson | 2003-08-07 | 27 | -0/+24646 |
* | Remove a multiply-defined function. The change has been submitted to the | Nate Lawson | 2003-07-14 | 1 | -4/+0 |
* | Fix handling of _BST in the new dist. | Nate Lawson | 2003-07-13 | 1 | -7/+23 |
* | Patch for global lock error messages that the vendor will import eventually. | Nate Lawson | 2003-07-13 | 1 | -2/+2 |