Age | Commit message (Expand) | Author |
2024-11-20 | device: Add const qualifier for input of dev_is_active_bridge | Shuo Liu |
2024-11-16 | device: Add helper to identify PCI IOAPICs | Patrick Rudolph |
2024-09-30 | device_util: Add support for GICv3 path in device path handling | Naresh Solanki |
2024-07-31 | device/path: rename domain path struct element to 'domain_id' | Felix Held |
2024-07-31 | device: introduce and use dev_get_domain_id | Felix Held |
2024-07-25 | device: move is_domain0 and is_dev_on_domain0 to common code | Felix Held |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-28 | soc/intel/xeon_sp: Add domain resource window creation utils | Shuo Liu |
2024-05-07 | device/device_util: Add and use is_pci_bridge() | Shuo Liu |
2024-04-22 | device_util: Handle domain device in dev_get_domain | Shuo Liu |
2024-04-18 | device/device_util: Rename dev_get_pci_domain | Shuo Liu |
2024-04-18 | device/device_util: Use const qualifier | Patrick Rudolph |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-29 | device/device.h: Drop multiple links | Arthur Heymans |
2024-01-24 | device/device_util: Add method to retrieve the domain | Patrick Rudolph |
2024-01-22 | device/device_util: Print full domain ID | Patrick Rudolph |
2024-01-21 | device_util: Drop unused function bus_path | Arthur Heymans |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2023-05-17 | console: Add format-checking __printf() to die() | Nico Huber |
2022-11-24 | src/device + util/sconfig: Introduce new device 'mdio' | Mario Scheithauer |
2022-10-26 | src/device: Clean up includes | Elyes Haouas |
2022-10-06 | include/device/device_util.c: add predicates for pci devices | Fabio Aiuto |
2022-09-29 | treewide: use is_enabled_cpu() on cycles over device list | Fabio Aiuto |
2022-09-29 | include/device/path.h: use functions for enabled cpu selection | Fabio Aiuto |
2022-09-04 | pciexp_device: Propagate above-4G flag to all hotplug devices | Nico Huber |
2022-08-13 | device: Skip not assigned resources during global resource search | Shuo Liu |
2022-08-03 | device: Fix 64Bit Device Resource Info Print | Gang Chen |
2022-06-26 | resource: Add helpers for memory resources | Kyösti Mälkki |
2022-06-26 | device: Add fixed_io_range_flags() and helpers | Kyösti Mälkki |
2022-06-26 | device: Add fixed_mem_range_flags() and helpers | Kyösti Mälkki |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-05-24 | device: Add log_resource() | Kyösti Mälkki |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-08-19 | device_util.c: Replace `memcpy()` with `strcpy()` | Angel Pons |
2021-07-14 | src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC | Martin Roth |
2021-07-05 | device: Reflow strings in printk statements | Angel Pons |
2021-07-01 | device: Clean up resource utility function signatures | Kyösti Mälkki |
2021-04-14 | Rename do_printk() to printk() | Nico Huber |
2021-02-05 | device: correct code style | Frans Hendriks |
2021-01-30 | device: Drop `mmconf_resource_init` function | Angel Pons |
2020-12-28 | device + util/sconfig: introduce new device `gpio` | Michael Niewöhner |
2020-09-28 | superio/common: Fix NULL pointer dereferences | John Zhao |
2020-05-26 | device_util,agesa/family14: Do not consider unassigned resources in find_pci_... | Furquan Shaikh |
2020-05-12 | util/sconfig: Add LPC and ESPI buses | Raul E Rangel |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-28 | device: Constify struct device * parameter to dev_name | Furquan Shaikh |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src/{device,drivers}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-07-31 | device: Constify `dev` argument to (probe|find)_resource() | Nico Huber |
2019-07-19 | device/device_util.c: Correct format specifier | Jacob Garber |
2019-07-13 | device/device_util: Fix encoding the USB device path | Karthikeyan Ramasubramanian |
2019-06-28 | device: Tidy up add_more_links() | Jacob Garber |
2019-06-28 | device,nb/amd: Deduplicate add_more_links() | Jacob Garber |
2019-05-07 | device: ignore NONE devices behind bridge | Patrick Rudolph |
2019-03-17 | resources: introduce io_resource() | Subrata Banik |
2018-11-19 | src: Add required space after "switch" | Elyes HAOUAS |
2018-05-25 | device: Move find_dev_path() to device_const.c | Kyösti Mälkki |
2018-05-25 | device: Move dev_find_path() to device_const.c | Nico Huber |
2018-05-24 | device: Always build device_simple.c for less code duplication | Nico Huber |
2018-05-22 | src/device: Get rid of device_t | Elyes HAOUAS |
2018-05-22 | device/device_util.c: Remove space after sizeof | Elyes HAOUAS |
2018-05-11 | devicetree: Add USB device type | Duncan Laurie |
2018-05-02 | src/device: Fix discarded-qualifiers compilation issue | Subrata Banik |
2018-04-30 | device: constify some variables | Lubomir Rintel |
2018-01-25 | sconfig: Add a new mmio resource type | Justin TerAvest |
2017-11-15 | device: further untangle device_t from struct device | Aaron Durbin |
2017-11-07 | device/device_util: Add string for DEVICE_PATH_NONE | Patrick Rudolph |
2017-07-25 | src/device: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-06-02 | device/device_util: Add function to determine bridge state | Patrick Rudolph |
2017-02-16 | device: Add a new "SPI" device type | Furquan Shaikh |
2017-02-06 | devtree: Drop unused parameter show_devs_tree() call | Kyösti Mälkki |
2016-12-07 | src/device: Get device structure by path type | Subrata Banik |
2016-12-07 | MMCONF_SUPPORT: Consolidate resource registration | Kyösti Mälkki |
2016-05-16 | sconfig: Add a new generic device type | Duncan Laurie |
2016-05-16 | sconfig: Add 10bit addressing mode to i2c device type | Duncan Laurie |
2016-02-18 | device: Add device path display support | Lee Leahy |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-03-09 | AMD fam10: Drop PCI_BUS_SEGN_BITS | Kyösti Mälkki |
2015-02-15 | device/device_util.c: Add space after ellipse for better legibility | Paul Menzel |
2014-09-29 | Remove stale char[] initialization causing unaligned memory access | Marcelo Povoa |
2014-06-11 | device/device_util.c: Fix wording in comment of `new_resource()` | Paul Menzel |
2014-02-12 | PCI: Guard pci.h with CONFIG_PCI | Kyösti Mälkki |
2014-02-09 | device_util: Make device in dev_find_slot_pnp u16. | Vladimir Serbinenko |
2014-02-07 | device_util: Add dev_find_slot_pnp. | Vladimir Serbinenko |
2014-01-10 | Replace all occurences of sprintf with snprintf | Vladimir Serbinenko |
2013-11-26 | Add function to encode device path into integer | Duncan Laurie |
2013-07-10 | device: Fix spelling | Martin Roth |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2012-11-30 | Rename devices -> device | Stefan Reinauer |