| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Add support for region address conflict checking | Lin Ming | 2012-01-17 | 12 | -215/+403 |
* | ACPICA: Update for larger ACPI 5 FADT size | Bob Moore | 2012-01-17 | 1 | -6/+7 |
* | ACPICA: Clean up Makefile | Lin Ming | 2012-01-17 | 1 | -24/+133 |
* | ACPI 5.0: Allow _AEI method in walk resources | Zhang Rui | 2012-01-17 | 1 | -4/+6 |
* | ACPI 5.0: Add new predefined names | Bob Moore | 2012-01-17 | 5 | -4/+73 |
* | ACPI 5.0: New interface, acpi_buffer_to_resource | Bob Moore | 2012-01-17 | 1 | -0/+64 |
* | ACPI 5.0: New interface, acpi_get_event_resources | Bob Moore | 2012-01-17 | 3 | -0/+94 |
* | ACPI 5.0: Support for all new resource descriptors | Lin Ming | 2012-01-17 | 15 | -115/+1573 |
* | ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region | Bob Moore | 2012-01-17 | 5 | -17/+38 |
* | ACPI 5.0: Implement Connection() and AccessAs() changes | Bob Moore | 2012-01-17 | 14 | -45/+300 |
* | ACPI 5.0: New interfaces to allow driver access to AML mutex objects | Lin Ming | 2012-01-17 | 2 | -1/+188 |
* | ACPI 5.0: Implement hardware-reduced option | Bob Moore | 2012-01-17 | 5 | -3/+57 |
* | ACPI 5.0: Basic support for FADT version 5 | Bob Moore | 2012-01-17 | 1 | -2/+2 |
* | ACPICA: Do not abort table load on invalid space ID | Bob Moore | 2012-01-17 | 4 | -12/+54 |
* | ACPICA: Add error msg for Index/Bank field registers out-of-range | Bob Moore | 2012-01-17 | 1 | -0/+6 |
* | ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length) | Bob Moore | 2012-01-17 | 1 | -0/+2 |
* | ACPICA: Fix to allow region arguments to reference other scopes | Lin Ming | 2012-01-17 | 3 | -1/+8 |
* | ACPICA: Update for GCC 4 | Bob Moore | 2012-01-17 | 1 | -6/+3 |
* | Merge branch 'acpica-validate-address-regression' into next | Len Brown | 2012-01-17 | 1 | -0/+24 |
|\ |
|
| * | ACPICA: Put back the call to acpi_os_validate_address | Lin Ming | 2012-01-17 | 1 | -0/+24 |
* | | pstore: pass allocated memory region back to caller | Kees Cook | 2011-11-17 | 1 | -9/+22 |
* | | ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression) | Rafael J. Wysocki | 2011-11-12 | 1 | -29/+0 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-11-07 | 7 | -76/+233 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into next | Len Brown | 2011-11-06 | 2 | -61/+210 |
| |\ \ \ \ |
|
| | * | | | | cpuidle: Single/Global registration of idle states | Deepthi Dharwar | 2011-11-06 | 2 | -42/+169 |
| | * | | | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fields | Deepthi Dharwar | 2011-11-06 | 1 | -13/+12 |
| | * | | | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-... | Deepthi Dharwar | 2011-11-06 | 1 | -26/+49 |
| | |/ / / |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *-----. \ \ \ | Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'... | Len Brown | 2011-11-06 | 4 | -14/+22 |
| |\ \ \ \ \ \ \
| | | | | |/ / / |
|
| | | | * | | | | ACPI: Export FADT pm_profile integer value to userspace | Thomas Renninger | 2011-11-06 | 1 | -1/+13 |
| | | | |/ / / |
|
| | | * | | | | ACPI: Drop ACPI_NO_HARDWARE_INIT | Rafael J. Wysocki | 2011-11-06 | 1 | -6/+2 |
| | | * | | | | ACPI: use kstrdup() | Thomas Meyer | 2011-11-06 | 1 | -2/+1 |
| | | |/ / / |
|
| | * | | | | ACPI: Fix possible recursive locking in hwregs.c | Rakib Mullick | 2011-11-06 | 1 | -5/+6 |
| | |/ / / |
|
| * | | | | ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast() | Luck, Tony | 2011-11-06 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 27 | -2/+26 |
|\ \ \ \ |
|
| * | | | | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 2011-10-31 | 22 | -0/+22 |
| * | | | | acpi: downgrade files from module.h to export.h where possible. | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
| * | | | | acpi: delete module.h include from files explicitly not needing it | Paul Gortmaker | 2011-10-31 | 1 | -1/+0 |
| * | | | | acpi: add module.h to files implicitly using/relying on it. | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
* | | | | | ACPI / PM: Add Sony VPCEB17FX to nonvs blacklist | Dave Jones | 2011-11-04 | 1 | -0/+8 |
* | | | | | Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l... | Linus Torvalds | 2011-11-01 | 1 | -5/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | pstore: make pstore write function return normal success/fail value | Chen Gong | 2011-10-12 | 1 | -4/+6 |
| * | | | | pstore: change mutex locking to spin_locks | Don Zickus | 2011-08-16 | 1 | -1/+1 |
* | | | | | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2011-10-28 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge remove | Prarit Bhargava | 2011-10-14 | 1 | -1/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | llist: Make some llist functions inline | Huang Ying | 2011-10-04 | 1 | -1/+0 |
| |/ / / / |
|
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-10-26 | 1 | -14/+8 |
|\ \ \ \ \ |
|
| * | | | | | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -14/+8 |
| |/ / / / |
|
* | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-10-26 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | locking, ACPI: Annotate c3_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -5/+5 |
| | |/ / /
| |/| | | |
|