aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/mips/tick.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-3/+3
* Teach the MIPS ticker to attach itself properly when using INTRNG.Adrian Chadd2016-02-111-0/+11
* Panics about how things can't be attached should probably happen in theNathan Whitehorn2013-10-291-3/+3
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-291-1/+1
* MFcalloutng:Alexander Motin2013-02-281-16/+8
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-121-2/+0
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+3
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-5/+5
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-5/+5
* Fix a race between clock_intr() and tick_ticker() when updatingNeel Natu2010-08-051-17/+29
* Add some comments.Alexander Motin2010-07-231-2/+2
* Update MIPS timer code (except RMI) to utilize new MI event timerAlexander Motin2010-07-231-112/+116
* If 'timer2hz' is zero then we don't need to call 'timer2clock()' directly. ItNeel Natu2010-05-281-5/+17
* Simplify clock interrupt handling on mips by using the new KPI - timer1clock()Neel Natu2010-05-271-70/+35
* Fix compilation error.Neel Natu2010-04-231-1/+1
* Add the necessary hooks for dtrace cyclic module.Rui Paulo2010-04-201-1/+10
* o) Use inline functions to access coprocessor 0 registers rather than externalJuli Mallett2010-04-171-4/+4
* Fix periodic "t_delta 16.01359db7eb5eb3c0 too long" messages on the console byNeel Natu2010-03-241-17/+36
* Sibyte provides a 64-bit read-only counter that counts at half the processorNeel Natu2010-03-201-0/+5
* Code cleanup:Neel Natu2010-02-101-18/+11
* Call profclock() and statclock() explicitly on all cpus. Prior to thisNeel Natu2010-02-101-10/+19
* Comment out the led wheel code for the moment. Likely it shouldn'tWarner Losh2010-01-251-3/+3
* Add a suggested improvement.Warner Losh2010-01-221-0/+1
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-17/+15
* Document a few sysctls.Tom Rhodes2008-08-031-1/+2
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-131-0/+369