Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a885f0fe209f262efa2c1cac9278a5774e5f7a80
/
kernel
/
time
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
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
63e2ed3
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
by Anna-Maria Gleixner
· 7 years ago
48d0c9b
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
by Anna-Maria Gleixner
· 7 years ago
6de6250
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
by Anna-Maria Gleixner
· 7 years ago
9077771
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
by Anna-Maria Gleixner
· 7 years ago
d05ca13
hrtimer: Correct blatantly incorrect comment
by Thomas Gleixner
· 7 years ago
ae67bad
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active
by Thomas Gleixner
· 7 years ago
57957fb
Merge branch 'timers/urgent' into timers/core, to pick up dependent fix
by Ingo Molnar
· 7 years ago
ed4bbf7
timers: Unconditionally check deferrable base
by Thomas Gleixner
· 7 years ago
a9445e4
posix-cpu-timers: Make set_process_cpu_timer() more robust
by Max R. P. Grossmann
· 7 years ago
34be393
sched/deadline: Implement "runtime overrun signal" support
by Juri Lelli
· 7 years ago
29f1b2b
posix-timers: Prevent UB from shifting negative signed value
by Nick Desaulniers
· 7 years ago
cea92e8
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
4c47031
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fd45bb7
timers: Invoke timer_start_debug() where it makes sense
by Thomas Gleixner
· 7 years ago
5d62c18
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
by Thomas Gleixner
· 7 years ago
26456f8
timers: Reinitialize per cpu bases on hotplug
by Thomas Gleixner
· 7 years ago
ced6d5c
timers: Use deferrable base independent of base::nohz_active
by Anna-Maria Gleixner
· 7 years ago
466a2b4
cpufreq: schedutil: Use idle_calls counter of the remote CPU
by Joel Fernandes
· 7 years ago
bf29cb2
sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION
by Paul E. McKenney
· 7 years ago
cef31d9
posix-timer: Properly check sigevent->sigev_notify
by Thomas Gleixner
· 7 years ago
9dd9574
ipc, kernel, mm: annotate ->poll() instances
by Al Viro
· 8 years ago
866c9b9
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgent
by Thomas Gleixner
· 7 years ago
188665b
timer: Pass function down to initialization routines
by Kees Cook
· 7 years ago
354b46b
timer: Switch callback prototype to take struct timer_list * argument
by Kees Cook
· 7 years ago
c1eba5b
timer: Pass timer_list pointer to callbacks unconditionally
by Kees Cook
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
b9eaf18
treewide: init_timer() -> setup_timer()
by Kees Cook
· 7 years ago
aea3706
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
by Miroslav Lichvar
· 7 years ago
d4bfeab
Merge branch 'linus' into timers/urgent
by Thomas Gleixner
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
3e20146
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8e7df2b
timer/debug: Change /proc/timer_list from 0444 to 0400
by Ingo Molnar
· 7 years ago
b24591e
timers: Add a function to start/reduce a timer
by David Howells
· 7 years ago
df27067
pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()
by Arnd Bergmann
· 7 years ago
a696822
timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 7 years ago
53bef3f
timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 7 years ago
ebf3adb
timers/nohz: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 7 years ago
8a103df
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
6082a6e
kernel/time/Kconfig: Fix typo in comment
by Randy Dunlap
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
39c82ca
clockevents: Update clockevents device next_event on stop
by Prasad Sodagudi
· 7 years ago
fb56d68
Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 7 years ago
abc8f96
time: Move time_t conversion helpers to time32.h
by Arnd Bergmann
· 7 years ago
85bf19e
time: Remove unused functions
by Arnd Bergmann
· 7 years ago
1572fa0
timekeeping: Use timespec64 in timekeeping_inject_offset
by Arnd Bergmann
· 7 years ago
e0956dc
timekeeping: Consolidate timekeeping_inject_offset code
by Arnd Bergmann
· 7 years ago
0f295b0
rtc: Allow rtc drivers to specify the tv_nsec value for ntp
by Jason Gunthorpe
· 7 years ago
6f1982f
sched/isolation: Handle the nohz_full= parameter
by Frederic Weisbecker
· 7 years ago
7863406
sched/isolation: Move housekeeping related code to its own file
by Frederic Weisbecker
· 7 years ago
3a29ddb
clockevents: Retry programming min delta up to 10 times
by James Hogan
· 7 years ago
ba16490
timer: Convert stub timer to timer_setup()
by Thomas Gleixner
· 7 years ago
c310ce4
timers: Avoid an unnecessary iteration in __run_timers()
by Zhenzhong Duan
· 7 years ago
4eb1bca
time: Use do_settimeofday64() internally
by Arnd Bergmann
· 7 years ago
fe46042
posix-stubs: Use get_timespec64() and put_timespec64()
by Arnd Bergmann
· 7 years ago
62cb118
sched/idle: Move quiet_vmstate() into the NOHZ code
by Peter Zijlstra
· 7 years ago
58e1177
timer: Convert schedule_timeout() to use from_timer()
by Kees Cook
· 7 years ago
4c3711d
timekeeping: Provide NMI safe access to clock realtime
by Thomas Gleixner
· 7 years ago
5df3210
timekeeping: Make fast accessors return 0 before timekeeping is initialized
by Prarit Bhargava
· 7 years ago
a2d8180
drivers/pps: aesthetic tweaks to PPS-related content
by Robert P. J. Day
· 7 years ago
4396440
Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
dd90ccc
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7b01463
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 7 years ago
5121829
alarmtimer: Ensure RTC module is not unloaded
by Alexandre Belloni
· 7 years ago
0bcdc09
time: Fix ktime_get_raw() incorrect base accumulation
by John Stultz
· 7 years ago
2fe59f5
timers: Fix excessive granularity of new timers after a nohz idle
by Nicholas Piggin
· 7 years ago
4e2a809
Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 7 years ago
3cf2949
posix-cpu-timers: Use dedicated helper to access rlimit values
by Krzysztof Opasiak
· 8 years ago
47b4a45
alarmtimer: Fix unavailable wake-up source in sysfs
by Geert Uytterhoeven
· 8 years ago
a529bea
timekeeping: Use proper timekeeper for debug code
by Stafford Horne
· 8 years ago
34f41c0
timers: Fix overflow in get_next_timer_interrupt
by Matija Glavinic Pecotic
· 7 years ago
cb08e03
PM / timekeeping: Print debug messages when requested
by Rafael J. Wysocki
· 7 years ago
ea3b25e
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
1b044f1
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
Next »