summaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish
2020-04-01hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior
2020-03-04hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang
2020-01-22hrtimer: Add missing sparse annotation for __run_timer()Jules Irenge
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann
2019-11-06hrtimer: Annotate lockless access to timer->stateEric Dumazet
2019-10-14hrtimer: Annotate lockless access to timer->baseEric Dumazet
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior
2019-08-21hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall
2019-08-21hrtimer: Protect lockless access to timer->baseJulien Grall
2019-08-20hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker
2019-08-01hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner
2019-08-01hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTSebastian Andrzej Siewior
2019-08-01hrtimer: Move unmarked hrtimers to soft interrupt expiry on RTSebastian Andrzej Siewior
2019-08-01hrtimer: Make enqueue mode check work on RTThomas Gleixner
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner
2019-06-27hrtimer: Use a bullet for the returns bullet listMauro Carvalho Chehab
2019-06-12hrtimer: Remove unused header includeYangtao Li
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-12hrtimer: Improve kernel message printingGeert Uytterhoeven
2018-06-19posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner