Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
1ca73e3fa12531bbbc854329cd02a887f986a02a
/
kernel
/
time
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
· 9 years ago
ffdf047
timers: Split out index calculation
by Anna-Maria Gleixner
· 9 years ago
4e85876
timers: Only wake softirq if necessary
by Thomas Gleixner
· 9 years ago
a683f39
timers: Forward the wheel clock whenever possible
by Thomas Gleixner
· 9 years ago
ff00673
timers/nohz: Remove pointless tick_nohz_kick_tick() function
by Thomas Gleixner
· 9 years ago
2369683
timers: Optimize collect_expired_timers() for NOHZ
by Anna-Maria Gleixner
· 9 years ago
73420fe
timers: Move __run_timers() function
by Anna-Maria Gleixner
· 9 years ago
53bf837
timers: Remove set_timer_slack() leftovers
by Thomas Gleixner
· 9 years ago
500462a
timers: Switch to a non-cascading wheel
by Thomas Gleixner
· 9 years ago
494af3e
timers: Give a few structs and members proper names
by Thomas Gleixner
· 9 years ago
177ec0a
timers: Remove the deprecated mod_timer_pinned() API
by Thomas Gleixner
· 9 years ago
e675447
timers: Make 'pinned' a timer property
by Thomas Gleixner
· 9 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
· 9 years ago
6168f8e
timers/nohz: Fix several typos
by Wei Jiangang
· 9 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
· 9 years ago
7c71feb
timer: Avoid using timespec
by Arnd Bergmann
· 9 years ago
4a19bd3
time: Avoid timespec in udelay_test
by Arnd Bergmann
· 9 years ago
e6c2682
time: Add time64_to_tm()
by Deepa Dinamani
· 9 years ago
af4afb4
alarmtimer: Fix comments describing structure fields
by Pratyush Patel
· 9 years ago
0209b93
timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD
by Thomas Graziadei
· 9 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
· 9 years ago
c08376a
timer: Export destroy_hrtimer_on_stack()
by Guenter Roeck
· 9 years ago
b9fdac7
debugobjects: insulate non-fixup logic related to static obj from fixup callbacks
by Du, Changbin
· 9 years ago
e325246
timer: update debugobjects fixup callbacks return type
by Du, Changbin
· 9 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
91e8d0cb
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
825a3b2
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 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
2c756fe
time: Add history to cross timestamp interface supporting slower devices
by Christopher S. Hall
· 9 years ago
8006c24
time: Add driver cross timestamp interface for higher precision time synchronization
by Christopher S. Hall
· 9 years ago
ba26621
time: Remove duplicated code in ktime_get_raw_and_real()
by Christopher S. Hall
· 9 years ago
9da0f49
time: Add timekeeping snapshot code capturing system time and counter
by Christopher S. Hall
· 9 years ago
6bd58f0
time: Add cycles to nanoseconds translation
by Christopher S. Hall
· 9 years ago
4f49b90
sched-clock: Migrate to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
b787830
posix-cpu-timers: Migrate to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
76d92ac
sched: Migrate sched to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
555e0c1
perf: Migrate perf to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
e6e6cc2
nohz: Use enum code for tick stop failure tracing message
by Frederic Weisbecker
· 9 years ago
d027d45
nohz: New tick dependency mask
by Frederic Weisbecker
· 10 years ago
ede5147
Handle ISO 8601 leap seconds and encodings of midnight in mktime64()
by David Howells
· 9 years ago
232d263
jiffies: Use CLOCKSOURCE_MASK instead of constant
by Alexander Kuleshov
· 9 years ago
fc4fa6e
treewide: Fix typo in printk
by Masanari Iida
· 9 years ago
8537bb9
nohz: Implement wide kick on top of irq work
by Frederic Weisbecker
· 9 years ago
dc799d0
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
1ca8ec5
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
by Wanpeng Li
· 9 years ago
bbf66d8
clocksource: Allow unregistering the watchdog
by Vitaly Kuznetsov
· 9 years ago
9006a01
hrtimer: Catch illegal clockids
by Marc Zyngier
· 9 years ago
9c80876
hrtimer: Add support for CLOCK_MONOTONIC_RAW
by Marc Zyngier
· 9 years ago
7809998a
tick/sched: Hide unused oneshot timer code
by Arnd Bergmann
· 9 years ago
dd4e17a
ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
by John Stultz
· 9 years ago
f11aef6
Merge branch 'pm-cpuidle'
by Rafael J. Wysocki
· 9 years ago
51cbb52
itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
by Thomas Gleixner
· 9 years ago
572c391
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
by Thomas Gleixner
· 9 years ago
203cbf7
hrtimer: Handle remaining time proper for TIME_LOW_RES
by Thomas Gleixner
· 9 years ago
46373a1
time: nohz: Expose tick_nohz_enabled
by Jean Delvare
· 9 years ago
1f16f11
Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
by Thomas Gleixner
· 9 years ago
0f8c790
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
b4cee21
Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
1b9f237
posix-clock: Fix return code on the poll method's error path
by Richard Cochran
· 9 years ago
1f45f1f
clocksource: Make clocksource validation work for all clocksources
by Yang Yingliang
· 9 years ago
e2666d6
Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 9 years ago
ec02b07
timekeeping: Cap adjustments so they don't exceed the maxadj value
by John Stultz
· 9 years ago
c796348
ntp: Fix second_overflow's input parameter type to be 64bits
by DengChao
· 9 years ago
0af8646
ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_seconds
by DengChao
· 9 years ago
dee3665
timekeeping: Provide internal function __ktime_get_real_seconds
by DengChao
· 9 years ago
37cf4dc
time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
by John Stultz
· 9 years ago
52d189f
ntp: Verify offset doesn't overflow in ntp_update_offset
by Sasha Levin
· 9 years ago
03e0d46
watchdog: introduce touch_softlockup_watchdog_sched()
by Tejun Heo
· 9 years ago
390dd67
clocksource: Add CPU info to clocksource watchdog reporting
by Seiichi Ikarashi
· 9 years ago
35a4933
time: Avoid signed overflow in timekeeping_get_ns()
by David Gibson
· 9 years ago
Next »