aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner1-2/+4
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-1/+1
2008-09-23timers: fix build error in !oneshot caseIngo Molnar1-0/+1
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner3-1/+12
2008-09-23clockevents: check broadcast device not tick deviceThomas Gleixner1-2/+2
2008-09-23clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner1-0/+3
2008-09-23clockevents: prevent cpu online to interfere with nohzThomas Gleixner3-7/+12
2008-09-16clockevents: make device shutdown robustThomas Gleixner4-8/+19
2008-09-09clockevents: remove WARN_ON which was used to gather informationThomas Gleixner1-10/+8
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-29/+103
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki1-1/+1
2008-09-06clockevents: broadcast fixup possible waitersThomas Gleixner1-1/+36
2008-09-05sched_clock: fix NOHZ interactionPeter Zijlstra1-0/+3
2008-09-05clockevents: prevent endless loop lockupThomas Gleixner3-16/+34
2008-09-05clockevents: prevent multiple init/shutdownThomas Gleixner1-7/+13
2008-09-05clockevents: enforce reprogram in oneshot setupThomas Gleixner1-4/+14
2008-09-05clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner1-3/+8
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2-2/+2
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+5
2008-07-31sched clock: revert various sched_clock() changesIngo Molnar1-2/+0
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-5/+3
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+10
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-11/+10
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-2/+6
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis1-7/+7
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar2-3/+7
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-2/+10
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar2-3/+15
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar2-2/+14
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2008-07-14Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-07-11sched_clock: stop maximum check on NO HZSteven Rostedt1-0/+2
2008-07-11nohz: don't stop idle tick if softirqs are pending.Heiko Carstens1-0/+1
2008-07-08x86, clockevents: add C1E aware idle functionThomas Gleixner1-2/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-05-30nohz: reduce jiffies polling overheadIngo Molnar1-0/+7
2008-05-30softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 secondsIngo Molnar1-2/+2
2008-05-23clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2-4/+3
2008-05-03clocksource: allow read access to available/current_clocksourceHeiko Carstens1-2/+2
2008-05-03clocksource: Fix permissions for available_clocksourceHeiko Carstens1-1/+1
2008-05-01ntp: handle leap second via timerRoman Zippel2-45/+92
2008-05-01ntp: remove current_tick_length()Roman Zippel2-17/+4
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel2-15/+15
2008-05-01ntp: support for TAIRoman Zippel1-0/+7
2008-05-01ntp: increase time_offset resolutionRoman Zippel1-12/+11
2008-05-01ntp: increase time_freq resolutionRoman Zippel1-15/+15
2008-05-01ntp: NTP4 user space bits updateRoman Zippel1-44/+47
2008-05-01ntp: cleanup ntp.cRoman Zippel1-82/+91