aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge branch 'tboot' into releaseLen Brown1-0/+24
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'misc', 'red-hat-bz-727865', 'thermal', 'throttling', 'turbostat' and 'video' into releaseLen Brown1-2/+3
2012-03-30ACPI: consistently use should_use_kmap()Jan Beulich1-1/+1
2012-03-30ACPI: Make ACPI interrupt threadedAndi Kleen1-1/+2
2012-03-22ACPICA: Add acpi_os_physical_table_override interfaceBob Moore1-0/+9
2012-03-22ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore1-84/+2
2012-03-22Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into tbootLen Brown1-0/+24
2012-03-13x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang1-0/+24
2012-01-21ACPI, APEI: Add RAM mapping support to ACPIMyron Stowe1-2/+34
2012-01-21ACPI, APEI: Add 64-bit read/write support for APEI on i386Myron Stowe1-0/+116
2012-01-18Merge branch 'atomicio-remove' into releaseLen Brown1-14/+26
2012-01-17ACPI: Export interfaces for ioremapping/iounmapping ACPI registersMyron Stowe1-2/+4
2012-01-17ACPI: Fix possible alignment issues with GAS 'address' referencesMyron Stowe1-14/+24
2012-01-17ACPICA: Add support for region address conflict checkingLin Ming1-190/+12
2011-10-14PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava1-1/+2
2011-08-02Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from-akpm', 'kexec-param' and 'misc' into releaseLen Brown1-19/+23
2011-08-02ACPI: add missing _OSI stringsShaohua Li1-1/+7
2011-08-02ACPI print OSI(Linux) warning only onceLen Brown1-1/+1
2011-07-16ACPI: introduce "acpi_rsdp=" parameter for kdumpTakao Indoh1-0/+15
2011-07-13ACPI: Fix lockdep false positives in acpi_power_off()Rafael J. Wysocki1-17/+0
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd3-cold', 'ec-asus' and 'thermal-fix' into releaseLen Brown1-63/+82
2011-03-25ACPI: osl, add acpi_os_create_lock interfaceLin Ming1-8/+25
2011-03-23Merge branch 'linus' into releaseLen Brown1-3/+3
2011-02-24Merge branches 'acpi-iomem', 'acpi-pm' and 'acpi-sci' into acpi-nextRafael J. Wysocki1-60/+79
2011-02-24ACPI: Avoid calling request_irq() many times for the same interruptRafael J. Wysocki1-12/+15
2011-02-24ACPI: Introduce acpi_os_get_iomem()Rafael J. Wysocki1-0/+16
2011-02-24ACPI: Do not use krefs under a mutex in osl.cRafael J. Wysocki1-20/+16
2011-02-24ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappingsRafael J. Wysocki1-13/+15
2011-02-24ACPI: Avoid walking the list of memory mappings in osl.c twice in a rowRafael J. Wysocki1-13/+20
2011-02-24ACPI: Change acpi_ioremap_lock into a mutexRafael J. Wysocki1-12/+9
2011-02-24ACPI: Do not export functions that are only used in osl.cRafael J. Wysocki1-4/+2
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo1-7/+18
2011-02-08ACPI: Fix acpi_os_read_memory() and acpi_os_write_memory() (v2)Rafael J. Wysocki1-7/+18
2011-02-01acpi: kacpi*_wq don't need WQ_MEM_RECLAIMTejun Heo1-3/+3
2011-01-20ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki1-5/+7
2011-01-12Merge branch 'misc' into testLen Brown1-4/+7
2011-01-12ACPI: fix resource check messageThomas Renninger1-4/+7
2011-01-07ACPI: Use ioremap_cache()Len Brown1-3/+3
2010-12-11Merge branches 'bugzilla-15418', 'bugzilla-21722', 'bugzilla-22932', 'misc-2.6.37' and 'osi-regression' into releaseLen Brown1-36/+77
2010-12-11ACPI: fix a section mismatchZhang Rui1-1/+1
2010-12-11ACPI: fix allowing to add/remove multiple _OSI stringsLin Ming1-16/+50
2010-12-11acpi: fix _OSI string setup regressionLin Ming1-26/+33
2010-10-26Merge branch 'misc' into releaseLen Brown1-25/+0
2010-10-26Merge branch 'acpi-mmio' into releaseLen Brown1-48/+232
2010-10-24ACPI: Page based coalescing of I/O remappings optimizationMyron Stowe1-11/+51
2010-10-24ACPI: Convert simple locking to RCU based lockingMyron Stowe1-12/+11
2010-10-24ACPI: Pre-map 'system event' related register blocksMyron Stowe1-31/+40
2010-10-24ACPI: Add interfaces for ioremapping/iounmapping ACPI registersMyron Stowe1-0/+38
2010-10-24ACPI: Maintain a list of ACPI memory mapped I/O remappingsMyron Stowe1-15/+113
2010-10-24ACPI: Fix ioremap size for MMIO reads and writesMyron Stowe1-2/+2