summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Update for non-configured ACPI_IS_DEBUG_ENABLED macro.Bob Moore2013-01-101-0/+1
* ACPICA: Merge all debug output macros into a single file, acoutput.Bob Moore2013-01-101-126/+0Star
* ACPICA: Deploy new ACPI_IS_DEBUG_ENABLED macro in debug output code.Bob Moore2013-01-103-16/+20
* ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.Bob Moore2013-01-1010-32/+25Star
* ACPICA: FUNCTION_TRACE macros: Check if debug is enabled up-front.Bob Moore2013-01-101-40/+78
* ACPICA: DEBUG_PRINT macros: Update to improve performance.Bob Moore2013-01-101-65/+67
* ACPICA: Resource Manager: Add a pointer cast for a namespace node.Rafael J. Wysocki2013-01-101-1/+3
* ACPICA: Add time macros for various timer/time manipulation.Bob Moore2013-01-103-5/+6
* ACPICA: Lint changes, no functional change.Bob Moore2013-01-102-5/+6
* ACPICA: Add root node optimization to internal get namespace node function.Bob Moore2013-01-101-0/+9
* ACPICA: Eliminate some small unnecessary pathname functions.Bob Moore2013-01-108-65/+22Star
* ACPICA: Change exception code for LoadTable operator.Bob Moore2013-01-101-3/+4
* ACPICA: Resources: New interface, AcpiWalkResourceBuffer.Bob Moore2013-01-101-31/+70
* ACPICA: AcpiGetObjectInfo: optimize exit for mutex failure.Bob Moore2013-01-101-1/+1
* ACPICA: Resource Manager: update template walking with ACPI_NEXT_RESOURCE.Lv Zheng2013-01-101-3/+1Star
* ACPICA: Enhance the ACPI_GETx and ACPI_SETx macros.Lv Zheng2013-01-103-45/+54
* ACPICA: Add macros to extract flag bits from resource descriptors.Bob Moore2013-01-101-0/+14
* ACPICA: Disassembler: Add new ACPI 5 interrupt sharing flags.Bob Moore2013-01-102-4/+6
* ACPICA: Debugger: Major update for the Disassemble<method> command.Bob Moore2013-01-105-44/+52
* ACPICA: Performance: Remove function tracing from critical allocation functions.Bob Moore2013-01-104-47/+43Star
* ACPICA: Performance enhancement for ACPI package objects.Chao Guan2013-01-101-9/+33
* ACPICA: Fix possible memory leak.Jesper Juhl2013-01-101-1/+2
* ACPICA: Update initialization codes.Lv Zheng2013-01-101-1/+2
* ACPICA: Enhance error messages.Lv Zheng2013-01-102-5/+5
* ACPICA: Fix broken call depth tracing logic.Lv Zheng2013-01-102-3/+2Star
* ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.Lv Zheng2013-01-1011-35/+37
* ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.Lv Zheng2013-01-1023-52/+47Star
* ACPICA: Cleanup source to reduce differences between Linux and ACPICA.Lv Zheng2013-01-1015-38/+34Star
* ACPICA: Update codes under disabled build options.Lv Zheng2013-01-106-3/+40
* ACPICA: Cleanup updated comments.Lv Zheng2013-01-1024-69/+80
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-01-046-33/+21Star
|\
| * ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki2013-01-041-1/+1
| * ACPI / power: Remove useless message from device registering routineRafael J. Wysocki2013-01-031-9/+2Star
| * ACPI / glue: Update DBG macro to include KERN_DEBUGJoe Perches2013-01-031-2/+7
| * ACPI / PM: Do not apply ACPI_SUCCESS() to acpi_bus_get_device() resultRafael J. Wysocki2013-01-031-2/+1Star
| * ACPI / memhotplug: remove redundant logic of acpi memory hotaddLiu Jinsong2013-01-031-18/+0Star
| * ACPI / APEI: Fix the returned value in erst_dbg_readAdrian Huang2013-01-031-1/+10
* | ACPICA: Remove useless mini-C library.Lv Zheng2013-01-032-750/+1Star
|/
* Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-142-11/+200
|\
| * ACPI: Create acpi_table_taint() function to avoid code duplicationThomas Renninger2012-10-011-7/+13
| * ACPI: Implement physical address table overrideThomas Renninger2012-10-011-4/+56
| * ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-10-012-0/+131
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-133-84/+110
|\ \
| * \ Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-131-0/+2
| |\ \
| | * | PCI/ACPI: Notify PCI devices when their power resource is turned onHuang Ying2012-11-131-0/+2
| * | | PCI/ACPI: Request _OSC control before scanning PCI root busTaku Izumi2012-11-071-59/+62
| * | | PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-1/+1
| * | | PCI/ACPI: Add _PRT interrupt routing info before enumerating devicesBjorn Helgaas2012-11-061-14/+16
| * | | ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-053-16/+16
| * | | PCI/ACPI: Remove acpi_root_driver in reverse orderYinghai Lu2012-11-031-1/+1