summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2018-04-20oops, snapshot tests not ready yetTheo de Raadt
2018-04-20syncTheo de Raadt
2018-04-20Add a workaround that lets loongson bootblocks work with PMON thatVisa Hankala
2018-04-20Make loongson bootblocks use disklabel duid instead of PMON device nameVisa Hankala
2018-04-20grammar fixes PTE's -> PTEsMike Larkin
2018-04-20enable ccp(4) as found on recent amd chipsDavid Gwynne
2018-04-20enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000sDavid Gwynne
2018-04-18crank versionTheo de Raadt
2018-04-18re-enable ucode loading. The problem is the standard memory allocatorTheo de Raadt
2018-04-18Stop modifying vm page flags using mixed atomic and non-atomicPatrick Wildt
2018-04-18Introduce a pmap lock on pmap_fault_fixup(). Heavily threadedPatrick Wildt
2018-04-18vmm: Fix interrupt window exiting for AMD / SVMpd
2018-04-17- Make rnd hints avoid the brk area. The rnd allocator refuses to allocate inOtto Moerbeek
2018-04-17Better way of allocating EPT entries.Mike Larkin
2018-04-15Disable microcode loading added in r1.20 of exec_i386.c.Joel Sing
2018-04-14account for the meltdown pdir page in pmap statsMike Larkin
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-04-11More steps for i386 Meltdown fix:Alexander Bluhm
2018-04-09Set trapframe pointer early on in do_el0_sync. This allows the use ofMark Kettenis
2018-04-09Get rid of some FreeBSD leftovers (that are mostly commented out already).Mark Kettenis
2018-04-09The Open Firmware Interrupt Mapping "recommendation" says that the numberMark Kettenis
2018-04-09Add a driver for the OCTEON cryptographic unit. It providesVisa Hankala
2018-04-09Move some AES-related defines into xform.h to reduce duplication.Visa Hankala
2018-04-09Fill in FRAME_PS after the fact. What a ridiculous design decision.Theo de Raadt
2018-04-08Remove debugging printfMike Belopuhov
2018-04-08Add support for the EFI Random Number Generator Protocol and use it to XORMark Kettenis
2018-04-07Enable islrtc(4).Mark Kettenis
2018-04-06Sadly some UEFI frimware writes to mappings marked as runtime code so we can'tMark Kettenis
2018-04-03remove a 15-year old #if 0Mike Larkin
2018-04-02Enable mvrng(4).Mark Kettenis
2018-04-02Enable imxiomuxc(4).Patrick Wildt
2018-04-02Move imxiomuxc(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move the code that sets the correct SATA phy settings into imxahc(4)Patrick Wildt
2018-04-02Enable fec(4).Patrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Enable imxccm(4).Patrick Wildt
2018-04-02Move imxccm(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Have fec(4) make use of the clock framework by implementing the enetPatrick Wildt
2018-04-02No need to include imxccmvar.h anymore.Patrick Wildt
2018-04-02Have imxahci(4) make use of the clock framework by implementing the sataPatrick Wildt
2018-04-02Have imxehci(4) make use of the clock framework by implementing the phyPatrick Wildt
2018-04-02Enable dwpcie(4).Mark Kettenis
2018-04-02Do not add 32 to the "base" SPI number. Apparently the offset of the firstMark Kettenis
2018-04-02Pay attention to the "reg-io-width" and "reg-shift" properties and avoidMark Kettenis
2018-04-02Remove I2C iomux descriptions from the time before we set those upPatrick Wildt
2018-04-01Pull out the regmap lookup from the switch. This way we can stillPatrick Wildt
2018-04-01Disable the USB charging detection using a regmap instead of cross-Patrick Wildt
2018-04-01Enable imxanatop(4) on RAMDISK as well so we can use it to disablePatrick Wildt
2018-04-01Stop using a global softc variable in most functions that are calledPatrick Wildt
2018-04-01Retrieve AHB clock from clock framework.Patrick Wildt