summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
AgeCommit message (Expand)Author
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-27Stop pretending that amd64 is i386. We're insulting the cpu by not evenArtur Grabowski
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25comment typoJason Wright
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-04-08add rcs idsJolan Luff
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
2005-01-10proper SET_PC_REGS,Marc Espie
2004-12-07remove old and unused NetBSD specific cruft.Brad Smith
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
2004-09-16Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than aMiod Vallat
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-07-22mutex instead of SIMPLELOCK for mp ddb.Artur Grabowski
2004-07-20MD mutex implementation on amd64.Artur Grabowski
2004-07-19Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this momentArtur Grabowski
2004-07-15put int into a typeTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
2004-06-26deinline splraise, spllower and setsoftint.Artur Grabowski
2004-06-25'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64Andreas Gunnarsson
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-20Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table.Thomas Nordin
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-13activate systrace on amd64, while here get rid of syscall_{plain,fancy}Nikolay Sturm
2004-05-13Fix userland profiling on amd64, update to new NetBSD version of file.Dale Rahn
2004-05-07spllower should return the previous level, to match other archs.Ted Unangst
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-03-09simplify the delay stuffTheo de Raadt
2004-02-28rename our NPXCW settingTheo de Raadt
2004-02-28sysctl hw.cpuspeed outputTheo de Raadt
2004-02-27move to amd64_() functionsTheo de Raadt
2004-02-27put a bit more flesh in the sysctl machdep; parts from tomTheo de Raadt
2004-02-27move to amd64 MACHINE_ARCHTheo de Raadt
2004-02-26put the goo there for ldt handling, even if we do not do it yetTheo de Raadt
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
2004-02-23get use of NX; partially from netbsd; passes the regress; deraadt@ okMichael Shalayeff
2004-02-23provide _barrier method w/ {l,s,m}fence instructionsMichael Shalayeff
2004-02-23fix a pastoMichael Shalayeff
2004-02-23add a comment on set/clr 64bit opsMichael Shalayeff
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty stack...Michael Shalayeff