Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
49df19ebcc60fd46f2587774cd6e224007af1116
/
kernel
/
time.c
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
b7b20df
sched, time: Define nsecs_to_jiffies()
by Hidetoshi Seto
· 15 years ago
7bc7d63
time: Remove xtime_cache
by john stultz
· 15 years ago
12e0933
time: Prevent 32 bit overflow with set_normalized_timespec()
by Thomas Gleixner
· 15 years ago
58fd3aa
[CVE-2009-0029] System call wrappers part 01
by Heiko Carstens
· 16 years ago
e3d5a27
Allow times and time system calls to return small negative values
by Paul Mackerras
· 16 years ago
df0cc05
select: add a timespec_add_safe() function
by Thomas Gleixner
· 16 years ago
b9095fd
Make constants in kernel/timeconst.h fixed 64 bits
by H. Peter Anvin
· 17 years ago
f8bd225
remove div_long_long_rem
by Roman Zippel
· 17 years ago
71abb3a
convert a few do_div users
by Roman Zippel
· 17 years ago
1aeb272
kernel: explicitly include required header files under kernel/
by Robert P. J. Day
· 17 years ago
7c3f944
time: Export set_normalized_timespec.
by YOSHIFUJI Hideaki
· 17 years ago
bdc8078
avoid overflows in kernel/time.c
by H. Peter Anvin
· 17 years ago
3eb0567
time: fix typo in comments
by Li Zefan
· 17 years ago
ec03d70
speed up jiffies conversion functions if HZ==USER_HZ
by Andrew Morton
· 17 years ago
6ffc787
system timer: fix crash in <100Hz system timer
by David Fries
· 17 years ago
1001d0a
timekeeping: update xtime_cache when time(zone) changes
by Thomas Gleixner
· 17 years ago
6fa6c3b
whitespace fixes: time syscalls
by Daniel Walker
· 17 years ago
2c62214
Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().
by Tony Breeds
· 17 years ago
a9022e9
Clean up duplicate includes in kernel/
by Jesper Juhl
· 17 years ago
f20bf61
time: introduce xtime_seconds
by Ingo Molnar
· 17 years ago
2c6b47d
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
by john stultz
· 17 years ago
2008220
Revert "sys_time() speedup"
by Linus Torvalds
· 17 years ago
1f564ad
[IA64] remove time interpolator
by Bob Picco
· 17 years ago
4e44f34
sys_time() speedup
by Ingo Molnar
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
753e9c5
Optimize timespec_trunc()
by Eric Dumazet
· 18 years ago
85795d6
[TCP] tcp_probe: improvements for net-2.6.22
by Stephen Hemminger
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
456a09d
[PATCH] kernel/time.c: add missing symbol exports
by Thomas Bittermann
· 18 years ago
41cf544
[PATCH] Fix multiple conversion bugs in msecs_to_jiffies
by Ingo Molnar
· 18 years ago
8b9365d
[PATCH] Uninline jiffies.h functions
by Ingo Molnar
· 18 years ago
4c7ee8d
[PATCH] NTP: Move all the NTP related code to ntp.c
by john stultz
· 18 years ago
cf3c769
[PATCH] Time: Introduce arch generic time accessors
by john stultz
· 18 years ago
8ba8e95
Fix comments: s/granuality/granularity/
by Kalin KOZHUHAROV
· 19 years ago
df869b6
[PATCH] hrtimers: remove nsec_t typedef
by Roman Zippel
· 19 years ago
5ddcfa8
[PATCH] remove pps support
by Roman Zippel
· 19 years ago
88fc389
[PATCH] Normalize timespec for negative values in ns_to_timespec
by George Anzinger
· 19 years ago
951069e
Don't try to "validate" a non-existing timeval.
by Linus Torvalds
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
d1c0b8f
[PATCH] Remove getnstimestamp()
by Matt Helsley
· 19 years ago
f8f46da
[PATCH] hrtimer: introduce nsec_t type and conversion functions
by Thomas Gleixner
· 19 years ago
718bcce
[PATCH] hrtimer: validate timespec of do_sys_settimeofday
by Thomas Gleixner
· 19 years ago
199e705
[PATCH] hrtimer: export deinlined mktime
by Andrew Morton
· 19 years ago
f481890
[PATCH] hrtimer: clean up mktime and make arguments const
by Ingo Molnar
· 19 years ago
753be62
[PATCH] hrtimer: deinline mktime and set_normalized_timespec
by Thomas Gleixner
· 19 years ago
64123fd
[PATCH] Add getnstimestamp function
by Matt Helsley
· 19 years ago
1bb34a4
[PATCH] NTP shift_right cleanup
by john stultz
· 19 years ago
943eae0
[PATCH] missing exports of do_settimeofday() variants
by Al Viro
· 19 years ago
c6ecf7e
[PATCH] Add missing export of getnstimeofday()
by Takashi Iwai
· 19 years ago
77933d7
[PATCH] clean up inline static vs static inline
by Jesper Juhl
· 19 years ago
9acf659
[PATCH] time interpolator: Fix settimeofday inaccuracy
by Christoph Lameter
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago