summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2008-05-01ntp: NTP4 user space bits updateRoman Zippel-44/+47
2008-05-01ntp: cleanup ntp.cRoman Zippel-82/+91
2008-05-01remove div_long_long_remRoman Zippel-4/+2
2008-05-01convert a few do_div usersRoman Zippel-19/+6
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev-8/+2
2008-04-25softlockup: fix NOHZ wakeupIngo Molnar-0/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds-1/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds-5/+0
2008-04-21clockevents: fix typo in tick-broadcast.cGlauber Costa-1/+1
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra-5/+0
2008-04-19x86: tsc prevent time going backwardsThomas Gleixner-0/+2
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds-8/+16
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds-0/+12
2008-04-17kgdb: clocksource watchdogJason Wessel-0/+12
2008-04-17clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen-4/+14
2008-04-17clockevents: optimise tick_nohz_stop_sched_tick() a bitKarsten Wiese-4/+2
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King-3/+5
2008-03-25clocksource: revert: use init_timer_deferrable for clocksource_watchdogThomas Gleixner-1/+1
2008-03-24Don't 'printk()' while holding xtime lock for writingLinus Torvalds-0/+4
2008-03-19revert "clocksource: make clocksource watchdog cycle through online CPUs"Andrew Morton-10/+4
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel-5/+12
2008-03-09time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim...Karsten Wiese-1/+1
2008-03-09ntp: use unsigned input for do_div()David Howells-5/+7
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt-0/+3
2008-02-17timer_list: print relative expiry time signedPavel Machek-2/+2
2008-02-10ntp: correct inconsistent interval/tick_length usagejohn stultz-4/+0
2008-02-08time: fix typo in commentsLi Zefan-2/+2
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan-3/+3
2008-02-08clockevent: simplify list operationsLi Zefan-7/+4
2008-02-08clocksource: remove redundant codeLi Zefan-1/+0
2008-02-06time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemMiao Xie-9/+10
2008-02-01tick-sched: add more debug informationThomas Gleixner-0/+4
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner-2/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeVenki Pallipadi-22/+48
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz-2/+4
2008-01-30x86: make clockevents more robustIngo Molnar-0/+13
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsAndi Kleen-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogParag Warudkar-1/+1
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven-17/+5
2008-01-30timer: clean up tick-broadcast.cThomas Gleixner-7/+2
2008-01-30time: more timer related cleanupsPavel Machek-2/+2
2008-01-30time: timer cleanupsPavel Machek-2/+2
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra-8/+0
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra-0/+5
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers-2/+2
2007-12-18clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner-35/+21
2007-12-07clockevents: warn once when program_event() is called with negative expiryThomas Gleixner-0/+5
2007-11-28softlockup: fix false positives on CONFIG_NOHZThomas Gleixner-0/+2
2007-11-26time: add ADJ_OFFSET_SS_READJohn Stultz-3/+6