index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
Deepa Dinamani
1
-28
/
+16
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
4
-37
/
+25
2017-06-30
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2
-76
/
+70
2017-06-25
posix-stubs: Conditionally include COMPAT_SYS_NI defines
Deepa Dinamani
1
-6
/
+7
2017-06-25
time: introduce {get,put}_itimerspec64
Deepa Dinamani
1
-0
/
+30
2017-06-25
time: add get_timespec64 and put_timespec64
Deepa Dinamani
1
-0
/
+28
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
5
-7
/
+7
2017-06-14
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
1
-4
/
+5
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
1
-0
/
+41
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
1
-0
/
+41
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2
-18
/
+42
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2
-4
/
+115
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
2
-0
/
+40
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2
-9
/
+35
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2
-24
/
+64
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
3
-1
/
+52
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
4
-12
/
+1
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
3
-29
/
+23
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
5
-36
/
+129
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
4
-22
/
+10
2017-06-14
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
1
-42
/
+20
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
3
-7
/
+14
2017-06-14
alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()
Al Viro
1
-70
/
+32
2017-06-14
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
Al Viro
1
-35
/
+28
2017-06-12
posix-timers: Handle relative posix-timers correctly
Thomas Gleixner
1
-0
/
+13
2017-06-12
posix-timers: Zero out oldval itimerspec
Thomas Gleixner
1
-0
/
+2
2017-06-12
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
Thomas Gleixner
1
-1
/
+1
2017-06-04
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
3
-110
/
+29
2017-06-04
alarmtimer: Implement arm callback
Thomas Gleixner
1
-0
/
+22
2017-06-04
alarmtimer: Implement try_to_cancel callback
Thomas Gleixner
1
-0
/
+10
2017-06-04
alarmtimer: Implement remaining callback
Thomas Gleixner
1
-9
/
+22
2017-06-04
alarmtimer: Implement forward callback
Thomas Gleixner
1
-0
/
+13
2017-06-04
alarmtimer: Implement timer_rearm() callback
Thomas Gleixner
1
-1
/
+14
2017-06-04
posix-timers: Make use of cancel/arm callbacks
Thomas Gleixner
1
-81
/
+100
2017-06-04
posix-timers: Add cancel/arm callbacks
Thomas Gleixner
1
-0
/
+3
2017-06-04
posix-timers: Zero settings value in common code
Thomas Gleixner
2
-6
/
+2
2017-06-04
posix-timers: Make use of forward/remaining callbacks
Thomas Gleixner
1
-15
/
+49
2017-06-04
posix-timers: Add forward/remaining callbacks
Thomas Gleixner
1
-0
/
+2
2017-06-04
posix-timers: Add active flag to k_itimer
Thomas Gleixner
1
-1
/
+7
2017-06-04
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
3
-10
/
+11
2017-06-04
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
2
-6
/
+6
2017-06-04
posix-timers: Add timer_rearm() callback
Thomas Gleixner
1
-15
/
+18
2017-06-04
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
2
-3
/
+6
2017-06-04
posix-timers: Move interval out of the union
Thomas Gleixner
2
-17
/
+16
2017-06-04
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
2
-18
/
+15
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner
5
-0
/
+36
2017-06-04
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
1
-101
/
+89
2017-06-04
posix-clocks: Remove interval timer facility and mmap/fasync callbacks
Thomas Gleixner
1
-113
/
+0
2017-06-04
posix-timers: Remove unused export of posix_timer_event()
Thomas Gleixner
1
-1
/
+0
2017-06-04
alarmtimer: Remove pointless config conditional
Thomas Gleixner
1
-2
/
+1
[next]