summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-10-15Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().Martin Pieuchot
2019-10-15Reduce the number of places where `p_priority' and `p_stat' are set.Martin Pieuchot
2019-10-15Try to match the devid against the bootpath if link->port_wwn doesn'tJonathan Matthew
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-10-12i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12Disable TSC debug printfs for release. They can be turned back on byMark Kettenis
2019-10-11When available use "interrupt-names" to select the fdt idx for dwctwoJonathan Gray
2019-10-08amd64: ensure %fs is loaded after final lgdtMike Larkin
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-10-08pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-10-07octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@cheloha
2019-10-07Add moxtet(4), a driver for the Turris Mox modules. For now thisPatrick Wildt
2019-10-07Add mvspi(4), a driver for the SPI controller on thePatrick Wildt
2019-10-07Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2.Mark Kettenis
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-10-05Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ whoMark Kettenis
2019-10-01Recognise Cortex-A34 and Cortex-A65AE. TRMs have not been published butJonathan Gray
2019-09-30Synch the cpu match/attach/identify code with arm64. This drops someMark Kettenis
2019-09-30Enable amlpwm(4) and pwmreg(4).Mark Kettenis
2019-09-30Enable CPU voltage regulators. The firmware I built for my odroid-n2Mark Kettenis
2019-09-29Improve MSI support by parsing the "msi-map" attribute. Taken fromPatrick Wildt
2019-09-29Add IPI support. Taken ftrom arm64.Mark Kettenis
2019-09-29Configure USB port power control if the power GPIO is defined in fdt.Visa Hankala
2019-09-29Add option to configure GPIO output select.Visa Hankala
2019-09-28rename the 'cn30xx' drivers to just 'oct', because digits inside devicesTheo de Raadt
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.Bryan Steele
2019-09-26enable iavf(4)Jonathan Matthew
2019-09-25Enable interrupts while running interrupt handlers like we do on arm64.Mark Kettenis
2019-09-24Enable eephy(4) on octeon.Visa Hankala
2019-09-23Implement DVFS support.Mark Kettenis
2019-09-22Make the code that calculates the min/max priorities identical to the arm64Mark Kettenis
2019-09-22Reduce diffs to arm64 version of this. Mostly whitespace changes.Mark Kettenis
2019-09-22Fix ampintc_cpuinit() prototype.Mark Kettenis
2019-09-22vmm(4): fix a wrong comment in vmmopen()Mike Larkin
2019-09-22Remove unused register dump lists.Visa Hankala
2019-09-22Simplify stat register access.Visa Hankala
2019-09-22Ignore non-host ports silently.Visa Hankala
2019-09-21Enable thermal zone handling code.Mark Kettenis
2019-09-20Remove an unused function.Visa Hankala
2019-09-20Pass interface number as an explicit parameter to avoid decoding.Visa Hankala
2019-09-20KNF/whitespace fixesMike Larkin
2019-09-15Attach packet interfaces to octpip to use fdt.Visa Hankala
2019-09-15Add a driver for the packet input processing unit. For now, the purposeVisa Hankala
2019-09-15Add the pip unit into the fdt blob.Visa Hankala
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"Jonathan Gray
2019-09-11vm_teardown() must be serialized since it modifies the global vmm_softcanton
2019-09-10Do not decrement the number of VMs counter twice in one of vm_create()anton