index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-04-24
timekeeping: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-01
timers: Fix text inconsistencies and spelling
Randy Dunlap
1
-11
/
+11
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
1
-1
/
+11
2024-03-19
timers: Fix removed self-IPI on global timer's enqueue in nohz_full
Frederic Weisbecker
1
-1
/
+11
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
1
-1
/
+1
2024-02-26
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
1
-3
/
+3
2024-02-22
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
1
-21
/
+15
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
1
-8
/
+105
2024-02-22
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
1
-0
/
+10
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
1
-5
/
+90
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
1
-3
/
+8
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
1
-18
/
+42
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-19
timers: Add struct member description for timer_base
Anna-Maria Behnsen
1
-0
/
+45
2023-12-20
timers: Fix nextevt calculation when no timers are pending
Anna-Maria Behnsen
1
-2
/
+11
2023-12-20
timers: Rework idle logic
Thomas Gleixner
1
-20
/
+20
2023-12-20
timers: Use already existing function for forwarding timer base
Anna-Maria Behnsen
1
-8
/
+2
2023-12-20
timers: Split out forward timer base functionality
Anna-Maria Behnsen
1
-6
/
+10
2023-12-20
timers: Clarify check in forward_timer_base()
Anna-Maria Behnsen
1
-4
/
+7
2023-12-20
timers: Move store of next event into __next_timer_interrupt()
Anna-Maria Behnsen
1
-5
/
+6
2023-12-20
timers: Do not IPI for deferrable timers
Anna-Maria Behnsen
1
-9
/
+6
2023-12-20
tracing/timers: Add tracepoint for tracking timer base is_idle flag
Anna-Maria Behnsen
1
-3
/
+11
2023-12-20
tracing/timers: Enhance timer_start tracepoint
Anna-Maria Behnsen
1
-1
/
+1
2022-11-24
timers: Provide timer_shutdown[_sync]()
Thomas Gleixner
1
-0
/
+66
2022-11-24
timers: Add shutdown mechanism to the internal functions
Thomas Gleixner
1
-8
/
+54
2022-11-24
timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
Thomas Gleixner
1
-51
/
+92
2022-11-24
timers: Silently ignore timers with a NULL function
Thomas Gleixner
1
-5
/
+52
2022-11-24
timers: Rename del_timer() to timer_delete()
Thomas Gleixner
1
-3
/
+3
2022-11-24
timers: Rename del_timer_sync() to timer_delete_sync()
Thomas Gleixner
1
-9
/
+9
2022-11-24
timers: Use del_timer_sync() even on UP
Thomas Gleixner
1
-2
/
+0
2022-11-24
timers: Update kernel-doc for various functions
Thomas Gleixner
1
-58
/
+90
2022-11-24
timers: Replace BUG_ON()s
Thomas Gleixner
1
-5
/
+6
2022-11-24
timers: Get rid of del_singleshot_timer_sync()
Thomas Gleixner
1
-1
/
+1
2022-10-17
timers: Replace in_irq() with in_hardirq()
ye xingchen
1
-1
/
+1
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+0
2022-05-18
random32: use real rng for non-deterministic randomness
Jason A. Donenfeld
1
-2
/
+0
[next]