aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2012-11-03ACPI video: Ignore errors after _DOD evaluation.Igor Murzov1-4/+7
2012-10-26ACPI: missing breakAlan Cox1-0/+1
2012-10-23ACPI: Fix memory leak in acpi_bind_one()Jesper Juhl1-0/+1
2012-10-16ACPI: Reorder IPMI driver before any other ACPI driversMatthew Garrett1-1/+4
2012-10-09Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown2-27/+96
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown1-22/+71
2012-10-08cpuidle / ACPI: fix potential NULL pointer dereferenceWei Yongjun1-1/+2
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds26-491/+729
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown26-491/+729
2012-10-06ACPI: Add new sysfs interface to export device descriptionLance Ortiz1-2/+52
2012-10-06ACPI: Harden acpi_table_parse_entries() against BIOS bugFenghua Yu1-4/+14
2012-10-06ACPI: EC: Add a quirk for CLEVO M720T/M730T laptopFeng Tang1-1/+15
2012-10-06ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang1-4/+10
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+4
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-19/+59
2012-10-03Merge branch 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-4/+4
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-77/+68
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2-69/+11
2012-09-25ACPI: run _OSC after ACPI_FULL_INITIALIZATIONLin Ming1-2/+6
2012-09-24Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2-77/+68
2012-09-24PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_rootsTaku Izumi1-5/+8
2012-09-24PCI/ACPI: Protect acpi_pci_roots list with mutexTaku Izumi1-9/+18
2012-09-24PCI/ACPI: Use acpi_pci_root info rather than looking it up againTaku Izumi1-30/+5
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2-9/+10
2012-09-24PCI/ACPI: Protect acpi_pci_drivers list with mutexTaku Izumi1-17/+19
2012-09-24PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridgesJiang Liu1-0/+11
2012-09-24PCI/ACPI: Use normal list for struct acpi_pci_driverJiang Liu1-13/+3
2012-09-24Merge branch 'pm-cpuidle'Rafael J. Wysocki1-8/+24
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui1-3/+5
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-4/+1
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui1-0/+33
2012-09-24Thermal: set upper and lower limitsZhang Rui1-18/+35
2012-09-21ACPI/sbshc: convert to module_acpi_driver()Mika Westerberg1-17/+1
2012-09-21ACPI/hed: convert to module_acpi_driver()Mika Westerberg1-19/+1
2012-09-21ACPI/fan: convert to module_acpi_driver()Mika Westerberg1-21/+1
2012-09-21ACPI/button: convert to module_acpi_driver()Mika Westerberg1-12/+1
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu3-69/+125
2012-09-21ACPICA: Table Manager: Merge duplicate code (root table)Lv Zheng2-43/+18
2012-09-21ACPI: Use ACPICA native way to decode the PLD bufferFeng Tang1-4/+7
2012-09-21ACPICA: Add support for complex _PLD buffers.Bob Moore3-12/+126
2012-09-21ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang4-16/+8
2012-09-21ACPICA: Debug output: Update output for Processor object.Bob Moore1-1/+1
2012-09-21ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore1-2/+19
2012-09-21ACPICA: Add Windows8/Server2012 string for _OSI method.Bob Moore2-0/+2
2012-09-21ACPICA: Split ACPICA initialization functions to new file, utxfinit.cBob Moore3-266/+319
2012-09-21ACPICA: Enable Scope change to root during module-level code execution.Bob Moore2-0/+28
2012-09-21ACPI: delelte more BFS/GTS related definition and codeFeng Tang1-1/+0
2012-09-20ACPI video: allow events handlers to veto the keypressLuca Tettamanti1-4/+4
2012-09-17cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st...Daniel Lezcano1-8/+24
2012-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+30
2012-09-17Merge branch 'pm-cpuidle'Rafael J. Wysocki2-11/+5
2012-09-15ACPI / processor: remove pointless variable initializationDaniel Lezcano1-2/+0
2012-09-15ACPI / processor: remove unused function parameterDaniel Lezcano2-7/+5
2012-09-14ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu1-1/+1
2012-09-14ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming1-11/+23
2012-09-14ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki1-0/+10
2012-09-09ACPI: Add fixups for AMD P-state figuresMatthew Garrett1-0/+30
2012-09-05cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano1-2/+0
2012-08-22Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-0/+1
2012-08-20ACPI: export symbol acpi_get_table_with_sizeAlex Deucher1-0/+1
2012-08-12Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-0/+24
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki7-0/+24
2012-08-03Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o...Len Brown16-127/+177
2012-08-03ACPI processor: Fix tick_broadcast_mask online/offline regressionFeng Tang1-1/+1
2012-08-03ACPI: Only count valid srat memory structuresThomas Renninger1-3/+5
2012-08-03ACPI: Untangle a return statement for better readabilityThomas Renninger1-2/+4
2012-07-30ACPI / PCI: Do not try to acquire _OSC control if that is hopelessRafael J. Wysocki1-2/+9
2012-07-30ACPI: delete _GTS/_BFS supportLen Brown5-115/+31
2012-07-30Merge branch 'linux-next' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-2/+58
2012-07-28acpi/video_detect: blacklist samsung x360Corentin Chary1-0/+29
2012-07-28acpi: add a way to promote/demote vendor backlight driversCorentin Chary1-2/+29
2012-07-26ACPI: replace strlen("string") with sizeof("string") -1Len Brown1-2/+2
2012-07-26ACPI / PM: Fix build warning in sleep.c for CONFIG_ACPI_SLEEP unsetRafael J. Wysocki1-1/+1
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds135-1627/+2113
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown140-1662/+2181
2012-07-25Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik21-123/+135
2012-07-25drivers/acpi/glue: revert accidental license-related 6b66d95895c bitsJeff Garzik1-2/+2
2012-07-24Thermal: Documentation updateZhang Rui1-4/+2
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R1-2/+2
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-5/+21
2012-07-24ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe...Lan Tianyu1-1/+3
2012-07-19Merge branch 'pm-acpi'Rafael J. Wysocki10-63/+70
2012-07-19Merge branch 'pm-cpuidle'Rafael J. Wysocki2-45/+1
2012-07-17cpuilde / ACPI: remove time from acpi_processor_cx structureDaniel Lezcano1-2/+0
2012-07-17cpuidle / ACPI: remove usage from acpi_processor_cx structureDaniel Lezcano1-5/+0
2012-07-17cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structureDaniel Lezcano1-2/+0
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore115-664/+664
2012-07-17ACPICA: Add new ACPI table load/unload external interfacesBob Moore2-42/+178
2012-07-17ACPICA: Split file: tbxface.c -> tbxfload.cBob Moore3-164/+213
2012-07-17ACPICA: Add PCC address space to space ID decode functionBob Moore1-10/+11
2012-07-17ACPICA: Fix some comment fieldsBob Moore9-18/+19
2012-07-17ACPICA: Table manager: deploy new firmware error/warning interfacesBob Moore4-73/+80
2012-07-17ACPICA: Add new interfaces for BIOS(firmware) errors and warningsBob Moore1-0/+68
2012-07-17ACPICA: Split exception code utilities to a new file, utexcep.cBob Moore5-112/+154
2012-07-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2012-07-14Merge tag 'cpufreq-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2012-07-14ACPI: acpi_pad: tune round_robin_timeLen Brown1-1/+1
2012-07-14ACPICA: Fix possible fault in return package object repair codeBob Moore1-1/+1
2012-07-14ACPICA: Add support for implicit notify on multiple devicesBob Moore4-50/+109
2012-07-14ACPICA: Update comments; no functional changeBob Moore1-3/+3
2012-07-14ACPICA: Utilities: conditionally compile backslash removal functionBob Moore1-0/+2
2012-07-14ACPICA: Disassembler: Emit descriptions for ACPI predefined namesBob Moore2-0/+23
2012-07-14ACPI, APEI: Fixup common access width firmware bugJean Delvare1-0/+5
2012-07-12cpufreq / ACPI: Fix not loading acpi-cpufreq driver regressionThomas Renninger1-2/+4
2012-07-10ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resumeJonathan Nieder1-22/+0
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy1-29/+1
2012-07-05ACPI: intel_idle : break dependency between modulesDaniel Lezcano1-7/+0
2012-07-01ACPI / PM: Drop PM callbacks from the ACPI bus typeRafael J. Wysocki1-51/+0
2012-07-01ACPI / PM: Do not execute legacy driver PM callbacksRafael J. Wysocki1-15/+9
2012-07-01ACPI: Use struct dev_pm_ops for power management in the SBS driverRafael J. Wysocki1-4/+6
2012-07-01ACPI: Use struct dev_pm_ops for power management in the power driverRafael J. Wysocki1-4/+8
2012-07-01ACPI: Use struct dev_pm_ops for power management in the button driverRafael J. Wysocki1-3/+6
2012-07-01ACPI: Use struct dev_pm_ops for power management in the battery driverRafael J. Wysocki1-4/+11
2012-07-01ACPI: Use struct dev_pm_ops for power management in the AC driverRafael J. Wysocki1-5/+12
2012-07-01ACPI: Use struct dev_pm_ops for power management in processor driverRafael J. Wysocki2-4/+6
2012-07-01ACPI: Use struct dev_pm_ops for power management in the thermal driverRafael J. Wysocki1-7/+10
2012-07-01ACPI: Use struct dev_pm_ops for power management in the fan driverRafael J. Wysocki1-10/+11
2012-07-01ACPI / PM: Make acpi_bus_type use driver struct dev_pm_ops callbacksRafael J. Wysocki1-13/+47
2012-07-01ACPI / PM: Make acpi_bus_type use struct dev_pm_ops for PM handlingRafael J. Wysocki1-3/+4
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki3-4/+4
2012-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds6-10/+35
2012-06-30Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi...Len Brown16-75/+237
2012-06-30acpi_pad: fix power_saving thread deadlockStuart Hayes1-3/+4
2012-06-30ACPI video: Still use ACPI backlight control if _DOS doesn't existZhang Rui1-0/+2
2012-06-29libata-acpi: register/unregister device to/from power resourceLin Ming1-0/+2
2012-06-29libata-acpi: add ata port runtime D3Cold supportLin Ming1-0/+2
2012-06-29libata: bind the Linux device tree to the ACPI device treeMatthew Garrett1-2/+2
2012-06-27PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.Deepthi Dharwar1-2/+30
2012-06-23Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas1-5/+19
2012-06-23ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying1-5/+19
2012-06-22PCI/ACPI: provide MMCONFIG address for PCI host bridgesJiang Liu1-0/+2
2012-06-13ACPI: acpi_pad: rename "power_saving" thread to "acpi_pad" threadLen Brown1-1/+1
2012-06-12ACPI, APEI, Avoid too much error reporting in runtimeHuang Ying3-5/+27
2012-06-05ACPI sysfs.c strlen fixPavel Vasilyev1-2/+2
2012-06-04ACPI: Set hotplug _OST support bit to _OSCToshi Kani1-0/+4
2012-06-04ACPI: Add _OST support for ACPI container hotplugToshi Kani1-15/+28
2012-06-04ACPI: Add _OST support for ACPI memory hotplugToshi Kani1-11/+32
2012-06-04ACPI: Add _OST support for ACPI CPU hotplugToshi Kani1-8/+20
2012-06-04ACPI: Add _OST support for sysfs ejectToshi Kani1-9/+49
2012-06-04ACPI: Add an interface to evaluate _OSTToshi Kani1-0/+42
2012-06-04Merge branches 'bugfix-battery', 'bugfix-misc', 'bugfix-rafael', 'bugfix-turb...Len Brown11-70/+211
2012-06-04Merge branch 'upstream' into bugfix-videoLen Brown5-14/+45
2012-06-04drivers: acpi: Fix dependency for ACPI_HOTPLUG_CPUFabio Estevam1-1/+1
2012-06-01ACPI Battery: Added capacitysrinivas pandruvada1-0/+9
2012-06-01ACPI video: use after input_unregister_device()Dan Carpenter1-7/+7
2012-06-01acpi_video: Intel video is not always i915Alan Cox1-5/+15
2012-06-01acpi_video: fix leaking PCI referencesAlan Cox1-2/+3
2012-06-01ACPICA: Add FADT error message for GAS BitWidth overflowBob Moore1-7/+25
2012-06-01ACPICA: Remove argument of acpi_os_wait_events_completeLin Ming3-5/+5
2012-06-01ACPICA: iASL: Improved pathname supportBob Moore2-0/+31
2012-06-01ACPICA: Disassembler: Add support for Operation Region externalsBob Moore1-0/+81
2012-06-01ACPICA: Add support for multiple notify handlersBob Moore8-441/+262
2012-06-01ACPICA: Lint fixes for acpi_write, no functional changesBob Moore1-4/+5
2012-06-01ACPICA: Object dump routines: Use common function for string outputBob Moore1-3/+1
2012-06-01ACPICA: AML Parser: Fix two possible memory leaks in error pathJesper Juhl1-0/+2
2012-05-30x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin1-6/+2
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+6
2012-05-29ACPI / PM: Make acpi_pm_device_sleep_state() follow the specificationRafael J. Wysocki1-2/+2
2012-05-29ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctlyRafael J. Wysocki2-23/+30
2012-05-29ACPI / PM: Fix error messages in drivers/acpi/bus.cRafael J. Wysocki1-9/+28
2012-05-29ACPI / PM: Generate wakeup events on fixed power buttonDaniel Drake2-2/+44
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+10
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+32
2012-05-17ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki3-3/+14
2012-05-17acpi, bgrd: Add missing <linux/io.h> to drivers/acpi/bgrt.cH. Peter Anvin1-0/+1
2012-05-11ACPI: Add _PLD supportMatthew Garrett1-0/+30
2012-05-11ACPI: Add stubs for (un)register_acpi_bus_typeMatthew Garrett1-0/+2
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen1-1/+1
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-3/+5
2012-05-08acpi: use KERN_CONT in printk() continuation linesKay Sievers2-10/+10
2012-05-08ACPI: Ignore invalid _PSS entries, but use valid onesMarco Aurelio da Costa1-5/+25
2012-05-08ACPI battery: only refresh the sysfs files when pertinent information changesAndy Whitcroft1-1/+9
2012-05-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-11/+8
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming2-11/+8
2012-04-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+28
2012-04-23ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk1-24/+28
2012-04-20Revert "ACPI: ignore FADT reset-reg-sup flag"Linus Torvalds2-2/+4
2012-04-18Revert "ACPI: Make ACPI interrupt threaded"Thomas Gleixner1-2/+1
2012-04-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown65-1243/+2087
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-04-05ACPI processor: Use safe_halt() rather than halt() in acpi_idle_play_dead()Luck, Tony1-1/+1
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds63-1241/+2084
2012-03-30Merge branch 'tboot' into releaseLen Brown2-3/+31
2012-03-30Merge branch 'd3' into releaseLen Brown3-2/+206
2012-03-30Merge branch 'apei' into releaseLen Brown4-26/+56
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown17-70/+356
2012-03-30ACPI throttling: fix endian bug in acpi_read_throttling_status()Dan Carpenter1-3/+2
2012-03-30ACPI video: Don't start video device until its associated input device has be...Igor Murzov1-7/+8
2012-03-30ACPI video: Harden video bus adding.Igor Murzov1-15/+26
2012-03-30ACPI: Add support for exposing BGRT dataMatthew Garrett3-0/+185
2012-03-30ACPI: export acpi_kobjMatthew Garrett1-0/+1
2012-03-30ACPI: Fix logic for removing mappings in 'acpi_unmap'Myron Stowe1-1/+1
2012-03-30CPER failed to handle generic error records with multiple sectionsJiang Liu1-0/+2
2012-03-30ACPI: Clean redundant codes in scan.cAlex He1-4/+1
2012-03-30ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Paul E. McKenney1-2/+1
2012-03-30ACPI: consistently use should_use_kmap()Jan Beulich1-1/+1
2012-03-30ACPI: processor_driver: add missing kfreeJulia Lawall1-4/+10
2012-03-30ACPI, APEI: Fix incorrect APEI register bit width check and usageGary Hade1-21/+40