aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cpuctl
Commit message (Expand)AuthorAgeFilesLines
* Match malloc(9) calls with free(9), not contigfree(9). Also removeKonstantin Belousov2013-08-101-4/+2
* Increase the microcode max size to 16K to accomodate more recent IntelRui Paulo2013-07-031-1/+1
* Typos in comments.Rui Paulo2013-07-031-3/+3
* cpuctl_do_cpuid: explicitly use ecx=0 for cpuid callAndriy Gapon2012-11-041-1/+1
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).Fabien Thomas2011-12-121-1/+80
* - Add support to atomically set/clear individual bits of a MSR registerStanislav Sedov2009-06-301-2/+18
* - Don't zero data field in case of MSR write operation. Before this changeStanislav Sedov2009-06-261-4/+7
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Remove unneeded D_NEEDMINOR from cpuctl(4).Ed Schouten2008-09-011-1/+0
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-081-0/+446