summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pnp'Rafael J. Wysocki2014-01-124-6/+20
|\
| * PNPBIOS: check return value of pnp_add_device()Dmitry Torokhov2014-01-071-3/+9
| * PNP: Mark the function pnp_build_option() as static in resource.cRashika Kheria2014-01-061-1/+1
| * PNP / card: add missing put_device() callLevente Kurusa2014-01-051-0/+1
| * PNPACPI: check return value of pnp_add_device()Dmitry Torokhov2013-12-231-2/+9
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a...Rafael J. Wysocki2014-01-127-36/+69
|\ \ \ \ \ \
| | | | | * | ACPI / sleep: remove panic in case hardware has changed after S4Oliver Neukum2014-01-111-5/+2
| | | | * | | ACPI / scan: bail out early if failed to parse APIC ID for CPUJiang Liu2014-01-111-10/+14
| | | | |/ /
| | | * | | ACPI / thermal: remove const from thermal_zone_device_ops declarationEmil Goode2014-01-081-1/+1
| | | |/ /
| | * | | ACPI: Blacklist Win8 OSI for some HP laptop 2013 modelsTakashi Iwai2013-12-201-0/+50
| | * | | ACPI / video: Fix typo in video_detect.cMasanari Iida2013-12-201-1/+1
| | | |/ | | |/|
| * | | ACPI / EC: disable GPE before removing GPE handlerLan Tianyu2013-12-191-1/+1
| * | | ACPI / Button: Fix enabling button GPEs twiceLan Tianyu2013-12-191-18/+0
| |/ /
* | | Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-129-664/+403
|\ \ \
| * | | ACPI / extlog: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-49/+12
| * | | ACPI / nouveau: replace open-coded _DSM code with helper functionsJiang Liu2014-01-052-130/+54
| * | | nouveau / ACPI: fix memory leak in ACPI _DSM related codeJiang Liu2014-01-051-1/+4
| * | | ACPI / i915: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-114/+30
| * | | ACPI / i2c-hid: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-20/+6
| * | | ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu2014-01-051-26/+19
| * | | ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-259/+145
| * | | ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu2014-01-051-1/+1
| * | | PCI / pci-label: treat PCI label with index 0 as valid labelJiang Liu2014-01-051-16/+18
| * | | ACPI / PCI: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-87/+34
| * | | PCI / pci-label: release allocated ACPI object on error recovery pathJiang Liu2014-01-051-8/+4
| * | | ACPI: introduce helper interfaces for _DSM methodJiang Liu2014-01-052-0/+123
| * | | Merge branch 'acpi-tpm' into acpi-dsmRafael J. Wysocki2014-01-051-6/+9
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'acpica'Rafael J. Wysocki2014-01-1230-367/+538
|\ \ \ \
| * | | | ACPICA: Update version to 20131218.Bob Moore2014-01-081-1/+1
| * | | | ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.Lv Zheng2014-01-082-0/+21
| * | | | ACPICA: Linuxize: Cleanup spaces after special macro invocations.Lv Zheng2014-01-084-25/+5
| * | | | ACPICA: Interpreter: Add additional debug info for an error case.Bob Moore2014-01-081-1/+2
| * | | | ACPICA: Update ACPI example code to make it an actual working program.Bob Moore2014-01-081-5/+6
| * | | | ACPICA: Add an error message if the Debugger fails initialization.Bob Moore2014-01-081-2/+10
| * | | | ACPICA: Conditionally define a local variable that is used for debug only.Bob Moore2014-01-081-1/+3
| * | | | ACPICA: Parser: Updates/fixes for debug output.Bob Moore2014-01-081-2/+47
| * | | | ACPICA: Enhance ACPI warning for memory/IO address conflicts.Bob Moore2014-01-081-6/+13
| * | | | ACPICA: Update several debug statements - no functional change.Bob Moore2014-01-081-10/+9
| * | | | ACPICA: Improve exception handling for GPE block installation.Bob Moore2014-01-083-14/+22
| * | | | ACPICA: Add helper macros to extract bus/segment numbers from HEST table.Betty Dall2014-01-081-1/+9
| * | | | ACPICA: Tables: Add full support for the PCCT table, update table definition.Bob Moore2014-01-081-3/+12
| * | | | ACPICA: Tables: Add full support for the DBG2 table.Bob Moore2014-01-081-0/+5
| * | | | ACPICA: Add option to favor 32-bit FADT addresses.Bob Moore2014-01-083-152/+194
| * | | | ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-085-16/+22
| * | | | ACPICA: Back port and refine validation of the XSDT root table.Lv Zheng2014-01-082-90/+123
| * | | | ACPICA: Linux Header: Remove unused OSL prototypes.Lv Zheng2014-01-081-4/+0
| * | | | ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change.Lv Zheng2014-01-083-23/+22
| * | | | ACPICA: Disassembler: Improve pathname support for emitted External() stateme...Bob Moore2014-01-083-7/+8
| * | | | ACPICA: Debug output: Fix a couple of small output issues.Bob Moore2014-01-082-8/+8
| |/ / /
* | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-1228-629/+654
|\ \ \ \
OpenPOWER on IntegriCloud