| Commit message (Expand) | Author | Age | Files | Lines |
* | mdadm: add xmalloc.h | Mariusz Tkaczyk | 2024-09-27 | 1 | -0/+2 |
* | imsm: add IMSM_OROM_CAPABILITIES_TPV to nvme orom | Mariusz Tkaczyk | 2024-08-30 | 1 | -1/+2 |
* | platform-intel: refactor path_attached_to_hba() | Mateusz Kusiak | 2024-08-30 | 1 | -17/+14 |
* | imsm: get bus from VMD driver directory | Mariusz Tkaczyk | 2024-08-30 | 1 | -11/+77 |
* | imsm: add read OROM form ACPI UEFI tables | Blazej Kucman | 2024-08-13 | 1 | -25/+299 |
* | mdadm/platform-intel: buffer overflow detected | Xiao Ni | 2024-05-28 | 1 | -2/+2 |
* | imsm: define RAID_10 attribute | Mateusz Kusiak | 2024-05-07 | 1 | -1/+2 |
* | imsm: refactor RAID level handling | Mateusz Kusiak | 2024-05-07 | 1 | -0/+57 |
* | imsm: Add reading vmd register for finding imsm capability | Mateusz Grzonka | 2023-09-01 | 1 | -2/+112 |
* | platform-intel: limit guid length | Kinga Tanska | 2023-09-01 | 1 | -3/+0 |
* | Fix unsafe string functions | Kinga Tanska | 2023-09-01 | 1 | -1/+1 |
* | enable RAID for SATA under VMD | Kevin Friedberg | 2023-05-08 | 1 | -3/+18 |
* | mdadm: added support for Intel Alderlake RST on VMD platform | Oldřich Jedlička | 2022-09-14 | 1 | -5/+13 |
* | imsm: Limit support to the lowest namespace | Mariusz Tkaczyk | 2021-05-26 | 1 | -21/+60 |
* | imsm: add devpath_to_char method | Mariusz Tkaczyk | 2021-05-26 | 1 | -0/+23 |
* | imsm: add generic method to resolve "device" links | Mariusz Tkaczyk | 2021-05-26 | 1 | -24/+51 |
* | imsm: support for third Sata controller | Mariusz Tkaczyk | 2021-03-18 | 1 | -27/+31 |
* | imsm: nvme multipath support | Blazej Kucman | 2021-03-16 | 1 | -1/+78 |
* | imsm: limit support to first NVMe namespace | Mariusz Tkaczyk | 2020-11-26 | 1 | -0/+31 |
* | imsm: Avoid duplicate entries in --detail-platform | Roman Sobanski | 2018-09-27 | 1 | -0/+3 |
* | mdadm: Fixup more broken logical operator formatting | Jes Sorensen | 2017-05-16 | 1 | -2/+2 |
* | imsm: count arrays under VMD HBAs correctly | Alexey Obitotskiy | 2017-01-09 | 1 | -0/+10 |
* | Don't assume VMD sysfs path ends with a disk entry | Alexey Obitotskiy | 2017-01-04 | 1 | -12/+21 |
* | {platform,super}-intel: Fix two resource leaks | Jes Sorensen | 2016-03-09 | 1 | -1/+6 |
* | Assorted fixed for a "make everything" build | NeilBrown | 2016-01-28 | 1 | -2/+1 |
* | IMSM: Add support for VMD | Pawel Baldysiak | 2016-01-06 | 1 | -7/+80 |
* | IMSM: Count arrays per orom | Pawel Baldysiak | 2015-04-09 | 1 | -2/+12 |
* | IMSM-orom: make sure, that device list is supported | Pawel Baldysiak | 2015-03-04 | 1 | -1/+4 |
* | imsm: simplified multiple OROMs support | Artur Paszkiewicz | 2015-03-04 | 1 | -50/+46 |
* | imsm: use efivarfs interface for reading UEFI variables | Artur Paszkiewicz | 2014-11-25 | 1 | -1/+36 |
* | imsm: detail-platform improvements | Artur Paszkiewicz | 2014-11-25 | 1 | -10/+16 |
* | imsm: add support for NVMe devices | Pawel Baldysiak | 2014-11-25 | 1 | -2/+44 |
* | imsm: support for second and combined AHCI controllers in UEFI mode | Artur Paszkiewicz | 2014-11-25 | 1 | -1/+23 |
* | imsm: support for OROMs shared by multiple HBAs | Artur Paszkiewicz | 2014-11-25 | 1 | -103/+145 |
* | Remove lots of unnecessary white space. | NeilBrown | 2013-06-19 | 1 | -8/+0 |
* | platform-intel: canonicalize_file_name() is not portable | John Spencer | 2013-02-10 | 1 | -2/+2 |
* | platform-intel - cache 'intel_devices' for a few seconds. | NeilBrown | 2013-01-07 | 1 | -11/+12 |
* | Replace a lot of leading spaces with tabs. | NeilBrown | 2012-10-10 | 1 | -2/+2 |
* | Remove scattered checks for malloc success. | NeilBrown | 2012-07-09 | 1 | -2/+2 |
* | imsm: reading of UEFI variables needs an update | Hawrylewicz Czarnowski, Przemyslaw | 2011-03-28 | 1 | -17/+45 |
* | imsm: remove OEM table from detection of OROM and EFI. | Hawrylewicz Czarnowski, Przemyslaw | 2011-03-28 | 1 | -9/+1 |
* | platform_intel: support EFI SCU OEM variable | Labun, Marcin | 2011-03-20 | 1 | -2/+9 |
* | platfrom_intel: find OROM based on Intel AHCI and SAS driver device id | Labun, Marcin | 2011-03-14 | 1 | -19/+60 |
* | platform_intel: support for OROM OEM capabilities | Labun, Marcin | 2011-03-10 | 1 | -1/+2 |
* | read platform capabilities from EFI | Labun, Marcin | 2011-03-10 | 1 | -0/+64 |
* | Some guid manipulation utilities has been added. | Labun, Marcin | 2011-03-10 | 1 | -0/+9 |
* | Platform-intel: support for OROM SAS and AHCI controller | Labun, Marcin | 2011-03-10 | 1 | -30/+100 |
* | probe_roms: allow to probe expansion ROMs using vendor and device id. | Labun, Marcin | 2011-03-10 | 1 | -2/+19 |
* | imsm platform: support for Intel(R) SAS controller. | Labun Marcin | 2011-01-26 | 1 | -21/+46 |
* | Compile with -Wextra by default | NeilBrown | 2010-08-05 | 1 | -1/+1 |