summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm-3/+9
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm-5/+5
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-179/+285
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar-170/+274
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz-2/+2
2009-02-25time: ntp: clean up second_overflow()Ingo Molnar-5/+6
2009-02-25time: ntp: simplify ntp_tick_adj calculationsIngo Molnar-2/+5
2009-02-25time: ntp: make 64-bit constants more robustIngo Molnar-2/+2
2009-02-25time: ntp: refactor do_adjtimex() some moreIngo Molnar-25/+36
2009-02-25time: ntp: refactor do_adjtimex()Ingo Molnar-83/+99
2009-02-25time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar-1/+8
2009-02-25time: ntp: micro-optimize ntp_update_offset()Ingo Molnar-3/+3
2009-02-25time: ntp: simplify ntp_update_offset_fll()Ingo Molnar-6/+5
2009-02-25time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar-14/+30
2009-02-25time: ntp: refactor up ntp_update_frequency()Ingo Molnar-8/+5
2009-02-25time: ntp: clean up ntp_update_frequency()Ingo Molnar-9/+18
2009-02-25time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar-2/+2
2009-02-25time: ntp: simplify the second_overflow() code flowIngo Molnar-12/+17
2009-02-25time: ntp: clean up kernel/time/ntp.cIngo Molnar-48/+81
2009-02-19time: apply NTP frequency/tick changes immediatelyjohn stultz-0/+7
2009-02-15timecompare: generic infrastructure to map between two time basesPatrick Ohly-1/+192
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly-0/+76
2009-02-08Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti...Ingo Molnar-9/+11
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue-7/+19
2009-01-16clockevents: let set_mode() setup delta informationMagnus Damm-9/+11
2009-01-15time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput-1/+1
2009-01-12Merge commit 'v2.6.29-rc1' into timers/hrtimersIngo Molnar-82/+91
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer-1/+1
2009-01-06Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar-2/+5
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-63/+67
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds-6/+6
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis-84/+94
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+14
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell-2/+3
2009-01-01cpumask: convert kernel time functionsRusty Russell-61/+64
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky-7/+6
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky-2/+3
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell-21/+27
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner-2/+5
2008-12-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue-7/+19
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar-21/+27
2008-12-13Merge ../linux-2.6-x86Rusty Russell-5/+5
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell-5/+7
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell-3/+3
2008-12-12nohz: suppress needless timer reprogrammingWoodruff, Richard-17/+24
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar-0/+22
2008-12-12nohz: no softirq pending warnings for offline cpusHeiko Carstens-1/+1
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz-0/+22
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra-3/+2