summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner2015-07-142-1/+1
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2015-07-111-8/+10
* tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner2015-07-071-0/+7
* tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner2015-07-071-10/+26
* tick/broadcast: Return busy when IPI is pendingThomas Gleixner2015-07-071-3/+7
* tick/broadcast: Return busy if periodic mode and hrtimer broadcastThomas Gleixner2015-07-071-1/+5
* tick/broadcast: Move the check for periodic mode inside state handlingThomas Gleixner2015-07-071-14/+8
* tick/broadcast: Prevent deep idle if no broadcast device availableThomas Gleixner2015-07-071-0/+7
* tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-073-15/+42
* tick/broadcast: Sanity check the shutdown of the local clock_eventThomas Gleixner2015-07-071-7/+16
* tick/broadcast: Prevent hrtimer recursionThomas Gleixner2015-07-071-1/+15
* clockevents: Allow set-state callbacks to be optionalViresh Kumar2015-07-071-15/+9
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-012-3/+2
|\
| * time: Remove development rules from Kbuild/MakefileThomas Gleixner2015-07-011-2/+0
| * timer: Fix hotplug regressionThomas Gleixner2015-06-261-1/+2
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-27/+2
|\ \
| * | seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-281-1/+1
| * | seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-281-26/+1
* | | 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-2222-1061/+1018
|\ \ \ \
| * | | | 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/+7
| * | | | timer: Replace timer base by a cpu indexThomas Gleixner2015-06-191-91/+36
| * | | | timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-191-37/+27
| * | | | timer: Remove FIFO "guarantee"Thomas Gleixner2015-06-191-4/+2
| * | | | timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner2015-06-191-24/+16
| * | | | 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/+2
| * | | | 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/+3
| * | | | 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/+3
| * | | | 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/+11
| * | | | timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+17
OpenPOWER on IntegriCloud