Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
705d84a366cfccda1e7aec1113a5399cd2ffee7d
/
kernel
/
time
/
time.c
4bf07f6
timekeeping, clocksource: Fix various typos in comments
by Ingo Molnar
· 3 years, 9 months ago
412c53a
y2038: remove unused time32 interfaces
by Arnd Bergmann
· 4 years, 10 months ago
751adda
y2038: remove obsolete jiffies conversion functions
by Arnd Bergmann
· 5 years ago
043cf46
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
83bae01
Merge branch 'timers/urgent' into timers/core, to pick up fix
by Ingo Molnar
· 5 years ago
7b84744
time: Zero the upper 32-bits in __kernel_timespec on 32-bit
by Dmitry Safonov
· 5 years ago
5e0fb1b
y2038: time: avoid timespec usage in settimeofday()
by Arnd Bergmann
· 6 years ago
75d319c
y2038: syscalls: change remaining timeval to __kernel_old_timeval
by Arnd Bergmann
· 5 years ago
2a78599
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
by Arnd Bergmann
· 5 years ago
3ca47e9
y2038: remove CONFIG_64BIT_TIME
by Arnd Bergmann
· 6 years ago
1d6acc1
time: Fix spelling mistake in comment
by Mukesh Ojha
· 5 years ago
20d0873
time: Optimize ns_to_timespec64()
by Arnd Bergmann
· 5 years ago
9176ab1
time: Validate user input in compat_settimeofday()
by zhengbin
· 5 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
3b15d09
time: Introduce jiffies64_to_msecs()
by Li RongQing
· 6 years ago
7a8e61f
timekeeping: Force upper bound for setting CLOCK_REALTIME
by Thomas Gleixner
· 6 years ago
d33c577
y2038: rename old time and utime syscalls
by Arnd Bergmann
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
3876ced
timex: change syscalls to use struct __kernel_timex
by Deepa Dinamani
· 6 years ago
ead2541
timex: use __kernel_timex internally
by Deepa Dinamani
· 6 years ago
4d5f007
time: make adjtime compat handling available for 32 bit
by Arnd Bergmann
· 6 years ago
b12a912
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
437e78d
timekeeping: remove timespec_add/timespec_del
by Arnd Bergmann
· 6 years ago
35728b8
time: Add SPDX license identifiers
by Thomas Gleixner
· 6 years ago
58c5fc2
time: Remove useless filenames in top level comments
by Thomas Gleixner
· 6 years ago
98f7620
compat: Cleanup in_compat_syscall() callers
by Dmitry Safonov
· 6 years ago
743f5cd
y2038: __get_old_timespec32() can be static
by kbuild test robot
· 6 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 6 years ago
33e2641
y2038: make do_gettimeofday() and get_seconds() inline
by Arnd Bergmann
· 6 years ago
9765164
y2038: remove unused time interfaces
by Arnd Bergmann
· 6 years ago
c6bb111
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 6 years ago
afef05c
time: Enable get/put_compat_itimerspec64 always
by Deepa Dinamani
· 7 years ago
d0dd63a
time: Introduce struct __kernel_itimerspec
by Deepa Dinamani
· 7 years ago
abcbcb8
time: Make sure jiffies_to_msecs() preserves non-zero time periods
by Geert Uytterhoeven
· 7 years ago
f5a8929
time: Use ktime_get_real_seconds() in time syscall
by Arnd Bergmann
· 7 years ago
4f0fad9
timekeeping: Remove timespec64 hack
by Arnd Bergmann
· 7 years ago
ea2ce8f
time: Fix get_timespec64() for y2038 safe compat interfaces
by Deepa Dinamani
· 7 years ago
1c68adf
compat: Enable compat_get/put_timespec64 always
by Deepa Dinamani
· 7 years ago
a84d116
y2038: Introduce struct __kernel_old_timeval
by Arnd Bergmann
· 7 years ago
fb56d68
Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 7 years ago
abc8f96
time: Move time_t conversion helpers to time32.h
by Arnd Bergmann
· 7 years ago
85bf19e
time: Remove unused functions
by Arnd Bergmann
· 7 years ago
e0956dc
timekeeping: Consolidate timekeeping_inject_offset code
by Arnd Bergmann
· 7 years ago
4eb1bca
time: Use do_settimeofday64() internally
by Arnd Bergmann
· 7 years ago
d5b7ffb
time: introduce {get,put}_itimerspec64
by Deepa Dinamani
· 8 years ago
f59dd9c
time: add get_timespec64 and put_timespec64
by Deepa Dinamani
· 8 years ago
2b2d028
time: Move compat_gettimeofday()/settimeofday() to native
by Al Viro
· 8 years ago
b180db2
time: Move compat_time()/stime() to native
by Al Viro
· 8 years ago
3a4d44b
ntp: Move adjtimex related compat syscalls to native counterparts
by Al Viro
· 8 years ago
572e0ca
time: delete current_fs_time()
by Deepa Dinamani
· 8 years ago
2ac00f1
time: Delete do_sys_setimeofday()
by Deepa Dinamani
· 8 years ago
07e5f5e
time: Introduce jiffies64_to_nsecs()
by Frederic Weisbecker
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
469e857f3
time: Avoid undefined behaviour in timespec64_add_safe()
by Vegard Nossum
· 8 years ago
8e4f70e
time: remove timespec_add_safe()
by Deepa Dinamani
· 9 years ago
bc2c53e
time: add missing implementation for timespec64_add_safe()
by Deepa Dinamani
· 9 years ago
86d3473
time: Introduce do_sys_settimeofday64()
by Baolin Wang
· 9 years ago
ede5147
Handle ISO 8601 leap seconds and encodings of midnight in mktime64()
by David Howells
· 9 years ago
5e359bf
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
9ca3085
time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()
by Baolin Wang
· 9 years ago
de4a95f
time: Fix nanosecond file time rounding in timespec_trunc()
by Karsten Blees
· 10 years ago
e075867
jiffies: Remove HZ > USEC_PER_SEC special case
by Frederic Weisbecker
· 10 years ago
ae60d6a
time: Refactor usecs_to_jiffies
by Nicholas Mc Guire
· 10 years ago
6f7d798
time: Make sure tz_minuteswest is set to a valid value when setting time
by Sasha Levin
· 10 years ago
ca42aaf
time: Refactor msecs_to_jiffies
by Nicholas Mc Guire
· 10 years ago
0a22798
time: Move timeconst.h into include/generated
by Nicholas Mc Guire
· 10 years ago
b73f0c8
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5fbaba8
Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john.stultz/linux into timers/urgent
by Thomas Gleixner
· 10 years ago
6ada1fc
time: settimeofday: Validate the values of tv from user
by Sasha Levin
· 10 years ago
988adfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
7bd0e22
drm/i915: compute wait_ioctl timeout correctly
by Daniel Vetter
· 10 years ago
90b6ce9
time: Provide y2038 safe mktime() replacement
by pang.xunlei
· 10 years ago
d78c930
jiffies: Fix timeval conversion to jiffies
by Andrew Hunter
· 10 years ago
d560fed
time: Export nsecs_to_jiffies()
by Thomas Gleixner
· 10 years ago
8b094cd
time: Consolidate the time accessor prototypes
by Thomas Gleixner
· 10 years ago
49cd6f8
time: More core infrastructure for timespec64
by John Stultz
· 10 years ago
5cee964
time/timers: Move all time(r) related files into kernel/time
by Thomas Gleixner
· 11 years ago
[Renamed from kernel/time.c]
0a0fca9
sched: Rename sched.c as sched/core.c in comments and Documentation
by Viresh Kumar
· 12 years ago
7859e40
timekeeping: Use inject_offset in warp_clock
by John Stultz
· 12 years ago
c30bd09
timekeeping: Avoid adjust kernel time once hwclock kept in UTC time
by Dong Zhu
· 12 years ago
af3b562
time: don't inline EXPORT_SYMBOL functions
by Greg Kroah-Hartman
· 12 years ago
84e345e4
time, Fix setting of hardware clock in NTP code
by Prarit Bhargava
· 12 years ago
189374a
time: Move update_vsyscall definitions to timekeeper_internal.h
by John Stultz
· 12 years ago
a4ca129
time: Remove bogus comments
by Thomas Gleixner
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
cbbc719
time: Change jiffies_to_clock_t() argument type to unsigned long
by hank
· 13 years ago
420c1c5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
1e6d767
time: Correct the *settime* parameters
by Richard Cochran
· 14 years ago
fbad1ea
time: Move get_jiffies_64 to kernel/time/jiffies.c
by Torben Hohn
· 14 years ago
a1dabb6
time: Add nsecs_to_cputime64 interface for asm-generic
by Venkatesh Pallipadi
· 14 years ago
fa9f90b
Kill off a bunch of warning: ‘inline’ is not at beginning of declaration
by Jesper Juhl
· 14 years ago
592913e
time: Kill off CONFIG_GENERIC_TIME
by John Stultz
· 14 years ago
bd45b7a
timekeeping: Fix timezone update
by Thomas Gleixner
· 15 years ago
dbb6be6
Merge branch 'linus' into timers/core
by Thomas Gleixner
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
64ce4c2
time: Clean up warp_clock()
by John Stultz
· 15 years ago
83f57a1
Revert "time: Remove xtime_cache"
by Linus Torvalds
· 15 years ago
60d8ce2
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b7b20df9
sched, time: Define nsecs_to_jiffies()
by Hidetoshi Seto
· 15 years ago
7bc7d63
time: Remove xtime_cache
by john stultz
· 15 years ago
Next »