summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Remove earlysetcpuclass() as it has been OBE.jhb2003-01-092-17/+0
* Rework part of the previous processor name changes so that we readjhb2003-01-095-53/+28
* Consistently use spaces in between arguments to strcmp(). Whitespacejhb2003-01-081-3/+3
* - Use cpu_exthigh instead of executing cpuid again to retrieve it for thejhb2003-01-081-36/+51
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-084-0/+52
* Bah, get the test for more than one logical CPU right so we don't boguslyjhb2003-01-081-1/+1
* Enumerate logical hyperthread CPUs manually if they aren't already listedjhb2003-01-083-0/+240
* If the boot processor supports hyperthreading and contains more than onejhb2003-01-081-0/+9
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-084-0/+4
* - Fix the name of the hyperthreading cpuid feature flag to be HTT insteadjhb2003-01-081-1/+9
* Document bit 31 of the cpuid features word as PBE (Pending Break Enable).jhb2003-01-031-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-5/+5
* Return an error when r/w is requested on an unsupported device instead ofnjl2002-12-311-0/+3
* Synchronize to kern/syscalls.master:1.139.rwatson2002-12-291-0/+4
* Add the if_bge driver. I can't find any reason why it's not here, and it'sscottl2002-12-281-0/+1
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-2/+50
* Assert that the page queues lock is held in pmap_testbit().alc2002-12-281-1/+1
* - Hold the page queues lock around calls to vm_page_wakeup() andalc2002-12-241-2/+8
* Outdent the string rather than use concatenation.phk2002-12-231-2/+2
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-11/+29
* Back out 1.19 to rethink approachnjl2002-12-171-2/+2
* Automatically issue a "continue" along with the "detach" command. Thisnjl2002-12-171-2/+2
* Reformat last changejulian2002-12-161-5/+7
* Don't dump core into a partition that is too small for it.julian2002-12-161-0/+9
* Add the trm(4) driver.cognet2002-12-161-0/+1
* Regen: swapoffmarcel2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.marcel2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* Only dump the BIOS geometry table from bootinfo on PC98, we don't usephk2002-12-141-1/+5
* Add page locking to pmap_mincore().alc2002-12-141-12/+20
* SCARGS removal take II.alfred2002-12-142-133/+128
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-132-128/+133
* Remove SCARGS.alfred2002-12-132-133/+128
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+12
* Add "disabled" hints to all of the uncommon ISA devices that are injhb2002-12-051-0/+12
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-042-2/+2
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-031-1/+3
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-026-29/+45
* Hold the page queues lock when calling pmap_unwire_pte_hold() oralc2002-12-021-3/+10
* Assert that the page queues lock is held in pmap_changebit()alc2002-12-011-2/+2
* Assert that the page queues lock is held in pmap_page_exists_quick().alc2002-11-301-1/+1
* Assert that the page queues lock is held in pmap_remove_pages().alc2002-11-251-1/+1
* Add page queues locking to vunmapbuf(); reduce differences with respectalc2002-11-241-3/+3
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
* - Assert that the page queues lock is held in pmap_remove_all().alc2002-11-231-10/+4
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-9/+17
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOjhb2002-11-211-1/+1
* Regenerate after adding syscalls.deischen2002-11-163-4/+13
OpenPOWER on IntegriCloud