aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2009-07-19clocksource: Prevent NULL pointer dereferenceGravatar Thomas Gleixner 1-1/+1
2009-07-10hrtimer: Fix migration expiry checkGravatar Thomas Gleixner 1-11/+0
2009-06-24timer stats: Optimize by adding quick check to avoid function callsGravatar Heiko Carstens 1-8/+8
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+9
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-3/+16
2009-06-15Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-1/+3
2009-06-15Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-1/+36
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onGravatar Thomas Gleixner 2-8/+27
2009-06-11clocksource: sanity check sysfs clocksource changesGravatar john stultz 1-1/+17
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 1-1/+1
2009-05-27NOHZ: Properly feed cpufreq ondemand governorGravatar Eero Nurkkala 1-3/+9
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Gravatar Paul Mundt 2-3/+7
2009-05-15sched, timers: move calc_load() to schedulerGravatar Thomas Gleixner 1-1/+1
2009-05-13timers: Logic to move non pinned timersGravatar Arun R Bharadwaj 1-0/+12
2009-05-13timers: Identifying the existing pinned timersGravatar Arun R Bharadwaj 1-3/+4
2009-05-02clockevent: export register_device and delta2nsGravatar Magnus Damm 1-0/+2
2009-05-02timekeeping: create arch_gettimeoffset infrastructureGravatar john stultz 1-0/+7
2009-05-02clocksource: setup mult_orig in clocksource_enable()Gravatar Magnus Damm 1-3/+0
2009-05-02clockevents: tick_broadcast_device can become staticGravatar Dmitri Vorobiev 1-1/+1
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()Gravatar john stultz 1-1/+11
2009-04-21clocksource: add enable() and disable() callbacksGravatar Magnus Damm 1-3/+9
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 2-5/+5
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-179/+285
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Gravatar Ingo Molnar 1-170/+274
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixGravatar John Stultz 1-2/+2
2009-02-25time: ntp: clean up second_overflow()Gravatar Ingo Molnar 1-5/+6
2009-02-25time: ntp: simplify ntp_tick_adj calculationsGravatar Ingo Molnar 1-2/+5
2009-02-25time: ntp: make 64-bit constants more robustGravatar Ingo Molnar 1-2/+2
2009-02-25time: ntp: refactor do_adjtimex() some moreGravatar Ingo Molnar 1-25/+36
2009-02-25time: ntp: refactor do_adjtimex()Gravatar Ingo Molnar 1-83/+99
2009-02-25time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Gravatar Ingo Molnar 1-1/+8
2009-02-25time: ntp: micro-optimize ntp_update_offset()Gravatar Ingo Molnar 1-3/+3
2009-02-25time: ntp: simplify ntp_update_offset_fll()Gravatar Ingo Molnar 1-6/+5
2009-02-25time: ntp: refactor and clean up ntp_update_offset()Gravatar Ingo Molnar 1-14/+30
2009-02-25time: ntp: refactor up ntp_update_frequency()Gravatar Ingo Molnar 1-8/+5
2009-02-25time: ntp: clean up ntp_update_frequency()Gravatar Ingo Molnar 1-9/+18
2009-02-25time: ntp: simplify the MAX_TICKADJ_SCALED definitionGravatar Ingo Molnar 1-2/+2
2009-02-25time: ntp: simplify the second_overflow() code flowGravatar Ingo Molnar 1-12/+17
2009-02-25time: ntp: clean up kernel/time/ntp.cGravatar Ingo Molnar 1-48/+81
2009-02-19time: apply NTP frequency/tick changes immediatelyGravatar john stultz 1-0/+7
2009-02-15timecompare: generic infrastructure to map between two time basesGravatar Patrick Ohly 2-1/+192
2009-02-15clocksource: allow usage independent of timekeeping.cGravatar Patrick Ohly 1-0/+76
2009-02-08Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti...Gravatar Ingo Molnar 1-9/+11
2009-01-30hrtimers: allow the hot-unplugging of all cpusGravatar Sebastien Dugue 1-7/+19
2009-01-16clockevents: let set_mode() setup delta informationGravatar Magnus Damm 1-9/+11
2009-01-15time-sched.c: tick_nohz_update_jiffies should be staticGravatar Jaswinder Singh Rajput 1-1/+1
2009-01-12Merge commit 'v2.6.29-rc1' into timers/hrtimersGravatar Ingo Molnar 7-82/+91
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationGravatar Frederik Schwarzer 1-1/+1
2009-01-06Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentGravatar Ingo Molnar 1-2/+5