aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+42
2022-01-10Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Thomas Gleixner 1-10/+42
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveGravatar Yu Liao 1-2/+1
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-7/+9
2021-12-02timers/nohz: Last resort update jiffies on nohz_full IRQ entryGravatar Frederic Weisbecker 1-0/+7
2021-11-30clocksource: Reduce the default clocksource_watchdog() retries to 2Gravatar Waiman Long 1-1/+1
2021-11-30clocksource: Avoid accidental unstable marking of clocksourcesGravatar Waiman Long 1-9/+41
2021-11-02posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Gravatar Michael Pratt 1-2/+17
2021-09-23posix-cpu-timers: Prevent spuriously armed 0-value itimerGravatar Frederic Weisbecker 1-1/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+4
2021-09-03memcg: enable accounting for posix_timers_cache slabGravatar Vasily Averin 1-2/+2
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyGravatar Vasily Averin 1-2/+2
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsGravatar Paul E. McKenney 3-23/+23
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Gravatar Thomas Gleixner 1-20/+20
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Gravatar Thomas Gleixner 1-2/+3
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Gravatar Thomas Gleixner 1-9/+65
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Gravatar Marcelo Tosatti 1-2/+33
2021-08-10hrtimer: Add bases argument to clock_was_set()Gravatar Thomas Gleixner 3-10/+17
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceGravatar Thomas Gleixner 1-8/+10
2021-08-10timekeeping: Distangle resume and clock-was-set eventsGravatar Thomas Gleixner 4-10/+18
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseGravatar Thomas Gleixner 1-28/+59
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nGravatar Thomas Gleixner 2-16/+19
2021-08-10hrtimer: Consolidate reprogramming codeGravatar Peter Zijlstra 1-43/+29
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Gravatar Thomas Gleixner 1-7/+53
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Gravatar Frederic Weisbecker 1-6/+35
2021-08-10posix-cpu-timers: Consolidate timer base accessorGravatar Frederic Weisbecker 1-15/+13
2021-08-10posix-cpu-timers: Remove confusing return value overrideGravatar Frederic Weisbecker 1-2/+0
2021-08-10posix-cpu-timers: Force next expiration recalc after itimer resetGravatar Frederic Weisbecker 1-2/+0
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionGravatar Frederic Weisbecker 1-1/+32
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterGravatar Frederic Weisbecker 1-0/+2
2021-08-10posix-timers: Remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2021-08-10clocksource: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-3/+3
2021-07-27timers: Move clearing of base::timer_running under base:: LockGravatar Thomas Gleixner 1-2/+4
2021-07-15timers: Fix get_next_timer_interrupt() with no timers pendingGravatar Nicolas Saenz Julienne 1-3/+5
2021-07-15posix-cpu-timers: Fix rearm racing against process tickGravatar Frederic Weisbecker 1-5/+5
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-14/+0
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 12-110/+755
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-48/+96
2021-06-28time/kunit: Add missing MODULE_LICENSE()Gravatar Thomas Gleixner 1-0/+1
2021-06-24time: Improve performance of time64_to_tm()Gravatar Cassio Neri 4-58/+178
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Gravatar Baokun Li 1-4/+2
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableGravatar Feng Tang 1-4/+4
2021-06-22clocksource: Provide kernel module to test clocksource watchdogGravatar Paul E. McKenney 3-2/+207
2021-06-22clocksource: Reduce clocksource-skew thresholdGravatar Paul E. McKenney 2-17/+46
2021-06-22clocksource: Limit number of CPUs checked for clock synchronizationGravatar Paul E. McKenney 1-2/+72
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstableGravatar Paul E. McKenney 1-0/+60
2021-06-22clocksource: Retry clock read if long delays detectedGravatar Paul E. McKenney 1-6/+47
2021-06-22clockevents: Add missing parameter documentationGravatar Baokun Li 1-0/+1
2021-06-18sched,timer: Use __set_current_state()Gravatar Peter Zijlstra 1-1/+1
2021-05-31timer_list: Print name of per-cpu wakeup deviceGravatar Will Deacon 3-1/+17