index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs
Jiang Liu
2015-03-04
1
-1
/
+3
*
ACPI / resources: Change pr_info() to pr_debug() for debug information
Rafael J. Wysocki
2015-02-18
1
-1
/
+1
*
resources: Move struct resource_list_entry from ACPI into resource core
Jiang Liu
2015-02-05
1
-11
/
+6
*
ACPI: Introduce helper function acpi_dev_filter_resource_type()
Jiang Liu
2015-02-03
1
-0
/
+55
*
ACPI: Add field offset to struct resource_list_entry
Jiang Liu
2015-02-03
1
-0
/
+1
*
ACPI: Translate resource into master side address for bridge window resources
Jiang Liu
2015-02-03
1
-0
/
+15
*
ACPI: Return translation offset when parsing ACPI address space resources
Jiang Liu
2015-02-03
1
-26
/
+32
*
ACPI: Enforce stricter checks for address space descriptors
Jiang Liu
2015-02-03
1
-0
/
+9
*
ACPI: Set flag IORESOURCE_UNSET for unassigned resources
Jiang Liu
2015-02-03
1
-4
/
+4
*
ACPI: Normalize return value of resource parser functions
Jiang Liu
2015-02-03
1
-0
/
+30
*
ACPI: Fix a bug in parsing ACPI Memory24 resource
Jiang Liu
2015-02-03
1
-2
/
+2
*
ACPI: Add prefetch decoding to the address space parser
Thomas Gleixner
2015-02-03
1
-0
/
+3
*
ACPI: Move the window flag logic to the combined parser
Thomas Gleixner
2015-02-03
1
-13
/
+9
*
ACPI: Unify the parsing of address_space and ext_address_space
Thomas Gleixner
2015-02-03
1
-56
/
+34
*
ACPI: Let the parser return false for disabled resources
Thomas Gleixner
2015-02-03
1
-4
/
+4
*
ACPI: Use the length check for io resources as well
Thomas Gleixner
2015-02-03
1
-25
/
+19
*
ACPI: Implement proper length checks for mem resources
Thomas Gleixner
2015-02-03
1
-27
/
+35
*
ACPI: Remove redundant check in function acpi_dev_resource_address_space()
Thomas Gleixner
2015-02-03
1
-9
/
+0
*
ACPICA: Resources: Provide common part for struct acpi_resource_address struc...
Lv Zheng
2015-01-26
1
-12
/
+12
*
ACPI: Correct return value of acpi_dev_resource_address_space()
Jiang Liu
2014-12-16
1
-1
/
+1
*
ACPI / resources: only reject zero length resources based at address zero
Andy Whitcroft
2014-07-07
1
-5
/
+5
*
ACPI / resources: ignore invalid ACPI device resources
Zhang Rui
2014-03-01
1
-0
/
+10
*
ACPI: introduce helper function acpi_has_method()
Jiang Liu
2013-07-15
1
-3
/
+1
*
ACPI / resources: call acpi_get_override_irq() only for legacy IRQ resources
Mika Westerberg
2013-06-19
1
-5
/
+11
*
ACPI: remove unnecessary INIT_LIST_HEAD
Andy Shevchenko
2012-11-27
1
-1
/
+0
*
ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks
Rafael J. Wysocki
2012-11-16
1
-1
/
+1
*
ACPI: Centralized processing of ACPI device resources
Rafael J. Wysocki
2012-11-15
1
-0
/
+134
*
ACPI: Move device resources interpretation code from PNP to ACPI core
Rafael J. Wysocki
2012-11-15
1
-0
/
+393