summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2021-09-231-16/+7
* ACPI: Add memory semantics to acpi_os_map_memory()Lorenzo Pieralisi2021-08-251-7/+16
*-. Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc'Rafael J. Wysocki2021-06-291-6/+1
|\ \
| | * ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify codeZhen Lei2021-06-071-6/+1
| |/
* / ACPI: osl: Remove the duplicated PREFIX for message printingHanjun Guo2021-06-071-2/+2
|/
* ACPI: OSL: Clean up printing messagesRafael J. Wysocki2021-02-101-19/+18
* ACPI: OSL: Rework acpi_check_resource_conflict()Rafael J. Wysocki2021-02-091-24/+14
* ACPI: OSL: Make ACPICA use logical addresses of GPE blocksRafael J. Wysocki2020-09-111-2/+10
* ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki2020-09-111-11/+7
* ACPI: OSL: Prevent acpi_release_memory() from returning too earlyRafael J. Wysocki2020-08-251-2/+17
* ACPI: ioremap: avoid redundant rounding to OS page sizeArd Biesheuvel2020-08-211-2/+2
* ACPI: OSL: Clean up the removal of unused memory mappingsRafael J. Wysocki2020-07-271-8/+6
* ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem()Rafael J. Wysocki2020-07-271-50/+22
* ACPI: OSL: Use deferred unmapping in acpi_os_unmap_generic_address()Rafael J. Wysocki2020-07-271-4/+1
* ACPI: OSL: Implement deferred unmapping of ACPI memoryRafael J. Wysocki2020-07-271-35/+77
* ACPI: OSL: Add missing __acquires/__releases annotationsJules Irenge2020-03-041-0/+2
* ACPI: OSL: only free map once in osl.cFrancesco Ruggeri2019-11-291-11/+17
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+13
|\
| * acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-191-1/+13
* | acpi: Use built-in RCU list checking for acpi_ioremaps listJoel Fernandes (Google)2019-08-131-2/+4
* | ACPI: OSL: Make a W=1 kernel-doc warning go awayQian Cai2019-06-041-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-15/+1
* ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unsetSinan Kaya2018-12-201-0/+2
*-. Merge branches 'acpi-property' and 'acpi-sbs'Rafael J. Wysocki2018-10-181-0/+1
|\ \
| | * ACPI / SBS: Fix rare oops when removing modulesRonald Tschalär2018-10-081-0/+1
| |/
* / ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()Bart Van Assche2018-10-181-6/+9
|/
* acpi: Add helper for deactivating memory regionHeikki Krogerus2018-06-251-0/+72
* acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross2018-02-261-1/+4
* ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada2017-10-111-16/+26
* ACPICA: Hardware: Add sleep register hooksLv Zheng2017-01-021-2/+25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
*-. Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki2016-12-221-10/+5
|\ \
| * | ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Lv Zheng2016-12-211-45/+5
| * | ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_...Lv Zheng2016-12-211-2/+37
| |/
* | ACPI / osl: Refactor acpi_os_get_root_pointer() to drop 'else':sAndy Shevchenko2016-12-061-10/+5
* | ACPI / osl: Propagate actual error code for kstrtoul()Andy Shevchenko2016-12-061-3/+1
|/
* acpi_os_vprintf: Use printk_get_level() to avoid unnecessary KERN_CONTJoe Perches2016-10-121-3/+10
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-3/+2
*---. Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi'Rafael J. Wysocki2016-05-161-502/+1
|\ \ \
| | | * ACPI / osi: Collect _OSI handling into one single fileLv Zheng2016-05-051-255/+1
| | | * ACPI / osi: Cleanup coding style issues before creating a separate OSI source...Lv Zheng2016-05-051-45/+31
| | | * ACPI / osi: Cleanup OSI handling code to use boolLv Zheng2016-05-051-23/+13
| | | * ACPI / osi: Fix default _OSI(Darwin) supportChen Yu2016-05-051-7/+51
| | | * ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=!Lv Zheng2016-05-051-0/+3
| | | * ACPI / osi: Cleanup _OSI("Linux") related code before introducing new supportLv Zheng2016-05-051-20/+22
| | | * ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal stringsLv Zheng2016-05-051-5/+11
| | |/ | |/|
| | * ACPI / tables: Fix DSDT override mechanismRafael J. Wysocki2016-05-061-4/+0
| | * ACPI / tables: Move table override mechanisms to tables.cLv Zheng2016-04-181-274/+0
| |/
* / ACPICA: Linuxize: reduce divergences for 20160212 releaseLv Zheng2016-04-041-1/+1
|/
* ACPI / OSL: Add support to install tables via initrdLv Zheng2016-03-091-1/+49