summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky1-29/+24
2009-08-15timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky1-14/+19
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky2-81/+160
2009-08-15clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky1-17/+39
2009-08-15clocksource: Refactor clocksource watchdogMartin Schwidefsky1-28/+69
2009-08-15clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky1-8/+15
2009-08-15clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky1-25/+22
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky3-86/+58
2009-08-15timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky1-1/+0
2009-08-15timekeeping: Remove clocksource inline functionsMartin Schwidefsky1-13/+28
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz2-5/+9
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner2-12/+1
2009-07-19clocksource: Prevent NULL pointer dereferenceThomas Gleixner1-1/+1
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner1-11/+0
2009-07-07timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner1-2/+57
2009-07-07timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky1-0/+69
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens1-8/+8
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+9
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-3/+16
2009-06-15Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-1/+3
2009-06-15Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-1/+36
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner2-8/+27
2009-06-11clocksource: sanity check sysfs clocksource changesjohn stultz1-1/+17
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1-1/+1
2009-05-27NOHZ: Properly feed cpufreq ondemand governorEero Nurkkala1-3/+9
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt2-3/+7
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner1-1/+1
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj1-0/+12
2009-05-13timers: Identifying the existing pinned timersArun R Bharadwaj1-3/+4
2009-05-02clockevent: export register_device and delta2nsMagnus Damm1-0/+2
2009-05-02timekeeping: create arch_gettimeoffset infrastructurejohn stultz1-0/+7
2009-05-02clocksource: setup mult_orig in clocksource_enable()Magnus Damm1-3/+0
2009-05-02clockevents: tick_broadcast_device can become staticDmitri Vorobiev1-1/+1
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz1-1/+11
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm1-3/+9
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm2-5/+5
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-179/+285
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar1-170/+274
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz1-2/+2
2009-02-25time: ntp: clean up second_overflow()Ingo Molnar1-5/+6
2009-02-25time: ntp: simplify ntp_tick_adj calculationsIngo Molnar1-2/+5
2009-02-25time: ntp: make 64-bit constants more robustIngo Molnar1-2/+2
2009-02-25time: ntp: refactor do_adjtimex() some moreIngo Molnar1-25/+36
2009-02-25time: ntp: refactor do_adjtimex()Ingo Molnar1-83/+99
2009-02-25time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar1-1/+8
2009-02-25time: ntp: micro-optimize ntp_update_offset()Ingo Molnar1-3/+3
2009-02-25time: ntp: simplify ntp_update_offset_fll()Ingo Molnar1-6/+5
2009-02-25time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar1-14/+30
2009-02-25time: ntp: refactor up ntp_update_frequency()Ingo Molnar1-8/+5
2009-02-25time: ntp: clean up ntp_update_frequency()Ingo Molnar1-9/+18