summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2018-01-07Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRsMike Larkin
2018-01-06Handle %gs like %[def]s and reset set it in cpu_switchto() instead of onPhilip Guenther
2018-01-06Fix an interrupt storm condition in vldcp(8) (sparc64).Stefan Sperling
2018-01-06Enable sxits(4).Mark Kettenis
2018-01-06Enable sxitemp(4).Mark Kettenis
2018-01-06Remove redundant zeroing and dead code.Visa Hankala
2018-01-05Handle resets; needed on Allwinner R40/V40.Mark Kettenis
2018-01-05Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> beingMark Kettenis
2018-01-05Show uvm_fault and trace when typing show panic on a page fault'd kernelPaul Irofti
2018-01-04Implement support for calling EFI runtime services and use it to implementMark Kettenis
2018-01-04Unify <machine/mutex.h> a bit further.Martin Pieuchot
2018-01-02Enable rkpcie(4).Mark Kettenis
2017-12-31Enable sxitemp(4).Mark Kettenis
2017-12-31Enable sypwr(4).Mark Kettenis
2017-12-31Tighten the permissions used in the early stage page tables somewhat.Mark Kettenis
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-30The generic clock framework expects frequencies in Hz whereas the imx clockMark Kettenis
2017-12-30Add copyin32 implementation.Mark Kettenis
2017-12-30Implement CPU_BUSY_CYCLE and intr_disable/restore.Mark Kettenis
2017-12-29Use register_t instead of uint32_t in smc/hmc calls such that argumentsMark Kettenis
2017-12-29Remove unnecessary includes in the i386 version of the VIA PadLockFrederic Cambus
2017-12-29Add rktemp(4).Mark Kettenis
2017-12-27Add size for free() in the AMD K10/K11 pstate driver.Frederic Cambus
2017-12-27Add sizes for free() in the Geode LX Security Block crypto accelerator.Frederic Cambus
2017-12-27Initialize memhook such that /dev/mem access doesn't attempt to map pagesMark Kettenis
2017-12-27Turns out linker scripts in lld are still subtly broken and aligningMark Kettenis
2017-12-27Make octeon_intr_establish() assume edge triggering with CIU3.Visa Hankala
2017-12-27Ensure interrupt delivery is disabled when setting interruptVisa Hankala
2017-12-24Re-enable the code that unmaps the startup code. This was temporarilyMark Kettenis
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-24For systems where the cpu node in the device tree has a "clocks" property,Mark Kettenis
2017-12-24For systems where the cpu node in the device tree has a "clocks" property,Mark Kettenis
2017-12-24Somes fixes for the VIA PadLock drivers.Frederic Cambus
2017-12-24Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.Mark Kettenis
2017-12-23Remove stray space.Mark Kettenis
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-12-22If we use the cookie-based interrupt API on sun4v, whe shouldn't put theMark Kettenis
2017-12-20Sync C mutex implementations.Martin Pieuchot
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-12-19Pass calibrated TSC frequency to vmm(4) guests. On machines where TSCPatrick Wildt
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.Mark Kettenis
2017-12-18Add sizes for free() in libsa for amd64 and i386.Frederic Cambus
2017-12-18Enable RSB attachment for axppmic(4).Mark Kettenis
2017-12-17vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"Mike Larkin
2017-12-17Add wsdisplay options needed for X and VT switching.Mark Kettenis
2017-12-16Enable sxirsb(4).Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-14Change bcopy to memcpy in the i386 version of the VIA PadLock driver.Frederic Cambus