summaryrefslogtreecommitdiff
path: root/drivers/acpi/resource.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: resource: Add Asus ExpertBook B2502 to Asus quirksHans de Goede2022-12-221-0/+7
* ACPI: resource: do IRQ override on Lenovo 14ALC7Adrian Freund2022-12-221-3/+10
* ACPI: resource: do IRQ override on XMG Core 15Erik Schumacher2022-12-221-0/+12
* ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZATamim Khan2022-10-261-0/+7
* ACPI: resource: note more about IRQ overrideJiri Slaby (SUSE)2022-10-131-2/+5
* ACPI: resource: do IRQ override on LENOVO IdeaPadJiri Slaby (SUSE)2022-10-131-14/+28
*-. Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki2022-10-101-5/+11
|\ \
| * | ACPI: resources: Add wake_capable parameter to acpi_dev_irq_flagsRaul E Rangel2022-10-041-5/+11
| |/
* | ACPI: resource: Add ASUS model S5402ZA to quirksKellen Renshaw2022-09-241-0/+7
* | ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZATamim Khan2022-09-101-0/+19
* | ACPI: resource: Add helper function acpi_dev_get_memory_resources()Heikki Krogerus2022-09-101-0/+17
* | ACPI: resource: Filter out the non memory resources in is_memory()Heikki Krogerus2022-09-101-0/+3
|/
* ACPI: resource: skip IRQ override on AMD Zen platformsChuanhong Guo2022-07-211-0/+10
* ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki2021-12-171-2/+2
* ACPI: resources: Add one more Medion model in IRQ override quirkHui Wang2021-10-261-0/+7
* ACPI: resources: Add DMI-based legacy IRQ override quirkHui Wang2021-09-151-2/+47
* Revert "ACPI: resources: Add checks for ACPI IRQ override"Hui Wang2021-07-281-8/+1
* ACPI: resources: Add checks for ACPI IRQ overrideHui Wang2021-06-091-1/+8
* ACPI: fix various typos in commentsTom Saeger2021-03-191-1/+1
* Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-151-1/+1
|\
| * Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks"Daniel Scally2020-12-071-1/+1
* | ACPI: Drop acpi_dev_irqresource_disabled()John Garry2020-12-111-12/+5
|/
* ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* acpi: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-241-2/+2
* ACPI: Mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+1
* ACPI: Introduce DMA ranges parsingLorenzo Pieralisi2017-08-071-0/+35
* ACPI: Make acpi_dev_get_resources() method agnosticLorenzo Pieralisi2017-08-041-22/+31
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scanAgustin Vega-Frias2017-02-031-1/+17
* ACPI: Add acpi_resource_consumer() to find device that claims a resourceBjorn Helgaas2016-12-011-0/+57
* PCI: ACPI: IA64: fix IO port generic range checkLorenzo Pieralisi2016-03-221-1/+13
* ACPI: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbolChristophe RICARD2016-01-011-0/+26
* ACPI/PCI: Enhance ACPI core to support sparse IO spaceJiang Liu2015-10-161-3/+6
* Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki2015-09-011-4/+0
|\
| * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
| |
| \
*-. \ Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki2015-07-161-9/+15
|\ \ \ | | |/ | |/|
| | * ACPI / PCI: Fix regressions caused by resource_size_t overflow with 32-bit ke...Jiang Liu2015-07-101-9/+15
| |/
* | ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki2015-07-061-162/+0
|/
* ACPI / resources: free memory on error in add_region_before()Dan Carpenter2015-06-241-1/+3
* ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki2015-06-181-0/+160
* x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu2015-04-301-1/+1
* x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugsJiang Liu2015-03-041-1/+3
* ACPI / resources: Change pr_info() to pr_debug() for debug informationRafael J. Wysocki2015-02-181-1/+1
* resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu2015-02-051-11/+6
* ACPI: Introduce helper function acpi_dev_filter_resource_type()Jiang Liu2015-02-031-0/+55
* ACPI: Add field offset to struct resource_list_entryJiang Liu2015-02-031-0/+1
* ACPI: Translate resource into master side address for bridge window resourcesJiang Liu2015-02-031-0/+15
* ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu2015-02-031-26/+32