summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-131-0/+1
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-061-0/+6
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-251-13/+14
|\
| * nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi2014-01-151-8/+8
| * nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2014-01-151-1/+2
| * tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2014-01-151-4/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-205-55/+50
|\|
| * Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-124-27/+29
| |\
| | * timekeeping: Remove comment that's mostly out of dateJohn Stultz2013-12-231-10/+0
| | * timekeeper: fix comment typo for tk_setup_internals()Yijing Wang2013-12-231-1/+2
| | * timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2013-12-231-0/+2
| | * timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2013-12-231-2/+2
| | * tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-234-15/+7
| | * timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2013-12-231-2/+16
| | * timekeeping: Fix potential lost pv notification of time changeJohn Stultz2013-12-231-9/+11
| | * timekeeping: Fix lost updates to tai adjustmentJohn Stultz2013-12-231-1/+2
| * | Merge branch 'linus' into timers/coreIngo Molnar2014-01-123-14/+28
| |\ \ | | |/ | |/|
| * | nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-023-28/+21
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-1/+1
|\ \ \
| * | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-1/+1
| | |/ | |/|
* / | sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz2014-01-121-3/+3
|/ /
* | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2013-11-291-1/+3
* | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-11-221-1/+1
* | tick: Document tick_do_timer_cpuAndrew Morton2013-11-191-0/+15
* | NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner2013-11-191-12/+9
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-1210-84/+107
|\
| * time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka2013-10-183-3/+3
| * timekeeping: Fix some trivial typos in commentsXie XiuQi2013-10-181-1/+2
| * alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-10-181-2/+2
| * timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu2013-10-101-4/+4
| * Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-102-10/+3
| |\
| | * sched_clock: Remove sched_clock_func() hookStephen Boyd2013-10-091-8/+1
| | * clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler2013-09-171-2/+2
| * | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Ingo Molnar2013-10-031-0/+1
| |\ \
| | * | tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann2013-10-021-0/+1
| | |/
| * | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-10-031-1/+1
| |\ \
| | * | nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman2013-09-301-1/+0
| | * | vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman2013-09-301-0/+1
| * | | Merge tag 'v3.12-rc3' into timers/coreIngo Molnar2013-10-032-4/+4
| |\| | | | |/ | |/|
| * | Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz2013-09-162-1/+3
| |\ \
| | * | ntp: Make periodic RTC update more reliableMiroslav Lichvar2013-08-221-1/+2
| | * | clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava2013-07-221-0/+1
| * | | Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/timeJohn Stultz2013-09-162-65/+91
| |\ \ \
| | * | | sched_clock: Add support for >32 bit sched_clockStephen Boyd2013-07-301-14/+32
| | * | | sched_clock: Use an hrtimer instead of timerStephen Boyd2013-07-301-17/+21
| | * | | sched_clock: Use seqcount instead of rolling our ownStephen Boyd2013-07-301-19/+8
| | * | | clocksource: Extract max nsec calculation into separate functionStephen Boyd2013-07-301-15/+30
| | |/ /
* | | / clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-10-231-15/+50
| |_|/ |/| |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-182-4/+4
|\ \ \ | |/ / |/| |
| * | timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-122-4/+4