summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/osl.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: OSL: Use spin locks without disabling interruptsRafael J. Wysocki2023-12-281-6/+4
* ACPI: OSL: Allow Notify () handlers to run on all CPUsRafael J. Wysocki2023-12-061-13/+10
* ACPI: OSL: Rearrange workqueue selection in acpi_os_execute()Rafael J. Wysocki2023-12-061-5/+7
* ACPI: OSL: Rework error handling in acpi_os_execute()Rafael J. Wysocki2023-12-061-13/+10
* ACPI: OSL: Use a threaded interrupt handler for SCIRafael J. Wysocki2023-11-301-6/+3
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | ACPI: OSL: Add empty lines after local variable declarationsJonathan Bergh2023-10-031-0/+4
* | ACPI: OSL: Remove redundant parentheses in return statementsJonathan Bergh2023-10-031-3/+3
* | ACPI: OSL: Fix up white space in parameter listsJonathan Bergh2023-10-031-8/+8
* | ACPI: OSL: add __printf format attribute to acpi_os_vprintf()Su Hui2023-09-211-1/+1
|/
* ACPI: OSL: Make should_use_kmap() 0 for RISC-VSunil V L2023-06-011-1/+1
* ACPI: OSL: Remove the helper for deactivating memory regionHeikki Krogerus2022-04-271-86/+0
* ACPI: OSL: Fix and clean up acpi_os_read/write_port()Rafael J. Wysocki2022-01-251-8/+11
* 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
|/