aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.John Baldwin2001-12-121-1/+0
* Overhaul the per-CPU support a bit:John Baldwin2001-12-115-49/+113
* Add a missing open paren to a macro that's been broken (and apparentlyJohn Baldwin2001-12-041-1/+1
* Start bringing i386/pmap.c into line with cleanups that were done toPeter Wemm2001-11-171-4/+5
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutMaxim Sobolev2001-11-151-1/+1
* Use newer constraints for atomic_cmpset().John Baldwin2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anJohn Baldwin2001-11-121-18/+18
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-0/+220
* Remove previous revision. smp_started back in subr_smp where it belongs.Matt Jacob2001-10-311-2/+0
* Make the actual volatile int smp_started live *somewhere*. This isMatt Jacob2001-10-311-0/+2
* Add kmupetext(), a function that expands the range of memory coveredBrian Feldman2001-10-301-0/+1
* Split the per-process Local Descriptor Table out of the PCB and intoJohn Baldwin2001-10-253-12/+18
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-212-6/+6
* Add missing includes of sys/ktr.h.John Baldwin2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Allow atomic ops to be somewhat safely used in userland. We always useJohn Baldwin2001-10-081-3/+7
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.Yoshihiro Takahashi2001-10-064-1374/+4
* Introduce a new option, KVA_SPACE, which can be used to reconfigurePeter Wemm2001-09-211-4/+13
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-1/+0
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-181-14/+14
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson2001-09-151-0/+2
* KSE Milestone 2Julian Elischer2001-09-1210-36/+39
* style(9) the structure definitions.David E. O'Brien2001-09-054-9/+9
* Reenable RTC interrupts after wakeup. Some laptops have a problemMitsuru IWASAKI2001-09-041-1/+1
* Fix the argument specifier for the PnP BIOS function 2Kazutaka YOKOTA2001-09-031-1/+1
* vm_page_zero_idle() is no longer MD.Peter Wemm2001-08-251-1/+0
* Optionize UPAGES for the i386. As part of this I split some of the lowPeter Wemm2001-08-252-20/+2
* The general conesnsus on irc was that pci bios for config registersWarner Losh2001-08-211-0/+1
* Detect a certain type of PCIBIOS brain damage. For some reason,Peter Wemm2001-08-211-0/+2
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-161-22/+24
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-14/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-081-5/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfJake Burkholder2001-07-311-0/+11
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-261-3/+6
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.John Baldwin2001-07-141-1/+1
* The #define for pcb_savefpu seems to do more harm than good.Peter Wemm2001-07-121-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatPeter Wemm2001-07-127-4/+86
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-292-3/+2
* Get kernel profiling on SMP systems closer to working by replacing theJohn Baldwin2001-06-282-11/+6
* Provide access to the IA32 hardware debug registers from the ddbBrian S. Dean2001-06-281-1/+64
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietJohn Baldwin2001-06-181-0/+1
* Fix "alignemnt" typo.Alexander Langer2001-06-163-3/+3
* Fix style of defines.David E. O'Brien2001-06-091-38/+38
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"Poul-Henning Kamp2001-06-021-1/+1