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
/
hrtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-26
/
+26
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-26
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
1
-6
/
+14
2016-08-31
time: Avoid undefined behaviour in ktime_add_safe()
Vegard Nossum
1
-1
/
+1
2016-08-31
hrtimer: Spelling fixes
Pratyush Patel
1
-2
/
+2
2016-07-15
hrtimer: Convert to hotplug state machine
Thomas Gleixner
1
-35
/
+5
2016-06-10
hrtimer: Remove redundant #ifdef block
Pratyush Patel
1
-1
/
+1
2016-05-31
timer: Export destroy_hrtimer_on_stack()
Guenter Roeck
1
-0
/
+1
2016-05-19
debugobjects: insulate non-fixup logic related to static obj from fixup callb...
Du, Changbin
1
-6
/
+1
2016-05-19
timer: update debugobjects fixup callbacks return type
Du, Changbin
1
-9
/
+9
2016-03-17
param: convert some "on"/"off" users to strtobool
Kees Cook
1
-8
/
+2
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
1
-4
/
+4
2016-01-17
hrtimer: Handle remaining time proper for TIME_LOW_RES
Thomas Gleixner
1
-18
/
+37
2015-09-22
time: Fix spelling in comments
Zhen Lei
1
-1
/
+1
2015-08-22
hrtimer: Handle failure of tick_init_highres() gracefully
Guenter Roeck
1
-0
/
+1
2015-08-18
hrtimer: Unconfuse switch_hrtimer_base() a bit
Frederic Weisbecker
1
-8
/
+17
2015-08-18
hrtimer: Simplify get_target_base() by returning current base
Frederic Weisbecker
1
-2
/
+2
2015-08-17
hrtimer: Drop return code of hrtimer_switch_to_hres()
Luiz Capitulino
1
-4
/
+2
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-374
/
+325
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
1
-1
/
+2
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-8
/
+27
2015-06-19
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
1
-23
/
+91
2015-06-19
hrtimer: Fix hrtimer_is_queued() hole
Peter Zijlstra
1
-10
/
+13
2015-06-19
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
1
-5
/
+2
2015-05-19
clockevents: Stop unused clockevent devices
Viresh Kumar
1
-4
/
+2
2015-05-13
ktime: Fix ktime_divns to do signed division
John Stultz
1
-6
/
+8
2015-04-22
hrtimer: Allow concurrent hrtimer_start() for self restarting timers
Peter Zijlstra
1
-3
/
+9
2015-04-22
hrtimer: Avoid locking in hrtimer_cancel() if timer not active
Thomas Gleixner
1
-0
/
+9
2015-04-22
hrtimer: Remove hrtimer_start() return value
Thomas Gleixner
1
-16
/
+7
2015-04-22
hrtimer: Remove bogus hrtimer_active() check
Thomas Gleixner
1
-4
/
+0
2015-04-22
hrtimer: Make hrtimer_start() a inline wrapper
Thomas Gleixner
1
-19
/
+0
2015-04-22
hrtimer: Get rid of __hrtimer_start_range_ns()
Thomas Gleixner
1
-23
/
+15
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
1
-9
/
+5
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
1
-120
/
+43
2015-04-22
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
Thomas Gleixner
1
-18
/
+28
2015-04-22
hrtimer: Make use of timerqueue_add/del return values
Thomas Gleixner
1
-4
/
+2
2015-04-22
hrtimer: Use cpu_base->active_base for hotpath iterators
Thomas Gleixner
1
-9
/
+8
2015-04-22
hrtimer: Use bits for various boolean indicators
Thomas Gleixner
1
-8
/
+16
2015-04-22
hrtimer: Make offset update smarter
Thomas Gleixner
1
-1
/
+2
2015-04-22
hrtimer: Get rid of softirq time
Thomas Gleixner
1
-89
/
+59
2015-04-22
hrtimer: Make the statistics fields smaller
Thomas Gleixner
1
-2
/
+2
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
1
-16
/
+0
2015-04-22
hrtimer: Get rid of the resolution field in hrtimer_clock_base
Thomas Gleixner
1
-17
/
+9
2015-04-22
hrtimer: Update active_bases before calling hrtimer_force_reprogram()
Viresh Kumar
1
-2
/
+3
2015-04-22
hrtimer: Document hrtimer_forward[_now]() proper
Thomas Gleixner
1
-0
/
+8
2015-04-03
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
1
-3
/
+0
2015-04-03
clockevents: Make tick handover explicit
Thomas Gleixner
1
-4
/
+0
2015-04-01
tick: Move core only declarations and functions to core
Thomas Gleixner
1
-1
/
+1
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
[next]