aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAge
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-07
|\
| *-------. Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown2012-10-06
| |\ \ \ \ \
| | | | | | * ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu2012-09-21
| | |_|_|_|/ | |/| | | |
| | | | | * ACPI/sbshc: convert to module_acpi_driver()Mika Westerberg2012-09-21
| | | | | * ACPI/hed: convert to module_acpi_driver()Mika Westerberg2012-09-21
| | | | | * ACPI/fan: convert to module_acpi_driver()Mika Westerberg2012-09-21
| | | | | * ACPI/button: convert to module_acpi_driver()Mika Westerberg2012-09-21
| | |_|_|/ | |/| | |
| | | | * ACPI: Add new sysfs interface to export device descriptionLance Ortiz2012-10-06
| | | | * ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu2012-10-06
| | | | * ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming2012-09-25
| | |_|/ | |/| |
| | * | ACPICA: Table Manager: Merge duplicate code (root table)Lv Zheng2012-09-21
| | * | ACPI: Use ACPICA native way to decode the PLD bufferFeng Tang2012-09-21
| | * | ACPICA: Add support for complex _PLD buffers.Bob Moore2012-09-21
| | * | ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang2012-09-21
| | * | ACPICA: Debug output: Update output for Processor object.Bob Moore2012-09-21
| | * | ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore2012-09-21
| | * | ACPICA: Add Windows8/Server2012 string for _OSI method.Bob Moore2012-09-21
| | * | ACPICA: Split ACPICA initialization functions to new file, utxfinit.cBob Moore2012-09-21
| | * | ACPICA: Enable Scope change to root during module-level code execution.Bob Moore2012-09-21
| | * | ACPI: delelte more BFS/GTS related definition and codeFeng Tang2012-09-21
| |/ /
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\ \ \
| * \ \ Merge branch 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-10-02
| |\ \ \ | | |/ / | |/| |
| | * | ACPI video: allow events handlers to veto the keypressLuca Tettamanti2012-09-20
* | | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-02
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-09-24
| |\ \ \ \
| | * | | | cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st...Daniel Lezcano2012-09-17
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2012-09-17
| |\ \ \ \ \
| | * | | | | ACPI: Add fixups for AMD P-state figuresMatthew Garrett2012-09-09
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-09-17
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | ACPI / processor: remove pointless variable initializationDaniel Lezcano2012-09-15
| | * | | ACPI / processor: remove unused function parameterDaniel Lezcano2012-09-15
| | * | | cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano2012-09-05
| | |/ /
* | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-01
|\ \ \ \
| * \ \ \ Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-24
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_rootsTaku Izumi2012-09-24
| | * | | PCI/ACPI: Protect acpi_pci_roots list with mutexTaku Izumi2012-09-24
| | * | | PCI/ACPI: Use acpi_pci_root info rather than looking it up againTaku Izumi2012-09-24
| | * | | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-24
| | * | | PCI/ACPI: Protect acpi_pci_drivers list with mutexTaku Izumi2012-09-24
| | * | | PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridgesJiang Liu2012-09-24
| | * | | PCI/ACPI: Use normal list for struct acpi_pci_driverJiang Liu2012-09-24
* | | | | efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2012-09-29
| |_|/ / |/| | |
* | | | ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu2012-09-14
* | | | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming2012-09-13
* | | | ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-13
|/ / /
* | | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-08-21
|\ \ \
| * | | ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-08-20
| |/ /
* | | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-12
|\ \ \
| * | | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-10
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o...Len Brown2012-08-03
|\ \ \ \ \