aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-1/+1
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-02timekeeping: create arch_gettimeoffset infrastructurejohn stultz1-0/+7
2009-05-02clocksource: setup mult_orig in clocksource_enable()Magnus Damm1-3/+0
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/git/tip/linux-2.6-tipLinus Torvalds2-179/+285
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/coreIngo 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
2009-02-25time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar1-2/+2
2009-02-25time: ntp: simplify the second_overflow() code flowIngo Molnar1-12/+17
2009-02-25time: ntp: clean up kernel/time/ntp.cIngo Molnar1-48/+81
2009-02-19time: apply NTP frequency/tick changes immediatelyjohn stultz1-0/+7
2009-02-15timecompare: generic infrastructure to map between two time basesPatrick Ohly2-1/+192
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly1-0/+76
2009-02-08Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'timers/urgent' into timers/coreIngo Molnar1-9/+11
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue1-7/+19
2009-01-16clockevents: let set_mode() setup delta informationMagnus Damm1-9/+11
2009-01-15time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput1-1/+1
2009-01-12Merge commit 'v2.6.29-rc1' into timers/hrtimersIngo Molnar7-82/+91
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-06Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar1-2/+5
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-63/+67
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+6
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis5-84/+94
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-12/+14
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2-2/+3
2009-01-01cpumask: convert kernel time functionsRusty Russell3-61/+64
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-7/+6
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-2/+3
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell2-21/+27
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner1-2/+5
2008-12-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue1-7/+19
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/coreIngo Molnar2-21/+27
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-5/+5
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell3-5/+7