index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
2018-01-16
1
-6
/
+6
*
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
2018-01-16
1
-3
/
+3
*
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2018-01-16
4
-61
/
+60
*
Merge branch 'timers/urgent' into timers/core, to pick up dependent fix
Ingo Molnar
2018-01-16
1
-1
/
+1
|
\
|
*
timers: Unconditionally check deferrable base
Thomas Gleixner
2018-01-14
1
-1
/
+1
*
|
posix-cpu-timers: Make set_process_cpu_timer() more robust
Max R. P. Grossmann
2018-01-14
1
-2
/
+1
*
|
posix-timers: Prevent UB from shifting negative signed value
Nick Desaulniers
2018-01-04
2
-3
/
+3
|
/
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-12-31
2
-13
/
+41
|
\
|
*
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
2017-12-29
1
-2
/
+2
|
*
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
2017-12-29
1
-2
/
+17
|
*
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2017-12-29
1
-0
/
+15
|
*
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
2017-12-29
1
-9
/
+7
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-12-31
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION
Paul E. McKenney
2017-12-18
1
-0
/
+1
*
|
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
2017-12-28
1
-0
/
+13
|
/
*
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
2017-12-15
1
-12
/
+17
*
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...
Thomas Gleixner
2017-11-23
2
-20
/
+25
|
\
|
*
timer: Pass function down to initialization routines
Kees Cook
2017-11-22
1
-6
/
+15
|
*
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2017-11-22
1
-3
/
+3
|
*
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2017-11-22
1
-10
/
+7
|
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-2
/
+2
|
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-22
1
-2
/
+1
*
|
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
Miroslav Lichvar
2017-11-14
2
-49
/
+0
*
|
Merge branch 'linus' into timers/urgent
Thomas Gleixner
2017-11-14
13
-274
/
+383
|
\
|
|
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-14
10
-237
/
+372
|
|
\
|
|
*
timers: Add a function to start/reduce a timer
David Howells
2017-11-12
1
-7
/
+38
|
|
*
pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()
Arnd Bergmann
2017-11-12
1
-0
/
+1
|
|
*
kernel/time/Kconfig: Fix typo in comment
Randy Dunlap
2017-11-02
1
-1
/
+1
|
|
*
clockevents: Update clockevents device next_event on stop
Prasad Sodagudi
2017-11-01
1
-0
/
+1
|
|
*
Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2017-10-31
5
-183
/
+227
|
|
|
\
|
|
|
*
time: Move time_t conversion helpers to time32.h
Arnd Bergmann
2017-10-30
1
-2
/
+3
|
|
|
*
time: Remove unused functions
Arnd Bergmann
2017-10-30
1
-18
/
+0
|
|
|
*
timekeeping: Use timespec64 in timekeeping_inject_offset
Arnd Bergmann
2017-10-30
1
-47
/
+25
|
|
|
*
timekeeping: Consolidate timekeeping_inject_offset code
Arnd Bergmann
2017-10-30
5
-100
/
+123
|
|
|
*
rtc: Allow rtc drivers to specify the tv_nsec value for ntp
Jason Gunthorpe
2017-10-30
1
-53
/
+113
|
|
*
|
clockevents: Retry programming min delta up to 10 times
James Hogan
2017-10-19
1
-8
/
+13
|
|
*
|
timer: Convert stub timer to timer_setup()
Thomas Gleixner
2017-10-18
1
-3
/
+3
|
|
*
|
timers: Avoid an unnecessary iteration in __run_timers()
Zhenzhong Duan
2017-10-18
1
-2
/
+5
|
|
*
|
time: Use do_settimeofday64() internally
Arnd Bergmann
2017-10-17
1
-6
/
+6
|
|
*
|
posix-stubs: Use get_timespec64() and put_timespec64()
Arnd Bergmann
2017-10-17
1
-12
/
+8
|
|
*
|
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
2017-10-05
1
-7
/
+19
|
|
*
|
timekeeping: Provide NMI safe access to clock realtime
Thomas Gleixner
2017-09-25
1
-0
/
+35
|
|
*
|
timekeeping: Make fast accessors return 0 before timekeeping is initialized
Prarit Bhargava
2017-09-25
1
-14
/
+21
|
|
|
/
|
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-13
1
-28
/
+5
|
|
\
\
|
|
*
\
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-11-08
11
-0
/
+11
|
|
|
\
\
|
|
*
|
|
sched/isolation: Handle the nohz_full= parameter
Frederic Weisbecker
2017-10-27
1
-10
/
+3
|
|
*
|
|
sched/isolation: Move housekeeping related code to its own file
Frederic Weisbecker
2017-10-27
1
-18
/
+0
|
|
*
|
|
sched/idle: Move quiet_vmstate() into the NOHZ code
Peter Zijlstra
2017-10-10
1
-0
/
+2
|
|
|
|
/
|
|
|
/
|
|
*
|
|
timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2017-11-08
1
-3
/
+3
|
*
|
|
timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2017-11-08
1
-3
/
+1
[next]