summaryrefslogtreecommitdiffstats
path: root/sys/dev/cpuctl
Commit message (Expand)AuthorAgeFilesLines
* MFC r315588:kib2017-03-261-2/+3
* MFC r315586:kib2017-03-261-6/+9
* MFC r308538:kib2016-11-181-1/+1
* MFC r308218: Add support for microcode update on newer AMD CPUs (10h+)avg2016-11-171-29/+22
* MFC r308225: dev/cpuctl: put debug output under CPUCTL_DEBUG rather than DEBUGavg2016-11-101-1/+1
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-10/+10
* Always allow loading of cpuctl(4). When a CPU feature is notkib2016-06-161-16/+22
* Improve panic message by specifying on which cpu it really is.ache2016-05-221-1/+1
* Increase allowed size of the microcode blob to 32KB. Some Intel CPU'skib2014-12-201-1/+1
* Make cpuctl_do_cpuid() and cpuctl_do_cpuid_count() return void.kib2014-06-241-17/+11
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, usekib2014-06-201-6/+12
* Following comments in r242565 add the possibility to specify ecx whenattilio2014-06-191-4/+19
* Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].kib2014-03-121-7/+2
* Call free() on the pointer returned from malloc().kib2013-09-101-8/+8
* Match malloc(9) calls with free(9), not contigfree(9). Also removekib2013-08-101-4/+2
* Increase the microcode max size to 16K to accomodate more recent Intelrpaulo2013-07-031-1/+1
* Typos in comments.rpaulo2013-07-031-3/+3
* cpuctl_do_cpuid: explicitly use ecx=0 for cpuid callavg2012-11-041-1/+1
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).fabient2011-12-121-1/+80
* - Add support to atomically set/clear individual bits of a MSR registerstas2009-06-301-2/+18
* - Don't zero data field in case of MSR write operation. Before this changestas2009-06-261-4/+7
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Remove unneeded D_NEEDMINOR from cpuctl(4).ed2008-09-011-1/+0
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-081-0/+446
OpenPOWER on IntegriCloud