summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* tick/common: Align tick period during sched_timer setupThomas Gleixner2023-06-282-13/+13
* tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner2023-05-241-32/+88
* timekeeping: Fix references to nonexistent ktime_get_fast_ns()Geert Uytterhoeven2023-05-111-2/+2
* tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior2023-05-111-1/+11
* rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang2023-05-111-0/+5
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-111-3/+8
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-05-112-14/+71
* time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-101-1/+1
* clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang2023-03-101-13/+32
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-03-103-0/+6
* alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-221-4/+29
* timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld2022-08-171-1/+6
* wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-171-0/+1
* fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-211-5/+14
* tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada2022-07-021-1/+0
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-05-301-0/+15
* timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach2022-05-121-2/+2
* timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-201-4/+7
* tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-201-1/+1
* clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long2022-01-271-9/+41
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* timers: implement usleep_idle_range()SeongJae Park2021-12-141-7/+9
* posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-181-2/+17
* posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker2021-09-231-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-4/+4
|\
| * memcg: enable accounting for posix_timers_cache slabVasily Averin2021-09-031-2/+2
| * memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-2/+2
* | clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney2021-08-283-23/+23
* | hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner2021-08-121-20/+20
* | hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner2021-08-121-2/+3
* | hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner2021-08-101-9/+65
* | hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti2021-08-101-2/+33
* | hrtimer: Add bases argument to clock_was_set()Thomas Gleixner2021-08-103-10/+17
* | time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner2021-08-101-8/+10
* | timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner2021-08-104-10/+18
* | hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner2021-08-101-28/+59
* | hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-08-102-16/+19
* | hrtimer: Consolidate reprogramming codePeter Zijlstra2021-08-101-43/+29
* | hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-08-101-7/+53
* | posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker2021-08-101-6/+35
* | posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker2021-08-101-15/+13
* | posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker2021-08-101-2/+0
* | posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker2021-08-101-2/+0
* | posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker2021-08-101-1/+32
* | posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-101-0/+2
* | posix-timers: Remove redundant initialization of variable retColin Ian King2021-08-101-1/+1
* | clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
|/
* timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-07-271-2/+4
* timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-151-3/+5
* posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker2021-07-151-5/+5