aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummyMark Murray2002-04-211-21/+28
* Fix typo in adjusted panic message.Tor Egge2002-04-171-1/+1
* Update io_apic_ints array properly when revoking an irq mapping.Tor Egge2002-04-171-2/+2
* Move do_cpuid into the correct place in this file and makeDavid Malone2002-04-101-10/+8
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-012-4/+111
* GC #if 0'd assembly mutex micro operations. If someone wants to bringJohn Baldwin2002-03-281-208/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-275-22/+21
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-234-60/+57
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-5/+5
* ASM versions of __FBSDID.David E. O'Brien2002-03-231-0/+11
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-211-0/+16
* Fix minor style(9) violation in de__PingWarner Losh2002-03-201-40/+40
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* Remove __P.Alfred Perlstein2002-03-2016-195/+194
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-10/+0
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hJake Burkholder2002-03-071-0/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayJeff Roberson2002-03-051-1/+4
* Make it a bit clearer where this file is to be used and where itMark Murray2002-02-281-0/+2
* Make MPLOCKED work again in asm files and stringify it explicitlyBosko Milekic2002-02-282-10/+10
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-2/+2
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-0/+64
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-274-365/+97
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-263-9/+2
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-263-2/+9
* Work-in-progress commit syncing up pmap cleanups that I have been workingPeter Wemm2002-02-254-96/+364
* Tidy up some warningsPeter Wemm2002-02-251-1/+1
* Convert p->p_runtime and PCPU(switchtime) to bintime format.Poul-Henning Kamp2002-02-221-1/+1
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tPeter Wemm2002-02-201-1/+1
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed toYoshihiro Takahashi2002-02-182-8/+30
* Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen2002-02-172-1/+7
* Correct typo.Yoshihiro Takahashi2002-02-172-2/+2
* Move the bus_space_subregion function from the puc driver to the bus_spaceYoshihiro Takahashi2002-02-172-6/+28
* Move do_cpuid() from a identcpu.c into cpufunc.h.David Malone2002-02-121-0/+11
* Garbage-collect the "LOCORE" version of MPLOCKED.Bruce Evans2002-02-111-10/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatJohn Baldwin2002-02-081-2/+2
* Make the style a little bit more consistant by removing parameterMark Murray2002-02-031-3/+2
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesBruce Evans2002-01-311-0/+1
* Avoid __func__ string concatenationPeter Wemm2002-01-181-4/+4
* Changed the type of pcb_flags from u_char to u_int and adjusted things.Bruce Evans2002-01-171-1/+1
* Ensure that we set all the %cr0 bits to a known state for the AP's beforePeter Wemm2002-01-161-0/+10
* Use a spare slot in the machine context for a flags word to indicateDaniel Eischen2002-01-101-1/+4
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).Peter Wemm2002-01-051-2/+2
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-202-27/+0
* Various assembly fixes mostly in the form of using the "+" modifier forJohn Baldwin2001-12-181-14/+14
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterJohn Baldwin2001-12-181-20/+20
* Modify the critical section API as follows:John Baldwin2001-12-182-46/+15
* Small cleanups to the SMP code:John Baldwin2001-12-172-37/+16
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentYoshihiro Takahashi2001-12-141-0/+5