summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+8
|\
| * nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2014-08-221-0/+4
| * nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2014-08-221-0/+4
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-094-20/+42
|\ \
| * | nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker2014-09-131-0/+14
| * | nohz: Consolidate nohz full init codeFrederic Weisbecker2014-09-131-19/+19
| * | irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker2014-09-131-1/+1
| * | nohz: Move nohz full init call to tick initFrederic Weisbecker2014-09-132-0/+8
* | | alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-09-121-2/+8
* | | alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-09-121-2/+4
* | | alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-09-121-7/+11
* | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-121-25/+31
|/ /
* | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
* | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-041-0/+14
|/
* timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz2014-08-141-2/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-0618-555/+8260
|\
| * timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz2014-07-241-1/+4
| * timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz2014-07-241-110/+83Star
| * timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz2014-07-241-1/+1
| * timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-241-0/+124
| * timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner2014-07-241-11/+11
| * timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-66/+66
| * timekeeping: Restructure the timekeeper some moreThomas Gleixner2014-07-241-20/+15Star
| * clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-12/+11Star
| * clocksource: Move cycle_last validation to core codeThomas Gleixner2014-07-242-0/+14
| * clocksource: Make delta calculation a functionThomas Gleixner2014-07-243-17/+27
| * timekeeping: Provide ktime_get_raw()Thomas Gleixner2014-07-241-0/+25
| * timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner2014-07-241-31/+0Star
| * timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner2014-07-241-11/+3Star
| * timekeeping: Simplify getboottime()Thomas Gleixner2014-07-241-8/+3Star
| * timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner2014-07-241-34/+0Star
| * timekeeping: Remove monotonic_to_bootbasedThomas Gleixner2014-07-241-15/+0Star
| * time: Export nsecs_to_jiffies()Thomas Gleixner2014-07-231-0/+1
| * timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner2014-07-231-18/+0Star
| * timekeeping: Provide ktime_mono_to_any()Thomas Gleixner2014-07-231-0/+20
| * timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner2014-07-231-6/+6
| * timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner2014-07-231-6/+4Star
| * timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-231-15/+0Star
| * timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-231-17/+0Star
| * timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-231-15/+0Star
| * timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-231-0/+27
| * timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner2014-07-231-4/+5
| * timekeeping: Provide internal ktime_t based dataThomas Gleixner2014-07-231-0/+22
| * timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner2014-07-231-2/+1Star
| * timekeeping: Cache optimize struct timekeeperThomas Gleixner2014-07-231-88/+97
| * timekeeper: Move tk_xtime to core codeThomas Gleixner2014-07-231-27/+43
| * timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-232-28/+26Star
| * time: Consolidate the time accessor prototypesThomas Gleixner2014-07-235-0/+27
| * timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-235-82/+104
| * time: More core infrastructure for timespec64John Stultz2014-07-231-0/+62