summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-131-0/+50
|\
| * time: export time information for KVM pvclockMarcelo Tosatti2012-11-271-0/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-122-194/+1
|\ \
| * | time: remove the timecompare code.Richard Cochran2012-11-012-194/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-115-92/+70
|\ \
| * \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-215-30/+23
| |\ \
| | * | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-135-29/+22
| | * | time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen2012-11-131-1/+1
| | |/
| * | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-011-1/+1
| * | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-151-0/+2
| * | tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker2012-10-151-33/+22
| * | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-151-30/+24
| |/
| |
| \
*-. \ Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2012-12-111-1/+1
|\ \ \ | | |/ | |/|
| | * timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu2012-10-241-1/+1
| |/
* | cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-151-0/+4
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-124-159/+112
|\
| * timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-091-1/+1
| * time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-241-14/+31
| * time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2012-09-242-13/+5
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-242-2/+2
| * time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz2012-09-241-55/+1
| * jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-1/+31
| * alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz2012-09-241-4/+4
| * alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz2012-09-241-67/+27
| * alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor2012-09-241-5/+13
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-121-1/+1
|\ \
| * | nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-051-1/+1
* | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-022-0/+26
|\ \ \ | |/ / |/| |
| * | Merge branch 'pm-timers'Rafael J. Wysocki2012-09-172-0/+26
| |\ \
| | * | timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-042-0/+26
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-2/+1
|\ \ \ \
| * | | | sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-131-2/+1
| |/ / /
* | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-252-7/+13
|\ \ \ \
| * \ \ \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-09-211-7/+12
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz2012-09-131-7/+12
| | |/
| * | sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
| |/
* | time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-231-1/+2
|/
* time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-011-5/+5
* time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-221-0/+4
* time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-221-2/+2
* time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-221-1/+1
* time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-221-0/+1
* time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-151-2/+24
* time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar2012-08-051-14/+17
* time: Remove all direct references to timekeeperJohn Stultz2012-07-311-128/+154
* time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz2012-07-311-36/+54
* time: Clean up stray newlinesJohn Stultz2012-07-311-10/+0
* time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2012-07-312-2/+2
* Merge branch 'linus' into timers/urgentIngo Molnar2012-07-312-1/+2
|\
| * Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-223-312/+371
| |\
OpenPOWER on IntegriCloud