summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-06-16kernel: add calibration_delay_done()Peter De Schrijver1-0/+11
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker27-59/+62
2012-03-23init: check printed flag to skip printing messageDiwakar Tundlam1-1/+2
2011-12-05x86: Reduce clock calibration time during slave cpu startupJack Steiner3-5/+46
2011-07-26init: skip calibration delay if previously doneSameer Nanda1-1/+10
2011-06-23Fix CPU spinlock lockups on secondary CPU bringupRussell King1-6/+8
2011-06-16init/calibrate.c: remove annoying printkBorislav Petkov1-3/+0
2011-05-25init/calibrate.c: fix for critical bogoMIPS intermittent calculation failureAndrew Worsley1-6/+69
2011-03-23calibrate: retry with wider bounds when converge seems to failPhil Carmody1-4/+18
2011-03-23calibrate: home in on correct lpj value more quicklyPhil Carmody1-23/+34
2011-03-23calibrate: extract fall-back calculation into own helperPhil Carmody1-33/+40
2011-02-10fix jiffy calculations in calibrate_delay_direct to handle overflowTim Deegan1-3/+3
2009-11-26timers, init: Limit the number of per cpu calibration bootup messagesMike Travis2-12/+17
2008-07-28x86: remove stray <6> in BogoMIPS printkJoe Perches1-1/+1
2008-06-24x86: use cpu_khz for loops_per_jiffy calculation, cleanupAlok Kataria4-20/+22
2008-06-23x86: use cpu_khz for loops_per_jiffy calculationAlok Kataria4-17/+27
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk14-28/+9
2008-02-06read_current_timer() cleanupsAndrew Morton9-14/+20
2007-10-16slow down printk during bootRandy Dunlap5-1/+85
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau553-553/+6
2005-06-23[PATCH] Platform SMIs and their interferance with tsc based delay calibrationVenkatesh Pallipadi10-0/+130
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845