summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io
AgeCommit message (Collapse)AuthorFilesLines
2022-11-1615165 SMN accesses are size-sensitiveKeith M Wesolowski6-56/+134
Reviewed by: Robert Mustacchi <rm@fingolin.org> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-11-1514251 operationalize bhyve dirty page trackingLuqman Aden9-27/+52
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-0614489 bhyve should emulate imulAndy Fiddaman1-0/+139
Reviewed by: Toomas Soome <tsoome@me.com> Portions contributed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-11-0514763 bhyve upstream sync 2022 AugustAndy Fiddaman6-8/+45
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-11-0314568 bhyve should support pause/resumePatrick Mooney11-34/+247
14974 bhyve vhpet needs one-shot timers Reviewed by: Jordan Paige Hendricks <jordan@oxidecomputer.com> Reviewed by: Greg Colombo <greg@oxidecomputer.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-2415118 bhyve too strict over vmm_data lengthsPatrick Mooney7-16/+16
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed-by: Vitaliy Gusev <gusev.vitaliy@gmail.com> Reviewed by: Jordan Paige Hendricks <jordan@oxidecomputer.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-10-1815078 bhyve should enable VM_CAP_HALT_EXIT by defaultPatrick Mooney2-25/+36
Reviewed by: Luqman Aden <luqman@oxide.computer> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1415064 vmm: unused variable 'iommu_initted'Toomas Soome1-2/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-1315063 vmm: cast to smaller integer type 'boolean_t' from 'void *'Toomas Soome1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1215065 vmm: variable set but not usedToomas Soome2-4/+4
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115058 vmm: comparison is always trueToomas Soome1-1/+1
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-0715057 i86pc: redefinition of typedef 'vmm_data_req_t' is a C11 featureToomas Soome1-1/+0
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-0214952 bhyve should expose PAGING exits to userspacePatrick Mooney1-11/+10
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-09-2815008 expose bhyve kernel interface version widerPatrick Mooney1-3/+9
Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-2614963 bhyve destroy should be more robustPatrick Mooney4-133/+238
14968 bhyve needs self-destroy ioctl Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Michael Zeller <mike@mikezeller.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-2214485 bhyve needs better cpuid controlPatrick Mooney8-636/+1077
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Greg Colombo <greg@oxidecomputer.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-09-1114925 plumb DFv4 into amdzen(4D)Robert Mustacchi2-53/+81
Reviewed by: Keith M Wesolowski <wesolows@oxide.computer> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Garrett D'Amore <garrett@damore.org>
2022-09-1114936 need a better SMN addressing mechanismKeith M Wesolowski5-55/+71
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Garrett D'Amore <garrett@damore.org>
2022-09-0714951 fix ::sysregs under mdb-bhyve on AMDPatrick Mooney1-0/+28
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-09-0514931 viona_ring_rx should be more conscious of drv purgeMike Zeller1-1/+8
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-08-2414836 extend AMD chiprev mechanism to identify core revsKeith M Wesolowski5-114/+26
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2022-08-0914902 Have Intel vm_exit paths guard against Post-Barrier RSB PredictionsDan McDonald2-52/+9
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2022-08-0514812 pcie: properly set max packet size and taggingRobert Mustacchi1-1/+13
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-08-0413700 pollhead_delete trips over bad pointerPatrick Mooney3-6/+4
Reviewed by: Dan McDonald <danmcd@mnx.io> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-08-0214817 bhyve VMs should be capable of auto-destructPatrick Mooney5-11/+385
14864 want device for testing vmm_drv interface Reviewed by: Greg Colombo <greg@oxidecomputer.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-07-2014727 Want AMD Unified Memory Controller DriverRobert Mustacchi7-233/+4472
Reviewed by: Keith M Wesolowski <wesolows@oxide.computer> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: C Fraire <cfraire@me.com> Approved by: Garrett D'Amore <garrett@damore.org>
2022-07-1414755 viona should expose more ring statePatrick Mooney6-82/+371
14756 expose viona kernel interface version 14787 bhyve should block leases on drv purge Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Luqman Aden <luqman@oxide.computer> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-07-1014783 pvscsi modernizationGarrett D'Amore5-3443/+0
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Jerry Jelinek <gjelinek@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-06-2714635 bhyve should expose additional vcpu statePatrick Mooney11-221/+893
Reviewed by: Luqman Aden <luqman@oxide.computer> Reviewed by: Jordan Paige Hendricks <jordan@oxidecomputer.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-06-2314261 bhyve should expose kernel device statePatrick Mooney12-157/+1196
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Luqman Aden <luqman@oxide.computer> Reviewed by: Jordan Paige Hendricks <jordan@oxidecomputer.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-06-2014422 gcc10 build does not remove unused static functionsAndy Fiddaman1-0/+2
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-06-1514732 split vtd out of vmm kernel modulePatrick Mooney11-474/+358
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Jorge Schrauwen <sjorge@blackdot.be> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-06-1014731 clean malloc/free shims from bhyvePatrick Mooney18-176/+125
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-06-0914703 clean KTR from bhyvePatrick Mooney17-371/+34
Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-05-2614692 consolidate bhyve exception injectionPatrick Mooney7-353/+297
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Jordan Paige Hendricks <jordan@oxidecomputer.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-05-1714628 ancient devicedb should be removedRichard Lowe4-558/+204
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1214578 bhyve upstream sync 2022 MarchAndy Fiddaman4-18/+133
14493 Three small memory leaks in bhyve Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-0314664 bhyve missing triple-fault handling for VMXPatrick Mooney1-1/+5
Reviewed by: Luqman Aden <luqman@oxide.computer> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-0214660 expose bhyve kernel interface versionPatrick Mooney1-0/+3
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-04-2914649 remove blanket smatch gag from bhyve kernelPatrick Mooney18-67/+73
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-04-2614650 remove smatch gag from vionaPatrick Mooney1-1/+5
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-04-2114587 bhyve and viona belong in uts/intelPatrick Mooney95-0/+44151
Reviewed by: Keith Wesolowski <wesolows@oxide.computer> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-03-1014443 resection manual pages per IPD4Richard Lowe6-12/+8
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-225513 KM_NORMALPRI should be documented in kmem_alloc(9f) and ↵Dan McDonald1-2/+2
kmem_cache_create(9f) man pages 14465 Present KM_NOSLEEP_LAZY as documented interface Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-02-1714450 Want PCI platform resource discovery moduleRobert Mustacchi6-1240/+95
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-0714399 Support ACPI enumeration of extended IRQ resourcesJason King1-35/+142
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Garrett D'Amore <garrett@damore.org>
2022-02-0114091 Add AMD Cezanne infoRobert Mustacchi1-1/+1
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2022-01-1514366 list_is_vga_only() can't handle empty memlistsRobert Mustacchi1-0/+4
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-01-1414238 Remove vestigial mcfg related piecesRobert Mustacchi1-6/+0
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2021-12-0314092 imc(7D) should not be under i86pcRobert Mustacchi4-0/+4049
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>