summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef-3/+3
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef-3/+3
2024-07-27Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-205/+215
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen-1/+1
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen-20/+19
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen-15/+5
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen-71/+55
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen-87/+119
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen-19/+26
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner-28/+16
2024-07-11tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao-0/+23
2024-07-03tick/sched: Combine WARN_ON_ONCE and print_onceAnna-Maria Behnsen-4/+4
2024-06-25hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang-0/+2
2024-06-23timekeeping: Add missing kernel-doc function commentsYang Li-0/+3
2024-06-21tick: Remove unnused tick_nohz_get_idle_calls()Christian Loehle-14/+0
2024-06-10tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov-28/+14
2024-06-03timekeeping: Add function to convert realtime to base clockLakshmi Sowjanya D-0/+86
2024-06-03timekeeping: Provide infrastructure for converting to/from a base clockLakshmi Sowjanya D-1/+41
2024-06-03time: Add MODULE_DESCRIPTION() to time test modulesJeff Johnson-0/+3
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-104/+87
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-05-08timers/migration: Prevent out of bounds access on failureLevi Yun-2/+2
2024-04-30clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)-1/+1
2024-04-24timekeeping: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-04-22hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong-13/+8
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner-22/+31
2024-04-09clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian-1/+1
2024-04-09clocksource: Convert s[n]printf() to sysfs_emit()Li Zhijian-1/+1
2024-04-08clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter-22/+20
2024-04-08timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter-18/+13
2024-04-08timekeeping: Make delta calculation overflow safeAdrian Hunter-11/+29
2024-04-08timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter-1/+11
2024-04-08timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter-12/+1
2024-04-08timekeeping: Consolidate timekeeping helpersAdrian Hunter-6/+8
2024-04-08timekeeping: Refactor timekeeping helpersAdrian Hunter-14/+6
2024-04-08timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter-4/+1
2024-04-08timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter-3/+2
2024-04-08timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter-3/+3
2024-04-08timekeeping: Move timekeeping helper functionsAdrian Hunter-13/+13
2024-04-08vdso: Add vdso_data:: Max_cyclesAdrian Hunter-0/+6
2024-04-08hrtimer: Remove unused functionJiapeng Chong-19/+1
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker-1/+4
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap-11/+11
2024-04-01tick/sched: Fix struct tick_sched doc warningsRandy Dunlap-1/+1
2024-04-01tick/sched: Fix various kernel-doc warningsRandy Dunlap-3/+15