aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Fix lockdep false positives in acpi_power_off()Rafael J. Wysocki2011-07-131-17/+0
*-. 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/+16
| | * | 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/+9
| | * | ACPI: Do not export functions that are only used in osl.cRafael J. Wysocki2011-02-241-4/+2
| |/ /
* | | 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-201-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/+0
|\
| * ACPI: remove dead codeStephen Hemminger2010-10-191-25/+0
* | Merge branch 'acpi-mmio' into releaseLen Brown2010-10-261-48/+232
|\ \
| * | ACPI: Page based coalescing of I/O remappings optimizationMyron Stowe2010-10-241-11/+51
| * | ACPI: Convert simple locking to RCU based lockingMyron Stowe2010-10-241-12/+11
| * | ACPI: Pre-map 'system event' related register blocksMyron Stowe2010-10-241-31/+40
| * | ACPI: Add interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2010-10-241-0/+38
| * | ACPI: Maintain a list of ACPI memory mapped I/O remappingsMyron Stowe2010-10-241-15/+113
| * | ACPI: Fix ioremap size for MMIO reads and writesMyron Stowe2010-10-241-2/+2
| |/
* | ACPI: add FW_BUG to OSI(Linux) messageLen Brown2010-10-151-1/+1
* | ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore2010-10-011-68/+0
* | 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/+11
|\
| * Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-08-071-20/+0
| |\
| * | acpi: use queue_work_on() instead of binding workqueue worker to cpu0Tejun Heo2010-06-291-29/+11
* | | gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-151-4/+3
| |/ |/|
* | ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki2010-07-121-20/+0
|/
* hwmon: (asus_atk0110) Don't load if ACPI resources aren't enforcedJean Delvare2010-05-271-0/+9
* Merge branch 'master' into for-nextJiri Kosina2010-04-231-11/+12
|\
| *-. Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-061-11/+12
| |\ \
| | | * ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanupChase Douglas2010-04-041-10/+4
| | |/ | |/|
| | * ACPI: fixes a false alarm from lockdepZhang Rui2010-03-231-1/+8
| |/
* | Fix typos in commentsThomas Weber2010-03-161-2/+2
|/
* ACPI: replace acpi_integer by u64Lin Ming2010-01-281-2/+2
* ACPI: add const to acpi_check_resource_conflict()Jean Delvare2009-12-091-1/+1
* ACPI: Clarify resource conflict messageJean Delvare2009-09-271-1/+7