index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
hrtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-12
hrtimer: Set expiry time before switch_hrtimer_base()
Viresh Kumar
1
-4
/
+4
2014-04-30
hrtimer: Prevent remote enqueue of leftmost timers
Leon Ma
1
-0
/
+5
2014-04-30
hrtimer: Prevent all reprogramming if hang detected
Stuart Hayes
1
-0
/
+17
2014-03-20
timer: Remove code redundancy while calling get_nohz_timer_target()
Viresh Kumar
1
-14
/
+1
2014-01-13
sched/deadline: Add SCHED_DEADLINE structures & implementation
Dario Faggioli
1
-1
/
+2
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-3
/
+3
2013-07-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-16
/
+16
2013-07-06
hrtimer: Remove unused variable
Thomas Gleixner
1
-2
/
+0
2013-07-05
hrtimers: Move SMP function call to thread context
Thomas Gleixner
1
-22
/
+15
2013-06-28
hrtimers: Support resuming with two or more CPUs online (but stopped)
David Vrabel
1
-3
/
+12
2013-05-12
nanosleep: use freezable blocking call
Colin Cross
1
-1
/
+2
2013-05-05
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
1
-2
/
+1
2013-04-24
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-2
/
+1
2013-04-08
hrtimer: Fix ktime_add_ns() overflow on 32bit architectures
David Engraf
1
-0
/
+4
2013-04-08
hrtimer: Add expiry time overflow check in hrtimer_interrupt
Prarit Bhargava
1
-0
/
+2
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
1
-2
/
+2
2013-04-03
Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...
Thomas Gleixner
1
-1
/
+13
2013-03-26
hrtimer: Don't reinitialize a cpu_base lock on CPU_UP
Michael Bohan
1
-2
/
+1
2013-03-25
hrtimer/trivial: Fix comment text in hrtimer.c
David Daney
1
-2
/
+4
2013-03-22
hrtimer: Add hrtimer support for CLOCK_TAI
John Stultz
1
-1
/
+13
2013-02-19
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-18
/
+18
2013-02-07
sched/rt: Move rt specific bits into new header file
Clark Williams
1
-0
/
+1
2013-02-07
sched: Move sched.h sysctl bits into separate header
Clark Williams
1
-0
/
+1
2013-02-05
hrtimer: Prevent hrtimer_enqueue_reprogram race
Leonid Shatz
1
-18
/
+18
2012-07-11
hrtimer: Update hrtimer base offsets each hrtimer_interrupt
John Stultz
1
-14
/
+14
2012-07-11
hrtimers: Move lock held region in hrtimer_interrupt()
Thomas Gleixner
1
-2
/
+3
2012-07-11
hrtimer: Provide clock_was_set_delayed()
John Stultz
1
-0
/
+20
2011-11-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+4
2011-11-19
hrtimer: Fix extra wakeups from __remove_hrtimer()
Jeff Ohlstein
1
-2
/
+4
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-05-25
hrtimers: Fix typo causing erratic timers
Thomas Gleixner
1
-1
/
+1
2011-05-23
hrtimers: Reorder clock bases
Thomas Gleixner
1
-6
/
+6
2011-05-23
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
1
-11
/
+18
2011-05-23
timerfd: Manage cancelable timers in timerfd
Thomas Gleixner
1
-62
/
+32
2011-05-02
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
1
-1
/
+35
2011-05-02
hrtimers: Prepare for cancel on clock was set timers
Thomas Gleixner
1
-64
/
+61
2011-05-02
hrtimer: Make lookup table const
Mike Frysinger
1
-1
/
+1
2011-04-29
hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table statically
Thomas Gleixner
1
-5
/
+5
2011-03-15
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-39
/
+45
2011-03-10
hrtimer: Remove empty hrtimer_init_hres_timer()
Thomas Gleixner
1
-10
/
+0
2011-03-08
debugobjects: Add hint for better object identification
Stanislaw Gruszka
1
-0
/
+6
2011-03-02
hrtimer: Update base[CLOCK_BOOTTIME].offset correctly
Thomas Gleixner
1
-0
/
+2
2011-02-21
timers: Add CLOCK_BOOTTIME hrtimer base
John Stultz
1
-4
/
+12
2011-02-21
time: Extend get_xtime_and_monotonic_offset() to also return sleep
John Stultz
1
-4
/
+5
2011-02-21
hrtimers: extend hrtimer base code to handle more then 2 clockids
John Stultz
1
-13
/
+27
2011-01-31
time: Provide get_xtime_and_monotonic_offset()
Torben Hohn
1
-11
/
+2
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-1
/
+1
2011-01-06
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-56
/
+27
[next]