index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
4
-8
/
+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
4
-11
/
+23
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-23
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
2
-31
/
+19
2024-02-22
timer_migration: Add tracepoints
Anna-Maria Behnsen
3
-0
/
+325
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
6
-8
/
+2011
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
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
1
-1
/
+1
2024-02-22
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
2
-0
/
+36
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
5
-20
/
+25
2024-02-21
time/kunit: Use correct format specifier
David Gow
1
-1
/
+1
2024-02-20
csky/vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-8
/
+2
2024-02-20
MIPS: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
2
-6
/
+1
2024-02-20
LoongArch: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+2
2024-02-20
s390/vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+1
2024-02-20
riscv: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-8
/
+2
2024-02-20
arm64: vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-4
/
+1
2024-02-20
vdso/ARM: Make union vdso_data_store available for all architectures
Anna-Maria Behnsen
5
-32
/
+13
2024-02-20
csky/vdso: Remove superfluous ifdeffery
Anna-Maria Behnsen
2
-9
/
+0
2024-02-20
s390/vdso/data: Drop unnecessary header include
Anna-Maria Behnsen
1
-1
/
+0
2024-02-20
vdso/helpers: Fix grammar in comments
Anna-Maria Behnsen
1
-4
/
+4
2024-02-20
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
824
-3443
/
+6550
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
jiffies: Transform comment about time_* functions into DOC block
Anna-Maria Behnsen
1
-6
/
+9
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
2
-19
/
+13
[next]