summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3015-1956/+419
|\
| * drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain2022-03-232-1/+2
| * nvdimm/region: Delete nd_blk_region infrastructureDan Williams2022-03-1110-515/+62
| * ACPI: NFIT: Remove block aperture supportDan Williams2022-03-112-382/+0
| * nvdimm/namespace: Delete nd_namespace_blkDan Williams2022-03-115-561/+13
| * nvdimm/namespace: Delete blk namespace consideration in shared pathsDan Williams2022-03-111-143/+9
| * nvdimm/blk: Delete the block-aperture window driverDan Williams2022-03-113-359/+4
| * nvdimm/region: Fix default alignment for small regionsDan Williams2022-03-111-0/+3
| * drivers/nvdimm: Add perf interface to expose nvdimm performance statsKajol Jain2022-03-092-0/+329
* | Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-291-16/+16
|\ \
| * | device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko2022-02-141-16/+16
| * | Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2022-02-144-8/+39
| |\ \ | | |/ | |/|
* | | Merge tag 'pm-5.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-03-299-28/+184
|\ \ \
| * \ \ Merge branch 'pm-opp'Rafael J. Wysocki2022-03-294-3/+139
| |\ \ \
| | * \ \ Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2022-03-224-3/+139
| | |\ \ \
| | | * | | OPP: Add support of "opp-microwatt" for EM registrationLukasz Luba2022-03-031-1/+60
| | | * | | OPP: Add "opp-microwatt" supporting codeLukasz Luba2022-03-033-2/+73
| | | * | | opp: Expose of-node's name in debugfsViresh Kumar2022-02-112-0/+6
| * | | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2022-03-225-25/+45
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cpufreq: blocklist Qualcomm sc8280xp and sa8540p in cpufreq-dt-platdevBjorn Andersson2022-02-251-0/+2
| | * | | | cpufreq: qcom-hw: Add support for per-core-dcvsBjorn Andersson2022-02-241-0/+18
| | * | | | cpufreq: CPPC: Fix performance/frequency conversionPierre Gondois2022-02-101-22/+21
| | * | | | cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklistStefan Agner2022-02-091-0/+1
| | * | | | cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuseLuca Weiss2022-02-091-1/+1
| | * | | | cpufreq: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-092-2/+2
* | | | | | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-293-26/+22
|\ \ \ \ \ \
| * | | | | | dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig2022-03-031-9/+5
| * | | | | | rapidio/tsi721: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-4/+4
| * | | | | | agp/intel: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-13/+13
* | | | | | | phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPEGeert Uytterhoeven2022-03-291-2/+3
* | | | | | | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-2824-114/+341
|\ \ \ \ \ \ \
| * | | | | | | net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-281-3/+3
| * | | | | | | net: bnxt_ptp: fix compilation errorDamien Le Moal2022-03-282-2/+6
| * | | | | | | octeontx2-af: initialize action variableTom Rix2022-03-261-8/+7
| * | | | | | | net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun2022-03-261-0/+2
| * | | | | | | qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix2022-03-261-5/+5
| * | | | | | | net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap2022-03-261-0/+1
| * | | | | | | net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang2022-03-261-2/+2
| * | | | | | | net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen2022-03-261-3/+9
| * | | | | | | net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen2022-03-261-3/+5
| * | | | | | | net: hns3: clean residual vf config after disable sriovPeng Li2022-03-263-0/+71
| * | | | | | | net: hns3: add max order judgement for tx spare bufferHao Chen2022-03-261-0/+6
| * | | | | | | net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2022-03-262-9/+14
| * | | | | | | net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli2022-03-251-0/+21
| * | | | | | | net: hns3: refine the process when PF set VF VLANJian Shen2022-03-252-5/+18
| * | | | | | | net: hns3: add vlan list lock to protect vlan listJian Shen2022-03-252-4/+35
| * | | | | | | net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2022-03-252-19/+46
| * | | | | | | net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen2022-03-251-3/+2
| * | | | | | | net: sparx5: Refactor mdb handling according to feedbackCasper Andersson2022-03-255-26/+24
| * | | | | | | net: sparx5: Remove unused GLAG handling in PGIDCasper Andersson2022-03-252-21/+0