aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker
2022-03-07tick: Detect and fix jiffies update stallFrederic Weisbecker
2022-02-01clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEWWaiman Long
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov
2022-01-13Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-10Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Thomas Gleixner
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao
2021-12-10timers: implement usleep_idle_range()SeongJae Park
2021-12-02timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker
2021-11-30clocksource: Reduce the default clocksource_watchdog() retries to 2Waiman Long
2021-11-30clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long
2021-11-02posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt
2021-09-23posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memcg: enable accounting for posix_timers_cache slabVasily Averin
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker
2021-08-10posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker
2021-08-10posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-08-10posix-timers: Remove redundant initialization of variable retColin Ian King
2021-08-10clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-07-27timers: Move clearing of base::timer_running under base:: LockThomas Gleixner
2021-07-15timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne
2021-07-15posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-28time/kunit: Add missing MODULE_LICENSE()Thomas Gleixner
2021-06-24time: Improve performance of time64_to_tm()Cassio Neri
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Baokun Li
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney