summaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-181-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-141-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
| |_|/ |/| |
* | | timers/migration: Return early on deactivationAnna-Maria Behnsen2024-04-051-0/+27
* | | timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker2024-04-051-1/+4
* | | timers: Fix text inconsistencies and spellingRandy Dunlap2024-04-011-11/+11
* | | tick/sched: Fix struct tick_sched doc warningsRandy Dunlap2024-04-011-1/+1
* | | tick/sched: Fix various kernel-doc warningsRandy Dunlap2024-04-011-3/+15
* | | Fix memory leak in posix_clock_open()Linus Torvalds2024-03-271-7/+9
| |/ |/|
* | Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-232-3/+20
|\ \
| * | timers: Fix removed self-IPI on global timer's enqueue in nohz_fullFrederic Weisbecker2024-03-191-1/+11
| * | timers/migration: Fix endless timer requeue after idle interruptsFrederic Weisbecker2024-03-191-2/+9
* | | Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-03-221-1/+1
|\ \ \
| * | | rtc: class: make rtc_class constantRicardo B. Marliere2024-03-081-1/+1
* | | | Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-171-20/+0
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | timer/migration: Remove buggy early return on deactivationFrederic Weisbecker2024-03-161-20/+0
* | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-0/+5
|\ \ \
| * | | sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner2024-03-011-0/+5
* | | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-1114-327/+2716
|\ \ \ \ | | |/ / | |/| |
| * | | timer/migration: Fix quick check reporting late expiryFrederic Weisbecker2024-03-061-9/+15
| * | | tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=nArnd Bergmann2024-02-291-1/+1
| * | | timers: Assert no next dyntick timer look-up while CPU is offlineFrederic Weisbecker2024-02-261-3/+3
| * | | tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker2024-02-262-12/+5
| * | | tick: Shut down low-res tick from dying CPUFrederic Weisbecker2024-02-263-10/+29
| * | | tick: Split nohz and highres features from nohz_modeFrederic Weisbecker2024-02-264-26/+26
| * | | tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker2024-02-263-43/+73
| * | | tick: Move got_idle_tick away from common flagsFrederic Weisbecker2024-02-261-1/+1
| * | | tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeFrederic Weisbecker2024-02-261-1/+1