summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang2013-05-281-4/+9
| | * | x86/PCI: Increase info->res_num before checking pci_use_crsYijing Wang2013-05-281-5/+2
| | * | PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui2013-05-281-1/+1
| | * | PCI: Convert ioapic.c to module_pci_driverLibo Chen2013-05-271-12/+1
| * | | Merge branch 'pci/kevin-bus-to-resource' into nextBjorn Helgaas2013-05-251-6/+25
| |\ \ \
| | * | | PCI: Unset resource if initial BAR value is invalidKevin Hao2013-05-251-1/+21
| | * | | PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()Kevin Hao2013-05-251-3/+2
| | * | | PCI: Add 0x prefix to BAR register position in __pci_read_base()Kevin Hao2013-05-251-2/+2
| | | |/ | | |/|
| * | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-05-215-9/+43
| |\ \ \ | | |/ / | |/| / | | |/
| | * PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas2013-05-211-3/+13
| | * sparc/PCI: Use PCI_UNKNOWN for unknown power stateBjorn Helgaas2013-05-201-1/+1
| | * powerpc/PCI: Use PCI_UNKNOWN for unknown power stateBjorn Helgaas2013-05-171-1/+1
| | * PCI/ACPI: Check acpi_resource_to_address64() return valueBjorn Helgaas2013-05-151-4/+3
| | * PCI: Work around Ivytown NTB BAR size issueJon Mason2013-05-151-0/+25
| |/
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-03279-3419/+6877
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-07-011-0/+1
| |\ \
| | * | cpufreq: Fix cpufreq regression after suspend/resumeSrivatsa S. Bhat2013-07-011-0/+1
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-295-4/+60
| |\ \ \ | | |/ /
| | * | cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin2013-06-271-0/+1
| | * | Merge branch 'pm-fixes' into pm-cpufreqRafael J. Wysocki2013-06-271-4/+13
| | |\ \
| | * | | acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu2013-06-274-4/+44
| | * | | cpufreq: make sure frequency transitions are serializedViresh Kumar2013-06-272-0/+15
| * | | | Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-291-0/+4
| |\ \ \ \
| | * | | | PM / Sleep: Warn about system time after resume with pm_traceShuah Khan2013-06-271-0/+4
| * | | | | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-06-291-13/+3
| |\ \ \ \ \
| | * | | | | ACPI: implement acpi_os_get_timer() according the specMika Westerberg2013-06-271-13/+3
| * | | | | | Merge branch 'acpi-pm'Rafael J. Wysocki2013-06-291-4/+8
| |\ \ \ \ \ \
| | * | | | | | ACPI / PM: Fix possible NULL pointer deref in acpi_pm_device_sleep_state()Rafael J. Wysocki2013-06-281-4/+8
| * | | | | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-06-292-9/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI / processor: Drop unused variable from processor_perflib.cLan Tianyu2013-06-251-3/+1
| | * | | | | | | ACPI / processor: Remove unused macros in processor_driver.cHanjun Guo2013-06-241-6/+0
| * | | | | | | | Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-2833-113/+315
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | PM / QoS: Add pm_qos and dev_pm_qos to events-power.txtSahara2013-06-241-0/+31
| | * | | | | | | PM / QoS: Add dev_pm_qos_request tracepointsSahara2013-06-242-0/+57
| | * | | | | | | PM / QoS: Add pm_qos_request tracepointsSahara2013-06-242-0/+76
| | * | | | | | | PM / QoS: Add pm_qos_update_target/flags tracepointsSahara2013-06-242-0/+54
| | * | | | | | | PM / QoS: Update Documentation/power/pm_qos_interface.txtlan,Tianyu2013-06-231-7/+43
| | * | | | | | | PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner2013-06-213-2/+6
| | * | | | | | | PM / QoS: correct the valid range of pm_qos_classSahara2013-06-211-3/+3
| | * | | | | | | PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson2013-06-112-2/+4
| | * | | | | | | PM / Runtime: Update .runtime_idle() callback documentationAlan Stern2013-06-031-5/+10
| | * | | | | | | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-0323-92/+28
| | * | | | | | | PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas2013-06-031-2/+3
| * | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-2867-542/+928
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Merge branch 'pm-cpufreq-arm' into pm-cpufreqRafael J. Wysocki2013-06-279-22/+38
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'cpufreq-fix-notification-arm' of git://git.linaro.org/people/vi...Rafael J. Wysocki2013-06-248-20/+36
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+2
| | | | * | | | | | | cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+6
| | | | * | | | | | | cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-3/+3
| | | | * | | | | | | cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-6/+11
OpenPOWER on IntegriCloud