aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-27Merge tag 'timers-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-3/+3
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-1/+1
2025-05-08timers: Rename init_timers() as timers_init()Ingo Molnar1-1/+1
2025-05-08timers: Rename NEXT_TIMER_MAX_DELTA as TIMER_NEXT_MAX_DELTAIngo Molnar1-1/+1
2025-05-08timers: Rename __init_timer_on_stack() as __timer_init_on_stack()Ingo Molnar1-3/+3
2025-05-08timers: Rename __init_timer() as __timer_init()Ingo Molnar1-3/+3
2025-05-08timers: Rename init_timer_on_stack_key() as timer_init_key_on_stack()Ingo Molnar1-4/+4
2025-05-08timers: Rename init_timer_key() as timer_init_key()Ingo Molnar1-4/+4
2025-04-24timers: Remove unused __round_jiffies(_up)Dr. David Alan Gilbert1-2/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-35/+1
2024-04-01timers: Fix kernel-doc format and add Return valuesRandy Dunlap1-2/+10
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen1-10/+4
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen1-0/+2
2023-12-20timers: Split out timer_types.hKent Overstreet1-15/+1
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan1-2/+1
2022-11-24timers: Provide timer_shutdown[_sync]()Thomas Gleixner1-0/+2
2022-11-24timers: Rename del_timer() to timer_delete()Thomas Gleixner1-1/+14
2022-11-24timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner1-1/+14
2022-11-24timers: Use del_timer_sync() even on UPThomas Gleixner1-6/+1
2022-11-24timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-2/+0
2022-04-10timers: Move timer sysctl into the timer codetangmeng1-8/+0
2021-05-10timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker1-2/+0
2021-01-06timer: Add timer_curr_running()Frederic Weisbecker1-0/+2
2020-11-16timers: Make run_local_timers() staticThomas Gleixner1-1/+0
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-02-20timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet1-1/+1
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner1-1/+1
2019-07-07timer: Document TIMER_PINNEDPeter Xu1-8/+19
2018-04-17timers: Remove stale struct tvec_base forward declarationLiu, Changcheng1-2/+0
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-4/+1
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook1-36/+20
2017-11-21timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-21timer: Remove unused data arguments from macrosKees Cook1-10/+8
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-2/+2
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-4/+0
2017-11-21timer: Remove setup_*timer() interfaceKees Cook1-17/+0
2017-11-21timer: Remove init_timer() interfaceKees Cook1-3/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+30
2017-11-12timers: Add a function to start/reduce a timerDavid Howells1-0/+1
2017-11-08timer: Prepare to change all DEFINE_TIMER() callbacksKees Cook1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01timer: Add parenthesis around timer_setup() macro argumentsKees Cook1-4/+5
2017-10-20timer: Provide wrappers safe for use with LOCKDEPKees Cook1-0/+14
2017-10-05timer: Remove expires argument from __TIMER_INITIALIZER()Kees Cook1-3/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-2/+2
2017-10-05timer: Remove unused static initializer macrosKees Cook1-12/+0