summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* Some BIOSs are using MTRR values that are only documented under NDAdwmalone2002-09-151-0/+11
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: userwatson2002-09-111-1/+1
* Make sure a $PIR table header has a valid length before accepting the tablejhb2002-09-091-1/+2
* #include "opt_bla.h" goes first says Bruce.phk2002-09-091-2/+2
* Use "options " rather than "options<tab>".kuriyama2002-09-091-2/+2
* Fix style(9) bugs.phk2002-09-081-2/+2
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Match the more modern ports and comment the filling of POSIX parts of siginfojmallett2002-09-071-1/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-074-0/+28
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-34/+0
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS tojhb2002-09-061-2/+69
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-062-0/+20
* Dump the $PIR table if booting verbose.jhb2002-09-061-0/+3
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-063-3/+36
* If we are using APIC_IO tell ACPI so it can route interrupts properly.jhb2002-09-061-0/+3
* Add support for printing out the contents of a PCI BIOS $PIR interruptjhb2002-09-061-2/+54
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-051-2/+2
* Move some variables to the BSS instead of explicitly zero'ing them. Thisjhb2002-09-051-3/+3
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-051-1/+1
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-042-44/+7
* Function prototypes don't need 'extern'.jhb2002-09-041-6/+6
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-042-66/+6
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-012-10/+28
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-311-1/+5
* db_ps.c:bde2002-08-311-8/+8
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-15/+12
* Unbreak kernel build by printing Maxmem using %ld instead of old (now changed)ache2002-08-302-2/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-302-10/+17
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-292-2/+2
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-283-15/+36
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-23/+0
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-231-1/+1
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-222-3/+3
* Don't use "NULL" when "0" is really meant.archie2002-08-213-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-214-5/+144
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-201-14/+2
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
* o Simplify the ptphint test in pmap_release_free_page(). In other words,alc2002-08-181-1/+1
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+2
* pccbb->cbbimp2002-08-151-1/+1
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-141-1/+1
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-131-2/+0
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-121-9/+15
* Use roundup2() to avoid a problem where pmap_growkernel was unableiedowse2002-08-121-1/+1
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+1
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-101-8/+4
OpenPOWER on IntegriCloud