summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* style(9) and make consistent across platformsobrien2001-08-161-22/+24
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-14/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-5/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-3/+6
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-141-1/+1
* The #define for pcb_savefpu seems to do more harm than good.peter2001-07-121-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-127-4/+86
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-3/+2
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-282-11/+6
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-281-1/+64
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietjhb2001-06-181-0/+1
* Fix "alignemnt" typo.alex2001-06-163-3/+3
* Fix style of defines.obrien2001-06-091-38/+38
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-223-0/+3
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* - Use sched_lock and critical regions to ensure that LDT updates are threadjhb2001-05-101-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-10/+10
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-274-576/+75
* Make the ap_boot_mtx mutex static.jhb2001-04-201-1/+1
* Back out 1.103. It wasn't approved by the owner of the file andimp2001-04-181-45/+45
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-171-4/+0
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-14/+14
* Remove constants defining the bitmasks of the old giant kernel lock.jhb2001-04-101-5/+0
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-102-16/+4
* Add an MI API for sending IPI's. I used the same API present on the alphajhb2001-04-101-12/+55
* Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-061-1/+0
OpenPOWER on IntegriCloud