index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
timer: Pass function down to initialization routines
Kees Cook
2017-11-21
1
-6
/
+15
*
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2017-11-21
1
-3
/
+3
*
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2017-11-21
1
-10
/
+7
*
timers: Add a function to start/reduce a timer
David Howells
2017-11-12
1
-7
/
+38
*
timer: Convert stub timer to timer_setup()
Thomas Gleixner
2017-10-18
1
-3
/
+3
*
timers: Avoid an unnecessary iteration in __run_timers()
Zhenzhong Duan
2017-10-18
1
-2
/
+5
*
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
2017-10-05
1
-7
/
+19
*
timers: Fix excessive granularity of new timers after a nohz idle
Nicholas Piggin
2017-08-24
1
-9
/
+41
*
timers: Fix overflow in get_next_timer_interrupt
Matija Glavinic Pecotic
2017-08-01
1
-1
/
+1
*
timers: Make the cpu base lock raw
Sebastian Andrzej Siewior
2017-06-29
1
-24
/
+24
*
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
2017-06-20
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-05-02
1
-1
/
+1
|
\
|
*
treewide: Fix typo in xml/driver-api/basics.xml
Masanari Iida
2017-03-24
1
-1
/
+1
*
|
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
Myungho Jung
2017-04-20
1
-1
/
+1
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
time: Remove CONFIG_TIMER_STATS
Kees Cook
2017-02-10
1
-46
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
1
-30
/
+18
|
\
|
*
posix-timers: Make them configurable
Nicolas Pitre
2016-11-16
1
-1
/
+2
|
*
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
2016-11-16
1
-13
/
+0
|
*
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
2016-10-26
1
-4
/
+7
|
*
timers: Fix usleep_range() in the context of wake_up_process()
Douglas Anderson
2016-10-26
1
-12
/
+9
*
|
timers: Prevent base clock corruption when forwarding
Thomas Gleixner
2016-10-25
1
-13
/
+10
*
|
timers: Prevent base clock rewind when forwarding clock
Thomas Gleixner
2016-10-25
1
-5
/
+9
*
|
timers: Lock base for same bucket optimization
Thomas Gleixner
2016-10-25
1
-11
/
+17
*
|
timers: Plug locking race vs. timer migration
Thomas Gleixner
2016-10-25
1
-1
/
+8
|
/
*
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
2016-10-10
1
-1
/
+1
*
timers: Fix get_next_timer_interrupt() computation
Chris Metcalf
2016-08-09
1
-1
/
+4
*
timers/core: Convert to hotplug state machine
Richard Cochran
2016-07-15
1
-23
/
+2
*
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
2016-07-07
1
-440
/
+663
|
\
|
*
timers: Implement optimization for same expiry time in mod_timer()
Anna-Maria Gleixner
2016-07-07
1
-16
/
+35
|
*
timers: Split out index calculation
Anna-Maria Gleixner
2016-07-07
1
-15
/
+32
|
*
timers: Only wake softirq if necessary
Thomas Gleixner
2016-07-07
1
-0
/
+11
|
*
timers: Forward the wheel clock whenever possible
Thomas Gleixner
2016-07-07
1
-21
/
+107
|
*
timers: Optimize collect_expired_timers() for NOHZ
Anna-Maria Gleixner
2016-07-07
1
-8
/
+41
|
*
timers: Move __run_timers() function
Anna-Maria Gleixner
2016-07-07
1
-26
/
+26
|
*
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
2016-07-07
1
-19
/
+0
|
*
timers: Switch to a non-cascading wheel
Thomas Gleixner
2016-07-07
1
-362
/
+467
|
*
timers: Give a few structs and members proper names
Thomas Gleixner
2016-07-07
1
-59
/
+59
|
*
timers: Remove the deprecated mod_timer_pinned() API
Thomas Gleixner
2016-07-07
1
-34
/
+5
|
*
timers: Make 'pinned' a timer property
Thomas Gleixner
2016-07-07
1
-5
/
+5
*
|
timers: Clarify usleep_range() function comment
Bjorn Helgaas
2016-06-10
1
-1
/
+7
|
/
*
debugobjects: insulate non-fixup logic related to static obj from fixup callb...
Du, Changbin
2016-05-19
1
-29
/
+14
*
timer: update debugobjects fixup callbacks return type
Du, Changbin
2016-05-19
1
-15
/
+15
*
sched: add schedule_timeout_idle()
Andrew Morton
2016-03-25
1
-0
/
+11
*
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
2016-03-17
1
-2
/
+2
*
timers: Use proper base migration in add_timer_on()
Tejun Heo
2015-11-04
1
-3
/
+19
*
timers: Use __fls in apply_slack()
Rasmus Villemoes
2015-10-11
1
-1
/
+1
[next]