Age | Commit message (Expand) | Author |
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 |
2007-04-27 | remove duplicate defines. | David Gwynne |
2007-03-29 | Equiv diff to amd64 as was done on i386, bump VM_PHYSSEG_MAX. Amd64 are | Tobias Weingartner |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2007-02-13 | Check for some CPUID flags found on newer Intel processors. | Jonathan Gray |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-01 | When doing signotify, check if we're notifying a process on another | Artur Grabowski |
2007-02-01 | Rename the MICROSET IPI we inherited from NetBSD to simply NOP since | Artur Grabowski |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-... | Niklas Hallqvist |
2006-11-07 | Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ | Otto Moerbeek |
2006-10-28 | Make sure we call _mcount throught the PLT when generating PIC code. | Mark Kettenis |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-16 | Fix some more "is is"s. ok otto@. | Tom Cosgrove |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-10-01 | Adjust for change of fpu control word. | Mark Kettenis |
2006-10-01 | Switch fpu control word to the hardware default. This makes us use 64-bit | Mark Kettenis |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |