Age | Commit message (Expand) | Author | Files | Lines |
2009-05-16 | Merge branches 'release', 'bugzilla-13032', 'bugzilla-13041+', 'bugzilla-1312... | Len Brown | 2 | -13/+21 |
2009-05-16 | ACPI: resume: re-enable SCI-enable workaround | Lin Ming | 1 | -1/+6 |
2009-05-07 | ACPICA: use acpi.* modparam namespace | Len Brown | 1 | -12/+15 |
2009-05-02 | acpica: validate package element more carefully in acpi_rs_get_pci_routing_ta... | Robert Moore | 1 | -0/+7 |
2009-04-24 | Merge branch 'bugzilla-13036' into release | Len Brown | 1 | -14/+72 |
2009-04-24 | Merge branch 'bugzilla-12270' into release | Len Brown | 1 | -25/+2 |
2009-04-24 | Revert "ACPICA: delete check for AML access to port 0x81-83" | Len Brown | 1 | -0/+1 |
2009-04-24 | I/O port protection: update for windows compatibility. | Lin Ming | 1 | -14/+71 |
2009-04-18 | ACPI: Disable _GTS and _BFS support by default | Len Brown | 1 | -17/+26 |
2009-04-11 | ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entries | Zhang Rui | 1 | -25/+2 |
2009-04-08 | Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an... | Len Brown | 1 | -1/+0 |
2009-04-08 | ACPICA: delete check for AML access to port 0x81-83 | Len Brown | 1 | -1/+0 |
2009-04-07 | hwmon: Add Asus ATK0110 support | Luca Tettamanti | 1 | -2/+1 |
2009-04-05 | Merge branch 'linus' into release | Len Brown | 1 | -3/+14 |
2009-03-27 | ACPICA: Fix index value in package warning message | Bob Moore | 1 | -8/+16 |
2009-03-27 | ACPICA: FADT: Favor 32-bit FACS and DSDT addresses | Bob Moore | 1 | -2/+6 |
2009-03-27 | ACPICA: FADT: Favor 32-bit register addresses for compatibility | Bob Moore | 1 | -35/+51 |
2009-03-27 | ACPICA: Fix PCI configuration space port address range | Bob Moore | 1 | -1/+1 |
2009-03-27 | ACPICA: Condense some protected ports | Bob Moore | 1 | -8/+26 |
2009-03-27 | ACPICA: Remove unused code, no functional change | Bob Moore | 1 | -35/+9 |
2009-03-27 | ACPICA: Clear PM register write-only bits on reading | Lin Ming | 2 | -0/+11 |
2009-03-27 | ACPICA: Remove obsolete acpi_os_validate_address interface | Bob Moore | 3 | -31/+0 |
2009-03-27 | ACPICA: New: I/O port protection | Bob Moore | 12 | -29/+319 |
2009-03-27 | ACPICA: Preserve all PM control reserved and ignored bits | Bob Moore | 2 | -1/+24 |
2009-03-27 | ACPICA: Change handling of PM1 Status register ignored bit | Bob Moore | 1 | -16/+11 |
2009-03-27 | ACPICA: Fix AcpiWalkNamespace race condition with table unload | Bob Moore | 11 | -33/+303 |
2009-03-27 | ACPICA: FADT: Fix extraneous length mismatch warning | Bob Moore | 1 | -1/+2 |
2009-03-27 | ACPICA: Formatting update - no functional changes | Bob Moore | 21 | -174/+161 |
2009-03-27 | ACPICA: Add manifest constants for bit register values | Bob Moore | 4 | -13/+22 |
2009-03-26 | ACPICA: Update table header print function | Bob Moore | 1 | -7/+11 |
2009-03-26 | ACPICA: Restructure bit register access functions | Bob Moore | 1 | -115/+62 |
2009-03-26 | ACPICA: Rename ACPI bit register access functions | Bob Moore | 6 | -36/+37 |
2009-03-26 | ACPICA: Optimize ACPI register locking | Bob Moore | 2 | -39/+28 |
2009-03-26 | ACPICA: Formatting update - no functional changes | Bob Moore | 8 | -54/+61 |
2009-03-26 | ACPICA: Debug output: decrease verbosity of DB_INFO debug level | Bob Moore | 3 | -4/+4 |
2009-03-26 | ACPICA: Debug output: print result of _OSI invocations | Bob Moore | 1 | -11/+21 |
2009-03-26 | ACPICA: Conditionally compile acpi_set_firmware_waking_vector64 | Bob Moore | 1 | -1/+4 |
2009-03-26 | ACPICA: Remove ACPI_GET_OBJECT_TYPE macro | Bob Moore | 38 | -194/+158 |
2009-03-26 | ACPICA: Add function to handle PM1 control registers | Bob Moore | 4 | -67/+78 |
2009-03-26 | ACPICA: Remove redundant ACPI_BITREG_SLEEP_TYPE_B | Bob Moore | 3 | -10/+7 |
2009-03-26 | ACPICA: Fix parameter validation for acpi_read/write | Bob Moore | 1 | -10/+8 |
2009-03-26 | ACPICA: For PM1B registers, do not shift value read or written | Bob Moore | 1 | -9/+24 |
2009-03-26 | ACPICA: Remove extra write for acpi_hw_clear_acpi_status | Bob Moore | 1 | -14/+3 |
2009-03-26 | ACPICA: Fix writes to optional PM1B registers | Bob Moore | 1 | -65/+140 |
2009-03-26 | ACPICA: Update comments in module header | Bob Moore | 1 | -19/+22 |
2009-03-26 | ACPICA: Check for non-zero address before being converted to GAS | Lin Ming | 1 | -7/+9 |
2009-03-26 | ACPICA: Split out PM1 status registers from the FADT | Bob Moore | 3 | -122/+147 |
2009-03-26 | ACPICA: Add override for dynamic tables | Bob Moore | 1 | -1/+27 |
2009-03-26 | ACPICA: Remove extraneous parameter in table manager | Bob Moore | 4 | -17/+14 |
2009-03-26 | ACPICA: Allow OS override of all ACPI tables | Bob Moore | 3 | -44/+47 |