summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-04-021-2/+9
|\
| * timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-03-231-2/+9
* | time: Introduce tk_fast_rawPeter Zijlstra2015-03-271-0/+13
* | time: Parametrize all tk_fast_mono usersPeter Zijlstra2015-03-271-10/+15
* | time: Add timerkeeper::tkr_rawPeter Zijlstra2015-03-271-22/+19
* | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-75/+75
* | timers, sched/clock: Clean up the code a bitIngo Molnar2015-03-271-51/+56
* | timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson2015-03-271-35/+68
* | timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson2015-03-271-1/+1
* | timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson2015-03-271-15/+25
* | timers, sched/clock: Optimize cache line usageDaniel Thompson2015-03-271-35/+77
* | timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson2015-03-271-15/+11
* | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-131-5/+6
* | clocksource: Add some debug info about clocksources being registeredJohn Stultz2015-03-131-0/+3
* | clocksource: Mostly kill clocksource_register()John Stultz2015-03-132-49/+36
* | clocksource: Improve clocksource watchdog reportingJohn Stultz2015-03-131-9/+9
* | timekeeping: Add warnings when overflows or underflows are observedJohn Stultz2015-03-131-7/+57
* | timekeeping: Try to catch clocksource delta underflowsJohn Stultz2015-03-131-0/+7
* | timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz2015-03-131-14/+35
* | timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2015-03-132-0/+29
* | clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2015-03-122-13/+17
* | clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2015-03-122-16/+14
* | clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz2015-03-121-12/+3
* | Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar2015-03-0412-101/+224
|\ \ | |/
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-02-211-3/+7
| |\
| | * ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-02-181-3/+7
| * | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-173-10/+90
| |\ \
| | * | PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-153-2/+54
| | * | timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki2015-02-151-0/+30
| | * | timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki2015-02-131-8/+6
| * | | time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-9/+2
| |/ /
| * | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-123-4/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-103-77/+113
| |\ \ | | |/ | |/|
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-272-0/+11
| | |\
| | * | timecounter: keep track of accumulated fractional nanosecondsRichard Cochran2014-12-301-7/+24
| | * | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-303-77/+96
| * | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-093-68/+60
| |\ \ \
| * | | | hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-051-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-01-252-0/+11
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-222-0/+11
| | |\ \
| | | * | time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-071-0/+7
| | | * | time: settimeofday: Validate the values of tv from userSasha Levin2015-01-071-0/+4
* | | | | clockevents: Introduce mode specific callbacksViresh Kumar2015-02-182-5/+115
| |_|_|/ |/| | |
* | | | hrtimer: Make __hrtimer_get_next_event() statickbuild test robot2015-01-241-1/+1
* | | | Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-243-10/+10
|\ \ \ \
| * | | | rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-231-2/+2
| * | | | time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-231-6/+6
| * | | | ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-01-231-2/+2
| |/ / /
* | | | hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-231-58/+50
|/ / /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-191-2/+0
|\ \ \ | |/ /
OpenPOWER on IntegriCloud