Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
228ce13c3064fcc8b30d21f95a9c246a23196daa
/
kernel
/
time
58e7fd9
time: Change posix clocks ops interfaces to use timespec64
by Deepa Dinamani
· 8 years ago
00c001f
sysrq: Reset the watchdog timers while displaying high-resolution timers
by Tom Hromatka
· 8 years ago
ae0258a
timers, sched_clock: Update timeout for clock wrap
by David Engraf
· 8 years ago
13e75c7
timers: Forward timer base before migrating timers
by Lingutla Chandrasekhar
· 7 years ago
5a9f69b
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
by Anna-Maria Gleixner
· 7 years ago
0b37653
posix-timer: Properly check sigevent->sigev_notify
by Thomas Gleixner
· 7 years ago
c98ff72
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
by Thomas Gleixner
· 7 years ago
676109b
timers: Unconditionally check deferrable base
by Thomas Gleixner
· 7 years ago
e8119ac
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
by Thomas Gleixner
· 7 years ago
249d4a9
timers: Reinitialize per cpu bases on hotplug
by Thomas Gleixner
· 7 years ago
574e543
timers: Invoke timer_start_debug() where it makes sense
by Thomas Gleixner
· 7 years ago
d840687
timers: Use deferrable base independent of base::nohz_active
by Anna-Maria Gleixner
· 7 years ago
0c92e73
hrtimer: Catch invalid clockids again
by Marc Zyngier
· 9 years ago
4c00015
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
by Myungho Jung
· 8 years ago
70b3fd5
timers: Fix excessive granularity of new timers after a nohz idle
by Nicholas Piggin
· 7 years ago
9ef8b23
timers: Fix overflow in get_next_timer_interrupt
by Matija Glavinic Pecotic
· 7 years ago
91af5f0
alarmtimer: don't rate limit one-shot timers
by Greg Hackmann
· 7 years ago
a53bfdd
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
by John Stultz
· 7 years ago
02a37cc
time: Fix clock->read(clock) race around clocksource changes
by John Stultz
· 7 years ago
0465104
alarmtimer: Rate limit periodic intervals
by Thomas Gleixner
· 7 years ago
8ee7f06
alarmtimer: Prevent overflow of relative timers
by Thomas Gleixner
· 7 years ago
215d4d6
timekeeping: Use deferred printk() in debug code
by Sergey Senozhatsky
· 8 years ago
cf365b1
tick/broadcast: Prevent NULL pointer dereference
by Thomas Gleixner
· 8 years ago
ca22975
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
by Thomas Gleixner
· 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
· 8 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
· 8 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
· 8 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
eaaa7ec
timekeeping: export get_monotonic_coarse64 symbol
by Gregor Boirie
· 9 years ago
c7d6b5a
Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 8 years ago
7c71feb
timer: Avoid using timespec
by Arnd Bergmann
· 8 years ago
4a19bd3
time: Avoid timespec in udelay_test
by Arnd Bergmann
· 8 years ago
e6c2682
time: Add time64_to_tm()
by Deepa Dinamani
· 8 years ago
af4afb4
alarmtimer: Fix comments describing structure fields
by Pratyush Patel
· 8 years ago
0209b93
timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD
by Thomas Graziadei
· 8 years ago
0fb71d3
clocksource: Make clocksource insert entry more efficient
by Minfei Huang
· 9 years ago
86721ab
hrtimer: Remove redundant #ifdef block
by Pratyush Patel
· 9 years ago
b5227d0
timers: Clarify usleep_range() function comment
by Bjorn Helgaas
· 8 years ago
c08376a
timer: Export destroy_hrtimer_on_stack()
by Guenter Roeck
· 8 years ago
b9fdac7
debugobjects: insulate non-fixup logic related to static obj from fixup callbacks
by Du, Changbin
· 8 years ago
e325246
timer: update debugobjects fixup callbacks return type
by Du, Changbin
· 8 years ago
8e4f70e
time: remove timespec_add_safe()
by Deepa Dinamani
· 8 years ago
bc2c53e
time: add missing implementation for timespec64_add_safe()
by Deepa Dinamani
· 8 years ago
91e8d0cb
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
825a3b2
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a1cc5bc
locking/atomics: Flip atomic_fetch_or() arguments
by Peter Zijlstra
· 9 years ago
1f41906
sched/fair: Correctly handle nohz ticks CPU load accounting
by Frederic Weisbecker
· 9 years ago
cee1afc
sched/fair: Gather CPU load functions under a more conventional namespace
by Frederic Weisbecker
· 9 years ago
86d3473
time: Introduce do_sys_settimeofday64()
by Baolin Wang
· 9 years ago
f009a7a
timers/nohz: Convert tick dependency mask to atomic_t
by Frederic Weisbecker
· 9 years ago
69b27ba
sched: add schedule_timeout_idle()
by Andrew Morton
· 9 years ago
a395d6a
kernel/...: convert pr_warning to pr_warn
by Joe Perches
· 9 years ago
814a2bf
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
49dc2b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
4cc7ecb7
param: convert some "on"/"off" users to strtobool
by Kees Cook
· 9 years ago
da8b44d
timer: convert timer_slack_ns from unsigned long to u64
by John Stultz
· 9 years ago
bb7aeae
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
8a284c0
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
6436257
time/timekeeping: Work around false positive GCC warning
by Ingo Molnar
· 9 years ago
6936527
Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 9 years ago
82e88ff
hrtimer: Revert CLOCK_MONOTONIC_RAW support
by Thomas Gleixner
· 9 years ago
Next »