index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-02
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-12
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-10
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
2016-07-07
timers: Make 'pinned' a timer property
Thomas Gleixner
1
-5
/
+5
2016-06-10
timers: Clarify usleep_range() function comment
Bjorn Helgaas
1
-1
/
+7
2016-05-19
debugobjects: insulate non-fixup logic related to static obj from fixup callb...
Du, Changbin
1
-29
/
+14
2016-05-19
timer: update debugobjects fixup callbacks return type
Du, Changbin
1
-15
/
+15
2016-03-25
sched: add schedule_timeout_idle()
Andrew Morton
1
-0
/
+11
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
1
-2
/
+2
2015-11-04
timers: Use proper base migration in add_timer_on()
Tejun Heo
1
-3
/
+19
2015-10-11
timers: Use __fls in apply_slack()
Rasmus Villemoes
1
-1
/
+1
2015-09-22
timers: Fix data race in timer_stats_account_timer()
Dmitry Vyukov
1
-2
/
+9
2015-08-18
timer: Write timer->flags atomically
Eric Dumazet
1
-2
/
+2
2015-06-26
timer: Fix hotplug regression
Thomas Gleixner
1
-1
/
+2
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
1
-4
/
+12
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-5
/
+54
2015-06-19
timer: Stats: Simplify the flags handling
Thomas Gleixner
1
-5
/
+2
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
1
-91
/
+36
2015-06-19
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
1
-37
/
+27
2015-06-19
timer: Remove FIFO "guarantee"
Thomas Gleixner
1
-4
/
+2
2015-06-19
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
1
-24
/
+16
2015-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
1
-1
/
+1
[next]