aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2024-04-05timers/migration: Return early on deactivationGravatar Anna-Maria Behnsen 1-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateGravatar Frederic Weisbecker 1-1/+4
2024-04-01timers: Fix text inconsistencies and spellingGravatar Randy Dunlap 1-11/+11
2024-04-01tick/sched: Fix struct tick_sched doc warningsGravatar Randy Dunlap 1-1/+1
2024-04-01tick/sched: Fix various kernel-doc warningsGravatar Randy Dunlap 1-3/+15
2024-03-27Fix memory leak in posix_clock_open()Gravatar Linus Torvalds 1-7/+9
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+20
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+1
2024-03-19timers: Fix removed self-IPI on global timer's enqueue in nohz_fullGravatar Frederic Weisbecker 1-1/+11
2024-03-19timers/migration: Fix endless timer requeue after idle interruptsGravatar Frederic Weisbecker 1-2/+9
2024-03-17Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+0
2024-03-16timer/migration: Remove buggy early return on deactivationGravatar Frederic Weisbecker 1-20/+0
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 14-327/+2716
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+5
2024-03-08rtc: class: make rtc_class constantGravatar Ricardo B. Marliere 1-1/+1
2024-03-06timer/migration: Fix quick check reporting late expiryGravatar Frederic Weisbecker 1-9/+15
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Gravatar Thomas Gleixner 1-0/+5
2024-02-29tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=nGravatar Arnd Bergmann 1-1/+1
2024-02-27time: test: Fix incorrect format specifierGravatar David Gow 1-1/+1
2024-02-26timers: Assert no next dyntick timer look-up while CPU is offlineGravatar Frederic Weisbecker 1-3/+3
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callGravatar Frederic Weisbecker 2-12/+5
2024-02-26tick: Shut down low-res tick from dying CPUGravatar Frederic Weisbecker 3-10/+29
2024-02-26tick: Split nohz and highres features from nohz_modeGravatar Frederic Weisbecker 4-26/+26
2024-02-26tick: Move individual bit features to debuggable mask accessesGravatar Frederic Weisbecker 3-43/+73
2024-02-26tick: Move got_idle_tick away from common flagsGravatar Frederic Weisbecker 1-1/+1
2024-02-26tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeGravatar Frederic Weisbecker 1-1/+1
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGGravatar Frederic Weisbecker 2-0/+5
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGGravatar Frederic Weisbecker 2-2/+2
2024-02-26tick: Start centralizing tick related CPU hotplug operationsGravatar Frederic Weisbecker 1-6/+11
2024-02-26tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Gravatar Frederic Weisbecker 1-5/+0
2024-02-26tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Gravatar Frederic Weisbecker 1-2/+2
2024-02-26tick: Use IS_ENABLED() whenever possibleGravatar Frederic Weisbecker 2-12/+6
2024-02-26tick/sched: Remove useless oneshot ifdefferyGravatar Frederic Weisbecker 1-5/+1
2024-02-26tick/nohz: Remove duplicate between lowres and highres handlersGravatar Peng Liu 1-60/+36
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Gravatar Peng Liu 3-23/+20
2024-02-22hrtimer: Select housekeeping CPU during migrationGravatar Costa Shulyupin 1-1/+2
2024-02-22timers: Always queue timers on the local CPUGravatar Anna-Maria Behnsen 1-21/+15
2024-02-22timer_migration: Add tracepointsGravatar Anna-Maria Behnsen 1-0/+26
2024-02-22timers: Implement the hierarchical pull modelGravatar Anna-Maria Behnsen 5-8/+2010
2024-02-22timers: Introduce function to check timer base is_idle flagGravatar Anna-Maria Behnsen 2-0/+11
2024-02-22tick/sched: Split out jiffies update helper functionGravatar Richard Cochran (linutronix GmbH) 2-7/+20
2024-02-22timers: Check if timers base is handled alreadyGravatar Anna-Maria Behnsen 1-0/+3
2024-02-22timers: Restructure internal lockingGravatar Richard Cochran (linutronix GmbH) 1-10/+21
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsGravatar Anna-Maria Behnsen 2-5/+100
2024-02-22timers: Split out "get next timer interrupt" functionalityGravatar Anna-Maria Behnsen 1-26/+38
2024-02-22timers: Retrieve next expiry of pinned/non-pinned timers separatelyGravatar Anna-Maria Behnsen 1-4/+31
2024-02-22timers: Keep the pinned timers separate from the othersGravatar Anna-Maria Behnsen 1-29/+56
2024-02-22timers: Split next timer interrupt logicGravatar Anna-Maria Behnsen 1-13/+19
2024-02-22timers: Simplify code in run_local_timers()Gravatar Anna-Maria Behnsen 1-8/+6