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
2019-01-15
posix-cpu-timers: Unbreak timer rearming
Thomas Gleixner
1
-0
/
+1
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
3
-55
/
+3
2018-12-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
25
-218
/
+52
2018-12-18
timekeeping: remove timespec_add/timespec_del
Arnd Bergmann
1
-36
/
+0
2018-12-18
timekeeping: remove unused {read,update}_persistent_clock
Arnd Bergmann
2
-19
/
+3
2018-12-18
ntp: Remove duplicated include
YueHaibing
1
-1
/
+0
2018-12-17
posix-timers: Fix division by zero bug
Thomas Gleixner
1
-4
/
+1
2018-12-11
timekeeping: Convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+2
2018-12-05
timekeeping: Use proper seqcount initializer
Bart Van Assche
1
-1
/
+3
2018-11-23
posix-timers: Remove license boilerplate
Thomas Gleixner
1
-19
/
+1
2018-11-23
posix-clocks: Remove license boiler plate
Thomas Gleixner
1
-14
/
+0
2018-11-23
sched/clock: Remove license boilerplate
Thomas Gleixner
1
-4
/
+0
2018-11-23
posix-timers/stubs: Remove license boilerplate
Thomas Gleixner
1
-4
/
+0
2018-11-23
time: Remove license boilerplate
Thomas Gleixner
4
-48
/
+5
2018-11-23
time/debug: Remove license boilerplate
Thomas Gleixner
2
-19
/
+0
2018-11-23
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
7
-20
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
22
-0
/
+23
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
18
-66
/
+15
2018-11-08
posix-cpu-timers: Remove useless call to check_dl_overrun()
Juri Lelli
1
-3
/
+0
2018-11-05
clockevents: Remove unnecessary unlikely()
Yangtao Li
1
-9
/
+3
2018-11-01
compat: Cleanup in_compat_syscall() callers
Dmitry Safonov
1
-1
/
+1
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-114
/
+67
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-10-10
tick/sched : Remove redundant cpu_online() check
Peng Hao
1
-1
/
+1
2018-10-04
clocksource: Provide clocksource_arch_init()
Thomas Gleixner
2
-0
/
+6
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
1
-1
/
+1
2018-09-28
tick/broadcast: Remove redundant check
Peng Hao
1
-2
/
+0
2018-09-06
clocksource: Revert "Remove kthread"
Peter Zijlstra
1
-10
/
+30
2018-08-29
y2038: __get_old_timespec32() can be static
kbuild test robot
1
-2
/
+2
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
4
-57
/
+57
2018-08-27
y2038: make do_gettimeofday() and get_seconds() inline
Arnd Bergmann
2
-30
/
+9
2018-08-27
y2038: remove unused time interfaces
Arnd Bergmann
1
-24
/
+0
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-15
/
+13
2018-08-13
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+2
2018-08-13
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-30
/
+34
2018-08-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-106
/
+340
2018-08-13
parisc: Drop architecture-specific ENOTSUP define
Helge Deller
1
-11
/
+2
2018-08-02
clockevents: Warn if cpu_all_mask is used as cpumask
Sudeep Holla
1
-0
/
+6
2018-08-02
tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer
Sudeep Holla
1
-1
/
+1
2018-08-02
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
1
-13
/
+16
2018-07-31
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
1
-1
/
+1
2018-07-30
timekeeping: Prevent false warning when persistent clock is not available
Pavel Tatashin
1
-1
/
+1
2018-07-21
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
1
-9
/
+4
2018-07-21
posix-timers: Noralize good_sigevent
Eric W. Biederman
1
-3
/
+5
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2
-3
/
+4
2018-07-20
Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...
Thomas Gleixner
6
-43
/
+214
2018-07-19
time: Introduce one suspend clocksource to compensate the suspend time
Baolin Wang
2
-8
/
+163
2018-07-19
time: Fix extra sleeptime injection when suspend fails
Mukesh Ojha
1
-7
/
+25
2018-07-19
timekeeping/ntp: Constify some function arguments
Ondrej Mosnacek
5
-21
/
+22
2018-07-20
sched/clock: Move sched clock initialization and merge with generic clock
Pavel Tatashin
1
-1
/
+1
[next]