aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd1-17/+29
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentIngo Molnar1-13/+14
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-55/+50
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi1-8/+8
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker1-1/+2
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker1-4/+4
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/coreIngo Molnar4-27/+29
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar3-14/+28
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz1-3/+3
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz1-10/+0
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Yijing Wang1-1/+2
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz1-0/+2
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz1-2/+2
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz4-15/+7
2013-12-23timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz1-2/+16
2013-12-23timekeeping: Fix potential lost pv notification of time changeJohn Stultz1-9/+11
2013-12-23timekeeping: Fix lost updates to tai adjustmentJohn Stultz1-1/+2
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker3-28/+21
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2013-11-22time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky1-1/+1
2013-11-19tick: Document tick_do_timer_cpuAndrew Morton1-0/+15
2013-11-19NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner1-12/+9
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-84/+107
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka3-3/+3
2013-10-18timekeeping: Fix some trivial typos in commentsXie XiuQi1-1/+2
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-10-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu1-4/+4
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar2-10/+3
2013-10-09sched_clock: Remove sched_clock_func() hookStephen Boyd1-8/+1
2013-10-03Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux into timers/coreIngo Molnar1-0/+1
2013-10-03Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/coreIngo Molnar1-1/+1
2013-10-03Merge tag 'v3.12-rc3' into timers/coreIngo Molnar2-4/+4
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann1-0/+1
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman1-1/+0
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman1-0/+1
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_unbind_clocksource()Elad Wexler1-2/+2
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz2-1/+3
2013-09-16Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/timeJohn Stultz2-65/+91
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2-4/+4
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-33/+29
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+50
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney1-0/+27
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-22ntp: Make periodic RTC update more reliableMiroslav Lichvar1-1/+2