aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel...vantoman2021-04-071-1/+1
|\
| * Merge 4.14.227 into android-4.14-stableGreg Kroah-Hartman2021-03-241-1/+1
| |\
| | * kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-1/+1
* | | Merge android-4.14.162 (c2bd4f8) into msm-4.14Srinivasarao P2020-04-181-4/+8
|\| |
| * | Merge 4.14.162 into android-4.14Greg Kroah-Hartman2020-01-041-4/+7
| |\|
| | * hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+7
* | | kernel: time: Add delay after cpu_relax() in tight loopsPrasad Sodagudi2018-11-211-0/+3
* | | hrtimer: Initialize cpu_base.next_timer to NULL conditionallySrinivas Ramana2018-09-181-1/+6
* | | Revert "cpuidle: Fix cpu frequent exits from low power mode"Prasad Sodagudi2018-09-181-4/+43
* | | cpuidle: Fix cpu frequent exits from low power modePrasad Sodagudi2018-09-141-43/+4
* | | Merge android-4.14-p.61 (b7e55e8) into msm-4.14Isaac J. Manjarres2018-08-091-4/+43
|\| |
| * | BACKPORT: time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-07-191-4/+43
| |/
* | Merge remote-tracking branch 'remotes/origin/tmp-85ab9a0' into msm-4.14Isaac J. Manjarres2018-03-051-1/+6
|\|
| * hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-031-1/+6
* | Merge remote-tracking branch 'remotes/origin/tmp-c3a2eda' into msm-4.14Isaac J. Manjarres2018-02-021-0/+3
|\|
| * hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* | hrtimer: Don't drop the base lock when migration during isolationPavankumar Kondeti2018-01-221-35/+14
* | timer: Update code that migrates timers and hrtimers during isolationVikram Mulukutla2018-01-221-0/+7
* | hrtimer: Ensure timer is not running before migratingOlav Haugan2018-01-221-13/+29
* | timer: Do not require CPUSETS to be enabled for migrationOlav Haugan2018-01-221-6/+3
* | hrtimer.h: prevent pinned timer state from breaking inactive testGary S. Robertson2018-01-221-2/+2
* | hrtimer: make sure PINNED flag is cleared after removing hrtimerViresh Kumar2018-01-221-1/+2
* | hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimersViresh Kumar2018-01-221-11/+44
* | hrtimer: update timer->state with 'pinned' informationViresh Kumar2018-01-221-5/+14
|/
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-17/+13
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-1/+1
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-141-1/+1
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-141-9/+20
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-141-5/+37
* hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro2017-06-141-42/+20
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-141-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
* | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-141-4/+6
* | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* hrtimer: Catch invalid clockids againMarc Zyngier2017-02-181-5/+15
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-38/+0
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-26/+26
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-261-6/+14
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2016-08-311-1/+1
* hrtimer: Spelling fixesPratyush Patel2016-08-311-2/+2
* hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-151-35/+5
* hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-101-1/+1
* timer: Export destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-0/+1
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-6/+1