index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-17
/
+9
2018-03-22
posix-timers: Protect posix clock array access against speculation
Thomas Gleixner
1
-3
/
+8
2018-03-13
posix-timers: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
1
-22
/
+1
2018-03-13
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
Thomas Gleixner
1
-0
/
+13
2018-01-23
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
1
-1
/
+1
2017-12-15
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
1
-12
/
+17
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
1
-12
/
+8
2017-06-30
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
1
-38
/
+25
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
1
-2
/
+2
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
1
-18
/
+41
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
1
-4
/
+62
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
1
-9
/
+34
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
1
-24
/
+63
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
1
-0
/
+27
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
1
-4
/
+0
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
1
-8
/
+24
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
1
-5
/
+5
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
1
-1
/
+4
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
1
-7
/
+5
2017-06-04
posix-timers: Make use of cancel/arm callbacks
Thomas Gleixner
1
-81
/
+100
2017-06-04
posix-timers: Zero settings value in common code
Thomas Gleixner
1
-2
/
+1
2017-06-04
posix-timers: Make use of forward/remaining callbacks
Thomas Gleixner
1
-15
/
+49
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
1
-6
/
+6
2017-06-04
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
1
-5
/
+5
2017-06-04
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
1
-3
/
+4
2017-06-04
posix-timers: Move interval out of the union
Thomas Gleixner
1
-10
/
+10
2017-06-04
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
1
-7
/
+8
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner
1
-0
/
+1
2017-06-04
posix-timers: Avoid gazillions of forward declarations
Thomas Gleixner
1
-101
/
+89
2017-06-04
posix-timers: Remove unused export of posix_timer_event()
Thomas Gleixner
1
-1
/
+0
2017-05-27
posix-timers: Make posix_clocks immutable
Christoph Hellwig
1
-102
/
+89
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-4
/
+6
2017-04-14
time: Change k_clock timer_set() and timer_get() to use timespec64
Deepa Dinamani
1
-16
/
+21
2017-04-14
time: Change k_clock clock_set() to use timespec64
Deepa Dinamani
1
-6
/
+5
2017-04-14
time: Change k_clock clock_getres() to use timespec64
Deepa Dinamani
1
-4
/
+6
2017-04-14
time: Change k_clock clock_get() to use timespec64
Deepa Dinamani
1
-15
/
+17
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
1
-1
/
+4
2017-03-02
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...
Ingo Molnar
1
-0
/
+1
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-10
/
+10
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-01-17
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
1
-5
/
+12
2014-10-25
posix-timers: Fix stack info leak in timer_create()
Mathias Krause
1
-0
/
+1
2014-07-23
time: Consolidate the time accessor prototypes
Thomas Gleixner
1
-0
/
+2
[next]