Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
d619ffcfbd07983d34dc87d474af6cb5c21adf27
/
kernel
/
time
a127d2b
timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop
by Preeti U Murthy
· 10 years ago
f3c233d
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
29183a7
ntp: Fixup adjtimex freq validation on 32-bit systems
by John Stultz
· 10 years ago
99fa0ad
Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
124cf911
PM / sleep: Make it possible to quiesce timers during suspend-to-idle
by Rafael J. Wysocki
· 10 years ago
060407a
timekeeping: Make it safe to use the fast timekeeper while suspended
by Rafael J. Wysocki
· 10 years ago
ffda22c
time: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
affe3e8
timekeeping: Pass readout base to update_fast_timekeeper()
by Rafael J. Wysocki
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
c5ce28d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
0ba97bc
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
2d926c1
hrtimer: Fix incorrect tai offset calculation for non high-res timer systems
by John Stultz
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b73f0c8
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
4ebbda5
hrtimer: Make __hrtimer_get_next_event() static
by kbuild test robot
· 10 years ago
fe31fca
Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 10 years ago
9a4a445
rtc: Convert rtc_set_ntp_time() to use timespec64
by Xunlei Pang
· 10 years ago
d08c0cd
time: Expose getboottime64 for in-kernel uses
by John Stultz
· 10 years ago
8b61862
ktime: Optimize ktime_divns for constant divisors
by Nicolas Pitre
· 10 years ago
9bc74919
hrtimer: Prevent stale expiry time in hrtimer_interrupt()
by Thomas Gleixner
· 10 years ago
5fbaba8
Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john.stultz/linux into timers/urgent
by Thomas Gleixner
· 10 years ago
5e5aeb4
time: adjtimex: Validate the ADJ_FREQUENCY values
by Sasha Levin
· 10 years ago
6ada1fc
time: settimeofday: Validate the values of tv from user
by Sasha Levin
· 10 years ago
2eebdde
timecounter: keep track of accumulated fractional nanoseconds
by Richard Cochran
· 10 years ago
74d23cc
time: move the timecounter/cyclecounter code into its own file.
by Richard Cochran
· 10 years ago
4bb9374
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
a5fd973
tick/powerclamp: Remove tick_nohz_idle abuse
by Thomas Gleixner
· 10 years ago
988adfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
eedb3d3
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
d820126
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
a157508
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
c301106
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
7bd0e22
drm/i915: compute wait_ioctl timeout correctly
by Daniel Vetter
· 10 years ago
cb2aa63
time: Fix sign bug in NTP mult overflow warning
by John Stultz
· 10 years ago
cceb9bd
Merge branch 'master' into for-3.19
by Tejun Heo
· 10 years ago
5322e4c
time: Fixup comments to reflect usage of timespec64
by John Stultz
· 10 years ago
334334b
time: Expose get_monotonic_coarse64() for in-kernel uses
by John Stultz
· 10 years ago
cdba2ec
time: Expose getrawmonotonic64 for in-kernel uses
by John Stultz
· 10 years ago
90b6ce9
time: Provide y2038 safe mktime() replacement
by pang.xunlei
· 10 years ago
04d9089
time: Provide y2038 safe timekeeping_inject_sleeptime() replacement
by pang.xunlei
· 10 years ago
21f7eca
time: Provide y2038 safe do_settimeofday() replacement
by pang.xunlei
· 10 years ago
659bc17
time: Complete NTP adjustment threshold judging conditions
by pang.xunlei
· 10 years ago
6067dc5
time: Avoid possible NTP adjustment mult overflow.
by pang.xunlei
· 10 years ago
fd866e2
time: Rename udelay_test.c to test_udelay.c
by John Stultz
· 10 years ago
a020010
Merge Linus' tree to be be to apply submitted patches to newer code than
by Jiri Kosina
· 10 years ago
d360b78
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 10 years ago
23cfa36
sched/cputime: Fix cpu_timer_sample_group() double accounting
by Peter Zijlstra
· 10 years ago
aa6da51
rcu: Remove "cpu" argument to rcu_needs_cpu()
by Paul E. McKenney
· 10 years ago
c3377c2d
rcu: Remove "cpu" argument to rcu_check_callbacks()
by Paul E. McKenney
· 10 years ago
56e4dea
percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
by Christoph Lameter
· 10 years ago
dbe7aa6
timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REALTIME
by Heena Sirwani
· 10 years ago
9e3680b
timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC
by Heena Sirwani
· 10 years ago
be278e9
clocksource: Fix 'clcoksource' typo in comment
by James Hartley
· 10 years ago
1063200
clockevents: Prevent shift out of bounds
by Thomas Gleixner
· 10 years ago
6891c45
posix-timers: Fix stack info leak in timer_create()
by Mathias Krause
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
1ee07ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
47137c6
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
afa3536
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
fe0f497
s390/nohz: use a per-cpu flag for arch_needs_cpu
by Martin Schwidefsky
· 10 years ago
f139caf
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
by Kirill Tkhai
· 10 years ago
9b01f5b
nohz: nohz full depends on irq work self IPI support
by Frederic Weisbecker
· 10 years ago
4327b15
nohz: Consolidate nohz full init code
by Frederic Weisbecker
· 10 years ago
76a3306
irq_work: Force raised irq work to run on irq work interrupt
by Frederic Weisbecker
· 10 years ago
a80e49e
nohz: Move nohz full init call to tick init
by Frederic Weisbecker
· 10 years ago
474e941
alarmtimer: Lock k_itimer during timer callback
by Richard Larocque
· 10 years ago
265b81d
alarmtimer: Do not signal SIGEV_NONE timers
by Richard Larocque
· 10 years ago
e86fea7
alarmtimer: Return relative times in timer_gettime
by Richard Larocque
· 10 years ago
d78c930
jiffies: Fix timeval conversion to jiffies
by Andrew Hunter
· 10 years ago
e78c349
time, signal: Protect resource use statistics with seqlock
by Rik van Riel
· 10 years ago
9bf2419
timekeeping: Update timekeeper before updating vsyscall and pvclock
by Thomas Gleixner
· 10 years ago
40bea03
nohz: Restore NMI safe local irq work for local nohz kick
by Frederic Weisbecker
· 10 years ago
4a32fea
scheduler: Replace __get_cpu_var with this_cpu_ptr
by Christoph Lameter
· 10 years ago
dc5df73
time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge period
by Christoph Lameter
· 10 years ago
22127e9
time: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
2a16fc9
nohz: Avoid tick's double reprogramming in highres mode
by Viresh Kumar
· 11 years ago
b5e995e
nohz: Fix spurious periodic tick behaviour in low-res dynticks mode
by Viresh Kumar
· 11 years ago
0680eb1
timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall
by John Stultz
· 10 years ago
e7fda6c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
53ee983
Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
9895994
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
5bda4f6
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
504d587
timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
by Jan Kara
· 10 years ago
ca5bc6c
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes
by Ingo Molnar
· 10 years ago
f723aa1
sched_clock: Avoid corrupting hrtimer tree during suspend
by Stephen Boyd
· 10 years ago
375f45b
timekeeping: Use cached ntp_tick_length when accumulating error
by John Stultz
· 11 years ago
dc49159
timekeeping: Rework frequency adjustments to work better w/ nohz
by John Stultz
· 11 years ago
e2dff1e
timekeeping: Minor fixup for timespec64->timespec assignment
by John Stultz
· 10 years ago
4396e05
timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC
by Thomas Gleixner
· 11 years ago
0e5ac3a
timekeeping: Use tk_read_base as argument for timekeeping_get_ns()
by Thomas Gleixner
· 11 years ago
d28ede8
timekeeping: Create struct tk_read_base and use it in struct timekeeper
by Thomas Gleixner
· 11 years ago
6d3aadf
timekeeping: Restructure the timekeeper some more
by Thomas Gleixner
· 11 years ago
4a0e637
clocksource: Get rid of cycle_last
by Thomas Gleixner
· 11 years ago
09ec544
clocksource: Move cycle_last validation to core code
by Thomas Gleixner
· 11 years ago
3a97837
clocksource: Make delta calculation a function
by Thomas Gleixner
· 11 years ago
f519b1a
timekeeping: Provide ktime_get_raw()
by Thomas Gleixner
· 11 years ago
61edec8
timekeeping: Simplify timekeeping_clocktai()
by Thomas Gleixner
· 11 years ago
47da70d
timekeeping: Remove timekeeper.total_sleep_time
by Thomas Gleixner
· 11 years ago
Next »