aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-02clocksource: Set cs_watchdog_read() checks based on .uncertainty_marginPaul E. McKenney1-4/+5
2024-08-02clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEWPaul E. McKenney1-1/+7
2024-08-02clocksource: Improve comments for watchdog skew boundsBorislav Petkov1-8/+20
2024-08-02clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney1-1/+1
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner1-1/+2
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner4-19/+15
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner1-0/+4
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner3-20/+21
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner1-11/+8
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner1-0/+1
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner2-9/+6
2024-07-29posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner1-27/+17
2024-07-29posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner1-6/+1
2024-07-29posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner1-13/+9
2024-07-29posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner1-16/+13
2024-07-29posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner1-31/+6
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner1-1/+11
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner1-5/+9
2024-07-29posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner1-1/+17
2024-07-29posix-cpu-timers: Save interval only for armed timersThomas Gleixner1-8/+6
2024-07-29posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner1-27/+24
2024-07-27Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-205/+215
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen1-1/+1
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen1-6/+5
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen2-20/+19
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen1-15/+5
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen1-71/+55
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen1-6/+5
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen1-87/+119
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen2-19/+26
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2-28/+16
2024-07-11tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao1-0/+23
2024-07-03tick/sched: Combine WARN_ON_ONCE and print_onceAnna-Maria Behnsen1-4/+4
2024-06-25hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-06-23timekeeping: Add missing kernel-doc function commentsYang Li1-0/+3
2024-06-21tick: Remove unnused tick_nohz_get_idle_calls()Christian Loehle1-14/+0
2024-06-10tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-06-03timekeeping: Add function to convert realtime to base clockLakshmi Sowjanya D1-0/+86
2024-06-03timekeeping: Provide infrastructure for converting to/from a base clockLakshmi Sowjanya D1-1/+41
2024-06-03time: Add MODULE_DESCRIPTION() to time test modulesJeff Johnson3-0/+3
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-104/+87
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-05-08timers/migration: Prevent out of bounds access on failureLevi Yun1-2/+2
2024-04-30clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)1-1/+1
2024-04-24timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-04-22hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong1-13/+8
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner2-22/+31
2024-04-09clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian1-1/+1