summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* If we get a stray interrupt, return after logging it. In the extremelyjhb2005-11-281-0/+1
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-273-9/+1
* Fix typo.le2005-11-241-1/+1
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.ru2005-11-241-1/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Expand the hack to mask the atpics if 'device atpic' is not in the kerneljhb2005-11-211-8/+28
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* - Always print the trap number so that we have something to start with forjhb2005-11-181-4/+9
* Fix spelling mistake.obrien2005-11-171-1/+1
* Revert a part of the previous commits to these files that made the NMIjhb2005-11-161-5/+4
* Revert previous commit to these files. There isn't a race necessitatingjhb2005-11-161-3/+2
* Fix a typo in the check for an invalid APIC. If we are told about anjhb2005-11-161-1/+1
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Add /dev/speaker support to amd64.ru2005-11-111-0/+3
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-33/+42
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-1/+2
* Define M_IOAPIC the same as i386peter2005-11-041-1/+1
* Catch up with the recent <sys/signal.h> change and make this compile.ru2005-11-041-1/+1
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-024-95/+216
* Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.jhb2005-11-011-0/+1
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-1/+1
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()alc2005-10-311-5/+59
* Hook nve(4) up in i386 and amd64 NOTES.jhb2005-10-311-0/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-3/+3
* Replace diagnostic printf()s by assertions. Use consistent style foralc2005-10-301-36/+8
* MFi386: bring over DEFAULTS (repocopy) and adapt. While there isn't apeter2005-10-272-9/+3
* Remove atpic as we've changed to using the lapic timer vs. using irq0obrien2005-10-271-3/+0
* Create a default kernel config for i386 and move 'device isa' andjhb2005-10-271-0/+17
* MFi386: Various apic fixes and tweakspeter2005-10-262-6/+20
* Change PHYSMAP_SIZE to allow for more memory segments. The old value waspeter2005-10-261-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-55/+61
* Modify the pci_cfgdisable() routine to bring it more in line withwpaul2005-10-251-2/+6
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to alljhb2005-10-244-19/+53
* When restarting the BSP during cpu_reset() use a membar to ensure thatjhb2005-10-241-1/+3
* Use xchg in Xcpustop to close a race and make cpustop_restartfunc trulyjhb2005-10-241-2/+3
* - Various small whitespace and style nits.jhb2005-10-241-15/+10
* include opt_compat.h to unbreak the buildps2005-10-241-0/+2
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Redo physical/logical CPU count.jkim2005-10-171-3/+4
* Micro optimization for context switch. Eliminate code for saving gs.basedavidxu2005-10-172-15/+2
* Another bit of sx(4) removal.jhb2005-10-171-3/+0
* Split displaying number of physical and logical cores.jkim2005-10-171-2/+3
* For AMD processors, nullify CPUID.HTT. FreeBSD has no need for theobrien2005-10-161-0/+9
* Correct few MSR addresses.jkim2005-10-151-8/+8
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-144-9/+91
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-145-65/+136
OpenPOWER on IntegriCloud