summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+2
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-1/+5
* - In npxgetregs() use the td argument to save the fpu state from and notjeff2003-04-011-2/+1
* - In npxsetregs don't set the floating point if td == fpcurthread not ifjeff2003-03-311-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-2/+3
* Use repo-copied files in sys/i386/bios.mdodd2003-03-243-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-1/+1
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-6/+22
* Make tsc_freq a 64bit quantity.phk2003-01-291-5/+7
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-2/+2
* Fix typo. ioport_rid should be irq_rid.davidxu2002-11-051-1/+1
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-251-0/+1
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-202-82/+82
* Hide inline assembly if lint is defined.phk2002-10-201-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* Restore status register A of RTC at resume time.iwasaki2002-09-181-0/+1
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-35/+152
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-071-0/+7
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-7/+13
* The clock is already allocated as 'fast' - no need to try and intercept apeter2002-07-082-16/+0
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-221-2/+2
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-6/+0
* Tidy up some loose ends.peter2002-04-291-2/+2
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* Move ICU_* defines into icu.h.nyan2002-04-067-70/+36
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-013-6/+6
* Tab-out the backslashes in icu_vector.s to make it more readable and todillon2002-03-273-366/+366
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-278-174/+619
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-232-22/+22
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-211-12/+12
* Remove __P.alfred2002-03-206-45/+44
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-273-13/+23
* revert last commit temporarily due to whining on the lists.dillon2002-02-268-734/+297
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-268-297/+734
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-253-23/+13
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-5/+7
* Add needed include.nyan2002-02-101-0/+3
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-082-4/+0
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-304-1/+14
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-301-24/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-053-0/+6
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
OpenPOWER on IntegriCloud