index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
property.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-11-24
ACPI: property: use min() instead of min_t()
David Laight
1
-1
/
+1
2025-11-12
ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()
Haotian Zhang
1
-0
/
+1
2025-10-22
ACPI: property: Rework acpi_graph_get_next_endpoint()
Sakari Ailus
1
-7
/
+10
2025-10-22
ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only
Sakari Ailus
1
-4
/
+4
2025-10-22
ACPI: property: Make acpi_get_next_subnode() static
Sakari Ailus
1
-3
/
+4
2025-10-20
ACPI: property: Fix argument order in __acpi_node_get_property_reference()
Sunil V L
1
-1
/
+1
2025-10-07
Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+23
2025-10-04
Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-54
/
+74
2025-10-01
ACPI: property: Return present device nodes only on fwnode interface
Sakari Ailus
1
-1
/
+23
2025-09-25
ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()
Sunil V L
1
-4
/
+25
2025-09-25
ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_prop
Sunil V L
1
-51
/
+50
2025-09-16
ACPI: property: Adjust failure handling in acpi_nondev_subnode_extract()
Rafael J. Wysocki
1
-12
/
+13
2025-09-16
ACPI: property: Do not pass NULL handles to acpi_attach_data()
Rafael J. Wysocki
1
-0
/
+12
2025-09-16
ACPI: property: Add code comments explaining what is going on
Rafael J. Wysocki
1
-2
/
+44
2025-09-16
ACPI: property: Disregard references in data-only subnode lists
Rafael J. Wysocki
1
-29
/
+22
2025-09-16
ACPI: property: Fix buffer properties extraction for subnodes
Rafael J. Wysocki
1
-19
/
+11
2025-02-05
ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()
Andy Shevchenko
1
-5
/
+5
2025-01-24
Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2025-01-13
device property: Split property reading bool and presence test ops
Rob Herring (Arm)
1
-0
/
+1
2024-12-19
ACPI: property: Consider data nodes as being available
Sakari Ailus
1
-1
/
+1
2024-04-26
ACPI: property: Add reference to UEFI DSD Guide
Sakari Ailus
1
-3
/
+8
2024-02-15
ACPI: property: Ignore bad graph port nodes on Dell XPS 9315
Sakari Ailus
1
-0
/
+3
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2023-12-07
acpi: property: Let args be NULL in __acpi_node_get_property_reference
Sakari Ailus
1
-0
/
+4
2023-11-20
ACPI: property: Support using strings in reference properties
Rafael J. Wysocki
1
-20
/
+82
2023-10-03
ACPI: property: Document the _DSD data buffer GUID
Andy Shevchenko
1
-0
/
+1
2023-10-03
ACPI: property: Allow _DSD buffer data only for byte accessors
Andy Shevchenko
1
-9
/
+10
2023-03-27
ACPI: property: Refactor acpi_data_prop_read_single()
Andy Shevchenko
1
-46
/
+34
2022-09-30
Merge branch 'acpi-dev'
Rafael J. Wysocki
1
-5
/
+8
2022-09-03
ACPI: property: Use acpi_dev_parent()
Rafael J. Wysocki
1
-3
/
+4
2022-08-25
ACPI: property: Remove default association from integer maximum values
Sakari Ailus
1
-2
/
+1
2022-08-25
ACPI: property: Ignore already existing data node tags
Sakari Ailus
1
-1
/
+1
2022-08-25
ACPI: property: Fix type detection of unified integer reading functions
Stefan Binding
1
-4
/
+4
2022-08-24
ACPI: Drop parent field from struct acpi_device
Rafael J. Wysocki
1
-2
/
+4
2022-08-11
Merge branch 'acpi-properties'
Rafael J. Wysocki
1
-149
/
+315
2022-08-09
ACPI: property: Fix error handling in acpi_init_properties()
Sakari Ailus
1
-3
/
+4
2022-07-27
ACPI: property: Read buffer properties as integers
Sakari Ailus
1
-4
/
+31
2022-07-27
ACPI: property: Add support for parsing buffer property UUID
Sakari Ailus
1
-13
/
+129
2022-07-27
ACPI: property: Unify integer value reading functions
Sakari Ailus
1
-65
/
+31
2022-07-27
ACPI: property: Switch node property referencing from ifs to a switch
Sakari Ailus
1
-19
/
+22
2022-07-27
ACPI: property: Move property ref argument parsing into a new function
Sakari Ailus
1
-45
/
+58
2022-07-27
ACPI: property: Use acpi_object_type consistently in property ref parsing
Sakari Ailus
1
-1
/
+1
2022-07-27
ACPI: property: Tie data nodes to acpi handles
Sakari Ailus
1
-1
/
+41
2022-07-27
ACPI: property: Return type of acpi_add_nondev_subnodes() should be bool
Sakari Ailus
1
-4
/
+4
2022-06-20
ACPI: property: Use acpi_dev_for_each_child() for child lookup
Rafael J. Wysocki
1
-21
/
+24
2022-04-13
ACPI: property: Release subnode properties with data nodes
Sakari Ailus
1
-6
/
+12
2022-04-05
device property: Add irq_get to fwnode operation
Sakari Ailus
1
-0
/
+14
2022-04-05
ACPI: property: Move acpi_fwnode_device_get_match_data() up
Sakari Ailus
1
-7
/
+7
[next]