summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-01-21avoid uninitialised variable useJonathan Gray
2016-01-21Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatJonathan Gray
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-20Check for disks deeper than 4 levels down in the Open Firmware device tree.Stefan Sperling
2016-01-20add hidmt, a HID-layer driver for multitouch touchpads that conformJoshua Stein
2016-01-19Fix a race causing hardclock() to be sometimes invoked between the endAntoine Jacoutot
2016-01-19Correct the definitions of currently unused protocol guids so they willJonathan Gray
2016-01-17enable ikbd(4)Jonathan Gray
2016-01-16Attach secondary CPUs by coremask. This fixes a crash that happened ifVisa Hankala
2016-01-16Panic if someone boots the kernel by force without CPU 0. The systemVisa Hankala
2016-01-15enable sdhc@acpi so emmc will be available at install timeJonathan Gray
2016-01-15intr_barrier for sh/landisk; tobiasu noticed the need as wellTheo de Raadt
2016-01-15Move files.hid above files.i2c to fix armish buildTobias Ulmer
2016-01-14Eable ikbd(4).Mark Kettenis
2016-01-14Add support for a variety of USB devices.Visa Hankala
2016-01-13Enable Xen support in GENERIC; discussed with deraadt@Mike Belopuhov
2016-01-12naddy observed the TSC fallback code could encounter (high word) %edxTheo de Raadt
2016-01-12dev/isa/isavar.h does not appear to be needed by any of consumers.Theo de Raadt
2016-01-12include files.hid before files.i2cTheo de Raadt
2016-01-12Add dwiic, a driver for the Synopsys DesignWare i2c controller foundJoshua Stein
2016-01-11Enable sdhc* at acpi?.Mark Kettenis
2016-01-11Add a "mux -1" locator to wsdisplay(4) instances representing secondaryMark Kettenis
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-10Page fault handling tweaks for vmm:Stefan Kempf
2016-01-10Introduce acpi_intr_establish(9), an API to establish interrupt handlers forMark Kettenis
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-10Back out the MP pmap diff for rework. The code does not work onVisa Hankala
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.Reyk Floeter
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf
2016-01-08Make sure the new rendezvous state is visible to other CPUs beforeVisa Hankala
2016-01-07Xen virtual networking interface (Netfront) driver.Mike Belopuhov
2016-01-07Handle receive queue full condition instead of hanging.This can beCan Erkin Acar
2016-01-07We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06Bring efidev.c goodness into softraid.c by returning and displayingKenneth R Westerback
2016-01-05Remove PTE locking from pmap_extract() because it does not add any MPVisa Hankala
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-04Do proper termination of VMs by doing proper VCPU run state management.Mike Larkin
2016-01-04wrap a long lineMike Larkin
2016-01-03Don't need two 16K static buffers to checksum the GPT entries and find theKenneth R Westerback
2016-01-03enable pchtemp(4) on i386.Daniel Dickman
2016-01-02Take the PHY of iec(4) out of reset before attaching the interface.Visa Hankala
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-31Protect mips64 pmap and pvlist structs with a mutex to make pmapVisa Hankala
2015-12-29Remove NULL-checks before free().mmcc
2015-12-27welcome GENERIC.IP27 MP (dual cpu on O350 now)Theo de Raadt
2015-12-27If available prefer the rdseed instruction over rdrand when adding entropyJonathan Gray