Age | Commit message (Expand) | Author | Files | Lines |
2009-05-02 | clockevents: prevent endless loop in tick_handle_periodic() | john stultz | 1 | -1/+11 |
2009-04-21 | clocksource: add enable() and disable() callbacks | Magnus Damm | 1 | -3/+9 |
2009-04-21 | clocksource: pass clocksource to read() callback | Magnus Damm | 2 | -5/+5 |
2009-03-26 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -179/+285 |
2009-03-26 | Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer... | Ingo Molnar | 1 | -170/+274 |
2009-02-26 | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix | John Stultz | 1 | -2/+2 |
2009-02-25 | time: ntp: clean up second_overflow() | Ingo Molnar | 1 | -5/+6 |
2009-02-25 | time: ntp: simplify ntp_tick_adj calculations | Ingo Molnar | 1 | -2/+5 |
2009-02-25 | time: ntp: make 64-bit constants more robust | Ingo Molnar | 1 | -2/+2 |
2009-02-25 | time: ntp: refactor do_adjtimex() some more | Ingo Molnar | 1 | -25/+36 |
2009-02-25 | time: ntp: refactor do_adjtimex() | Ingo Molnar | 1 | -83/+99 |
2009-02-25 | time: ntp: fix bug in ntp_update_offset() & do_adjtimex() | Ingo Molnar | 1 | -1/+8 |
2009-02-25 | time: ntp: micro-optimize ntp_update_offset() | Ingo Molnar | 1 | -3/+3 |
2009-02-25 | time: ntp: simplify ntp_update_offset_fll() | Ingo Molnar | 1 | -6/+5 |
2009-02-25 | time: ntp: refactor and clean up ntp_update_offset() | Ingo Molnar | 1 | -14/+30 |
2009-02-25 | time: ntp: refactor up ntp_update_frequency() | Ingo Molnar | 1 | -8/+5 |
2009-02-25 | time: ntp: clean up ntp_update_frequency() | Ingo Molnar | 1 | -9/+18 |
2009-02-25 | time: ntp: simplify the MAX_TICKADJ_SCALED definition | Ingo Molnar | 1 | -2/+2 |
2009-02-25 | time: ntp: simplify the second_overflow() code flow | Ingo Molnar | 1 | -12/+17 |
2009-02-25 | time: ntp: clean up kernel/time/ntp.c | Ingo Molnar | 1 | -48/+81 |
2009-02-19 | time: apply NTP frequency/tick changes immediately | john stultz | 1 | -0/+7 |
2009-02-15 | timecompare: generic infrastructure to map between two time bases | Patrick Ohly | 2 | -1/+192 |
2009-02-15 | clocksource: allow usage independent of timekeeping.c | Patrick Ohly | 1 | -0/+76 |
2009-02-08 | Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'ti... | Ingo Molnar | 1 | -9/+11 |
2009-01-30 | hrtimers: allow the hot-unplugging of all cpus | Sebastien Dugue | 1 | -7/+19 |
2009-01-16 | clockevents: let set_mode() setup delta information | Magnus Damm | 1 | -9/+11 |
2009-01-15 | time-sched.c: tick_nohz_update_jiffies should be static | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-01-12 | Merge commit 'v2.6.29-rc1' into timers/hrtimers | Ingo Molnar | 7 | -82/+91 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-01-06 | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 1 | -1/+1 |
2009-01-06 | Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent | Ingo Molnar | 1 | -2/+5 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -63/+67 |
2009-01-03 | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -6/+6 |
2009-01-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 5 | -84/+94 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -12/+14 |
2009-01-01 | cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ | Rusty Russell | 2 | -2/+3 |
2009-01-01 | cpumask: convert kernel time functions | Rusty Russell | 3 | -61/+64 |
2008-12-31 | [PATCH] idle cputime accounting | Martin Schwidefsky | 1 | -7/+6 |
2008-12-31 | [PATCH] fix scaled & unscaled cputime accounting | Martin Schwidefsky | 1 | -2/+3 |
2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2 | -21/+27 |
2008-12-31 | sched_clock: prevent scd->clock from moving backwards, take #2 | Thomas Gleixner | 1 | -2/+5 |
2008-12-30 | hrtimers: allow the hot-unplugging of all cpus | Sebastien Dugue | 1 | -7/+19 |
2008-12-25 | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer... | Ingo Molnar | 2 | -21/+27 |
2008-12-13 | Merge ../linux-2.6-x86 | Rusty Russell | 1 | -5/+5 |
2008-12-13 | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 3 | -5/+7 |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -3/+3 |
2008-12-12 | nohz: suppress needless timer reprogramming | Woodruff, Richard | 1 | -17/+24 |
2008-12-12 | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 1 | -0/+22 |
2008-12-12 | nohz: no softirq pending warnings for offline cpus | Heiko Carstens | 1 | -1/+1 |
2008-12-04 | time: catch xtime_nsec underflows and fix them | john stultz | 1 | -0/+22 |