summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-111-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
| * | | tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-262-0/+5
| * | | tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2024-02-262-2/+2
| * | | tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker2024-02-261-6/+11
| * | | tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker2024-02-261-5/+0
| * | | tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker2024-02-261-2/+2
| * | | tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker2024-02-262-12/+6
| * | | tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker2024-02-261-5/+1
| * | | tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu2024-02-261-60/+36
| * | | tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu2024-02-263-23/+20
| * | | hrtimer: Select housekeeping CPU during migrationCosta Shulyupin2024-02-221-1/+2
| * | | timers: Always queue timers on the local CPUAnna-Maria Behnsen2024-02-221-21/+15
| * | | timer_migration: Add tracepointsAnna-Maria Behnsen2024-02-221-0/+26
| * | | timers: Implement the hierarchical pull modelAnna-Maria Behnsen2024-02-225-8/+2010
| * | | timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen2024-02-222-0/+11
| * | | tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)2024-02-222-7/+20
| * | | timers: Check if timers base is handled alreadyAnna-Maria Behnsen2024-02-221-0/+3
| * | | timers: Restructure internal lockingRichard Cochran (linutronix GmbH)2024-02-221-10/+21
| * | | timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen2024-02-222-5/+100
| * | | timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen2024-02-221-26/+38
| * | | timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen2024-02-221-4/+31
| * | | timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen2024-02-221-29/+56
| * | | timers: Split next timer interrupt logicAnna-Maria Behnsen2024-02-221-13/+19
| * | | timers: Simplify code in run_local_timers()Anna-Maria Behnsen2024-02-221-8/+6
| * | | timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen2024-02-221-1/+7