aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner3-17/+19
2008-10-21NOHZ: fix thinko in the timer restart code pathThomas Gleixner1-1/+11
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner10-137/+315
2008-10-20timer_list: add base address to clock baseThomas Gleixner1-1/+2
2008-10-20timer_list: print cpu number of clockevents deviceThomas Gleixner1-3/+7
2008-10-20timer_list: print real timer addressThomas Gleixner1-3/+4
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven8-50/+163
2008-10-17NOHZ: restart tick device from irq_enter()Thomas Gleixner3-8/+38
2008-10-17NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner1-22/+27
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner1-1/+12
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-1/+0
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar1-1/+1
2008-10-09[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governorvenkatesh.pallipadi@intel.com1-1/+10
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-24ntp: improve adjtimex frequency roundingRoman Zippel1-3/+2
2008-09-24timekeeping: fix rounding problem during clock updateRoman Zippel1-3/+6
2008-09-24ntp: let update_persistent_clock() sleepMaciej W. Rozycki1-6/+6
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-07hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven1-1/+3
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-06Merge branch 'linus' into timers/ntpIngo Molnar1-1/+8
2008-09-06clockevents: broadcast fixup possible waitersThomas Gleixner1-1/+36
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven3-15/+13
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-22ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel1-36/+40
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+5
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz1-0/+44
2008-08-21clocksource: introduce clocksource_forward_now()Roman Zippel1-38/+33
2008-08-21clocksource: keep track of original clocksource frequencyJohn Stultz2-0/+4
2008-08-11printk: robustify printkPeter Zijlstra1-1/+1
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