aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevGravatar Rafael J. Wysocki 1-19/+8
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-14/+628
2011-03-12posix-clocks: Check write permissions in posix syscallsGravatar Torben Hohn 1-2/+12
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicGravatar Thomas Gleixner 3-1/+18
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepGravatar John Stultz 1-2/+6
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeGravatar John Stultz 1-1/+50
2011-02-18ntp: Remove redundant and incorrect parameter checkGravatar Richard Cochran 1-3/+3
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listGravatar Kees Cook 1-2/+2
2011-02-02posix clocks: Introduce dynamic clocksGravatar Richard Cochran 2-1/+443
2011-02-02ntp: Add ADJ_SETOFFSET mode bitGravatar Richard Cochran 1-0/+11
2011-02-02time: Introduce timekeeping_inject_offsetGravatar John Stultz 1-0/+36
2011-02-02time: Correct the *settime* parametersGravatar Richard Cochran 1-1/+1
2011-02-01time: Fix legacy arch falloutGravatar Thomas Gleixner 1-0/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 8-5/+9
2011-01-31time: Provide xtime_update()Gravatar Torben Hohn 1-0/+13
2011-01-31time: Remove unused __get_wall_to_monotonic()Gravatar Thomas Gleixner 1-5/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Gravatar Torben Hohn 1-0/+16
2011-01-31time: Move get_jiffies_64 to kernel/time/jiffies.cGravatar Torben Hohn 1-0/+18
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cGravatar Torben Hohn 1-1/+13
2011-01-19hrtimers: Notify hrtimer users of switches to NOHZ modeGravatar Stephen Boyd 1-3/+4
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Gravatar Linus Torvalds 2-6/+6
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellGravatar Alexander Gordeev 1-0/+43
2011-01-13ntp: add hardpps implementationGravatar Alexander Gordeev 1-15/+410
2011-01-12timekeeping: Make local variables staticGravatar H Hartley Sweeten 1-2/+2
2011-01-12time: Rename misnamed minsec argument of clocks_calc_mult_shift()Gravatar Nicolas Pitre 1-4/+4
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 2-3/+3
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-0/+1
2010-12-22Fix rounding in clocks_calc_mult_shift()Gravatar john stultz 1-0/+1
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 2-3/+3
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureGravatar John Stultz 1-4/+4
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-21time: Use ARRAY_SIZE macro in timecompare.cGravatar Nikitas Angelinas 1-2/+3
2010-10-21time: Compensate for rounding on odd-frequency clocksourcesGravatar Kasper Pedersen 1-2/+7
2010-09-09ntp: Clamp PLL update intervalGravatar Miroslav Lichvar 1-3/+11
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsGravatar John Stultz 1-3/+4
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsGravatar Jason Wessel 1-4/+7
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 3-68/+48
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+2
2010-08-05Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-1/+1
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 1-12/+9
2010-08-02clockevents: Remove the per cpu tick skewGravatar Arjan van de Ven 1-5/+0
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsGravatar John Stultz 1-5/+24
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticGravatar John Stultz 1-2/+2
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicGravatar John Stultz 1-0/+5
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetGravatar John Stultz 1-3/+6
2010-07-27time: Kill off CONFIG_GENERIC_TIMEGravatar John Stultz 3-55/+8
2010-07-27time: Implement timespec_addGravatar John Stultz 1-3/+3
2010-07-21Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-12/+9