summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* The general conesnsus on irc was that pci bios for config registersimp2001-08-212-2/+26
* Fix bug in physmem_est calculation - the kernel_map size was not beingdillon2001-08-211-5/+6
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-213-0/+33
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-1/+10
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-1/+6
* There is nothing special that requires SSE to be only on 686 class cpus.peter2001-08-181-6/+4
* style(9) and make consistent across platformsobrien2001-08-161-22/+24
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,wpaul2001-08-151-0/+3
* Whitespace fixes to make this mostly fit in 80 columns.jhb2001-08-151-33/+62
* Use interrupt gates instead of trap gates for breakpoint and tracebde2001-08-131-2/+2
* Removed he BPTTRAP() macro and its use. It was intended for restoringbde2001-08-132-8/+4
* Fix some trivial bugs.iwasaki2001-08-121-10/+12
* - Close races with signals and other AST's being triggered while we are injhb2001-08-105-24/+5
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-59/+0
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadnate2001-08-051-2/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+5
* MASK_FPU_SW didn't do what it was expected to do.peter2001-07-262-14/+2
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-263-9/+18
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-231-0/+1
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-221-7/+6
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-1/+1
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-211-0/+8
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-204-2/+381
* swtch.s: During context save, use the correct bit mask for clearingbsd2001-07-193-7/+16
* Quiet a variable format-string warning.kris2001-07-192-5/+5
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-172-28/+10
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-162-18/+18
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-141-1/+1
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.dd2001-07-131-1/+1
* Unbroke kernel if I686_CPU is not defined.sobomax2001-07-131-0/+2
* The #define for pcb_savefpu seems to do more harm than good.peter2001-07-121-1/+0
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-122-4/+4
* Forgot this fix from another tree. make enable_sse() a real prototype.peter2001-07-121-1/+1
* Move init_sse() out of the "GenuineIntel" section, my AthlonMP systempeter2001-07-121-1/+1
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-1222-44/+387
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-112-70/+292
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+2
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-61/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-046-41/+22
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-031-42/+0
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-031-0/+198
* Quiet warning by removing ast() prototype.jhb2001-07-031-1/+0
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-1/+1
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-120/+0
* Remove cruft from old bus.imp2001-06-291-3/+0
OpenPOWER on IntegriCloud