index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
1
-3
/
+3
|
\
|
*
Merge branch 'x86/urgent' into x86/apic, to resolve conflicts
Ingo Molnar
2024-02-27
5
-11
/
+11
|
|
\
|
*
|
smp: Avoid 'setup_max_cpus' namespace collision/shadowing
Ingo Molnar
2024-02-27
1
-3
/
+3
*
|
|
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-03-11
17
-334
/
+2723
|
\
\
\
|
*
|
|
timer/migration: Fix quick check reporting late expiry
Frederic Weisbecker
2024-03-06
1
-9
/
+15
|
*
|
|
tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=n
Arnd Bergmann
2024-02-29
1
-1
/
+1
|
*
|
|
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
2024-02-26
1
-3
/
+3
|
*
|
|
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
2024-02-26
4
-13
/
+6
|
*
|
|
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
2024-02-26
3
-10
/
+29
|
*
|
|
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
2024-02-26
4
-26
/
+26
|
*
|
|
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
2024-02-26
3
-43
/
+73
|
*
|
|
tick: Move got_idle_tick away from common flags
Frederic Weisbecker
2024-02-26
1
-1
/
+1
|
*
|
|
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
2024-02-26
1
-1
/
+1
|
*
|
|
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-02-26
3
-2
/
+5
|
*
|
|
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2024-02-26
2
-2
/
+2
|
*
|
|
tick: Start centralizing tick related CPU hotplug operations
Frederic Weisbecker
2024-02-26
2
-9
/
+16
|
*
|
|
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
2024-02-26
1
-5
/
+0
|
*
|
|
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
2024-02-26
1
-2
/
+2
|
*
|
|
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2024-02-26
2
-12
/
+6
|
*
|
|
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
2024-02-26
1
-5
/
+1
|
*
|
|
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
2024-02-26
1
-60
/
+36
|
*
|
|
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
2024-02-26
3
-23
/
+20
|
*
|
|
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
2024-02-22
1
-1
/
+2
|
*
|
|
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
2024-02-22
1
-21
/
+15
|
*
|
|
timer_migration: Add tracepoints
Anna-Maria Behnsen
2024-02-22
1
-0
/
+26
|
*
|
|
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
2024-02-22
5
-8
/
+2010
|
*
|
|
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
2024-02-22
2
-0
/
+11
|
*
|
|
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2024-02-22
2
-7
/
+20
|
*
|
|
timers: Check if timers base is handled already
Anna-Maria Behnsen
2024-02-22
1
-0
/
+3
|
*
|
|
timers: Restructure internal locking
Richard Cochran (linutronix GmbH)
2024-02-22
1
-10
/
+21
|
*
|
|
timers: Add get next timer interrupt functionality for remote CPUs
Anna-Maria Behnsen
2024-02-22
2
-5
/
+100
|
*
|
|
timers: Split out "get next timer interrupt" functionality
Anna-Maria Behnsen
2024-02-22
1
-26
/
+38
|
*
|
|
timers: Retrieve next expiry of pinned/non-pinned timers separately
Anna-Maria Behnsen
2024-02-22
1
-4
/
+31
|
*
|
|
timers: Keep the pinned timers separate from the others
Anna-Maria Behnsen
2024-02-22
1
-29
/
+56
|
*
|
|
timers: Split next timer interrupt logic
Anna-Maria Behnsen
2024-02-22
1
-13
/
+19
|
*
|
|
timers: Simplify code in run_local_timers()
Anna-Maria Behnsen
2024-02-22
1
-8
/
+6
|
*
|
|
timers: Make sure TIMER_PINNED flag is set in add_timer_on()
Anna-Maria Behnsen
2024-02-22
1
-1
/
+7
|
*
|
|
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
2024-02-22
1
-1
/
+1
|
*
|
|
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
2024-02-22
1
-0
/
+34
|
*
|
|
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2024-02-22
2
-4
/
+9
|
*
|
|
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
2024-02-22
3
-30
/
+71
|
*
|
|
timers: Split out get next timer interrupt
Anna-Maria Behnsen
2024-02-22
1
-9
/
+14
|
*
|
|
timers: Restructure get_next_timer_interrupt()
Anna-Maria Behnsen
2024-02-22
1
-6
/
+6
|
*
|
|
clocksource: Scale the watchdog read retries automatically
Feng Tang
2024-02-21
2
-12
/
+11
|
*
|
|
time/kunit: Use correct format specifier
David Gow
2024-02-21
1
-1
/
+1
|
*
|
|
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
2024-02-19
11
-90
/
+117
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
timekeeping: Fix cross-timestamp interpolation for non-x86
Peter Hilber
2024-02-19
1
-4
/
+2
|
*
|
|
timekeeping: Fix cross-timestamp interpolation corner case decision
Peter Hilber
2024-02-19
1
-8
/
+10
|
*
|
|
timekeeping: Fix cross-timestamp interpolation on counter wrap
Peter Hilber
2024-02-19
1
-1
/
+1
|
*
|
|
timers: Add struct member description for timer_base
Anna-Maria Behnsen
2024-02-19
1
-0
/
+45
[next]