summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable mcx(4) on arm64, found in Packet's g2.large.arm servers.jmatthew2019-06-072-2/+4
* 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-011-17/+4
* 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
* On bigger arm64 machines with plenty of memory it is possible thatpatrick2019-05-284-15/+62
* Pass extent for prefetchable mmio. Since there is no distinction betweenkettenis2019-05-242-2/+4
* Don't print "not conigured" messages for nodes that are disabled.kettenis2019-05-231-12/+13
* Move idepth tracking out of interrupt controller into common layer.drahn2019-05-132-12/+7
* Add the needed ICC_PMR_EL1 register bit defines for the previouspatrick2019-05-131-2/+6
* Between the broken GIC-500 on the RK3399 and differences in the secure modekettenis2019-05-121-44/+52
* Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.patrick2019-05-112-2/+4
* Enable ucrcom(4) on all architectures that have uslcom(4).kettenis2019-05-081-1/+3
* Fix kernel compile with DEBUG_AGINTC.ccardenas2019-05-081-2/+1
* Remove some junk that we don't use.kettenis2019-05-041-12/+1
* Add a print function to mainbus(4) such that it prints unconfigured deviceskettenis2019-05-021-3/+52
* Enable mvmdio(4) and mvneta(4) on arm64 as well. These are partpatrick2019-04-302-2/+6
* Add mvuart(4) to support the Armada 3720's serial console.patrick2019-04-303-3/+7
* Add a check to tftp_open() that we are actually opening a TFTP device.naddy2019-04-252-2/+16
* Add support for ccp(4) at acpi(4).kettenis2019-04-232-2/+4
* Not all systems supporting DVFS expose a regulator to set the voltage.kettenis2019-04-221-5/+5
* When entering kernel pages uncached we need to make sure to flush thepatrick2019-04-161-1/+3
* Prevent attaching drivers to devices for which we attached a driver early.kettenis2019-04-162-4/+24
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+2
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-2/+4
* crank versionsderaadt2019-04-101-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-102-4/+4
* crank version; looks good deraadtflorian2019-04-081-2/+2
* Add bwfm(4) such that we can use bsd.rd to update over wireless.kettenis2019-04-041-1/+2
* imxdwusb(4) and imxpd(4) are no longer needed.patrick2019-04-012-6/+2
* fast track ddb> reboot command to skip anything which might panic again.tedu2019-04-011-1/+5
* follow atf and change neoverse e1 part numberjsg2019-03-311-2/+2
* Enable uxrcom(4).kettenis2019-03-281-1/+3
* Use the debugger mutex for `ddb_mp_mutex'. This should prevent a racevisa2019-03-231-17/+16
* Remove FBSDID.kevlo2019-03-154-20/+4
* Setting and getting the rounding mode on our arm64 FPU has not workedpatrick2019-03-121-2/+3
* When accessing the child address cells make sure to use the size forpatrick2019-03-071-2/+2
* recognise more arm cpusjsg2019-02-231-1/+13
* Cortex A76 is not affected by spectre variant 2 branch target injectionjsg2019-02-211-1/+2
* Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few linespatrick2019-02-161-21/+26
* revert revert revert. there are many other archs that use custom allocs.tedu2019-02-101-3/+3
* missed a file. add flags to the pool page free function.tedu2019-02-101-3/+3