summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-01-16tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner
2018-01-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner
2018-01-16hrtimer: Correct blatantly incorrect commentThomas Gleixner
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2018-01-16Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner
2018-01-14posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner
2017-12-29nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-12-18sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner
2017-11-21timer: Pass function down to initialization routinesKees Cook
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar
2017-11-14Merge branch 'linus' into timers/urgentThomas Gleixner
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-13timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2017-11-12timers: Add a function to start/reduce a timerDavid Howells
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann
2017-11-08timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-08timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02kernel/time/Kconfig: Fix typo in commentRandy Dunlap
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01clockevents: Update clockevents device next_event on stopPrasad Sodagudi
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-10-30time: Move time_t conversion helpers to time32.hArnd Bergmann
2017-10-30time: Remove unused functionsArnd Bergmann
2017-10-30timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan