aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-2/+2
2012-11-29Merge branch 'acpica'Rafael J. Wysocki7-42/+47
2012-11-27Merge branch 'acpi-dev-pm' into acpi-enumerationRafael J. Wysocki1-3/+69
2012-11-21ACPI / PM: Introduce os_accessible flag for power_stateAaron Lu1-0/+6
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki1-1/+1
2012-11-16ACPI: create _SUN sysfs fileYasuaki Ishimatsu1-0/+1
2012-11-15ACPICA: Update version to 20121018Bob Moore1-1/+1
2012-11-15ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB methodBob Moore2-5/+8
2012-11-15ACPICA: Update support for ACPI 5 MPST tableBob Moore1-11/+11
2012-11-15ACPICA: Add ACPI_MOVE_NAME macro to optimize 4-byte ACPI_NAME copiesBob Moore1-0/+4
2012-11-15ACPICA: Remove extra spaces after periods in the Intel licenseBob Moore1-1/+1
2012-11-15ACPICA: Remove extra spaces after periods within commentsBob Moore1-1/+1
2012-11-15ACPICA: ACPICA core: Cleanup empty lines at file start and endBob Moore2-2/+0
2012-11-15ACPICA: Fix indent caused divergences.Lv Zheng2-10/+9
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng2-5/+5
2012-11-15ACPICA: Fix divergences of definition conflicts.Lv Zheng1-6/+6
2012-11-15ACPICA: Fix unmerged debugger divergences.Lv Zheng1-0/+1
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg1-1/+1
2012-11-15ACPI: Remove unused lockable in acpi_device_flagsToshi Kani1-2/+1
2012-11-15ACPI / PM: Fix build problem related to acpi_target_system_state()David Rientjes1-2/+6
2012-11-15ACPI / PM: Move device PM functions related to sleep statesRafael J. Wysocki1-0/+2
2012-11-15ACPI / PM: Provide device PM functions operating on struct acpi_deviceRafael J. Wysocki1-0/+11
2012-11-15ACPI / PM: Split device wakeup management routinesRafael J. Wysocki1-0/+11
2012-11-15ACPI / PM: Move device power state selection routine to device_pm.cRafael J. Wysocki1-1/+14
2012-11-15ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki1-0/+15
2012-11-15ACPI / PM: Fix device PM kernedoc comments and #ifdefsRafael J. Wysocki1-2/+6
2012-11-05ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas1-2/+2
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds9-80/+444
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into releaseLen Brown9-80/+444
2012-10-06ACPI: Add new sysfs interface to export device descriptionLance Ortiz1-0/+1
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds5-16/+16
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells5-16/+16
2012-09-21ACPI: introduce module_acpi_driver() helper macroMika Westerberg1-0/+13
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu1-2/+13
2012-09-21ACPICA: Update version to 20120913Bob Moore1-1/+1
2012-09-21ACPICA: Headers: Add new ACPI 5 HEST notify type values.Bob Moore1-1/+3
2012-09-21ACPI: Use ACPICA native way to decode the PLD bufferFeng Tang1-30/+1
2012-09-21ACPICA: Update version to 20120816.Bob Moore1-1/+1
2012-09-21ACPICA: Add struct header support for _FDE, _GRT, _GTM, and _SRT names.Bob Moore1-0/+43
2012-09-21ACPICA: Add support for complex _PLD buffers.Bob Moore7-12/+234
2012-09-21ACPICA: Headers: Add support for CSRT and DBG2 ACPI tables.Bob Moore2-1/+111
2012-09-21ACPICA: Comment update: Fix some typos in actble.hBob Moore1-24/+24
2012-09-21ACPI: delelte more BFS/GTS related definition and codeFeng Tang2-9/+0
2012-09-17cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power structureDaniel Lezcano1-2/+0
2012-09-15ACPI / processor: remove unused function parameterDaniel Lezcano1-4/+2
2012-09-05cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano1-1/+0
2012-08-03Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie' into baseLen Brown3-13/+7
2012-07-30ACPI: delete _GTS/_BFS supportLen Brown2-3/+3
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds16-41/+74