Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d290ef9305ebaaac884ae0350bfc243dd01d354d
/
kernel
/
time
3c89adb0
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
ba252f16
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0bbcce5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
c1a957d
PM / suspend: Prevent might sleep splats
by Thomas Gleixner
· 7 years ago
b9ff604
timekeeping: Add ktime_get_coarse_with_offset
by Arnd Bergmann
· 7 years ago
fb7fcc9
timekeeping: Standardize on ktime_get_*() naming
by Arnd Bergmann
· 7 years ago
edca71f
timekeeping: Clean up ktime_get_real_ts64
by Arnd Bergmann
· 7 years ago
4f0fad9
timekeeping: Remove timespec64 hack
by Arnd Bergmann
· 7 years ago
b563ea6
Merge branch 'linus' into timers/2038
by Thomas Gleixner
· 7 years ago
db6f9e5
clocksource: Move inline keyword to the beginning of function declarations
by Mathieu Malaterre
· 7 years ago
44414d8
proc: introduce proc_create_seq_private
by Christoph Hellwig
· 7 years ago
5596fe3
tick/broadcast: Use for_each_cpu() specially on UP kernels
by Dexuan Cui
· 7 years ago
ed772ec
timer_list: Remove unused function pointer typedef
by Chen Lin
· 7 years ago
bf9c96b
timers: Adjust a kernel-doc comment
by Mauro Carvalho Chehab
· 7 years ago
1332a90
tick: Prefer a lower rating device only if it's CPU local device
by Sudeep Holla
· 7 years ago
7197e77
clocksource: Remove kthread
by Peter Zijlstra
· 7 years ago
604a98f
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 7 years ago
7dba33c
clocksource: Rework stale comment
by Peter Zijlstra
· 7 years ago
cd2af07d
clocksource: Consistent de-rate when marking unstable
by Peter Zijlstra
· 7 years ago
5b9e886
clocksource: Initialize cs->wd_list
by Peter Zijlstra
· 7 years ago
2aae7bc
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
by Peter Zijlstra
· 7 years ago
a3ed0e43
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
by Thomas Gleixner
· 7 years ago
1f71add
tick/sched: Do not mess with an enqueued hrtimer
by Thomas Gleixner
· 7 years ago
0190997
time: Change nanosleep to safe __kernel_* types
by Deepa Dinamani
· 7 years ago
6d5b841
time: Change types to new y2038 safe __kernel_* types
by Deepa Dinamani
· 7 years ago
ea2ce8f
time: Fix get_timespec64() for y2038 safe compat interfaces
by Deepa Dinamani
· 7 years ago
b5793b0
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
by Deepa Dinamani
· 7 years ago
1c68adf
compat: Enable compat_get/put_timespec64 always
by Deepa Dinamani
· 7 years ago
c3bca5d
posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated
by Laura Abbott
· 7 years ago
e142aa0
timekeeping: Remove __current_kernel_time()
by Baolin Wang
· 7 years ago
4450dc0
clockevents: Fix kernel messages split across multiple lines
by Geert Uytterhoeven
· 7 years ago
9fb71c2
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
cb098d5
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 7 years ago
51798de
Merge branches 'pm-cpuidle' and 'pm-qos'
by Rafael J. Wysocki
· 7 years ago
bbe9a70
tick-sched: avoid a maybe-uninitialized warning
by Arnd Bergmann
· 7 years ago
7d2f6ab
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
by Rafael J. Wysocki
· 7 years ago
ff7de62
nohz: Avoid duplication of code related to got_idle_tick
by Rafael J. Wysocki
· 7 years ago
2bc629a
nohz: Gather tick_sched booleans under a common flag field
by Frederic Weisbecker
· 7 years ago
296bb1e
cpuidle: menu: Refine idle state selection for running tick
by Rafael J. Wysocki
· 7 years ago
554c8aa
sched: idle: Select idle state before stopping the tick
by Rafael J. Wysocki
· 7 years ago
a59855c
time: hrtimer: Introduce hrtimer_next_event_without()
by Rafael J. Wysocki
· 7 years ago
23a8d88
time: tick-sched: Split tick_nohz_stop_sched_tick()
by Rafael J. Wysocki
· 7 years ago
45f1ff5
cpuidle: Return nohz hint from cpuidle_select()
by Rafael J. Wysocki
· 7 years ago
efefc97
jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC
by Rafael J. Wysocki
· 7 years ago
2aaf709
sched: idle: Do not stop the tick upfront in the idle loop
by Rafael J. Wysocki
· 7 years ago
0e77676
time: tick-sched: Reorganize idle tick management code
by Rafael J. Wysocki
· 7 years ago
7303e30
syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls
by Dominik Brodowski
· 7 years ago
680014d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
46e0d28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8747a29
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
bd03143
alarmtimer: Init nanosleep alarm timer on stack
by Thomas Gleixner
· 7 years ago
19b558d
posix-timers: Protect posix clock array access against speculation
by Thomas Gleixner
· 7 years ago
a84d116
y2038: Introduce struct __kernel_old_timeval
by Arnd Bergmann
· 7 years ago
127bfa5
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
by Thomas Gleixner
· 7 years ago
7250a40
posix-timers: Unify MONOTONIC and BOOTTIME clock behavior
by Thomas Gleixner
· 7 years ago
d6c7270
timekeeping: Remove boot time specific code
by Thomas Gleixner
· 7 years ago
d6ed449
timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock
by Thomas Gleixner
· 7 years ago
7219932
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
by Thomas Gleixner
· 7 years ago
c4fb5f3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 7 years ago
78b98e3
timekeeping/ntp: Determine the multiplier directly from NTP tick length
by Miroslav Lichvar
· 7 years ago
c2cda2a
timekeeping/ntp: Don't align NTP frequency adjustments to ticks
by Miroslav Lichvar
· 7 years ago
00357f5
sched/nohz: Clean up nohz enter/exit
by Peter Zijlstra
· 7 years ago
fc4c5a3
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
c52232a
timers: Forward timer base before migrating timers
by Lingutla Chandrasekhar
· 7 years ago
27263e8
clocksource: Use ATTRIBUTE_GROUPS
by Baolin Wang
· 7 years ago
e87821d
clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes
by Baolin Wang
· 7 years ago
7f852afe
clocksource: Don't walk the clocksource list for empty override
by Baolin Wang
· 7 years ago
dcdedb2
sched/nohz: Remove the 1 Hz tick code
by Frederic Weisbecker
· 7 years ago
22ab8bc
nohz: Allow to check if remote CPU tick is stopped
by Frederic Weisbecker
· 7 years ago
a364298
nohz: Convert tick_nohz_tick_stopped() to bool
by Frederic Weisbecker
· 7 years ago
a7c8655
sched/isolation: Eliminate NO_HZ_FULL_ALL
by Paul E. McKenney
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
64fce87
hrtimer: remove unneeded kallsyms include
by Sergey Senozhatsky
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
d417302
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
af8c5e2
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
303c146
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 7 years ago
d5421ea
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
by Thomas Gleixner
· 7 years ago
6909e29
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
by Arnd Bergmann
· 7 years ago
3b10db2b
signal: Replace memset(info,...) with clear_siginfo for clarity
by Eric W. Biederman
· 7 years ago
42f42da
hrtimer: Implement SOFT/HARD clock base selection
by Anna-Maria Gleixner
· 7 years ago
5da7016
hrtimer: Implement support for softirq based hrtimers
by Anna-Maria Gleixner
· 7 years ago
c458b1d
hrtimer: Prepare handling of hard and softirq based hrtimers
by Anna-Maria Gleixner
· 7 years ago
98ecadd
hrtimer: Add clock bases and hrtimer mode for softirq context
by Anna-Maria Gleixner
· 7 years ago
dd934aa
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
by Anna-Maria Gleixner
· 7 years ago
ad38f59
hrtimer: Factor out __hrtimer_next_event_base()
by Anna-Maria Gleixner
· 7 years ago
138a6b7
hrtimer: Factor out __hrtimer_start_range_ns()
by Anna-Maria Gleixner
· 7 years ago
3ec7a3e
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
by Anna-Maria Gleixner
· 7 years ago
2ac2dcc
hrtimer: Make remote enqueue decision less restrictive
by Anna-Maria Gleixner
· 7 years ago
14c8034
hrtimer: Unify remote enqueue handling
by Anna-Maria Gleixner
· 7 years ago
61bb4bc
hrtimer: Unify hrtimer removal handling
by Anna-Maria Gleixner
· 7 years ago
ebba2c7
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
by Anna-Maria Gleixner
· 7 years ago
11a9fe0
hrtimer: Make hrtimer_reprogramm() unconditional
by Anna-Maria Gleixner
· 7 years ago
eb27926
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
by Anna-Maria Gleixner
· 7 years ago
07a9a7e
hrtimer: Make the remote enqueue check unconditional
by Anna-Maria Gleixner
· 7 years ago
851cff8
hrtimer: Use accesor functions instead of direct access
by Anna-Maria Gleixner
· 7 years ago
28bfd18
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code
by Anna-Maria Gleixner
· 7 years ago
3f0b9e8
hrtimer: Store running timer in hrtimer_clock_base
by Anna-Maria Gleixner
· 7 years ago
c272ca5
hrtimer: Switch 'for' loop to _ffs() evaluation
by Anna-Maria Gleixner
· 7 years ago
Next »