aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2009-06-15Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-06-15Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-06-13clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner
2009-06-11clocksource: sanity check sysfs clocksource changesjohn stultz
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj
2009-05-13timers: Identifying the existing pinned timersArun R Bharadwaj
2009-05-02clockevent: export register_device and delta2nsMagnus Damm
2009-05-02timekeeping: create arch_gettimeoffset infrastructurejohn stultz
2009-05-02clocksource: setup mult_orig in clocksource_enable()Magnus Damm
2009-05-02clockevents: tick_broadcast_device can become staticDmitri Vorobiev
2009-05-02clockevents: prevent endless loop in tick_handle_periodic()john stultz
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm
2009-03-26Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar
2009-02-26time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz
2009-02-25time: ntp: clean up second_overflow()Ingo Molnar
2009-02-25time: ntp: simplify ntp_tick_adj calculationsIngo Molnar
2009-02-25time: ntp: make 64-bit constants more robustIngo Molnar
2009-02-25time: ntp: refactor do_adjtimex() some moreIngo Molnar
2009-02-25time: ntp: refactor do_adjtimex()Ingo Molnar
2009-02-25time: ntp: fix bug in ntp_update_offset() & do_adjtimex()Ingo Molnar
2009-02-25time: ntp: micro-optimize ntp_update_offset()Ingo Molnar
2009-02-25time: ntp: simplify ntp_update_offset_fll()Ingo Molnar
2009-02-25time: ntp: refactor and clean up ntp_update_offset()Ingo Molnar
2009-02-25time: ntp: refactor up ntp_update_frequency()Ingo Molnar
2009-02-25time: ntp: clean up ntp_update_frequency()Ingo Molnar
2009-02-25time: ntp: simplify the MAX_TICKADJ_SCALED definitionIngo Molnar
2009-02-25time: ntp: simplify the second_overflow() code flowIngo Molnar
2009-02-25time: ntp: clean up kernel/time/ntp.cIngo Molnar
2009-02-19time: apply NTP frequency/tick changes immediatelyjohn stultz
2009-02-15timecompare: generic infrastructure to map between two time basesPatrick Ohly
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly
2009-02-08Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti...Ingo Molnar
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue
2009-01-16clockevents: let set_mode() setup delta informationMagnus Damm
2009-01-15time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput
2009-01-12Merge commit 'v2.6.29-rc1' into timers/hrtimersIngo Molnar
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2009-01-06Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell