index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
3
-43
/
+73
2024-02-26
tick: Move got_idle_tick away from common flags
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-0
/
+5
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-2
/
+2
2024-02-26
tick: Start centralizing tick related CPU hotplug operations
Frederic Weisbecker
1
-6
/
+11
2024-02-26
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
1
-5
/
+0
2024-02-26
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
1
-2
/
+2
2024-02-26
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2
-12
/
+6
2024-02-26
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
1
-5
/
+1
2024-02-26
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
1
-60
/
+36
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
3
-23
/
+20
2024-02-22
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-02-22
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
1
-21
/
+15
2024-02-22
timer_migration: Add tracepoints
Anna-Maria Behnsen
1
-0
/
+26
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
5
-8
/
+2010
2024-02-22
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
2
-0
/
+11
2024-02-22
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2
-7
/
+20
2024-02-22
timers: Check if timers base is handled already
Anna-Maria Behnsen
1
-0
/
+3
2024-02-22
timers: Restructure internal locking
Richard Cochran (linutronix GmbH)
1
-10
/
+21
2024-02-22
timers: Add get next timer interrupt functionality for remote CPUs
Anna-Maria Behnsen
2
-5
/
+100
2024-02-22
timers: Split out "get next timer interrupt" functionality
Anna-Maria Behnsen
1
-26
/
+38
2024-02-22
timers: Retrieve next expiry of pinned/non-pinned timers separately
Anna-Maria Behnsen
1
-4
/
+31
2024-02-22
timers: Keep the pinned timers separate from the others
Anna-Maria Behnsen
1
-29
/
+56
2024-02-22
timers: Split next timer interrupt logic
Anna-Maria Behnsen
1
-13
/
+19
2024-02-22
timers: Simplify code in run_local_timers()
Anna-Maria Behnsen
1
-8
/
+6
2024-02-22
timers: Make sure TIMER_PINNED flag is set in add_timer_on()
Anna-Maria Behnsen
1
-1
/
+7
2024-02-22
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
1
-0
/
+34
2024-02-22
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2
-4
/
+9
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
3
-30
/
+71
2024-02-22
timers: Split out get next timer interrupt
Anna-Maria Behnsen
1
-9
/
+14
2024-02-22
timers: Restructure get_next_timer_interrupt()
Anna-Maria Behnsen
1
-6
/
+6
2024-02-21
clocksource: Scale the watchdog read retries automatically
Feng Tang
2
-12
/
+11
2024-02-21
time/kunit: Use correct format specifier
David Gow
1
-1
/
+1
2024-02-19
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
1
-0
/
+3
2024-02-19
timekeeping: Fix cross-timestamp interpolation for non-x86
Peter Hilber
1
-4
/
+2
2024-02-19
timekeeping: Fix cross-timestamp interpolation corner case decision
Peter Hilber
1
-8
/
+10
2024-02-19
timekeeping: Fix cross-timestamp interpolation on counter wrap
Peter Hilber
1
-1
/
+1
2024-02-19
timers: Add struct member description for timer_base
Anna-Maria Behnsen
1
-0
/
+45
2024-02-19
tick/sched: Add function description for tick_nohz_next_event()
Anna-Maria Behnsen
1
-0
/
+10
2024-02-19
hrtimers: Update formatting of documentation
Anna-Maria Behnsen
1
-8
/
+10
2024-02-07
timekeeping: Evaluate system_counterval_t.cs_id instead of .cs
Peter Hilber
1
-4
/
+5
2024-02-07
clockevents: Make clockevents_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-07
clocksource: Make clocksource_subsys const
Ricardo B. Marliere
1
-1
/
+1
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-01-25
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-01-25
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
1
-1
/
+24
2024-01-21
Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+5
2024-01-19
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
Heiko Carstens
1
-0
/
+5
2024-01-08
Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-59
/
+79
[prev]
[next]