Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
81a84ad3cb5711cec79f4dd53a4ce026b092c432
/
kernel
/
time
0bcdc09
time: Fix ktime_get_raw() incorrect base accumulation
by John Stultz
· 8 years ago
2fe59f5
timers: Fix excessive granularity of new timers after a nohz idle
by Nicholas Piggin
· 8 years ago
34f41c0
timers: Fix overflow in get_next_timer_interrupt
by Matija Glavinic Pecotic
· 8 years ago
ea3b25e
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
59b6018
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
330e9e4
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
725816e
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
by Deepa Dinamani
· 8 years ago
c0edd7c
nanosleep: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
5c49941
posix-timers: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
2287d86
timers: Make the cpu base lock raw
by Sebastian Andrzej Siewior
· 8 years ago
63a766a
posix-stubs: Conditionally include COMPAT_SYS_NI defines
by Deepa Dinamani
· 8 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
a0db971
nohz: Move idle balancer registration to the idle path
by Frederic Weisbecker
· 8 years ago
3c85d6d
sched/loadavg: Generalize "_idle" naming to "_nohz"
by Frederic Weisbecker
· 8 years ago
17d9d68
Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 8 years ago
f0cd9ae
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 8 years ago
369adf0
time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD
by John Stultz
· 8 years ago
fc6eead
time: Clean up CLOCK_MONOTONIC_RAW time handling
by John Stultz
· 8 years ago
098b0e0
posix-cpu-timers: Make timespec to nsec conversion safe
by Thomas Gleixner
· 8 years ago
35eb725
itimer: Make timeval to nsec conversion range limited
by Thomas Gleixner
· 8 years ago
d15bc69
timers: Fix parameter description of try_to_del_timer_sync()
by Peter Meerwald-Stadler
· 8 years ago
902b319
Merge branch 'WIP.sched/core' into sched/core
by Ingo Molnar
· 8 years ago
3d88d56
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
by John Stultz
· 8 years ago
ceea5e3
time: Fix clock->read(clock) race around clocksource changes
by John Stultz
· 8 years ago
938e7cf
posix-timers: Make nanosleep timespec argument const
by Thomas Gleixner
· 8 years ago
343d8fc
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
by Thomas Gleixner
· 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
2482097
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
by Al Viro
· 8 years ago
d822cdc
posix-timers: Move compat versions of clock_gettime/settime/getres
by Al Viro
· 8 years ago
54ad9c4
itimers: Move compat itimer syscalls to native ones
by Al Viro
· 8 years ago
b0dc124
posix-timers: Take compat timer_gettime(2) to native one
by Al Viro
· 8 years ago
1acbe77
posix-timers: Take compat timer_settime(2) to native one
by Al Viro
· 8 years ago
3a4d44b
ntp: Move adjtimex related compat syscalls to native counterparts
by Al Viro
· 8 years ago
fb923c4
posix-timers: Kill ->nsleep_restart()
by Al Viro
· 8 years ago
ce41aaf
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
by Al Viro
· 8 years ago
edbeda4
time/posix-timers: Move the compat copyouts to the nanosleep implementations
by Al Viro
· 8 years ago
99e6c0e
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
by Al Viro
· 8 years ago
a760268
hrtimer: Move copyout of remaining time to do_nanosleep()
by Al Viro
· 8 years ago
192a82f
hrtimer_nanosleep(): Pass rmtp in restart_block
by Al Viro
· 8 years ago
15f27ce
alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()
by Al Viro
· 8 years ago
86a9c44
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
by Al Viro
· 8 years ago
d4af6d9
nohz: Fix spurious warning when hrtimer and clockevent get out of sync
by Frederic Weisbecker
· 8 years ago
67edab4
posix-timers: Handle relative posix-timers correctly
by Thomas Gleixner
· 8 years ago
5c7a3a3
posix-timers: Zero out oldval itimerspec
by Thomas Gleixner
· 8 years ago
94114c3
tick/broadcast: Make tick_broadcast_setup_oneshot() static
by Stephen Boyd
· 8 years ago
c6503be
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
by Thomas Gleixner
· 8 years ago
fe5ac72
rcu: Remove nohz_full full-system-idle state machine
by Paul E. McKenney
· 8 years ago
f99973e
nohz: Fix buggy tick delay on IRQ storms
by Frederic Weisbecker
· 8 years ago
f2c4580
alarmtimer: Switch over to generic set/get/rearm routine
by Thomas Gleixner
· 8 years ago
b3bf6f3
alarmtimer: Implement arm callback
by Thomas Gleixner
· 8 years ago
e344c9e
alarmtimer: Implement try_to_cancel callback
by Thomas Gleixner
· 8 years ago
d653d84
alarmtimer: Implement remaining callback
by Thomas Gleixner
· 8 years ago
e7561f1
alarmtimer: Implement forward callback
by Thomas Gleixner
· 8 years ago
b3db80f
alarmtimer: Implement timer_rearm() callback
by Thomas Gleixner
· 8 years ago
eae1c4a
posix-timers: Make use of cancel/arm callbacks
by Thomas Gleixner
· 8 years ago
525b8ed
posix-timers: Add cancel/arm callbacks
by Thomas Gleixner
· 8 years ago
eabdec0
posix-timers: Zero settings value in common code
by Thomas Gleixner
· 8 years ago
91d57ba
posix-timers: Make use of forward/remaining callbacks
by Thomas Gleixner
· 8 years ago
63841b2
posix-timers: Add forward/remaining callbacks
by Thomas Gleixner
· 8 years ago
21e55c1
posix-timers: Add active flag to k_itimer
by Thomas Gleixner
· 8 years ago
f37fb0a
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
by Thomas Gleixner
· 8 years ago
96fe3b0
posix-timers: Rename do_schedule_next_timer
by Thomas Gleixner
· 8 years ago
3080294
posix-timers: Add timer_rearm() callback
by Thomas Gleixner
· 8 years ago
d97bb75
posix-timers: Store k_clock pointer in k_itimer
by Thomas Gleixner
· 8 years ago
80105cd
posix-timers: Move interval out of the union
by Thomas Gleixner
· 8 years ago
af888d6
posix-timers: Unify overrun/requeue_pending handling
by Thomas Gleixner
· 8 years ago
bab0aae
posix-timers: Move posix-timer internals to core
by Thomas Gleixner
· 8 years ago
6631fa1
posix-timers: Avoid gazillions of forward declarations
by Thomas Gleixner
· 8 years ago
3a06c7a
posix-clocks: Remove interval timer facility and mmap/fasync callbacks
by Thomas Gleixner
· 8 years ago
a81129e
posix-timers: Remove unused export of posix_timer_event()
by Thomas Gleixner
· 8 years ago
18c700c
alarmtimer: Remove pointless config conditional
by Thomas Gleixner
· 8 years ago
978267b
Merge branch 'timers/urgent' into WIP.timers
by Thomas Gleixner
· 8 years ago
ff86bf0c
alarmtimer: Rate limit periodic intervals
by Thomas Gleixner
· 8 years ago
f4781e7
alarmtimer: Prevent overflow of relative timers
by Thomas Gleixner
· 8 years ago
7c25904
nohz: Reset next_tick cache even when the timer has no regs
by Frederic Weisbecker
· 8 years ago
b6b3b80
alarmtimer: Fix posix-timer constification fallout
by Thomas Gleixner
· 8 years ago
d3ba5a9
posix-timers: Make posix_clocks immutable
by Christoph Hellwig
· 8 years ago
43fe8b8
posix-timers: Make signal printks conditional
by Thomas Gleixner
· 8 years ago
411fe24
nohz: Fix collision between tick and other hrtimers, again
by Frederic Weisbecker
· 8 years ago
ce6cf9a
nohz: Add hrtimer sanity check
by Frederic Weisbecker
· 8 years ago
ac1e843
sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()
by Peter Zijlstra
· 8 years ago
b421b22
x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points
by Peter Zijlstra
· 8 years ago
572e0ca
time: delete current_fs_time()
by Deepa Dinamani
· 8 years ago
e579dde
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
174ddfd
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
b94bf59
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
by Myungho Jung
· 8 years ago
01a2197
posix-timers: Correct sanity check in posix_cpu_nsleep
by Eric W. Biederman
· 8 years ago
ad19638
time: Change k_clock nsleep() to use timespec64
by Deepa Dinamani
· 8 years ago
5f252b3
time: Change k_clock timer_set() and timer_get() to use timespec64
by Deepa Dinamani
· 8 years ago
0fe6afe
time: Change k_clock clock_set() to use timespec64
by Deepa Dinamani
· 8 years ago
d2e3e0c
time: Change k_clock clock_getres() to use timespec64
by Deepa Dinamani
· 8 years ago
3c9c12f
time: Change k_clock clock_get() to use timespec64
by Deepa Dinamani
· 8 years ago
d340266e
time: Change posix clocks ops interfaces to use timespec64
by Deepa Dinamani
· 8 years ago
2ac00f1
time: Delete do_sys_setimeofday()
by Deepa Dinamani
· 8 years ago
5fc63f9
timekeeping: Remove pointless conversion to bool
by Nicholas Mc Guire
· 8 years ago
Next »