summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix pc98 build.nyan2005-11-093-0/+6
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-35/+42
* Remove obsolete optionsimp2005-11-091-1/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-0910-0/+928
* The hptmv inherently believes that a 'long' can hold a physical address.scottl2005-11-081-0/+1
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-1/+2
* Unbreak !SMP kernelsphk2005-11-051-0/+2
* MFamd64: indent with tabs instead of spaces.peter2005-11-041-1/+1
* 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-024-96/+217
* 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-8/+65
* 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
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-281-633/+0
* Create a default kernel config for i386 and move 'device isa' andjhb2005-10-272-7/+18
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-55/+61
* Undo the change to pci_cfgdisable() on i386 for now. It seems to fixwpaul2005-10-251-6/+2
* Modify the pci_cfgdisable() routine to bring it more in line withwpaul2005-10-251-3/+7
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to alljhb2005-10-244-16/+50
* 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
* Like acpi_throttle, set frequency to 100% in attach. Some BIOSen may setnjl2005-10-231-0/+8
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.rwatson2005-10-191-36/+36
* Redo physical/logical CPU count.jkim2005-10-171-3/+4
* 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
* Fix compiling.davidxu2005-10-151-1/+1
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-144-14/+105
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-141-3/+0
* 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-144-87/+139
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signaldavidxu2005-10-141-10/+0
* Restore the UP optimization to reduce the number of TLB invalidations. Thealc2005-10-131-4/+11
* Restore optimizations to reduce TLB shootdowns.ups2005-10-131-25/+24
* Ensure that a thread stays on same CPU when calculating per CPUups2005-10-121-15/+15
* Polling is now configured with help of ifconfig(8), not sysctl.glebius2005-10-071-4/+4
* Big polling(4) cleanup.glebius2005-10-011-10/+0
* Add interrupt counters for IPIs. By default they are disabled, but theyjhb2005-09-283-8/+97
* Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timerjhb2005-09-281-1/+1
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-6/+8
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-282-4/+0
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+21
* __RMAN_RESOURCE_VISIBLE not necessary.phk2005-09-251-3/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-192-0/+4
OpenPOWER on IntegriCloud