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-cpu-timers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2017-04-17
posix-timers: Correct sanity check in posix_cpu_nsleep
Eric W. Biederman
1
-1
/
+1
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-18
/
+18
2017-04-14
time: Change k_clock timer_set() and timer_get() to use timespec64
Deepa Dinamani
1
-12
/
+16
2017-04-14
time: Change k_clock clock_set() to use timespec64
Deepa Dinamani
1
-1
/
+1
2017-04-14
time: Change k_clock clock_getres() to use timespec64
Deepa Dinamani
1
-3
/
+3
2017-04-14
time: Change k_clock clock_get() to use timespec64
Deepa Dinamani
1
-5
/
+5
2017-03-13
rlimits: Print more information when CPU/RT limits are exceeded
Arun Raghavan
1
-2
/
+7
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-02-01
timers/itimer: Convert internal cputime_t units to nsec
Frederic Weisbecker
1
-26
/
+17
2017-02-01
timers/posix-timers: Convert internals to use nsecs
Frederic Weisbecker
1
-123
/
+87
2017-02-01
timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...
Frederic Weisbecker
1
-9
/
+2
2017-02-01
sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...
Frederic Weisbecker
1
-23
/
+23
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+0
2016-11-16
posix_cpu_timers: Move the add_device_randomness() call to a proper place
Nicolas Pitre
1
-4
/
+0
2016-11-15
sched/cputime: Simplify task_cputime()
Stanislaw Gruszka
1
-2
/
+2
2016-07-11
posix_cpu_timer: Exit early when process has been reaped
Alexey Dobriyan
1
-0
/
+1
2016-03-02
posix-cpu-timers: Migrate to use new tick dependency mask model
Frederic Weisbecker
1
-41
/
+11
2015-10-15
posix_cpu_timer: Reduce unnecessary sighand lock contention
Jason Low
1
-2
/
+24
2015-10-15
posix_cpu_timer: Convert cputimer->running to bool
Jason Low
1
-2
/
+2
2015-10-15
posix_cpu_timer: Check thread timers only when there are active thread timers
Jason Low
1
-6
/
+16
2015-10-15
posix_cpu_timer: Optimize fastpath_timer_check()
Jason Low
1
-8
/
+3
2015-05-08
sched, timer: Use the atomic task_cputime in thread_group_cputimer
Jason Low
1
-13
/
+13
2015-05-08
sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...
Jason Low
1
-29
/
+50
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
1
-4
/
+4
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-2
/
+1
2014-11-16
sched/cputime: Fix cpu_timer_sample_group() double accounting
Peter Zijlstra
1
-1
/
+1
2014-09-08
time, signal: Protect resource use statistics with seqlock
Rik van Riel
1
-14
/
+0
2014-06-23
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner
1
-0
/
+1490