summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner2024-08-051-1/+1
* ntp: Safeguard against time_constant overflowJustin Stitt2024-08-051-3/+2
* ntp: Clamp maxerror and esterror to operating rangeJustin Stitt2024-08-051-2/+2
* clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney2024-08-021-1/+1
* tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner2024-07-311-1/+2
* Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-272-205/+215
|\
| * timers/migration: Fix grammar in commentAnna-Maria Behnsen2024-07-221-1/+1
| * timers/migration: Spare write when nothing changedAnna-Maria Behnsen2024-07-221-6/+5
| * timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen2024-07-222-20/+19
| * timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen2024-07-221-15/+5
| * timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen2024-07-221-71/+55
| * timers/migration: Improve tracingAnna-Maria Behnsen2024-07-221-6/+5
| * timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen2024-07-221-87/+119
| * timers/migration: Do not rely always on group->parentAnna-Maria Behnsen2024-07-222-19/+26
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* | Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2024-07-132-28/+16
|\|
| * hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang2024-06-251-0/+2
| * tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov2024-06-101-28/+14
* | tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao2024-07-111-0/+23
* | tick/sched: Combine WARN_ON_ONCE and print_onceAnna-Maria Behnsen2024-07-031-4/+4
* | timekeeping: Add missing kernel-doc function commentsYang Li2024-06-231-0/+3
* | tick: Remove unnused tick_nohz_get_idle_calls()Christian Loehle2024-06-211-14/+0
* | timekeeping: Add function to convert realtime to base clockLakshmi Sowjanya D2024-06-031-0/+86
* | timekeeping: Provide infrastructure for converting to/from a base clockLakshmi Sowjanya D2024-06-031-1/+41
* | time: Add MODULE_DESCRIPTION() to time test modulesJeff Johnson2024-06-033-0/+3
|/
* Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-171-1/+0
|\
| * timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-241-1/+0
* | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-146-104/+87
|\ \
| * | clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)2024-04-301-1/+1
| * | hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong2024-04-221-13/+8
| * | clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian2024-04-091-1/+1
| * | clocksource: Convert s[n]printf() to sysfs_emit()Li Zhijian2024-04-091-1/+1
| * | clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter2024-04-081-22/+20
| * | timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter2024-04-081-18/+13
| * | timekeeping: Make delta calculation overflow safeAdrian Hunter2024-04-081-11/+29
| * | timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter2024-04-081-1/+11
| * | timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter2024-04-081-12/+1
| * | timekeeping: Consolidate timekeeping helpersAdrian Hunter2024-04-081-6/+8
| * | timekeeping: Refactor timekeeping helpersAdrian Hunter2024-04-081-14/+6
| * | timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter2024-04-081-4/+1
| * | timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter2024-04-081-3/+2
| * | timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter2024-04-081-3/+3
| * | timekeeping: Move timekeeping helper functionsAdrian Hunter2024-04-081-13/+13
| * | vdso: Add vdso_data:: Max_cyclesAdrian Hunter2024-04-081-0/+6
| * | hrtimer: Remove unused functionJiapeng Chong2024-04-081-19/+1
* | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-1/+1
|\ \ \
| * \ \ Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-253-24/+21
| |\ \ \ | | | |/ | | |/|
| * | | sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2024-03-121-1/+1
* | | | timers/migration: Prevent out of bounds access on failureLevi Yun2024-05-081-2/+2
* | | | timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner2024-04-102-22/+31
| |_|/ |/| |