summaryrefslogtreecommitdiffstats
path: root/sys/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* vmm(4): Pass through CPUID function/leaf 0x16 for processor speed.mlarkin2019-06-131-8/+6
* Remove unused scheduler related definitions.mpi2019-06-115-19/+5
* add mcx now that pyro and sparc64 can do msi-xdlg2019-06-111-1/+2
* implement msi-x support on sparc64.dlg2019-06-114-20/+126
* Use PWAIT instead of PUSER in tsleep(9).mpi2019-06-101-2/+2
* Allow memory that isn't (32-bit) DMA reachable when loading a map that waskettenis2019-06-091-3/+5
* When loading intel microcode in the non-efi case, error if the file isjsg2019-06-084-8/+8
* add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterjcs2019-06-071-1/+3
* enable mcx(4) on arm64, found in Packet's g2.large.arm servers.jmatthew2019-06-072-2/+4
* Stop promoting the TSC as a high quality timecounter on MULTIPROCESSORkettenis2019-06-061-1/+5
* Remove the unused pvh_attrs attribute from struct vm_page_md.patrick2019-06-041-4/+2
* Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG.patrick2019-06-041-2/+2
* Map the raw bus space operations to the regular ones.patrick2019-06-031-1/+15
* Fix priorities of LIPs to match the other changes made in rev 1.17.kettenis2019-06-031-2/+2
* Change pci_intr_handle_t into a struct and replace duplicated code thatkettenis2019-06-024-183/+102
* Refactor the MAP_STACK feature, and introduce another similar variation:deraadt2019-06-019-176/+37
* Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. Sincepatrick2019-06-011-2/+2
* On machines with large amounts of physical memory we fail to initialize uvmkettenis2019-06-012-13/+66
* Recognise Cortex-A65.jsg2019-06-011-1/+4
* Deimos is Cortex-A77.kettenis2019-05-311-4/+4
* Add MSI-X support.kettenis2019-05-311-30/+40
* Add MSI-X support for acpipci(4). This splits out some generic code intokettenis2019-05-314-33/+134
* Use two 32-bit writes instead of a single 64-bit write to write thekettenis2019-05-301-2/+3
* On bigger arm64 machines with plenty of memory it is possible thatpatrick2019-05-284-15/+62
* Correct the test for when the L1TF vulnerablity has been mitigated viaguenther2019-05-281-4/+9
* Skip doing MDS mitigation on vmm entry if the new firmware is present,guenther2019-05-281-5/+14
* Cleanup some bootloader codemlarkin2019-05-281-27/+22
* Enable virtio again since the compilation problems have been fixed.sf2019-05-281-8/+8
* Remove a 15 year old XXX commentmlarkin2019-05-281-2/+1
* disable virtio. a serially careless & procedure violating developerderaadt2019-05-271-8/+8
* Pass extent for prefetchable mmio. Since there is no distinction betweenkettenis2019-05-242-2/+4
* zap reference to non-existent function in a commentjasper2019-05-232-10/+4
* Don't print "not conigured" messages for nodes that are disabled.kettenis2019-05-231-12/+13
* i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.cheloha2019-05-221-2/+1
* Allow loading of bigger ucode. This implementation uses the UEFI memorykettenis2019-05-221-5/+12
* add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2019-05-212-3/+34
* Both FreeBSD and I appear to have been confused by intel's deep-dive doc:guenther2019-05-181-3/+2
* Add parsing for standard boot options.visa2019-05-181-2/+28
* Oops, forgot to include a copyright year when originally addedguenther2019-05-171-2/+2
* Mitigate Intel's Microarchitectural Data Sampling vulnerability.guenther2019-05-1714-19/+397
* Add support to the BIOS bootloader for random kernel base VAmlarkin2019-05-159-27/+380
* Reduce branch emulation page access protection during setup. The setupvisa2019-05-151-3/+3
* Drop redundant pmap_proc_iflush() call. The needed instruction cachevisa2019-05-151-2/+1
* free(9) sizes.mpi2019-05-133-5/+10
* Move idepth tracking out of interrupt controller into common layer.drahn2019-05-132-12/+7
* vmm: add host side pvclockpd2019-05-132-21/+89
* regen (missed this when I did the colemak update)abieber2019-05-131-2/+5
* Add the needed ICC_PMR_EL1 register bit defines for the previouspatrick2019-05-131-2/+6
* Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks toguenther2019-05-123-13/+8
* s/availible/available/guenther2019-05-121-2/+2