aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-84/+107
2013-10-23clockevents: Sanitize ticks to nsec conversionGravatar Thomas Gleixner 1-15/+50
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersGravatar Patrick Palka 3-3/+3
2013-10-18timekeeping: Fix some trivial typos in commentsGravatar Xie XiuQi 1-1/+2
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existGravatar KOSAKI Motohiro 1-2/+2
2013-10-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsGravatar Dong Zhu 1-4/+4
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Gravatar Ingo Molnar 2-10/+3
2013-10-09sched_clock: Remove sched_clock_func() hookGravatar Stephen Boyd 1-8/+1
2013-10-03Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Gravatar Ingo Molnar 1-0/+1
2013-10-03Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-1/+1
2013-10-03Merge tag 'v3.12-rc3' into timers/coreGravatar Ingo Molnar 2-4/+4
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesGravatar Soren Brinkmann 1-0/+1
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITGravatar Kevin Hilman 1-1/+0
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigGravatar Kevin Hilman 1-0/+1
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+4
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Gravatar Elad Wexler 1-2/+2
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeGravatar John Stultz 2-1/+3
2013-09-16Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/timeGravatar John Stultz 2-65/+91
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesGravatar John Stultz 2-4/+4
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-33/+29
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-0/+50
2013-08-31nohz_full: Add full-system-idle state machineGravatar Paul E. McKenney 1-0/+27
2013-08-28timer_list: correct the iterator for timer_listGravatar Nathan Zimmer 1-17/+24
2013-08-22ntp: Make periodic RTC update more reliableGravatar Miroslav Lichvar 1-1/+2
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-4/+3
2013-08-18nohz_full: Add Kconfig parameter for scalable detection of all-idle stateGravatar Paul E. McKenney 1-0/+23
2013-08-16nohz: Include local CPU in full dynticks global kickGravatar Frederic Weisbecker 1-0/+1
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Ingo Molnar 3-34/+28
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysGravatar Frederic Weisbecker 1-4/+4
2013-08-14nohz: Optimize full dynticks state checks with static keysGravatar Frederic Weisbecker 1-12/+2
2013-08-14nohz: Rename a few state variablesGravatar Frederic Weisbecker 1-22/+22
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trac...Gravatar Frederic Weisbecker 1-1/+0
2013-08-13nohz: Only enable context tracking on full dynticks CPUsGravatar Frederic Weisbecker 1-0/+6
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Gravatar Ingo Molnar 1-1/+1
2013-07-30sched_clock: Add support for >32 bit sched_clockGravatar Stephen Boyd 1-14/+32
2013-07-30sched_clock: Use an hrtimer instead of timerGravatar Stephen Boyd 1-17/+21
2013-07-30sched_clock: Use seqcount instead of rolling our ownGravatar Stephen Boyd 1-19/+8
2013-07-30clocksource: Extract max nsec calculation into separate functionGravatar Stephen Boyd 1-15/+30
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Gravatar Rafael J. Wysocki 1-7/+2
2013-07-24nohz: fix compile warning in tick_nohz_init()Gravatar Li Zhong 1-2/+0
2013-07-24nohz: Do not warn about unstable tsc unless user uses nohz_fullGravatar Steven Rostedt 1-1/+2
2013-07-22sched_clock: Fix integer overflowGravatar Baruch Siach 1-1/+1
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compileGravatar Prarit Bhargava 1-0/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugGravatar Stephen Boyd 1-1/+4
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 11-263/+1026
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-10/+5
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityGravatar Thomas Gleixner 1-15/+42
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 4-9/+21
2013-07-02tick: Sanitize broadcast control logicGravatar Thomas Gleixner 2-12/+61