summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-09-272-5/+6
| |\| | | | | |
| | * | | | | | PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definitionYijing Wang2013-09-271-1/+0
| | * | | | | | PCI: Document reason for using pci_is_root_bus()Bjorn Helgaas2013-09-251-0/+4
| | * | | | | | PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang2013-09-251-2/+0
| | * | | | | | PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie()Joe Perches2013-09-251-2/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-09-271-0/+8
| |\ \ \ \ \ \
| | * | | | | | ARM: imx6q: Add PCIe bits to GPR syscon definitionSean Cross2013-09-271-0/+8
| | |/ / / / /
| * | | | | | Merge branch 'pci/yijing-pci_is_pcie-v2' into nextBjorn Helgaas2013-09-231-1/+2
| |\ \ \ \ \ \
| | * | | | | | [SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify codeYijing Wang2013-09-231-1/+2
| | |/ / / / /
| * | | | | | PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2013-09-231-6/+6
| * | | | | | ACPI: Write OSC_PCI_CONTROL_MASKS like OSC_PCI_SUPPORT_MASKSBjorn Helgaas2013-09-231-6/+1
| * | | | | | ACPI: Remove unused OSC_PCI_NATIVE_HOTPLUGBjorn Helgaas2013-09-231-3/+0
| * | | | | | ACPI: Tidy acpi_run_osc() declarationsBjorn Helgaas2013-09-231-5/+5
| * | | | | | ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas2013-09-231-3/+4
| * | | | | | ACPI: Write _OSC bit field definitions in hexBjorn Helgaas2013-09-231-27/+27
| |/ / / / /
* | | | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1422-302/+955
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-11-072-18/+3
| |\ \ \ \ \ \
| | * | | | | | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-072-12/+3
| | * | | | | | ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki2013-11-071-1/+0
| | * | | | | | ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki2013-11-071-5/+0
| * | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-071-0/+7
| |\ \ \ \ \ \ \
| | * | | | | | | cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar2013-10-311-0/+7
| * | | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-11-071-7/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpuidle: remove cpuidle_unregister_governor()Viresh Kumar2013-10-301-6/+0
| | * | | | | | | | cpuidle: fix indentation of cpumaskViresh Kumar2013-10-301-1/+1
| * | | | | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-11-079-106/+391
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng2013-10-311-7/+7
| | * | | | | | | | | ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng2013-10-311-2/+2
| | * | | | | | | | | ACPICA: Update acpidump related header file changes.Lv Zheng2013-10-312-2/+11
| | * | | | | | | | | ACPICA: Update compilation environment settings.Lv Zheng2013-10-311-0/+3
| | * | | | | | | | | ACPICA: Add new statistics interface.Lv Zheng2013-10-312-0/+12
| | * | | | | | | | | ACPICA: Update DMAR table definitions.Lv Zheng2013-10-311-2/+2
| | * | | | | | | | | ACPICA: Update RSDP table definitions.Lv Zheng2013-10-311-1/+18
| | * | | | | | | | | ACPICA: Update version to 20130927.Bob Moore2013-10-311-1/+1
| | * | | | | | | | | ACPICA: Update aclinux.h for new OSL override mechanism.Lv Zheng2013-10-312-45/+91
| | * | | | | | | | | ACPICA: Add support to allow host OS to redefine individual OSL prototypes.Lv Zheng2013-10-312-3/+137
| | * | | | | | | | | ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro.Bob Moore2013-10-311-0/+2
| | * | | | | | | | | ACPICA: Fix indentation issues for macro invocations.Lv Zheng2013-10-311-5/+17
| | * | | | | | | | | ACPICA: Prevent possible build issues for use of ACPI_PRINTF_LIKE macroLv Zheng2013-10-311-13/+16
| | * | | | | | | | | ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...Lv Zheng2013-10-311-2/+11
| | * | | | | | | | | ACPICA: Clarify ACPI_FREE_BUFFER usage.Bob Moore2013-10-311-3/+7
| | * | | | | | | | | ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng2013-10-311-4/+8
| | * | | | | | | | | ACPICA: Hardcode access width for the reset register.Bob Moore2013-10-301-0/+1
| | * | | | | | | | | ACPICA: Predefine name macros: Sort list.Bob Moore2013-10-301-13/+13
| | * | | | | | | | | ACPICA: Cleanup memory allocation macros and configurability.Lv Zheng2013-10-304-12/+41
| | * | | | | | | | | ACPICA: Fix a macro for the hardware-reduced caseBob Moore2013-10-301-1/+1
| * | | | | | | | | | Merge branch 'acpi-processor'Rafael J. Wysocki2013-11-071-1/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI / processor: Do not request ACPI cpufreq module directlyRafael J. Wysocki2013-10-301-1/+0
| * | | | | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-284-152/+195
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar2013-10-251-0/+14