Age | Commit message (Expand) | Author |
2008-06-13 | Detect if Intel's Safer Mode Extensions (SMX) are present, | Jonathan Gray |
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
2008-05-26 | - also zap userldt here | Jasper Lievisse Adriaanse |
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. | Mark Kettenis |
2008-04-13 | garbage collect the cpus_running global variable; | Thordur I. Bjornsson |
2008-02-11 | g/c db_thread_fp_used() | Miod Vallat |
2008-01-15 | Move some definitions from mpconfig.h to mpbiosreg.h (where they are on i396). | Mark Kettenis |
2008-01-02 | Give LOCKDEBUG kernels a chance to compile; ok kettenis@ | Miod Vallat |
2007-12-20 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-11-26 | Like i386 - make the __mp_lock not spin at splhigh. | Artur Grabowski |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-16 | typo | Mike Belopuhov |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-15 | Split CPUID into 2 32 bit fields. | Marco Peereboom |
2007-11-15 | Clarify when smbios added multi core support and add the missing string | Marco Peereboom |
2007-11-15 | oops, processor structs need to be __packed. | Marco Peereboom |
2007-11-15 | Add struct for processors. | Marco Peereboom |
2007-11-01 | Remove curproc definition. It is supposed to be in proc.h only. | Mike Belopuhov |
2007-10-28 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-24 | Remove idle loop counter. | Mike Belopuhov |
2007-10-19 | remove vars from some prototypes. | Federico G. Schwindt |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt |
2007-09-12 | port of i386 pctr code to amd64; Mike Belopuhov | Theo de Raadt |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-01 | Remove stale comments; prompted by millert. | Marco Peereboom |
2007-08-31 | Add vaddr. | Marco Peereboom |
2007-07-06 | Fix a misleading comment. | Artur Grabowski |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-01 | some pentium 4 machines are 64-bit and have EST, but a different msr to | Ted Unangst |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | take a lot more stuff out of userland namespace (sysctl cared about ksensor u... | Theo de Raadt |
2007-05-29 | put the temperature msr in line with the others | Ted Unangst |
2007-05-29 | Some improvements for better intel cpu support. | Ted Unangst |
2007-05-29 | PMAP_STEAL_MEMORY for amd64 | Artur Grabowski |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-27 | add pmap_(un)map_nc_direct() macro's to match the non-nc versions | Jason Wright |
2007-05-27 | - Redo the way we set up the direct map. Map the first 4GB of it | Artur Grabowski |
2007-05-25 | Define rw_cas. Trivially simple on amd64 with atomic_cas_ul. | Artur Grabowski |
2007-05-25 | Change the old slow and complicated TLB shootdown code to new, fast and | Artur Grabowski |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Switch amd64 to VM_PAGE_MD. Mostly just imitating i386. flags in pg_flags. | Artur Grabowski |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 year... | Theo de Raadt |
2007-05-07 | Garbage collect ci_astpending; it's no longer used. | Mark Kettenis |
2007-05-06 | Add the mp setperf mechanism to AMD64, like its i386 counterpart it allows | Gordon Willem Klok |