summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI, APEI: Add RAM mapping support to ACPIMyron Stowe2012-01-211-2/+34
* ACPI, APEI: Add 64-bit read/write support for APEI on i386Myron Stowe2012-01-211-0/+116
* Merge branch 'atomicio-remove' into releaseLen Brown2012-01-181-14/+26
|\
| * ACPI: Export interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2012-01-171-2/+4
| * ACPI: Fix possible alignment issues with GAS 'address' referencesMyron Stowe2012-01-171-14/+24
* | ACPICA: Add support for region address conflict checkingLin Ming2012-01-171-190/+12Star
|/
* PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava2011-10-141-1/+2
*-----. Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from...Len Brown2011-08-021-19/+23
|\ \ \ \
| | | | * ACPI print OSI(Linux) warning only onceLen Brown2011-08-021-1/+1
| |_|_|/ |/| | |
| | | * ACPI: introduce "acpi_rsdp=" parameter for kdumpTakao Indoh2011-07-171-0/+15
| |_|/ |/| |
| | * ACPI: add missing _OSI stringsShaohua Li2011-08-021-1/+7
| |/
| * ACPI: Fix lockdep false positives in acpi_power_off()Rafael J. Wysocki2011-07-131-17/+0Star
|/
*-. Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown2011-05-291-63/+82
|\ \
| * \ Merge branch 'linus' into releaseLen Brown2011-03-231-3/+3
| |\ \
| | * | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-211-7/+18
| | |\|
| | * | acpi: kacpi*_wq don't need WQ_MEM_RECLAIMTejun Heo2011-02-011-3/+3
| | | |
| | \ \
| *-. \ \ Merge branches 'acpi-iomem', 'acpi-pm' and 'acpi-sci' into acpi-nextRafael J. Wysocki2011-02-241-60/+79
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | ACPI: Avoid calling request_irq() many times for the same interruptRafael J. Wysocki2011-02-241-12/+15
| | |/ / | |/| |
| | * | ACPI: Introduce acpi_os_get_iomem()Rafael J. Wysocki2011-02-241-0/+16
| | * | ACPI: Do not use krefs under a mutex in osl.cRafael J. Wysocki2011-02-241-20/+16Star
| | * | ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappingsRafael J. Wysocki2011-02-241-13/+15
| | * | ACPI: Avoid walking the list of memory mappings in osl.c twice in a rowRafael J. Wysocki2011-02-241-13/+20
| | * | ACPI: Change acpi_ioremap_lock into a mutexRafael J. Wysocki2011-02-241-12/+9Star
| | * | ACPI: Do not export functions that are only used in osl.cRafael J. Wysocki2011-02-241-4/+2Star
| |/ /
* / / ACPI: osl, add acpi_os_create_lock interfaceLin Ming2011-03-251-8/+25
|/ /
* / ACPI: Fix acpi_os_read_memory() and acpi_os_write_memory() (v2)Rafael J. Wysocki2011-02-081-7/+18
|/
* ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki2011-01-211-5/+7
* Merge branch 'misc' into testLen Brown2011-01-121-4/+7
|\
| * ACPI: fix resource check messageThomas Renninger2011-01-121-4/+7
* | ACPI: Use ioremap_cache()Len Brown2011-01-071-3/+3
| |
| \
*-. \ Merge branches 'bugzilla-15418', 'bugzilla-21722', 'bugzilla-22932', 'misc-2....Len Brown2010-12-111-36/+77
|\ \ \ | |_|/ |/| |
| | * ACPI: fix allowing to add/remove multiple _OSI stringsLin Ming2010-12-111-16/+50
| | * acpi: fix _OSI string setup regressionLin Ming2010-12-111-26/+33
| |/ |/|
| * ACPI: fix a section mismatchZhang Rui2010-12-111-1/+1
|/
* Merge branch 'misc' into releaseLen Brown2010-10-261-25/+0Star
|\
| * ACPI: remove dead codeStephen Hemminger2010-10-191-25/+0Star
* | Merge branch 'acpi-mmio' into releaseLen Brown2010-10-261-48/+232
|\ \
| * | ACPI: Page based coalescing of I/O remappings optimizationMyron Stowe2010-10-251-11/+51
| * | ACPI: Convert simple locking to RCU based lockingMyron Stowe2010-10-251-12/+11Star
| * | ACPI: Pre-map 'system event' related register blocksMyron Stowe2010-10-251-31/+40
| * | ACPI: Add interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2010-10-251-0/+38
| * | ACPI: Maintain a list of ACPI memory mapped I/O remappingsMyron Stowe2010-10-251-15/+113
| * | ACPI: Fix ioremap size for MMIO reads and writesMyron Stowe2010-10-251-2/+2
| |/
* | ACPI: add FW_BUG to OSI(Linux) messageLen Brown2010-10-161-1/+1
* | ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore2010-10-011-68/+0Star
* | ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming2010-10-011-42/+46
* | ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore2010-10-011-3/+5
|/
* Merge branch 'linus' into releaseLen Brown2010-08-151-29/+11Star
|\
| * Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-08-081-20/+0Star
| |\
| * | acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo2010-06-291-29/+11Star