index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
posix-timers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix-timers: Make clock_getres and clock_get mandatory
Thomas Gleixner
2011-02-02
1
-3
/
+12
*
posix-timers: Convert clock_gettime() to clockid_to_kclock()
Thomas Gleixner
2011-02-02
1
-13
/
+15
*
posix-timers: Convert clock_settime to clockid_to_kclock()
Thomas Gleixner
2011-02-02
1
-19
/
+12
*
posix-timers: Cleanup restart_block usage
Thomas Gleixner
2011-02-02
1
-1
/
+1
*
posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock()
Thomas Gleixner
2011-02-02
1
-12
/
+8
*
posix-timers: Convert clock_nanosleep to clockid_to_kclock()
Thomas Gleixner
2011-02-02
1
-19
/
+7
*
posix-timers: Introduce clockid_to_kclock()
Thomas Gleixner
2011-02-02
1
-0
/
+10
*
posix-timers: Cleanup struct initializers
Thomas Gleixner
2011-02-02
1
-19
/
+19
*
posix-timers: Define nanosleep not supported error separate
Thomas Gleixner
2011-02-02
1
-5
/
+9
*
time: Correct the *settime* parameters
Richard Cochran
2011-02-02
1
-2
/
+2
*
posix-timers: Annotate lock_timer()
Namhyung Kim
2010-10-21
1
-2
/
+8
*
posix_timer: Move copy_to_user(created_timer_id) down in timer_create()
Andrey Vagin
2010-07-23
1
-5
/
+6
*
posix_timer: Fix error path in timer_create
Andrey Vagin
2010-05-27
1
-7
/
+4
*
posix-timers.c: Don't export local functions
H Hartley Sweeten
2010-02-05
1
-1
/
+1
*
time: Introduce CLOCK_REALTIME_COARSE
john stultz
2009-08-21
1
-0
/
+35
*
posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW
Hiroshi Shimamoto
2009-08-04
1
-0
/
+7
*
[CVE-2009-0029] System call wrappers part 05
Heiko Carstens
2009-01-14
1
-24
/
+19
*
-
.
Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...
Ingo Molnar
2008-12-25
1
-20
/
+20
|
\
\
|
|
*
posix-timers: check ->it_signal instead of ->it_pid to validate the timer
Oleg Nesterov
2008-12-12
1
-10
/
+7
|
|
*
posix-timers: use "struct pid*" instead of "struct task_struct*"
Oleg Nesterov
2008-12-12
1
-20
/
+23
|
|
/
*
|
Null pointer deref with hrtimer_try_to_cancel()
Thomas Gleixner
2008-12-20
1
-0
/
+6
|
/
*
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
2008-10-22
1
-6
/
+4
|
\
|
*
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
2008-10-17
1
-1
/
+1
|
|
\
|
*
|
hrtimer: convert kernel/* to the new hrtimer apis
Arjan van de Ven
2008-09-05
1
-6
/
+4
|
|
|
|
\
\
|
\
\
|
\
\
*
-
-
-
.
\
\
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
2008-10-20
1
-93
/
+47
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
|
*
posix-timers: lock_timer: make it readable
Oleg Nesterov
2008-09-24
1
-13
/
+10
|
|
|
*
posix-timers: lock_timer: kill the bogus ->it_id check
Oleg Nesterov
2008-09-24
1
-5
/
+4
|
|
|
*
posix-timers: kill ->it_sigev_signo and ->it_sigev_value
Oleg Nesterov
2008-09-24
1
-10
/
+7
|
|
|
*
posix-timers: sys_timer_create: cleanup the error handling
Oleg Nesterov
2008-09-24
1
-8
/
+7
|
|
|
*
posix-timers: move the initialization of timer->sigq from send to create path
Oleg Nesterov
2008-09-24
1
-5
/
+5
|
|
|
*
posix-timers: sys_timer_create: simplify and s/tasklist/rcu/
Oleg Nesterov
2008-09-24
1
-15
/
+8
|
|
|
*
posix-timers: sys_timer_create: remove the buggy PF_EXITING check
Oleg Nesterov
2008-09-24
1
-27
/
+7
|
|
|
*
posix-timers: always do get_task_struct(timer->it_process)
Oleg Nesterov
2008-09-24
1
-6
/
+4
|
|
|
*
posix-timers: don't switch to ->group_leader if ->it_process dies
Oleg Nesterov
2008-09-24
1
-14
/
+5
|
|
|
/
|
|
/
|
|
|
*
fix error-path NULL deref in alloc_posix_timer()
Dan Carpenter
2008-10-02
1
-1
/
+1
|
|
/
*
|
clocksource: introduce CLOCK_MONOTONIC_RAW
John Stultz
2008-08-21
1
-0
/
+15
|
/
*
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-08-11
1
-5
/
+14
|
\
|
*
posix-timers: fix posix_timer_event() vs dequeue_signal() race
Oleg Nesterov
2008-07-24
1
-4
/
+13
|
*
posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun
Oleg Nesterov
2008-07-24
1
-1
/
+1
*
|
posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);
Oleg Nesterov
2008-07-25
1
-3
/
+0
*
|
posix timers: timer_delete: remove the bogus "->it_process != NULL" check
Oleg Nesterov
2008-07-25
1
-10
/
+8
|
/
*
signals: join send_sigqueue() with send_group_sigqueue()
Oleg Nesterov
2008-04-30
1
-4
/
+2
*
kernel: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
*
hrtimer: check relative timeouts for overflow
Thomas Gleixner
2008-02-14
1
-3
/
+5
*
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
Oleg Nesterov
2008-02-10
1
-14
/
+3
*
Use find_task_by_vpid in posix timers
Pavel Emelyanov
2008-02-08
1
-1
/
+1
*
timerfd: new timerfd API
Davide Libenzi
2008-02-05
1
-4
/
+5
*
kernel/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
Isolate some explicit usage of task->tgid
Pavel Emelyanov
2007-10-19
1
-2
/
+2
*
hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier
Anton Blanchard
2007-10-18
1
-3
/
+14
[next]