summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-236-33/+59
|\
| * nohz: Set isolcpus when nohz_full is setChris Metcalf2015-05-071-0/+3
| * nohz: Add tick_nohz_full_add_cpus_to() APIChris Metcalf2015-05-071-0/+7
| * context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-074-36/+22
| * context_tracking: Protect against recursionFrederic Weisbecker2015-05-072-0/+30
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-2378-1563/+2292
|\ \
| * | clocksource: Increase dependencies of timer-stm32 to limit build wreckagePaul Gortmaker2015-06-211-2/+2
| * | timer: Minimize nohz off overheadThomas Gleixner2015-06-195-8/+19
| * | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-1912-60/+133
| * | timer: Stats: Simplify the flags handlingThomas Gleixner2015-06-193-14/+8
| * | timer: Replace timer base by a cpu indexThomas Gleixner2015-06-193-120/+58
| * | timer: Use hlist for the timer wheel hash bucketsThomas Gleixner2015-06-192-40/+30
| * | 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-192-48/+107
| * | seqcount: Introduce raw_write_seqcount_barrier()Peter Zijlstra2015-06-191-0/+41
| * | seqcount: Rename write_seqcount_barrier()Peter Zijlstra2015-06-192-11/+11
| * | hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra2015-06-191-10/+13
| * | hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-192-10/+3
| * | selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz2015-06-181-11/+12
| * | 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
| * | selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz2015-06-121-4/+72
| * | 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-125-8/+61
| * | 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: Allow gcc to fold usecs_to_jiffies(constant)Nicholas Mc Guire2015-06-101-1/+29
| * | time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-102-11/+29
| * | hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov2015-06-081-1/+1
| * | Merge branch 'clockevents/4.2' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2015-06-0210-78/+632
| |\ \
| | * | clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robotMaxime Coquelin2015-06-021-2/+2
| | * | clockevents/drivers: Add STM32 Timer driverMaxime Coquelin2015-06-023-0/+190
| | * | dt-bindings: Document the STM32 timer bindingsMaxime Coquelin2015-06-021-0/+22
| | * | clocksource/drivers/armv7m_systick: Add ARM System timer driverMaxime Coquelin2015-06-023-0/+87
| | * | dt-bindings: Document the ARM System timer bindingsMaxime Coquelin2015-06-021-0/+26
| | * | doc: dt: Add documentation for lpc3220-timerJoachim Eastwood2015-06-021-0/+26
| | * | clocksource/drivers/lpc32xx: Add the lpc32xx timer driverJoachim Eastwood2015-06-023-0/+278
| | * | clocksource/drivers/exynos_mct: Remove old platform mct_init()Krzysztof Kozlowski2015-06-021-12/+0
| | * | clocksource/drivers/exynos_mct: Staticize struct clocksourceKrzysztof Kozlowski2015-06-021-1/+1
| | * | clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...Krzysztof Kozlowski2015-06-021-6/+2
| | * | clocksource/drivers/qcom: Remove dead codeStephen Boyd2015-06-021-59/+0
| * | | clockevents: Rename state to state_use_accessorsThomas Gleixner2015-06-022-9/+9
| * | | 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: Add helpers to check the state of a clockevent deviceViresh Kumar2015-06-021-0/+26
| |/ /
| * | clockevents: Do not suspend/resume if unusedAlexandre Belloni2015-05-271-2/+2
| * | time: Remove read_boot_clock()Xunlei Pang2015-05-222-12/+3