Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4262c38dc42e092987f41cb1695240ac7dab86a9
/
kernel
/
time
de95a99
tick/sched: Annotate lockless access to last_jiffies_update
by Eric Dumazet
· 5 years ago
f35deaf
time/posix-stubs: Provide compat itimer supoprt for alpha
by Arnd Bergmann
· 5 years ago
a33121e
ptp: fix the race between the release of ptp_clock and cdev
by Vladis Dronov
· 5 years ago
043cf46
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
ceb3074
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
1ae7878
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
b111df8
y2038: alarm: fix half-second cut-off
by Arnd Bergmann
· 5 years ago
83bae01
Merge branch 'timers/urgent' into timers/core, to pick up fix
by Ingo Molnar
· 5 years ago
7b84744
time: Zero the upper 32-bits in __kernel_timespec on 32-bit
by Dmitry Safonov
· 5 years ago
b21feab
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
by Ingo Molnar
· 5 years ago
bd40a17
y2038: itimer: change implementation to timespec64
by Arnd Bergmann
· 5 years ago
ddbc7d0
y2038: move itimer reset into itimer.c
by Arnd Bergmann
· 5 years ago
4c22ea2
y2038: use compat_{get,set}_itimer on alpha
by Arnd Bergmann
· 5 years ago
c1745f8
y2038: itimer: compat handling to itimer.c
by Arnd Bergmann
· 5 years ago
5e0fb1b
y2038: time: avoid timespec usage in settimeofday()
by Arnd Bergmann
· 6 years ago
75d319c
y2038: syscalls: change remaining timeval to __kernel_old_timeval
by Arnd Bergmann
· 5 years ago
2a78599
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
by Arnd Bergmann
· 5 years ago
3ca47e9
y2038: remove CONFIG_64BIT_TIME
by Arnd Bergmann
· 6 years ago
1d6acc1
time: Fix spelling mistake in comment
by Mukesh Ojha
· 5 years ago
20d0873
time: Optimize ns_to_timespec64()
by Arnd Bergmann
· 5 years ago
2f58413
ntp/y2038: Remove incorrect time_t truncation
by Arnd Bergmann
· 5 years ago
6d5a763
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
by Ingo Molnar
· 5 years ago
5614473
hrtimer: Annotate lockless access to timer->state
by Eric Dumazet
· 5 years ago
5233841
timekeeping/vsyscall: Update VDSO data unconditionally
by Huacai Chen
· 5 years ago
43e0ae7
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 5 years ago
e44fcb4
sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu()
by Frederic Weisbecker
· 5 years ago
7f2cbcb
posix-cpu-timers: Fix two trivial comments
by Yi Wang
· 5 years ago
086ee46
timers/sched_clock: Include local timekeeping.h for missing declarations
by Ben Dooks (Codethink)
· 5 years ago
ff229ee
hrtimer: Annotate lockless access to timer->base
by Eric Dumazet
· 5 years ago
ae9e557
time: Export tick start/stop functions for rcutorture
by Paul E. McKenney
· 5 years ago
01b4c39
nohz: Add TICK_DEP_BIT_RCU
by Frederic Weisbecker
· 5 years ago
b9023b9
tick: broadcast-hrtimer: Fix a race in bc_set_next
by Balasubramani Vivekanandan
· 5 years ago
da05b5e
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e430d80
timer: Read jiffies once when forwarding base clk
by Li RongQing
· 5 years ago
77dcfe2
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 5 years ago
7f2444d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
d281706
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 5 years ago
77b4b54
posix-cpu-timers: Fix permission check regression
by Thomas Gleixner
· 5 years ago
f18ddc13
alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
by Thadeu Lima de Souza Cascardo
· 5 years ago
5d2295f
hrtimer: Add a missing bracket and hide `migration_base' on !SMP
by Sebastian Andrzej Siewior
· 5 years ago
a2ed4fd
posix-cpu-timers: Make expiry_active check actually work correctly
by Thomas Gleixner
· 5 years ago
71fed98
tick: Mark sched_timer to expire in hard interrupt context
by Sebastian Andrzej Siewior
· 5 years ago
60bda03
posix-cpu-timers: Utilize timerqueue for storage
by Thomas Gleixner
· 5 years ago
244d49e
posix-cpu-timers: Move state tracking to struct posix_cputimers
by Thomas Gleixner
· 5 years ago
8991afe
posix-cpu-timers: Deduplicate rlimit handling
by Thomas Gleixner
· 5 years ago
dd67022
posix-cpu-timers: Remove pointless comparisons
by Thomas Gleixner
· 5 years ago
8ea1de9
posix-cpu-timers: Get rid of 64bit divisions
by Thomas Gleixner
· 5 years ago
1cd07c0b
posix-cpu-timers: Consolidate timer expiry further
by Thomas Gleixner
· 5 years ago
2bbdbda
posix-cpu-timers: Get rid of zero checks
by Thomas Gleixner
· 5 years ago
fe0517f
posix-cpu-timers: Respect INFINITY for hard RTTIME limit
by Thomas Gleixner
· 5 years ago
b7be4ef
posix-cpu-timers: Switch thread group sampling to array
by Thomas Gleixner
· 5 years ago
87dc644
posix-cpu-timers: Restructure expiry array
by Thomas Gleixner
· 5 years ago
46b8839
posix-cpu-timers: Remove cputime_expires
by Thomas Gleixner
· 5 years ago
001f797
posix-cpu-timers: Make expiry checks array based
by Thomas Gleixner
· 5 years ago
b0d524f
posix-cpu-timers: Provide array based sample functions
by Thomas Gleixner
· 5 years ago
c02b078
posix-cpu-timers: Switch check_*_timers() to array cache
by Thomas Gleixner
· 5 years ago
1b0dd96
posix-cpu-timers: Simplify set_process_cpu_timer()
by Thomas Gleixner
· 5 years ago
3b495b2
posix-cpu-timers: Simplify timer queueing
by Thomas Gleixner
· 5 years ago
11b8462
posix-cpu-timers: Provide array based access to expiry cache
by Thomas Gleixner
· 5 years ago
3a245c0
posix-cpu-timers: Move expiry cache into struct posix_cputimers
by Thomas Gleixner
· 5 years ago
2b69942
posix-cpu-timers: Create a container struct
by Thomas Gleixner
· 5 years ago
ab693c5
posix-cpu-timers: Move prof/virt_ticks into caller
by Thomas Gleixner
· 5 years ago
0476ff2
posix-cpu-timers: Sample task times once in expiry check
by Thomas Gleixner
· 5 years ago
8c2d74f
posix-cpu-timers: Get rid of pointer indirection
by Thomas Gleixner
· 5 years ago
2092c1d4
posix-cpu-timers: Simplify sample functions
by Thomas Gleixner
· 5 years ago
5405d00
posix-cpu-timers: Remove pointless return value check
by Thomas Gleixner
· 5 years ago
da020ce
posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()
by Thomas Gleixner
· 5 years ago
99093c5
posix-cpu-timers: Use clock ID in posix_cpu_timer_get()
by Thomas Gleixner
· 5 years ago
c7a37c6
posix-cpu-timers: Use clock ID in posix_cpu_timer_set()
by Thomas Gleixner
· 5 years ago
24ab7f5
posix-cpu-timers: Consolidate thread group sample code
by Thomas Gleixner
· 5 years ago
c506bef4
posix-cpu-timers: Rename thread_group_cputimer() and make it static
by Thomas Gleixner
· 5 years ago
a324956
posix-cpu-timers: Sample directly in timer check
by Thomas Gleixner
· 5 years ago
a34360d
itimers: Use quick sample function
by Thomas Gleixner
· 5 years ago
19298fb
posix-cpu-timers: Provide quick sample function for itimer
by Thomas Gleixner
· 5 years ago
e5a8b65
posix-cpu-timers: Use common permission check in posix_cpu_timer_create()
by Thomas Gleixner
· 5 years ago
bfcf3e9
posix-cpu-timers: Use common permission check in posix_cpu_clock_get()
by Thomas Gleixner
· 5 years ago
6ae40e3
posix-cpu-timers: Provide task validation functions
by Thomas Gleixner
· 5 years ago
b99328a
timekeeping/vsyscall: Prevent math overflow in BOOTTIME update
by Thomas Gleixner
· 5 years ago
dce3e8f
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
by Thomas Gleixner
· 5 years ago
692117c
posix-cpu-timers: Sanitize bogus WARNONS
by Thomas Gleixner
· 5 years ago
68b2c8c
hrtimer: Don't take expiry_lock when timer is currently migrated
by Julien Grall
· 5 years ago
dd2261e
hrtimer: Protect lockless access to timer->base
by Julien Grall
· 5 years ago
c8377ad
PM / wakeup: Show wakeup sources stats in sysfs
by Tri Vo
· 5 years ago
7cb9a94
posix-cpu-timers: Fixup stale comment
by Thomas Gleixner
· 5 years ago
0bee3b6
hrtimer: Improve comments on handling priority inversion against softirq kthread
by Frederic Weisbecker
· 5 years ago
ec8f954
posix-timers: Use a callback for cancel synchronization on PREEMPT_RT
by Thomas Gleixner
· 5 years ago
5d99b32
posix-timers: Move rcu_head out of it union
by Sebastian Andrzej Siewior
· 5 years ago
6945e5c
posix-timers: Rework cancel retry loops
by Thomas Gleixner
· 5 years ago
21670ee
posix-timers: Cleanup the flag/flags confusion
by Thomas Gleixner
· 5 years ago
c7e6d70
itimers: Prepare for PREEMPT_RT
by Anna-Maria Gleixner
· 5 years ago
51ae330
alarmtimer: Prepare for PREEMPT_RT
by Anna-Maria Gleixner
· 5 years ago
030dcdd
timers: Prepare support for PREEMPT_RT
by Anna-Maria Gleixner
· 5 years ago
f61eff8
hrtimer: Prepare support for PREEMPT_RT
by Anna-Maria Gleixner
· 5 years ago
1842f5a
hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT
by Sebastian Andrzej Siewior
· 5 years ago
f5c2f02
hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT
by Sebastian Andrzej Siewior
· 5 years ago
902a9f9
tick: Mark tick related hrtimers to expiry in hard interrupt context
by Sebastian Andrzej Siewior
· 5 years ago
0ab6a3d
hrtimer: Make enqueue mode check work on RT
by Thomas Gleixner
· 5 years ago
0165646
hrtimer: Provide hrtimer_sleeper_start_expires()
by Thomas Gleixner
· 5 years ago
dbc1625
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
by Sebastian Andrzej Siewior
· 5 years ago
b744948
hrtimer: Remove task argument from hrtimer_init_sleeper()
by Thomas Gleixner
· 5 years ago
Next »