aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a missing prototypeBrian Somers2010-06-201-0/+1
* Report transport type in XPT_PATH_INQ.Alexander Motin2010-06-191-0/+4
* Report transport type in XPT_PATH_INQ.Alexander Motin2010-06-191-0/+4
* Core i5, same as previously Core2Duo, found to not set P-state for singleAlexander Motin2010-06-191-6/+2
* Extend the AR71XX watchdog debugging and data.Adrian Chadd2010-06-191-1/+38
* Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.Alexander Motin2010-06-191-1/+1
* Add a missing linefeedBrian Somers2010-06-191-1/+1
* While we indeed can't precisely measure time spent in C1, we can considerAlexander Motin2010-06-191-3/+7
* - Rename the internal for loop iterator to "_i" to avoid potential shadowing ofLawrence Stewart2010-06-191-7/+11
* Catch up with the page and page queues locking changes.Alan Cox2010-06-181-8/+8
* Eliminate unnecessary page queues locking.Alan Cox2010-06-182-4/+0
* Add support for newer XLS chips/boards in the GMAC driver.Jayachandran C.2010-06-183-199/+106
* Missed commit in r209310: the IRQ number in INTR_VEC() should haveNathan Whitehorn2010-06-181-1/+1
* Merge jmallett@'s n64 work into HEAD - changeset 5Jayachandran C.2010-06-182-17/+3
* Only enable kdtrace hook in the LINT on the architectures that implement it.Konstantin Belousov2010-06-183-6/+12
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesNathan Whitehorn2010-06-182-3/+165
* Missed change to sun4v while adding iparent lookup to the OFW interruptNathan Whitehorn2010-06-181-1/+1
* Add support for the Keywest I2C controller in Apple uninorth northbridges.Nathan Whitehorn2010-06-181-2/+7
* Revert changes accidentally committed as part of r209298.Nathan Whitehorn2010-06-181-29/+5
* Following r209299, level interrupts are low by default on PPC, so removeNathan Whitehorn2010-06-181-7/+0
* Change the default interrupt polarity on PowerPC systems from high to low.Nathan Whitehorn2010-06-183-12/+24
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-1835-123/+334
* Fix a rece condition in the shutdown handling.Michael Tuexen2010-06-183-0/+40
* Import latest ARC change from OpenSolaris:Martin Matuska2010-06-171-6/+6
* Remove an unused comment.Xin LI2010-06-171-1/+1
* Turn off UMA allocations on all archs by default. It isn't stable even onPawel Jakub Dawidek2010-06-171-5/+1
* Backout r207970 for now, it can lead to deadlocks.Pawel Jakub Dawidek2010-06-171-13/+0
* Two stats were duplicated, thanks to Andrew BoyerJack F Vogel2010-06-171-6/+0
* Make DTrace syscall provider work again by including opt_kdtrace.h here.Rui Paulo2010-06-171-0/+1
* - Fix compilation of the subr_unit.c user space test program.Jaakko Heinonen2010-06-171-3/+4
* In the ia32_{get,set}_fpcontext(), use fpu{get,set}userregs insteadKonstantin Belousov2010-06-171-2/+3
* Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.Alexander Motin2010-06-176-20/+221
* lock_profile_release_lock: do not compare unsigned with zeroAndriy Gapon2010-06-171-3/+5
* Remove the unit argument from the recently added make_dev_p().Ed Schouten2010-06-172-4/+4
* Merge jmallett@'s n64 work into HEAD - changeset 4Jayachandran C.2010-06-1711-273/+459
* Move statistics into the sysctl tree making it easier to findGeorge V. Neville-Neil2010-06-161-157/+301
* Move statistics into the sysctl tree making it easier to findGeorge V. Neville-Neil2010-06-162-172/+423
* Changes from John Baldwin adding to last commit,Jack F Vogel2010-06-164-49/+45
* Correct the function name in a KASSERT.Jaakko Heinonen2010-06-161-1/+1
* Move ARM nexus rman initialization to attach routine.Rafal Jaworowski2010-06-161-7/+7
* Remove redundant assignment.Pawel Jakub Dawidek2010-06-161-2/+0
* Eliminate unnecessary page queues locking.Alan Cox2010-06-161-5/+1
* Turn off cache if there's more than one kernel mapping, and one is writable.Olivier Houchard2010-06-151-1/+1
* Modify the console mouse pointer drawing routine to use single-byte writesNathan Whitehorn2010-06-151-17/+4
* Change to have legacy interrupts use the sameJack F Vogel2010-06-152-12/+12
* Implement flexible BPF timestamping framework.Jung-uk Kim2010-06-155-96/+283
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-153-10/+19
* When updating individual CPU's lowest Cx state to use, never set it to aJohn Baldwin2010-06-151-1/+3
* Restore the machine check register banks on resume. For banks beingJohn Baldwin2010-06-156-19/+73
* Eliminate unnecessary page queues locking.Alan Cox2010-06-151-3/+1