summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2017-10-30add load & store instructions for channel data typemacallan
2017-10-30Always use END() markers when declaring functions in assembly, so that ldmaxv
2017-10-29Mmh, we don't map the CTF section on kaslr kernels, so disablemaxv
2017-10-29Create a custom bus space tag and use it to remap registers instead ofjmcneill
2017-10-29sunxi_twi: provide custom read/write reg callbacks and remove thejmcneill
2017-10-29remove options COM_AWIN and set COM_TYPE_SUNXI in the bus driver insteadjmcneill
2017-10-29Fix a few error messages, and be a little more verbose.maxv
2017-10-29Randomize the kernel segments independently. That is to say, put text,maxv
2017-10-29Use bootspace.head.va instead of the direct map. Otherwise there's themaxv
2017-10-29Add three functions and start using them; will be more useful soon.maxv
2017-10-29Add a fifth region, called "head". On kaslr kernels it contains the ELFmaxv
2017-10-28add missing clock gatesjmcneill
2017-10-28Use FLAT_RING3_CS64 (defined in Xen public headers) instead of numericbouyer
2017-10-28It appears that Xen remaps the userland %cs to 0xE033. So add it to themaxv
2017-10-28Fix a mistake I made in the very first revision. The calculation of themaxv
2017-10-28add emac to bananapi m3 dtsjmcneill
2017-10-28Add support for A83T eMMC.jmcneill
2017-10-28Add A83T USB PHY supportjmcneill
2017-10-28Fix USB clocksjmcneill
2017-10-28Add A83T clock IDs.jmcneill
2017-10-28Add new DTS files:jmcneill
2017-10-28For some reason this single kernel seems to have outgrown its declaredpgoyette
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-27Add comment explaining why membar_producer is not sfence.riastradh
2017-10-27Revert printf return value change.joerg
2017-10-27[syzkaller] Cast all the printf's to (void *)utkarsh009
2017-10-26Add support for enabling modules specified in ti,hwmods property. Veryjmcneill
2017-10-26UART frequency comes from 'clock-frequency' property herejmcneill
2017-10-26fix typoryo
2017-10-26Initial FDT support for TI's ARM SoCs.jakllsch
2017-10-25Improve delay to be better than 1.3 innaccurate by default and handle theskrll
2017-10-25Trailing whitespaceskrll
2017-10-25Use C99 initializer for filteropsmaya
2017-10-24Switch BEAGLEBOARD config over to using GENERIC.common.sevan
2017-10-24Switch BEAGLEBOARDXM config over to using GENERIC.common.sevan
2017-10-24Some more registersskrll
2017-10-24Adjust irq mask/unmask along with enable/disable to make qemu happyjmcneill
2017-10-24sun4i: use Timer 1 instead of Timer 0 for delay, and explicitly enable itjmcneill
2017-10-24Added link up status check for valid pci device confirm.hkenken
2017-10-23Enable clocks and de-assert resetsjmcneill
2017-10-23A couple small adjustments to make big endian (BE8) SUNXI work.jakllsch
2017-10-23Fix swapped BUS_DMASYNC_POST{READ,WRITE} on bounced commandsjmcneill
2017-10-23SDIO IO_RW_EXTENDED (CMD53) commands have datalen set but no dmamap. Setupjmcneill
2017-10-23Change SUNXI_MMC_DEBUG to a bitmask, allowing for isolation of specificjmcneill
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23 If error occured in pq3etsec_attach(), free resources and return.msaitoh
2017-10-23 If error occured in bcmeth_ccb_attach(), free resources and return.msaitoh
2017-10-23 Return if bah_attach_subr() failed.msaitoh
2017-10-23Add bwfm (and sort other 802.11 usb wifi drivers)skrll
2017-10-23splserial is an alias for splhigh now. No need to splhigh twice.skrll