summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorLu Baolu <baolu.lu@linux.intel.com>2021-10-14 13:38:34 +0800
committerJoerg Roedel <jroedel@suse.de>2021-10-18 12:31:48 +0200
commit7afd7f6aa21a2929aff3a059b741933ee1819c6b (patch)
tree4379bf76741627358ad42d1af8e80a9a23266d8f /scripts/const_structs.checkpatch
parentb34380a6d767c54480a937951e6189a7f9699443 (diff)
downloadkernel-7afd7f6aa21a2929aff3a059b741933ee1819c6b.tar.gz
iommu/vt-d: Check FL and SL capability sanity in scalable mode
An iommu domain could be allocated and mapped before it's attached to any device. This requires that in scalable mode, when the domain is allocated, the format (FL or SL) of the page table must be determined. In order to achieve this, the platform should support consistent SL or FL capabilities on all IOMMU's. This adds a check for this and aborts IOMMU probing if it doesn't meet this requirement. Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Link: https://lore.kernel.org/r/20210926114535.923263-1-baolu.lu@linux.intel.com Link: https://lore.kernel.org/r/20211014053839.727419-5-baolu.lu@linux.intel.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
vers/net/ieee802154/cc2520.c?id=f265be3d124a5b62e5a339685b6cfaa0292f1250'>mac802154: remove aack hw flagAlexander Aring 2015-06-07mac802154: remove unneeded vif structAlexander Aring 2015-05-31cc2520: update current channelVarka Bhadram 2015-05-31cc2520: update initial transmit power valueVarka Bhadram 2015-05-31cc2520: add set transmit power setting supportVarka Bhadram 2015-05-31cc2520: fix CC2591 handlingVarka Bhadram 2015-05-31cc2520: fix in default tx power settingVarka Bhadram 2015-05-19ieee802154: introduce wpan_phy_supportedAlexander Aring 2015-03-18cc2520: Add support for CC2591 amplifier.Brad Campbell 2015-03-18cc2520: Do not store platform_data in spi_deviceBrad Campbell 2015-02-02ieee802154: cc2520: Fix space before , coding style issueMohammad Jamal 2015-02-02ieee802154: cc2520: Replace shift operations by BIT macroMohammad Jamal 2014-12-30cc2520: fix zero perm_extended_addr addressVarka Bhadram 2014-12-30cc2520: remove 'ret' goto labelVarka Bhadram 2014-12-30cc2520: use devm_kzalloc(.., sizeof(*pointer), ..) patternVarka Bhadram 2014-12-30net: ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang 2014-12-19ieee802154/cc2520: Remove extra blank linesStefan Schmidt 2014-12-05cc2520: adds terminating newlineVarka Bhadram 2014-11-05mac802154: add ieee802154_vif structAlexander Aring 2014-10-29mac802154: add hardware address filter flagAlexander Aring 2014-10-28mac802154: remove might_sleep from driver layerAlexander Aring 2014-10-28mac802154: ops: declare channel and page as u8Alexander Aring 2014-10-28mac802154: declare struct ieee802154_ops as constAlexander Aring 2014-10-27ieee802154: drivers: use dev_alloc_skbAlexander Aring 2014-10-26mac802154: tx: add support for xmit_async callbackAlexander Aring 2014-10-25ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring 2014-10-25ieee802154: move ieee802154 headerAlexander Aring 2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring 2014-10-25mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring 2014-06-22ieee802154: cc2520: adds driver for TI CC2520 radioVarka Bhadram