aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functionsPeter Wemm2001-08-311-40/+34
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-301-17/+11
* Add ACPI attachments.Mike Smith2001-08-307-2/+9
* It turns out that while Toshiba laptops don't want to route interruptsWarner Losh2001-08-281-17/+10
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.Warner Losh2001-08-271-30/+60
* There is nothing more embarresing than having three goes at correctingPeter Wemm2001-08-272-2/+2
* Enable hardwiring of things like tunables from embedded enironmentsPeter Wemm2001-08-271-1/+3
* I missed a typo in the last commit: s/whach/which/Peter Wemm2001-08-262-2/+2
* Argh! Revert accidental commit.Peter Wemm2001-08-251-3/+1
* vm_page_zero_idle() is no longer MD.Peter Wemm2001-08-251-1/+0
* Add another comment.Julian Elischer2001-08-251-0/+7
* Optionize UPAGES for the i386. As part of this I split some of the lowPeter Wemm2001-08-2510-21/+19
* s/teh/the/Peter Wemm2001-08-252-2/+2
* Add an explanatory note that would have saved me an hour or twoJulian Elischer2001-08-252-0/+14
* Axe a commented, unused #define related to the old giant lock.John Baldwin2001-08-241-1/+0
* Remove references to the old giant kernel lock in various comments.John Baldwin2001-08-243-51/+6
* Export the actual KERNBASE to the symbol table. We can use nlist() to getPeter Wemm2001-08-242-0/+12
* Move cpu_fxsr definition to C code (so debug info is generated) and wherePeter Wemm2001-08-243-4/+6
* Fix a comment error that was fixed in the pc98 version. hw.maxmem isPeter Wemm2001-08-231-1/+1
* Dont add UPAGES to the %cs segment limit. There is nothing there exceptPeter Wemm2001-08-231-16/+2
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tPeter Wemm2001-08-232-12/+30
* Move CR4.PGE enabling code after paging is enabled via CR0.PG based onMitsuru IWASAKI2001-08-222-14/+12
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-222-12/+7
* Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These arePeter Wemm2001-08-221-0/+21
* Push down Giant some in trap_pfault() so we don't grab Giant aroundJohn Baldwin2001-08-211-4/+5
* The general conesnsus on irc was that pci bios for config registersWarner Losh2001-08-212-2/+26
* Fix bug in physmem_est calculation - the kernel_map size was not beingMatthew Dillon2001-08-211-5/+6
* Detect a certain type of PCIBIOS brain damage. For some reason,Peter Wemm2001-08-213-0/+33
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thisPeter Wemm2001-08-211-1/+10
* Limit the amount of KVM reserved for the buffer cache and for swap-metaMatthew Dillon2001-08-201-1/+6
* There is nothing special that requires SSE to be only on 686 class cpus.Peter Wemm2001-08-181-6/+4
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-161-22/+24
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,Bill Paul2001-08-151-0/+3
* Whitespace fixes to make this mostly fit in 80 columns.John Baldwin2001-08-151-33/+62
* Use interrupt gates instead of trap gates for breakpoint and traceBruce Evans2001-08-131-2/+2
* Removed he BPTTRAP() macro and its use. It was intended for restoringBruce Evans2001-08-132-8/+4
* Fix some trivial bugs.Mitsuru IWASAKI2001-08-121-10/+12
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-105-24/+5
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-082-59/+0
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadNate Williams2001-08-051-2/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfJake Burkholder2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelPeter Wemm2001-07-271-1/+5
* MASK_FPU_SW didn't do what it was expected to do.Peter Wemm2001-07-262-14/+2
* Call the early tunable setup functions as soon as kern_envp is available.Peter Wemm2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsBosko Milekic2001-07-263-9/+18
* You were knocked senseless by the Boomerang, spun around by the Cyclone,Bill Paul2001-07-231-0/+1
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-221-7/+6
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-211-1/+1
* Update the OSD module to match the ACPI CA 20010717 import.Mike Smith2001-07-211-0/+8
* Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-204-2/+381