| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 | 2 | -12/+19 |
|\ \ |
|
| | * | ACPI / ACPICA: Do not check reference counters in acpi_ev_enable_gpe() | Rafael J. Wysocki | 2010-03-23 | 1 | -12/+7 |
| |/
|/| |
|
| * | ACPI: EC: Allow multibyte access to EC | Alexey Starikovskiy | 2010-03-17 | 1 | -0/+12 |
|/ |
|
*-. | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-14 | 134 | -766/+833 |
|\ \ |
|
| | * | ACPICA: fix acpi_ex_release_mutex() comment | Bartlomiej Zolnierkiewicz | 2010-02-16 | 1 | -2/+1 |
| |/
|/| |
|
| * | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-03-01 | 134 | -481/+556 |
| |\ |
|
| | * | ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object | Bob Moore | 2010-01-22 | 1 | -1/+0 |
| | * | ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) type | Bob Moore | 2010-01-22 | 30 | -182/+150 |
| | * | ACPICA: Predefined name repair: fix NULL package elements | Bob Moore | 2010-01-22 | 5 | -92/+209 |
| | * | ACPICA: AcpiGetDevices: Eliminate unnecessary _STA calls | Lin Ming | 2010-01-22 | 1 | -19/+33 |
| | * | ACPICA: Update all ACPICA copyrights and signons to 2010 | Bob Moore | 2010-01-22 | 134 | -134/+134 |
| | * | ACPICA: Update for new gcc-4 warning options | Bob Moore | 2010-01-22 | 5 | -53/+30 |
| |/
|/| |
|
| * | ACPI: Use GPE reference counting to support shared GPEs | Rafael J. Wysocki | 2010-02-24 | 3 | -19/+19 |
| * | ACPI / ACPICA: Multiple system notify handlers per device | Rafael J. Wysocki | 2010-02-22 | 3 | -39/+150 |
| * | ACPI: Use GPE reference counting to support shared GPEs | Rafael J. Wysocki | 2010-02-22 | 6 | -235/+117 |
|/ |
|
* | Merge branch 'acpica' into release | Len Brown | 2009-12-15 | 24 | -297/+715 |
|\ |
|
| * | ACPICA: Move check for valid Thread ID structure | Dan Carpenter | 2009-12-15 | 1 | -9/+9 |
| * | ACPICA: Predefined name repair: automatically remove null package elements | Bob Moore | 2009-12-15 | 3 | -78/+65 |
| * | ACPICA: Module-level code: enable _REG execution in same scope | Lin Ming | 2009-12-15 | 6 | -4/+36 |
| * | ACPICA: Conditionally perform complex per-predefined-name repairs | Bob Moore | 2009-12-15 | 1 | -13/+24 |
| * | ACPICA: Update function headers and comments, no functional change | Bob Moore | 2009-12-15 | 2 | -6/+10 |
| * | ACPICA: Remove messages if predefined repair(s) are successful | Bob Moore | 2009-12-15 | 3 | -27/+36 |
| * | ACPICA: Move Package-to-Buffer repair code into common ToBuffer function | Bob Moore | 2009-12-15 | 3 | -49/+48 |
| * | ACPICA: Fix mutex errors when running _REG methods | Bob Moore | 2009-12-15 | 1 | -11/+20 |
| * | ACPICA: Update function headers, no functional change | Bob Moore | 2009-12-15 | 1 | -13/+14 |
| * | ACPICA: Add more conversions to predefined name repair module | Bob Moore | 2009-12-15 | 1 | -76/+327 |
| * | ACPICA: Update internal namespace node/handle interfaces | Bob Moore | 2009-12-15 | 12 | -77/+40 |
| * | ACPICA: Add repair for bad _FDE/_GTM buffers | Bob Moore | 2009-12-15 | 2 | -11/+152 |
| * | ACPICA: Fix two additional Scope override error messages | Bob Moore | 2009-12-15 | 1 | -6/+8 |
| * | ACPICA: Fix two Scope type error messages | Bob Moore | 2009-12-15 | 1 | -8/+11 |
| * | ACPICA: Fix possible memory leak for module-level code execution | Lin Ming | 2009-12-15 | 1 | -0/+6 |
* | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2009-12-09 | 29 | -241/+1110 |
|\ \
| |/ |
|
| * | ACPICA: Add additional module-level code support | Lin Ming | 2009-11-24 | 2 | -21/+61 |
| * | ACPICA: Deploy new create integer interface where appropriate | Bob Moore | 2009-11-24 | 9 | -52/+30 |
| * | ACPICA: New internal utility function to create Integer objects | Bob Moore | 2009-11-24 | 2 | -0/+31 |
| * | ACPICA: Add repair for predefined methods that must return sorted lists | Bob Moore | 2009-11-24 | 4 | -2/+559 |
| * | ACPICA: Fix possible fault if return Package objects contain NULL elements | Bob Moore | 2009-11-24 | 1 | -1/+42 |
| * | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 2009-11-24 | 9 | -111/+155 |
| * | ACPICA: Change package length error message to an info message | Bob Moore | 2009-11-24 | 1 | -4/+4 |
| * | ACPICA: Reduce severity of predefined repair messages, Warning to Info | Bob Moore | 2009-11-24 | 4 | -4/+54 |
| * | ACPICA: Fix possible memory leak for Scope ASL operator | Lin Ming | 2009-11-24 | 1 | -17/+33 |
| * | ACPICA: Remove possibility of executing _REG methods twice | Lin Ming | 2009-11-24 | 1 | -5/+59 |
| * | ACPICA: Add repair for bad _MAT buffers | Lin Ming | 2009-11-24 | 1 | -2/+21 |
| * | ACPICA: Add repair for bad _BIF/_BIX packages | Bob Moore | 2009-11-24 | 1 | -26/+65 |
* | | ACPICA: Silence the warning about _BIF returning the buffer | Alexey Starikovskiy | 2009-11-24 | 1 | -2/+3 |
|/ |
|
* | ACPICA: avoid "Info: mapping multiple BARs. Your kernel is fine." | Bob Moore | 2009-11-05 | 2 | -12/+27 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-09-23 | 51 | -1323/+2697 |
|\ |
|
| * | Merge branch 'bugzilla-13620' into release | Len Brown | 2009-09-19 | 1 | -0/+6 |
| |\ |
|
| | * | ACPICA: fix leak of acpi_os_validate_address | Lin Ming | 2009-08-27 | 1 | -0/+6 |
| * | | Merge branch 'acpica' into release | Len Brown | 2009-09-19 | 50 | -1323/+2691 |
| |\ \ |
|