aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
* Merge branch 'wip-nested-locking' into tegra-nested-lockingwip-nested-lockingJonathan Herman2013-04-19
|\
| * Merge 'Linux v3.0' into LitmusAndrea Bastoni2011-08-27
| |\
| * \ Merge commit 'v2.6.36' into wip-merge-2.6.36Andrea Bastoni2010-10-23
| |\ \
| * \ \ Merge branch 'master' into wip-merge-2.6.34Andrea Bastoni2010-05-29
| |\ \ \
| | * | | [ported from 2008.3] Add support for quantum alignmentAndrea Bastoni2010-05-29
* | | | | Added missing tegra files.HEADmasterJonathan Herman2013-01-22
* | | | | Patched in Tegra support.Jonathan Herman2013-01-17
* | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\ \ \ \ \
| * | | | | time: export time information for KVM pvclockMarcelo Tosatti2012-11-27
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12
|\ \ \ \ \ \
| * | | | | | time: remove the timecompare code.Richard Cochran2012-11-01
| |/ / / / /
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-21
| |\ \ \ \ \ \
| | * | | | | | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-13
| | * | | | | | time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen2012-11-13
| | |/ / / / /
| * | | | | | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-01
| * | | | | | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-15
| * | | | | | tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker2012-10-15
| * | | | | | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-15
| |/ / / / /
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2012-12-11
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu2012-10-24
| |/ / / / /
* / / / / / cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-14
|/ / / / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-12
|\ \ \ \ \
| * | | | | timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-09
| * | | | | time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-24
| * | | | | time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2012-09-24
| * | | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-24
| * | | | | time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz2012-09-24
| * | | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-24
| * | | | | alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz2012-09-24
| * | | | | alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz2012-09-24
| * | | | | alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor2012-09-24
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-12
|\ \ \ \ \ \
| * | | | | | nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker2012-10-05
* | | | | | | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-02
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'pm-timers'Rafael J. Wysocki2012-09-17
| |\ \ \ \ \ \
| | * | | | | | timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-03
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-01
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-13
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-25
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-09-21
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz2012-09-13
| | |/ / / / /
| * / / / / / sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-04
| |/ / / / /
* / / / / / time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-23
|/ / / / /
* | | | | time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-01
* | | | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-22
* | | | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-22
* | | | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-22
* | | | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-22
* | | | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-15