Age | Commit message (Expand) | Author | Files | Lines |
2014-02-03 | ACPI / numa: Use __weak, not the gcc-specific version | Bjorn Helgaas | 1 | -1/+1 |
2014-02-03 | ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static | Bjorn Helgaas | 1 | -2/+2 |
2014-02-03 | ACPI / numa: Simplify acpi_get_node() style | Bjorn Helgaas | 1 | -4/+4 |
2014-02-03 | ACPI / numa: Fix acpi_get_node() prototype | Bjorn Helgaas | 1 | -1/+1 |
2014-01-29 | Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '... | Rafael J. Wysocki | 7 | -34/+32 |
2014-01-29 | ACPI / scan: Clear match_driver flag in acpi_bus_trim() | Rafael J. Wysocki | 1 | -0/+1 |
2014-01-29 | ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator... | Mark Brown | 1 | -0/+9 |
2014-01-28 | ACPICA: Remove bool usage from ACPICA. | Lv Zheng | 2 | -2/+2 |
2014-01-28 | ACPI / PM: Use ACPI_COMPANION() to get ACPI companions of devices | Rafael J. Wysocki | 1 | -18/+6 |
2014-01-28 | ACPI / scan: reduce log level of "ACPI: \_PR_.CPU4: failed to get CPU APIC ID" | Jiang Liu | 1 | -1/+1 |
2014-01-28 | ACPI / processor: Return specific error value when mapping lapic id | Hanjun Guo | 1 | -13/+13 |
2014-01-25 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 70 | -1093/+1295 |
2014-01-23 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2014-01-21 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -38/+83 |
2014-01-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -19/+1 |
2014-01-18 | Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs" | Rafael J. Wysocki | 1 | -1/+0 |
2014-01-17 | Merge branch 'acpi-modules' | Rafael J. Wysocki | 1 | -6/+67 |
2014-01-17 | Merge branches 'acpi-init' and 'acpi-hotplug' | Rafael J. Wysocki | 1 | -0/+12 |
2014-01-17 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -15/+14 |
2014-01-17 | ACPI: add module autoloading support for ACPI enumerated devices | Zhang Rui | 1 | -0/+57 |
2014-01-17 | ACPI: fix create_modalias() return value handling | Zhang Rui | 1 | -6/+10 |
2014-01-16 | ACPI / memhotplug: add parameter to disable memory hotplug | Prarit Bhargava | 1 | -0/+12 |
2014-01-14 | ACPI / PCI: Use global PCI rescan-remove locking in PCI root hotplug | Rafael J. Wysocki | 1 | -0/+6 |
2014-01-13 | Merge branch 'x86/idle' into sched/core | Ingo Molnar | 2 | -19/+1 |
2014-01-13 | Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a... | Rafael J. Wysocki | 7 | -36/+69 |
2014-01-13 | Merge branch 'acpi-dsm' | Rafael J. Wysocki | 2 | -49/+109 |
2014-01-13 | Merge branch 'acpica' | Rafael J. Wysocki | 20 | -315/+478 |
2014-01-13 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 11 | -542/+486 |
2014-01-13 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 44 | -131/+61 |
2014-01-12 | Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 4 | -31/+33 |
2014-01-12 | Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes. | Ingo Molnar | 7 | -5/+35 |
2014-01-11 | ACPI / scan: ACPI device object sysfs attribute for _STA evaluation | Srinivas Pandruvada | 1 | -0/+22 |
2014-01-11 | ACPI / sleep: remove panic in case hardware has changed after S4 | Oliver Neukum | 1 | -5/+2 |
2014-01-11 | ACPI / scan: bail out early if failed to parse APIC ID for CPU | Jiang Liu | 1 | -10/+14 |
2014-01-11 | ACPI / cpuidle: remove dev->state_count setting | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2014-01-11 | ACPI / cpuidle: fix max idle state handling with hotplug CPU support | Bartlomiej Zolnierkiewicz | 1 | -13/+14 |
2014-01-08 | ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global. | Lv Zheng | 1 | -0/+12 |
2014-01-08 | ACPICA: Linuxize: Cleanup spaces after special macro invocations. | Lv Zheng | 3 | -8/+2 |
2014-01-08 | ACPICA: Interpreter: Add additional debug info for an error case. | Bob Moore | 1 | -1/+2 |
2014-01-08 | ACPICA: Add an error message if the Debugger fails initialization. | Bob Moore | 1 | -2/+10 |
2014-01-08 | ACPICA: Conditionally define a local variable that is used for debug only. | Bob Moore | 1 | -1/+3 |
2014-01-08 | ACPICA: Parser: Updates/fixes for debug output. | Bob Moore | 1 | -2/+47 |
2014-01-08 | ACPICA: Enhance ACPI warning for memory/IO address conflicts. | Bob Moore | 1 | -6/+13 |
2014-01-08 | ACPICA: Update several debug statements - no functional change. | Bob Moore | 1 | -10/+9 |
2014-01-08 | ACPICA: Improve exception handling for GPE block installation. | Bob Moore | 3 | -14/+22 |
2014-01-08 | ACPICA: Add option to favor 32-bit FADT addresses. | Bob Moore | 2 | -152/+193 |
2014-01-08 | ACPICA: Cleanup the option of forcing the use of the RSDT. | Lv Zheng | 2 | -5/+13 |
2014-01-08 | ACPICA: Back port and refine validation of the XSDT root table. | Lv Zheng | 1 | -90/+120 |
2014-01-08 | ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change. | Lv Zheng | 2 | -13/+20 |
2014-01-08 | ACPICA: Disassembler: Improve pathname support for emitted External() stateme... | Bob Moore | 3 | -7/+8 |