Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
d8be81735aa89413b333de488251f0e64e2be591
/
kernel
/
time
8a91723
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
fa3aa7a
jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSEC
by Frederic Weisbecker
· 8 years ago
61855b6
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
32ef551
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
370c913
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
38b8d20
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
4f17722
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
828cad8
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
20dcfe1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e602e70
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
336a9cd
hrtimer: Catch invalid clockids again
by Marc Zyngier
· 9 years ago
558e8e2
Revert "nohz: Fix collision between tick and other hrtimers"
by Linus Torvalds
· 8 years ago
f222449
timekeeping: Use deferred printk() in debug code
by Sergey Senozhatsky
· 8 years ago
202461e
tick/broadcast: Prevent deadlock on tick_broadcast_lock
by Mike Galbraith
· 8 years ago
7551b02
timer_list: Remove useless cast when printing
by Mars Cheng
· 8 years ago
dfb4357
time: Remove CONFIG_TIMER_STATS
by Kees Cook
· 8 years ago
7bdb59f
tick/nohz: Fix possible missing clock reprog after tick soft restart
by Frederic Weisbecker
· 8 years ago
668802c
tick/broadcast: Reduce lock cacheline contention
by Waiman Long
· 8 years ago
858cf3a
timers/itimer: Convert internal cputime_t units to nsec
by Frederic Weisbecker
· 8 years ago
ebd7e7f
timers/posix-timers: Convert internals to use nsecs
by Frederic Weisbecker
· 8 years ago
715eb7a
timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated version
by Frederic Weisbecker
· 8 years ago
a1cecf2
sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime
by Frederic Weisbecker
· 8 years ago
07e5f5e
time: Introduce jiffies64_to_nsecs()
by Frederic Weisbecker
· 8 years ago
93825f2
jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY
by Frederic Weisbecker
· 8 years ago
ed5c8c8
Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch
by Ingo Molnar
· 8 years ago
12907fb
sched/clock, clocksource: Add optional cs::mark_unstable() method
by Thomas Gleixner
· 8 years ago
24b91e3
nohz: Fix collision between tick and other hrtimers
by Frederic Weisbecker
· 8 years ago
40d9f82
timekeeping: Remove unused timekeeping_{get,set}_tai_offset()
by Stephen Boyd
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
a5a1d1c
clocksource: Use a plain u64 instead of cycle_t
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
451bb1a
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c1a9eeb
tick/broadcast: Prevent NULL pointer dereference
by Thomas Gleixner
· 8 years ago
b6f8a92
posix-timers: give lazy compilers some help optimizing code away
by Nicolas Pitre
· 8 years ago
9465d9c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e71c397
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
92c020d
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
c029a2b
timekeeping: Use mul_u64_u32_shr() instead of open coding it
by Thomas Gleixner
· 8 years ago
cbd99e3
timekeeping: Get rid of pointless typecasts
by Thomas Gleixner
· 8 years ago
acc8961
timekeeping: Make the conversion call chain consistently unsigned
by Thomas Gleixner
· 8 years ago
9c16457
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
by Thomas Gleixner
· 8 years ago
5304121
clocksource: export the clocks_calc_mult_shift to use by timestamp code
by Murali Karicheri
· 8 years ago
4a05754
alarmtimer: Add tracepoints for alarm timers
by Baolin Wang
· 8 years ago
948a531
timekeeping: Add a fast and NMI safe boot clock
by Joel Fernandes
· 8 years ago
31eff24
sched/nohz: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
baa73d9
posix-timers: Make them configurable
by Nicolas Pitre
· 8 years ago
53d3eaa
posix_cpu_timers: Move the add_device_randomness() call to a proper place
by Nicolas Pitre
· 8 years ago
74ba181
timer: Move sys_alarm from timer.c to itimer.c
by Nicolas Pitre
· 8 years ago
353c50e
sched/cputime: Simplify task_cputime()
by Stanislaw Gruszka
· 8 years ago
4b7e9cf
timers: Fix documentation for schedule_timeout() and similar
by Douglas Anderson
· 8 years ago
6c5e905
timers: Fix usleep_range() in the context of wake_up_process()
by Douglas Anderson
· 8 years ago
6bad6bc
timers: Prevent base clock corruption when forwarding
by Thomas Gleixner
· 8 years ago
041ad7b
timers: Prevent base clock rewind when forwarding clock
by Thomas Gleixner
· 8 years ago
4da9152
timers: Lock base for same bucket optimization
by Thomas Gleixner
· 8 years ago
b831275
timers: Plug locking race vs. timer migration
by Thomas Gleixner
· 8 years ago
54e2384
alarmtimer: Remove unused but set variable
by Tobias Klauser
· 8 years ago
9ffc669
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
0766f78
latent_entropy: Mark functions with __latent_entropy
by Emese Revfy
· 9 years ago
58bfea9
timekeeping: Fix __ktime_get_fast_ns() regression
by John Stultz
· 8 years ago
57ccdf4
tick/nohz: Prevent stopping the tick on an offline CPU
by Wanpeng Li
· 8 years ago
950d838
Merge branch 'linus' into timers/core, to refresh the branch
by Ingo Molnar
· 8 years ago
08d07259
tick/nohz: Fix softlockup on scheduler stalls in kvm guest
by Wanpeng Li
· 8 years ago
979515c
time: Avoid undefined behaviour in ktime_add_safe()
by Vegard Nossum
· 8 years ago
469e857f3
time: Avoid undefined behaviour in timespec64_add_safe()
by Vegard Nossum
· 8 years ago
0bf43f1
timekeeping: Prints the amounts of time spent during suspend
by Ruchi Kandoi
· 8 years ago
3637458
clocksource: Defer override invalidation unless clock is unstable
by Kyle Walker
· 8 years ago
b4d90e9
hrtimer: Spelling fixes
by Pratyush Patel
· 9 years ago
a4f8f66
timekeeping: Cap array access in timekeeping_debug
by John Stultz
· 8 years ago
27727df
timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
by John Stultz
· 8 years ago
46c8f0b
timers: Fix get_next_timer_interrupt() computation
by Chris Metcalf
· 8 years ago
a6408f6
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
55392c4
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
25a0dc4
Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 8 years ago
1f3b0f8
tick/nohz: Optimize nohz idle enter
by Gaurav Jindal
· 8 years ago
775be50
clockevents: Make clockevents_subsys static
by Ben Dooks
· 9 years ago
24f73b9
timers/core: Convert to hotplug state machine
by Richard Cochran
· 8 years ago
27590dc
hrtimer: Convert to hotplug state machine
by Thomas Gleixner
· 8 years ago
2c13ce8
posix_cpu_timer: Exit early when process has been reaped
by Alexey Dobriyan
· 8 years ago
4b4b208
Merge branch 'timers/fast-wheel' into timers/core
by Ingo Molnar
· 8 years ago
f00c0af
timers: Implement optimization for same expiry time in mod_timer()
by Anna-Maria Gleixner
· 8 years ago
ffdf047
timers: Split out index calculation
by Anna-Maria Gleixner
· 8 years ago
4e85876
timers: Only wake softirq if necessary
by Thomas Gleixner
· 8 years ago
a683f39
timers: Forward the wheel clock whenever possible
by Thomas Gleixner
· 8 years ago
ff00673
timers/nohz: Remove pointless tick_nohz_kick_tick() function
by Thomas Gleixner
· 8 years ago
2369683
timers: Optimize collect_expired_timers() for NOHZ
by Anna-Maria Gleixner
· 8 years ago
73420fe
timers: Move __run_timers() function
by Anna-Maria Gleixner
· 8 years ago
53bf837
timers: Remove set_timer_slack() leftovers
by Thomas Gleixner
· 8 years ago
500462a
timers: Switch to a non-cascading wheel
by Thomas Gleixner
· 8 years ago
494af3e
timers: Give a few structs and members proper names
by Thomas Gleixner
· 8 years ago
177ec0a
timers: Remove the deprecated mod_timer_pinned() API
by Thomas Gleixner
· 8 years ago
e675447
timers: Make 'pinned' a timer property
by Thomas Gleixner
· 8 years ago
5130213
tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer
by Jisheng Zhang
· 8 years ago
0de7611
timers/nohz: Capitalize 'CPU' consistently
by Ingo Molnar
· 8 years ago
6168f8e
timers/nohz: Fix several typos
by Wei Jiangang
· 8 years ago
Next »