index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-13
timers: Adjust a kernel-doc comment
Mauro Carvalho Chehab
1
-7
/
+7
2018-03-01
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
1
-0
/
+6
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
1
-1
/
+8
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
1
-41
/
+42
2018-01-15
timers: Unconditionally check deferrable base
Thomas Gleixner
1
-1
/
+1
2017-12-30
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
1
-2
/
+2
2017-12-30
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
1
-0
/
+15
2017-12-30
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
1
-9
/
+7
2017-11-22
timer: Pass function down to initialization routines
Kees Cook
1
-6
/
+15
2017-11-22
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
1
-3
/
+3
2017-11-22
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
1
-10
/
+7
2017-11-12
timers: Add a function to start/reduce a timer
David Howells
1
-7
/
+38
2017-10-18
timer: Convert stub timer to timer_setup()
Thomas Gleixner
1
-3
/
+3
2017-10-18
timers: Avoid an unnecessary iteration in __run_timers()
Zhenzhong Duan
1
-2
/
+5
2017-10-05
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
1
-7
/
+19
2017-08-24
timers: Fix excessive granularity of new timers after a nohz idle
Nicholas Piggin
1
-9
/
+41
2017-08-01
timers: Fix overflow in get_next_timer_interrupt
Matija Glavinic Pecotic
1
-1
/
+1
2017-06-29
timers: Make the cpu base lock raw
Sebastian Andrzej Siewior
1
-24
/
+24
2017-06-20
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
1
-1
/
+1
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2017-04-20
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
Myungho Jung
1
-1
/
+1
2017-03-24
treewide: Fix typo in xml/driver-api/basics.xml
Masanari Iida
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-10
time: Remove CONFIG_TIMER_STATS
Kees Cook
1
-46
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-30
/
+18
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
1
-1
/
+2
2016-11-16
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
1
-13
/
+0
2016-10-26
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
1
-4
/
+7
2016-10-26
timers: Fix usleep_range() in the context of wake_up_process()
Douglas Anderson
1
-12
/
+9
2016-10-25
timers: Prevent base clock corruption when forwarding
Thomas Gleixner
1
-13
/
+10
2016-10-25
timers: Prevent base clock rewind when forwarding clock
Thomas Gleixner
1
-5
/
+9
2016-10-25
timers: Lock base for same bucket optimization
Thomas Gleixner
1
-11
/
+17
2016-10-25
timers: Plug locking race vs. timer migration
Thomas Gleixner
1
-1
/
+8
2016-10-11
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-1
/
+1
2016-08-09
timers: Fix get_next_timer_interrupt() computation
Chris Metcalf
1
-1
/
+4
2016-07-15
timers/core: Convert to hotplug state machine
Richard Cochran
1
-23
/
+2
2016-07-07
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
1
-440
/
+663
2016-07-07
timers: Implement optimization for same expiry time in mod_timer()
Anna-Maria Gleixner
1
-16
/
+35
2016-07-07
timers: Split out index calculation
Anna-Maria Gleixner
1
-15
/
+32
2016-07-07
timers: Only wake softirq if necessary
Thomas Gleixner
1
-0
/
+11
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
1
-21
/
+107
2016-07-07
timers: Optimize collect_expired_timers() for NOHZ
Anna-Maria Gleixner
1
-8
/
+41
2016-07-07
timers: Move __run_timers() function
Anna-Maria Gleixner
1
-26
/
+26
2016-07-07
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
1
-19
/
+0
2016-07-07
timers: Switch to a non-cascading wheel
Thomas Gleixner
1
-362
/
+467
2016-07-07
timers: Give a few structs and members proper names
Thomas Gleixner
1
-59
/
+59
2016-07-07
timers: Remove the deprecated mod_timer_pinned() API
Thomas Gleixner
1
-34
/
+5
[next]