aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28ACPI: OSL: Use spin locks without disabling interruptsRafael J. Wysocki1-6/+4
2023-12-06ACPI: OSL: Allow Notify () handlers to run on all CPUsRafael J. Wysocki1-13/+10
2023-12-06ACPI: OSL: Rearrange workqueue selection in acpi_os_execute()Rafael J. Wysocki1-5/+7
2023-12-06ACPI: OSL: Rework error handling in acpi_os_execute()Rafael J. Wysocki1-13/+10
2023-11-30ACPI: OSL: Use a threaded interrupt handler for SCIRafael J. Wysocki1-6/+3
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-03ACPI: OSL: Add empty lines after local variable declarationsJonathan Bergh1-0/+4
2023-10-03ACPI: OSL: Remove redundant parentheses in return statementsJonathan Bergh1-3/+3
2023-10-03ACPI: OSL: Fix up white space in parameter listsJonathan Bergh1-8/+8
2023-09-21ACPI: OSL: add __printf format attribute to acpi_os_vprintf()Su Hui1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-06-01ACPI: OSL: Make should_use_kmap() 0 for RISC-VSunil V L1-1/+1
2022-04-27ACPI: OSL: Remove the helper for deactivating memory regionHeikki Krogerus1-86/+0
2022-01-25ACPI: OSL: Fix and clean up acpi_os_read/write_port()Rafael J. Wysocki1-8/+11
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He1-16/+7
2021-08-25ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi1-7/+16
2021-06-29Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc'Rafael J. Wysocki1-6/+1
2021-06-07ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify codeZhen Lei1-6/+1
2021-06-07ACPI: osl: Remove the duplicated PREFIX for message printingHanjun Guo1-2/+2
2021-02-10ACPI: OSL: Clean up printing messagesRafael J. Wysocki1-19/+18
2021-02-09ACPI: OSL: Rework acpi_check_resource_conflict()Rafael J. Wysocki1-24/+14
2020-09-11ACPI: OSL: Make ACPICA use logical addresses of GPE blocksRafael J. Wysocki1-2/+10
2020-09-11ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki1-11/+7
2020-08-25ACPI: OSL: Prevent acpi_release_memory() from returning too earlyRafael J. Wysocki1-2/+17
2020-08-21ACPI: ioremap: avoid redundant rounding to OS page sizeArd Biesheuvel1-2/+2
2020-07-27ACPI: OSL: Clean up the removal of unused memory mappingsRafael J. Wysocki1-8/+6
2020-07-27ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem()Rafael J. Wysocki1-50/+22
2020-07-27ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()Rafael J. Wysocki1-4/+1
2020-07-27ACPI: OSL: Implement deferred unmapping of ACPI memoryRafael J. Wysocki1-35/+77
2020-03-04ACPI: OSL: Add missing __acquires/__releases annotationsJules Irenge1-0/+2
2019-11-29ACPI: OSL: only free map once in osl.cFrancesco Ruggeri1-11/+17
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+13
2019-08-19acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer1-1/+13
2019-08-13acpi: Use built-in RCU list checking for acpi_ioremaps listJoel Fernandes (Google)1-2/+4
2019-06-04ACPI: OSL: Make a W=1 kernel-doc warning go awayQian Cai1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-15/+1
2018-12-20ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unsetSinan Kaya1-0/+2
2018-10-18Merge branches 'acpi-property' and 'acpi-sbs'Rafael J. Wysocki1-0/+1
2018-10-18ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()Bart Van Assche1-6/+9
2018-10-08ACPI / SBS: Fix rare oops when removing modulesRonald Tschalär1-0/+1
2018-06-25acpi: Add helper for deactivating memory regionHeikki Krogerus1-0/+72
2018-02-26acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross1-1/+4
2017-10-11ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada1-16/+26
2017-01-02ACPICA: Hardware: Add sleep register hooksLv Zheng1-2/+25
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-10/+5
2016-12-21ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng1-45/+5
2016-12-21ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_...Lv Zheng1-2/+37
2016-12-06ACPI / osl: Refactor acpi_os_get_root_pointer() to drop 'else':sAndy Shevchenko1-10/+5
2016-12-06ACPI / osl: Propagate actual error code for kstrtoul()Andy Shevchenko1-3/+1
2016-10-12acpi_os_vprintf: Use printk_get_level() to avoid unnecessary KERN_CONTJoe Perches1-3/+10
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-3/+2
2016-05-16Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi'Rafael J. Wysocki1-502/+1
2016-05-06ACPI / tables: Fix DSDT override mechanismRafael J. Wysocki1-4/+0
2016-05-05ACPI / osi: Collect _OSI handling into one single fileLv Zheng1-255/+1
2016-05-05ACPI / osi: Cleanup coding style issues before creating a separate OSI source...Lv Zheng1-45/+31
2016-05-05ACPI / osi: Cleanup OSI handling code to use boolLv Zheng1-23/+13
2016-05-05ACPI / osi: Fix default _OSI(Darwin) supportChen Yu1-7/+51
2016-05-05ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=!Lv Zheng1-0/+3
2016-05-05ACPI / osi: Cleanup _OSI("Linux") related code before introducing new supportLv Zheng1-20/+22
2016-05-05ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal stringsLv Zheng1-5/+11
2016-04-18ACPI / tables: Move table override mechanisms to tables.cLv Zheng1-274/+0
2016-04-04ACPICA: Linuxize: reduce divergences for 20160212 releaseLv Zheng1-1/+1
2016-03-09ACPI / OSL: Add support to install tables via initrdLv Zheng1-1/+49
2016-03-09ACPI / OSL: Clean up initrd table override codeLv Zheng1-62/+52
2016-01-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm'Rafael J. Wysocki1-0/+27
2016-01-03ACPI / OSL: Add kerneldoc comments to memory mapping functionsRafael J. Wysocki1-0/+27
2015-12-15ACPI / debugger: Add module support for ACPI debuggerLv Zheng1-6/+201
2015-12-15ACPI / debugger: Add IO interface to access debugger functionalitiesLv Zheng1-4/+51
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-11-02Merge branches 'acpi-osl', 'acpi-pad', 'acpi-video' and 'acpi-assorted'Rafael J. Wysocki1-5/+8
2015-10-26ACPI: Using correct irq when waiting for eventsChen Yu1-2/+2
2015-10-26ACPI: Use correct IRQ when uninstalling ACPI interrupt handlerChen Yu1-3/+6
2015-10-22ACPI: Enable build of AML interpreter debuggerLv Zheng1-8/+3
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2015-09-01Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl'Rafael J. Wysocki1-30/+3
2015-09-01Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki1-4/+0
2015-08-25ACPI / osl: replace custom implementation of readq / writeqAndy Shevchenko1-30/+3
2015-08-07ACPI / sysfs: Update method tracing facility.Lv Zheng1-0/+8
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-07-06ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki1-3/+9
2015-07-02Merge tag 'acpica-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+18
2015-07-03ACPI / init: Make it possible to override _REVRafael J. Wysocki1-0/+18
2015-06-19Merge branch 'acpi-video'Rafael J. Wysocki1-0/+6
2015-06-19Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci'Rafael J. Wysocki1-1/+1
2015-06-19acpi-video-detect: Move acpi_osi_is_win8 to osl.cHans de Goede1-0/+6
2015-06-18ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki1-5/+1
2015-05-14ACPI / osl: use same type for acpi_predefined_names values as in definitionDominik Brodowski1-1/+1
2015-05-07ACPI / init: Fix the ordering of acpi_reserve_resources()Rafael J. Wysocki1-4/+2
2015-03-25ACPI: add arm64 to the platforms that use ioremapGraeme Gregory1-3/+3
2014-11-11ACPI / OSL: Add IRQ handler flushing support in the OSL.Lv Zheng1-0/+6
2014-11-11ACPI / osl: speedup grace period in acpi_os_map_cleanupKonstantin Khlebnikov1-1/+1
2014-10-07Merge branch 'acpi-pm'Rafael J. Wysocki1-1/+1
2014-09-30ACPI / sleep: Rework the handling of ACPI GPE wakeup from suspend-to-idleRafael J. Wysocki1-1/+1
2014-09-24ACPI: Support _OSI("Darwin") correctlyMatthew Garrett1-0/+10
2014-07-21ACPI: add config for BIOS table scanGraeme Gregory1-1/+3
2014-06-17ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger1-1/+2
2014-06-12Merge branches 'acpi-general' and 'acpi-video'Rafael J. Wysocki1-0/+12
2014-06-05ACPI: Fix bug when ACPI reset register is implemented in system memoryRandy Wright1-0/+12
2014-05-27ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng1-4/+17
2014-04-20ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng1-6/+5
2014-04-04ACPI: Clean up memory allocationsjhbird.choi@samsung.com1-2/+1
2014-04-01Merge branch 'acpica'Rafael J. Wysocki1-6/+10
2014-03-26ACPICA: Enable auto-serialization as a default kernel behavior.Lv Zheng1-6/+6
2014-03-26ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore1-0/+16
2014-03-26ACPICA: Remove global option to serialize all control methods.Lv Zheng1-12/+0
2014-03-20Merge branch 'acpica'Rafael J. Wysocki1-0/+11
2014-03-20Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-pci', 'acpi-lpss' and 'a...Rafael J. Wysocki1-1/+1
2014-03-19ACPI: Remove duplicate definitions of PREFIXHanjun Guo1-1/+1
2014-03-05ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()Rafael J. Wysocki1-8/+6
2014-02-13ACPICA: Add boot option to disable auto return object repairLv Zheng1-0/+11
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki1-1/+5
2014-01-06ACPI / OSL: Mark the function acpi_table_checksum() as staticRashika1-1/+1
2013-12-07ACPI: remove trailing whitespaceAl Stone1-1/+1
2013-12-07ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng1-1/+0
2013-12-07Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki1-3/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-3/+0
2013-11-22ACPI / scan: Define non-empty device removal handlerRafael J. Wysocki1-1/+5
2013-11-07Merge branch 'acpi-hotplug'Rafael J. Wysocki1-50/+46
2013-11-07ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki1-50/+46
2013-10-28Merge branch 'acpi-assorted'Rafael J. Wysocki1-2/+2
2013-10-18ACPI / osl: remove an unneeded NULL checkDan Carpenter1-1/+1
2013-09-25ACPI / osl: implement acpi_os_sleep() with msleep()Liu Chuansheng1-1/+1
2013-09-25ACPI / x86: Increase override tables number limitYinghai Lu1-12/+32
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-18/+23
2013-08-27Merge branch 'acpica'Rafael J. Wysocki1-1/+20
2013-08-14ACPI / osl: Kill macro INVALID_TABLE().Tang Chen1-16/+20
2013-08-13ACPI / osl: Fix osi_setup_entries[] __initdata attribute locationHanjun Guo1-2/+2
2013-07-31ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep pathBen Guthro1-0/+24
2013-07-26ACPI: Cleanup sparse warning on acpi_os_initialize1()Lv Zheng1-0/+1
2013-07-23ACPI: Add facility to remove all _OSI stringsLv Zheng1-0/+7
2013-07-23ACPI: Add facility to disable all _OSI OS vendor stringsLv Zheng1-1/+13
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...Linus Torvalds1-2/+22
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/kerne...Linus 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', 'mis...Len 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/k...Len 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...Len 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', 'd...Len 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....Len 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