summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2018-01-16hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner-20/+24
2018-01-16hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner-3/+3
2018-01-16hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner-1/+1
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner-19/+14
2018-01-16hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner-6/+4
2018-01-16hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner-32/+28
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner-67/+62
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner-10/+2
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner-20/+6
2018-01-16hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner-2/+2
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner-16/+15
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner-15/+13
2018-01-16hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner-10/+21
2018-01-16tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner-7/+9
2018-01-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner-1/+6
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner-4/+5
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner-6/+6
2018-01-16hrtimer: Correct blatantly incorrect commentThomas Gleixner-3/+3
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner-61/+60
2018-01-16Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar-1/+1
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner-1/+1
2018-01-14posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann-2/+1
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli-0/+18
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers-3/+3
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+41
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner-2/+2
2017-12-29nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner-2/+17
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner-0/+15
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner-9/+7
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes-0/+13
2017-12-18sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney-0/+1
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner-12/+17
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro-2/+2
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner-20/+25
2017-11-21timer: Pass function down to initialization routinesKees Cook-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook-10/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-2/+1
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar-49/+0
2017-11-14Merge branch 'linus' into timers/urgentThomas Gleixner-274/+383
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-237/+372
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-28/+5
2017-11-13timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar-1/+1
2017-11-12timers: Add a function to start/reduce a timerDavid Howells-7/+38
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann-0/+1
2017-11-08timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker-3/+3
2017-11-08timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker-3/+1
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker-3/+2