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 Torvalds2015-09-017-75/+82
|\
| * hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck2015-08-221-0/+1
| * Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-08-204-29/+40
| |\
| | * time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang2015-08-171-8/+13
| | * time: Introduce current_kernel_time64()Baolin Wang2015-08-171-3/+3
| | * time: Add the common weak version of update_persistent_clock()Xunlei Pang2015-08-171-0/+5
| | * time: Always make sure wall_to_monotonic isn't positiveWang YanQing2015-08-171-3/+10
| | * time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees2015-08-171-14/+8
| | * timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz2015-08-171-1/+1
| * | hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker2015-08-181-8/+17
| * | hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker2015-08-181-2/+2
| * | hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino2015-08-171-4/+2
| * | kernel: broadcast-hrtimer: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-29/+20
| * | clockevents: Drop redundant cpumask check in tick_check_new_device()Luiz Capitulino2015-08-011-3/+0
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-312-48/+34
|\ \ \
| * | | nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2015-07-291-1/+1
| * | | nohz: Move tick_nohz_restart_sched_tick() above its usersFrederic Weisbecker2015-07-291-18/+16
| * | | nohz: Restart nohz full tick from irq exitFrederic Weisbecker2015-07-291-24/+10
| * | | nohz: Remove idle task special caseFrederic Weisbecker2015-07-291-5/+3
| * | | jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker2015-07-291-3/+7
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-311-2/+0
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-121-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-07-061-2/+0
| | |/
* | | timer: Write timer->flags atomicallyEric Dumazet2015-08-181-2/+2
|/ /
* | 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
OpenPOWER on IntegriCloud