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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-10
tick/nohz: Fix possible missing clock reprog after tick soft restart
Frederic Weisbecker
1
-0
/
+5
2017-01-11
nohz: Fix collision between tick and other hrtimers
Frederic Weisbecker
2
-2
/
+9
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
4
-6
/
+6
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
11
-83
/
+83
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
5
-39
/
+36
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
8
-8
/
+8
2016-12-18
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+3
2016-12-15
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
1
-0
/
+3
2016-12-14
posix-timers: give lazy compilers some help optimizing code away
Nicolas Pitre
1
-1
/
+2
2016-12-12
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-94
/
+275
2016-12-12
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-19
/
+14
2016-12-12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2016-12-09
timekeeping: Use mul_u64_u32_shr() instead of open coding it
Thomas Gleixner
1
-21
/
+5
2016-12-09
timekeeping: Get rid of pointless typecasts
Thomas Gleixner
1
-3
/
+2
2016-12-09
timekeeping: Make the conversion call chain consistently unsigned
Thomas Gleixner
1
-13
/
+13
2016-12-09
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
Thomas Gleixner
1
-2
/
+2
2016-12-07
clocksource: export the clocks_calc_mult_shift to use by timestamp code
Murali Karicheri
1
-0
/
+1
2016-12-01
alarmtimer: Add tracepoints for alarm timers
Baolin Wang
1
-10
/
+43
2016-11-29
timekeeping: Add a fast and NMI safe boot clock
Joel Fernandes
1
-0
/
+29
2016-11-22
sched/nohz: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-19
/
+14
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
4
-5
/
+137
2016-11-16
posix_cpu_timers: Move the add_device_randomness() call to a proper place
Nicolas Pitre
1
-4
/
+0
2016-11-16
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
2
-14
/
+14
2016-11-15
sched/cputime: Simplify task_cputime()
Stanislaw Gruszka
1
-2
/
+2
2016-10-26
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
2
-10
/
+21
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-17
alarmtimer: Remove unused but set variable
Tobias Klauser
1
-2
/
+0
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-10-10
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-1
/
+1
2016-10-05
timekeeping: Fix __ktime_get_fast_ns() regression
John Stultz
1
-2
/
+5
2016-09-13
tick/nohz: Prevent stopping the tick on an offline CPU
Wanpeng Li
1
-2
/
+5
2016-09-08
Merge branch 'linus' into timers/core, to refresh the branch
Ingo Molnar
1
-1
/
+2
2016-09-02
tick/nohz: Fix softlockup on scheduler stalls in kvm guest
Wanpeng Li
1
-1
/
+2
2016-08-31
time: Avoid undefined behaviour in ktime_add_safe()
Vegard Nossum
1
-1
/
+1
2016-08-31
time: Avoid undefined behaviour in timespec64_add_safe()
Vegard Nossum
1
-1
/
+1
2016-08-31
timekeeping: Prints the amounts of time spent during suspend
Ruchi Kandoi
1
-0
/
+2
2016-08-31
clocksource: Defer override invalidation unless clock is unstable
Kyle Walker
1
-3
/
+12
2016-08-31
hrtimer: Spelling fixes
Pratyush Patel
1
-2
/
+2
2016-08-24
timekeeping: Cap array access in timekeeping_debug
John Stultz
1
-2
/
+7
2016-08-24
timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
John Stultz
1
-1
/
+4
2016-08-09
timers: Fix get_next_timer_interrupt() computation
Chris Metcalf
1
-1
/
+4
2016-07-29
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-58
/
+7
2016-07-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
12
-526
/
+741
2016-07-24
Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2016-07-19
tick/nohz: Optimize nohz idle enter
Gaurav Jindal
1
-2
/
+1
2016-07-19
clockevents: Make clockevents_subsys static
Ben Dooks
1
-1
/
+1
[next]