index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
13
-1241
/
+1198
|
\
|
*
timers: Make the cpu base lock raw
Sebastian Andrzej Siewior
2017-06-29
1
-24
/
+24
|
*
Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2017-06-21
1
-20
/
+26
|
|
\
|
|
*
time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD
John Stultz
2017-06-20
1
-0
/
+1
|
|
*
time: Clean up CLOCK_MONOTONIC_RAW time handling
John Stultz
2017-06-20
1
-20
/
+25
|
*
|
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2017-06-21
17
-109
/
+107
|
|
\
|
|
*
|
posix-cpu-timers: Make timespec to nsec conversion safe
Thomas Gleixner
2017-06-20
1
-1
/
+5
|
*
|
itimer: Make timeval to nsec conversion range limited
Thomas Gleixner
2017-06-20
1
-2
/
+6
|
*
|
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
2017-06-20
1
-1
/
+1
|
*
|
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
2017-06-14
5
-7
/
+7
|
*
|
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
2017-06-14
1
-4
/
+5
|
*
|
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2017-06-14
2
-38
/
+41
|
*
|
time: Move compat_time()/stime() to native
Al Viro
2017-06-14
2
-40
/
+41
|
*
|
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2017-06-14
3
-36
/
+42
|
*
|
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2017-06-14
3
-55
/
+115
|
*
|
itimers: Move compat itimer syscalls to native ones
Al Viro
2017-06-14
3
-53
/
+56
|
*
|
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2017-06-14
3
-26
/
+35
|
*
|
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2017-06-14
3
-47
/
+64
|
*
|
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-14
4
-90
/
+104
|
*
|
posix-timers: Kill ->nsleep_restart()
Al Viro
2017-06-14
4
-12
/
+1
|
*
|
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
2017-06-14
3
-29
/
+23
|
*
|
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
6
-167
/
+129
|
*
|
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
2017-06-14
4
-22
/
+10
|
*
|
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
2017-06-14
1
-42
/
+20
|
*
|
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-14
4
-10
/
+17
|
*
|
alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()
Al Viro
2017-06-14
1
-70
/
+32
|
*
|
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
Al Viro
2017-06-14
1
-35
/
+28
|
*
|
posix-timers: Handle relative posix-timers correctly
Thomas Gleixner
2017-06-12
1
-0
/
+13
|
*
|
posix-timers: Zero out oldval itimerspec
Thomas Gleixner
2017-06-12
1
-0
/
+2
|
*
|
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
Thomas Gleixner
2017-06-12
1
-1
/
+1
|
*
|
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
2017-06-04
3
-110
/
+29
|
*
|
alarmtimer: Implement arm callback
Thomas Gleixner
2017-06-04
1
-0
/
+22
|
*
|
alarmtimer: Implement try_to_cancel callback
Thomas Gleixner
2017-06-04
1
-0
/
+10
|
*
|
alarmtimer: Implement remaining callback
Thomas Gleixner
2017-06-04
1
-9
/
+22
|
*
|
alarmtimer: Implement forward callback
Thomas Gleixner
2017-06-04
1
-0
/
+13
|
*
|
alarmtimer: Implement timer_rearm() callback
Thomas Gleixner
2017-06-04
1
-1
/
+14
|
*
|
posix-timers: Make use of cancel/arm callbacks
Thomas Gleixner
2017-06-04
1
-81
/
+100
|
*
|
posix-timers: Add cancel/arm callbacks
Thomas Gleixner
2017-06-04
1
-0
/
+3
|
*
|
posix-timers: Zero settings value in common code
Thomas Gleixner
2017-06-04
2
-6
/
+2
|
*
|
posix-timers: Make use of forward/remaining callbacks
Thomas Gleixner
2017-06-04
1
-15
/
+49
|
*
|
posix-timers: Add forward/remaining callbacks
Thomas Gleixner
2017-06-04
1
-0
/
+2
|
*
|
posix-timers: Add active flag to k_itimer
Thomas Gleixner
2017-06-04
1
-1
/
+7
|
*
|
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
2017-06-04
3
-10
/
+11
|
*
|
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
2017-06-04
3
-7
/
+7
|
*
|
posix-timers: Add timer_rearm() callback
Thomas Gleixner
2017-06-04
1
-15
/
+18
|
*
|
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
2017-06-04
2
-3
/
+6
|
*
|
posix-timers: Move interval out of the union
Thomas Gleixner
2017-06-04
2
-17
/
+16
|
*
|
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
2017-06-04
2
-18
/
+15
|
*
|
posix-timers: Move posix-timer internals to core
Thomas Gleixner
2017-06-04
5
-0
/
+36
|
*
|
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
2017-06-04
1
-101
/
+89
[next]