summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-4/+13
|\
| *-. Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-191-4/+13
| |\ \
| | * | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| | * | PM / tick: Add tracepoints for suspend-to-idle diagnosticsRafael J. Wysocki2015-05-151-4/+11
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-2322-1061/+1018Star
|\ \ \ \
| * | | | timer: Minimize nohz off overheadThomas Gleixner2015-06-194-8/+17
| * | | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-195-26/+109
| * | | | timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-192-10/+7Star
| * | | | timer: Replace timer base by a cpu indexThomas Gleixner2015-06-191-91/+36Star
| * | | | timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-191-37/+27Star
| * | | | timer: Remove FIFO "guarantee"Thomas Gleixner2015-06-191-4/+2Star
| * | | | timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner2015-06-191-24/+16Star
| * | | | hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-191-23/+91
| * | | | hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra2015-06-191-10/+13
| * | | | hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-191-5/+2Star
| * | | | timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz2015-06-181-1/+2
| * | | | clockevents: Check state instead of mode in suspend/resume pathViresh Kumar2015-06-181-2/+2
| * | | | ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz2015-06-121-0/+18
| * | | | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-123-8/+58
| * | | | ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz2015-06-121-2/+3
| * | | | time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz2015-06-121-4/+8
| * | | | clocksource: Use current logging styleJoe Perches2015-06-101-12/+12
| * | | | time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-101-10/+3Star
| * | | | clockevents: Rename state to state_use_accessorsThomas Gleixner2015-06-021-2/+2
| * | | | clockevents: Use set/get state helper functionsThomas Gleixner2015-06-022-6/+7
| * | | | clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-025-24/+35
| * | | | clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-024-17/+17
| * | | | clockevents: Do not suspend/resume if unusedAlexandre Belloni2015-05-271-2/+2
| * | | | time: Remove read_boot_clock()Xunlei Pang2015-05-221-11/+3Star
| * | | | tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-221-1/+1
| * | | | time: Rework debugging variables so they aren't globalJohn Stultz2015-05-221-22/+11Star
| * | | | timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+17
| * | | | time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin2015-05-221-0/+4
| * | | | clockevents: Stop unused clockevent devicesViresh Kumar2015-05-193-4/+22
| * | | | clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-192-1/+19
| * | | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-6/+2Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | time: Refactor msecs_to_jiffiesNicholas Mc Guire2015-05-191-40/+19Star
| * | | | time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-193-18/+4Star
| * | | | nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner2015-05-071-6/+3Star
| * | | | tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg2015-05-051-3/+7
| * | | | timer: Use timer->base for flag checksJoonwoo Park2015-05-051-1/+1
| * | | | tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy2015-05-051-4/+4
| * | | | tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner2015-05-051-25/+17Star
| * | | | tick: broadcast: Prevent livelock from event handlerThomas Gleixner2015-05-051-28/+25Star
| * | | | hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-04-221-3/+9
| * | | | timer: Put usleep_range into the __sched sectionThomas Gleixner2015-04-221-1/+1
| * | | | timer: Remove pointless return value of do_usleep_range()Thomas Gleixner2015-04-221-2/+2
| * | | | hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner2015-04-221-0/+9
| * | | | hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-221-16/+7Star
| * | | | tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner2015-04-221-3/+5