summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-201-1/+1
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-182-8/+30
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-172-1/+7
* Correct typo.nyan2002-02-172-2/+2
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-172-6/+28
* Move do_cpuid() from a identcpu.c into cpufunc.h.dwmalone2002-02-121-0/+11
* Garbage-collect the "LOCORE" version of MPLOCKED.bde2002-02-111-10/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-081-2/+2
* Make the style a little bit more consistant by removing parametermarkm2002-02-031-3/+2
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesbde2002-01-311-0/+1
* Avoid __func__ string concatenationpeter2002-01-181-4/+4
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-171-1/+1
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-161-0/+10
* Use a spare slot in the machine context for a flags word to indicatedeischen2002-01-101-1/+4
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-051-2/+2
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-202-27/+0
* Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-181-14/+14
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterjhb2001-12-181-23/+23
* Modify the critical section API as follows:jhb2001-12-182-46/+15
* Small cleanups to the SMP code:jhb2001-12-172-37/+16
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-141-0/+5
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-121-1/+0
* Overhaul the per-CPU support a bit:jhb2001-12-115-49/+113
* Add a missing open paren to a macro that's been broken (and apparentlyjhb2001-12-041-1/+1
* Start bringing i386/pmap.c into line with cleanups that were done topeter2001-11-171-4/+5
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutsobomax2001-11-151-1/+1
* Use newer constraints for atomic_cmpset().jhb2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-121-21/+21
* o Add new header <sys/stdint.h>.mike2001-11-021-0/+220
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-311-2/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-311-0/+2
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-301-0/+1
* Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-253-12/+18
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-6/+6
* Add missing includes of sys/ktr.h.jhb2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Allow atomic ops to be somewhat safely used in userland. We always usejhb2001-10-081-3/+7
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-064-1374/+4
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-211-4/+13
* Cleanup and split of nfs client and server code.peter2001-09-181-1/+0
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-181-14/+14
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-151-0/+2
* KSE Milestone 2julian2001-09-1210-36/+39
* style(9) the structure definitions.obrien2001-09-054-9/+9
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-041-1/+1
* Fix the argument specifier for the PnP BIOS function 2yokota2001-09-031-1/+1
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-252-20/+2
* The general conesnsus on irc was that pci bios for config registersimp2001-08-211-0/+1
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-211-0/+2
OpenPOWER on IntegriCloud