aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Merge branch 'acpi-assorted'Rafael J. Wysocki1-13/+3
2013-06-27ACPI: implement acpi_os_get_timer() according the specMika Westerberg1-13/+3
2013-06-16ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDTLv Zheng1-0/+11
2013-04-24ACPI: Fix wrong parameter passed to memblock_reserveWang YanQing1-1/+1
2013-03-25ACPI: Use resource_size() in osl.cAlexandru Gheorghiu1-1/+1
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+22
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-15Merge branch 'pm-assorted'Rafael J. Wysocki1-1/+1
2013-02-09ACPI: enable ACPI SCI during suspendZhang Rui1-1/+1
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-1/+1
2013-01-25PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu1-2/+22
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+191
2012-11-15ACPI: Make seemingly useless check in osl.c more understandableRafael J. Wysocki1-8/+13
2012-11-15ACPI: Export functions for hot-removeToshi Kani1-0/+1
2012-09-30ACPI: Create acpi_table_taint() function to avoid code duplicationThomas Renninger1-7/+13
2012-09-30ACPI: Implement physical address table overrideThomas Renninger1-4/+56
2012-09-30ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger1-0/+122
2012-06-01ACPICA: Remove argument of acpi_os_wait_events_completeLin Ming1-2/+2
2012-04-18Revert "ACPI: Make ACPI interrupt threaded"Thomas Gleixner1-2/+1
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