summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2013-02-14Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-2/+6
2013-02-12Merge branch 'timers/for-arm' into timers/coreThomas Gleixner-8/+14
2013-02-12clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland-8/+14
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava-2/+6
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-14/+52
2013-01-31clockevents: Add generic timer broadcast functionMark Rutland-0/+17
2013-01-31clockevents: Add generic timer broadcast receiverMark Rutland-0/+17
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz-1/+1
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang-0/+5
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang-5/+11
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe-4/+12
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook-5/+24
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+50
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-194/+1
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-92/+70
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds-1/+1
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti-0/+50
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-30/+23
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song-0/+4
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz-29/+22
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen-1/+1
2012-11-01time: remove the timecompare code.Richard Cochran-194/+1
2012-11-01tick: Correct the comments for tick_sched_timer()Chuansheng Liu-1/+1
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu-1/+1
2012-10-15tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker-0/+2
2012-10-15tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker-33/+22
2012-10-15tick: Consolidate timekeeping handling codeFrederic Weisbecker-30/+24
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-159/+112
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter-1/+1
2012-10-05nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker-1/+1
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-0/+26
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney-7/+13
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz-14/+31
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz-13/+5
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz-2/+2
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz-55/+1
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz-1/+31
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz-4/+4
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz-67/+27
2012-09-24alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor-5/+13
2012-09-23time: RCU permitted to stop idle entry via softirqPaul E. McKenney-1/+2
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+12
2012-09-17Merge branch 'pm-timers'Rafael J. Wysocki-0/+26
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz-7/+12
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi-2/+1
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang-0/+1
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki-0/+26
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz-5/+5