aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2024-03-27Fix memory leak in posix_clock_open()Linus Torvalds
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2024-03-19timers: Fix removed self-IPI on global timer's enqueue in nohz_fullFrederic Weisbecker
2024-03-19timers/migration: Fix endless timer requeue after idle interruptsFrederic Weisbecker
2024-03-17Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-16timer/migration: Remove buggy early return on deactivationFrederic Weisbecker
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-08rtc: class: make rtc_class constantRicardo B. Marliere
2024-03-06timer/migration: Fix quick check reporting late expiryFrederic Weisbecker
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner
2024-02-29tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=nArnd Bergmann
2024-02-27time: test: Fix incorrect format specifierDavid Gow
2024-02-26timers: Assert no next dyntick timer look-up while CPU is offlineFrederic Weisbecker
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker
2024-02-26tick: Shut down low-res tick from dying CPUFrederic Weisbecker
2024-02-26tick: Split nohz and highres features from nohz_modeFrederic Weisbecker
2024-02-26tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker
2024-02-26tick: Move got_idle_tick away from common flagsFrederic Weisbecker
2024-02-26tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeFrederic Weisbecker
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker
2024-02-26tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker
2024-02-26tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker
2024-02-26tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker
2024-02-26tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker
2024-02-26tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu
2024-02-22hrtimer: Select housekeeping CPU during migrationCosta Shulyupin
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen
2024-02-22timer_migration: Add tracepointsAnna-Maria Behnsen
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen
2024-02-22timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen
2024-02-22tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)
2024-02-22timers: Check if timers base is handled alreadyAnna-Maria Behnsen
2024-02-22timers: Restructure internal lockingRichard Cochran (linutronix GmbH)
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen
2024-02-22timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen
2024-02-22timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen
2024-02-22timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen
2024-02-22timers: Split next timer interrupt logicAnna-Maria Behnsen
2024-02-22timers: Simplify code in run_local_timers()Anna-Maria Behnsen
2024-02-22timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen
2024-02-22timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen
2024-02-22timers: Split out get next timer interruptAnna-Maria Behnsen