aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Linus Torvalds 1-0/+2
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-13/+13
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-6/+21
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-16/+98
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+4
2013-02-19ntp: Make ntp_lock rawGravatar Thomas Gleixner 1-13/+13
2013-02-14Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 1-2/+6
2013-02-12Merge branch 'timers/for-arm' into timers/coreGravatar Thomas Gleixner 1-8/+14
2013-02-12clockevents: Fix generic broadcast for FEAT_C3STOPGravatar Mark Rutland 1-8/+14
2013-02-08time, Fix setting of hardware clock in NTP codeGravatar Prarit Bhargava 1-2/+6
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreGravatar Frederic Weisbecker 1-3/+4
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 3-14/+52
2013-01-31clockevents: Add generic timer broadcast functionGravatar Mark Rutland 2-0/+17
2013-01-31clockevents: Add generic timer broadcast receiverGravatar Mark Rutland 1-0/+17
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKGravatar John Stultz 1-1/+1
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingGravatar Frederic Weisbecker 1-1/+4
2013-01-17tick: export nohz tick idle symbols for module useGravatar Jacob Pan 1-0/+2
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionGravatar Feng Tang 1-0/+5
2013-01-15timekeeping: Add persistent_clock_exist flagGravatar Feng Tang 1-5/+11
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationGravatar Jason Gunthorpe 1-4/+12
2013-01-15time: create __getnstimeofday for WARNless callsGravatar Kees Cook 1-5/+24
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupGravatar Olof Johansson 1-0/+1
2013-01-14clockevents: export clockevents_config_and_register for module useGravatar Shawn Guo 1-0/+1
2012-12-24time: convert arch_gettimeoffset to a pointerGravatar Stephen Warren 1-6/+20
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+50
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-194/+1
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-92/+70
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Gravatar Linus Torvalds 1-1/+1
2012-11-27time: export time information for KVM pvclockGravatar Marcelo Tosatti 1-0/+50
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 5-30/+23
2012-11-18printk: Wake up klogd using irq_workGravatar Frederic Weisbecker 1-1/+1
2012-11-17irq_work: Don't stop the tick with pending worksGravatar Frederic Weisbecker 1-1/+2
2012-11-17nohz: Add API to check tick stateGravatar Frederic Weisbecker 1-1/+1
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeGravatar Youquan Song 1-0/+4
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 5-29/+22
2012-11-13time/jiffies: Make clocksource_jiffies staticGravatar Lars-Peter Clausen 1-1/+1
2012-11-01time: remove the timecompare code.Gravatar Richard Cochran 2-194/+1
2012-11-01tick: Correct the comments for tick_sched_timer()Gravatar Chuansheng Liu 1-1/+1
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Gravatar Chuansheng Liu 1-1/+1
2012-10-15tick: Conditionally build nohz specific code in tick handlerGravatar Frederic Weisbecker 1-0/+2
2012-10-15tick: Consolidate tick handling for high and low res handlersGravatar Frederic Weisbecker 1-33/+22
2012-10-15tick: Consolidate timekeeping handling codeGravatar Frederic Weisbecker 1-30/+24
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-159/+112
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowGravatar Dan Carpenter 1-1/+1
2012-10-05nohz: Fix one jiffy count too far in idle cputimeGravatar Frederic Weisbecker 1-1/+1
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-0/+26
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bGravatar Paul E. McKenney 2-7/+13
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsGravatar John Stultz 1-14/+31