summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-061-11/+6
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-061-3/+3
* We don't support I386_CPU in 6.0 and later. This file can be cleanednetchild2006-01-041-16/+0
* - Make sure the cpu_exthigh variable is initialized (page coloring case). [1]netchild2006-01-041-19/+39
* - Explicitly validate an empty filter to match bpf_filter() comment[1].jkim2006-01-031-0/+4
* MI changes:netchild2005-12-311-0/+466
* Remove pcb_switchout, it has not been used for a long time.davidxu2005-12-292-7/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Move global variable private_tss into per-cpu area.davidxu2005-12-264-9/+8
* - Improve the INKERNEL macro such that it can no longer give false positives.jeff2005-12-231-1/+6
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-6/+7
* Fix stale comment.jhb2005-12-141-2/+1
* Revert previous commit. The BIOS braindamage is even worse than Ijhb2005-12-131-9/+2
* Don't check the CPUID_APIC bit in the cpu_features flags field to determinejhb2005-12-131-2/+9
* Fix ZERO_EDX() macro from the previous commit. It was emittingjkim2005-12-061-1/+1
* s/M_WAITOK/M_NOWAIT/ while mutex is held.jkim2005-12-061-2/+2
* - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'.jkim2005-12-062-3/+9
* Add experimental BPF Just-In-Time compiler for amd64 and i386.jkim2005-12-062-0/+908
* Change the i386 code to pass the interrupt vector as a separate argumentjhb2005-12-054-11/+16
* - Move the code to deal with handling an IPI_STOP IPI out ofjhb2005-12-054-49/+26
* - Move PUSH_FRAME and POP_FRAME into machine/asmacros.h.jhb2005-12-052-82/+14
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-051-1/+1
* If we get a stray interrupt, return after logging it. In the extremelyjhb2005-11-281-0/+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
* Make COUNT_IPIS and COUNT_XINVLTLB_HITS real kernel options and takejhb2005-11-222-2/+3
* Garbage collect the code to store diagnostics codes in a CMOS registerjhb2005-11-221-31/+0
* 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-5/+10
* 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
* Provide a link to the documentation of the I/O APIC at Intel.andre2005-11-151-0/+4
* Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.imp2005-11-142-4/+0
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Fix pc98 build.nyan2005-11-092-0/+4
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-35/+42
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-093-0/+70
* Unbreak !SMP kernelsphk2005-11-051-0/+2
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-022-91/+185
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()alc2005-10-311-8/+65
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-2/+2
* Replace diagnostic printf()s by assertions. Use consistent style foralc2005-10-301-36/+8
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-52/+58
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to alljhb2005-10-242-12/+47
* When restarting the BSP during cpu_reset() use a membar to ensure thatjhb2005-10-241-1/+4
* 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-14/+10
OpenPOWER on IntegriCloud