summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-01-20Use rdmsr_safe in svm_handle_msrMike Larkin
2019-01-20Implement rdmsr_safeMike Larkin
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-19enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while.Peter Hessler
2019-01-19Finish randominzing remaining layers of pmap_kernelMike Larkin
2019-01-19now that it works, enable ixl(4) on amd64Jonathan Matthew
2019-01-18remove a debugging printf that has outlived its usefulnessMike Larkin
2019-01-18delete vmm(4) in i386pd
2019-01-17Remove some empty linesMike Larkin
2019-01-17Enable bwfm(4) in RAMDISK_CDMike Larkin
2019-01-15Remove an unused variable. Spotted by clang.Visa Hankala
2019-01-14Add support for building kernels with clang. Clang does not supportMark Kettenis
2019-01-14Remove obsolete symbols.sort target.Visa Hankala
2019-01-14Wrap floating point instructions with .set hardfloat to make clang'sVisa Hankala
2019-01-13Handle card detect GPIO.Visa Hankala
2019-01-13Pass timeout in seconds instead of ticks.Visa Hankala
2019-01-12Enable ohci at fdt.Mark Kettenis
2019-01-12Add a driver for OCTEON GPIO controller.Visa Hankala
2019-01-12Attach the AHCI controller bridge driver even if the AHCI controllerVisa Hankala
2019-01-11imxsrc(4), a driver for the i.MX System Reset Controller. We willPatrick Wildt
2019-01-11Move the placement of pmap_kernel's toplevel PML4 pageMike Larkin
2019-01-10add efifb_stolen() to get the size of the efifb framebufferJonathan Gray
2019-01-09Make arm64 efiboot can boot from partitions other than "a".YASUOKA Masahiko
2019-01-07Extents code has its own set of flags and does not use malloc's.Alexander Bluhm
2019-01-07Enabling both kcov and retguard is now possible due to the recent bump ofanton
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2019-01-06Increase L2 PTE reservation for the kernelMike Larkin
2019-01-06remove some old comments that were inherited from i386 (and wrong)Mike Larkin
2019-01-05Expand a macro instruction for clang. Unlike gas, the integratedVisa Hankala
2019-01-05Replace two-operand instruction aliases that clang does notVisa Hankala
2019-01-05match arm64 and armv7 and print unconfigured simplebus devices on octeonJonathan Gray
2019-01-05match arm64 and print unconfigured simplebus devices on armv7Jonathan Gray
2019-01-05enable ohci at fdt on RAMDISK as wellJonathan Gray
2019-01-04enable ohci at fdtDavid Gwynne
2019-01-03add a simplebus print function so unconfigured devices appear in dmesg.David Gwynne
2019-01-03Crank MAXTSIZ to next pow2 (256MB) because a few piggy binariesTheo de Raadt
2019-01-03Fix .end symbol.Visa Hankala
2019-01-02In pmap_page_protect(), zap the PTE before unlinking. At that point theMark Kettenis
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton
2019-01-02abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants.Patrick Wildt
2019-01-01Fix comment typoPhilip Guenther
2018-12-31Avoid calling setperf() with a negative level.Mark Kettenis
2018-12-31Set floating point condition code even if the result of an emulatedVisa Hankala
2018-12-31Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as aClaudio Jeker
2018-12-30Turn on -mretpoline by default in clang on amd64, but turn it offPhilip Guenther
2018-12-28Fix dino at uturn attachment. From miod@Mark Kettenis
2018-12-27Move away from K&R style function definitions. clang is rather picky aboutClaudio Jeker
2018-12-27Do not assign node to itself. Instead move the earlier initialisation intoClaudio Jeker
2018-12-24Adjust cpsw for linux 4.20 device tree changes. The location of the phyJonathan Gray
2018-12-21Do PAT setup earlier such that mapping the framebuffer WC works at theMark Kettenis