index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
posix-cpu-timers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
itimers: Add tracepoints for itimer
Xiao Guangrong
2009-08-29
1
-1
/
+6
*
Merge branch 'timers/posixtimers' into timers/tracing
Thomas Gleixner
2009-08-29
1
-70
/
+80
|
\
|
*
cputime: Optimize jiffies_to_cputime(1)
Stanislaw Gruszka
2009-08-03
1
-3
/
+3
|
*
itimers: Simplify arm_timer() code a bit
Stanislaw Gruszka
2009-08-03
1
-21
/
+23
|
*
itimers: Fix periodic tics precision
Stanislaw Gruszka
2009-08-03
1
-3
/
+17
|
*
itimers: Merge ITIMER_VIRT and ITIMER_PROF
Stanislaw Gruszka
2009-08-03
1
-52
/
+46
*
|
posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()
Stanislaw Gruszka
2009-08-08
1
-3
/
+4
|
/
*
kernel/posix-cpu-timers.c: fix sparse warning
H Hartley Sweeten
2009-04-30
1
-4
/
+4
*
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2009-04-09
1
-3
/
+4
|
\
|
*
Merge commit 'v2.6.30-rc1' into sched/urgent
Ingo Molnar
2009-04-08
1
-9
/
+117
|
|
\
|
*
|
posixtimers, sched: Fix posix clock monotonicity
Hidetoshi Seto
2009-04-01
1
-3
/
+4
*
|
|
posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
Oleg Nesterov
2009-04-08
1
-1
/
+1
|
|
/
|
/
|
*
|
posix timers: fix RLIMIT_CPU && fork()
Oleg Nesterov
2009-03-23
1
-1
/
+2
*
|
timers: more consistently use clock vs timer
Peter Zijlstra
2009-02-13
1
-30
/
+30
*
|
timers: fix TIMER_ABSTIME for process wide cpu timers
Peter Zijlstra
2009-02-11
1
-0
/
+34
*
|
timers: split process wide cpu clocks/timers, fix
Peter Zijlstra
2009-02-11
1
-28
/
+14
*
|
timers: split process wide cpu clocks/timers
Peter Zijlstra
2009-02-05
1
-4
/
+91
|
/
*
itimers: remove the per-cpu-ish-ness
Peter Zijlstra
2009-01-07
1
-70
/
+0
*
Merge commit 'v2.6.28' into core/core
Ingo Molnar
2008-12-25
1
-1
/
+1
|
\
|
*
posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID
Petr Tesarik
2008-11-24
1
-1
/
+1
*
|
thread_group_cputime: kill the bogus ->signal != NULL check
Oleg Nesterov
2008-11-17
1
-5
/
+5
|
/
*
sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...
Oleg Nesterov
2008-11-17
1
-2
/
+5
*
timers: fix itimer/many thread hang, v2
Frank Mayhar
2008-09-23
1
-89
/
+64
*
timers: fix itimer/many thread hang, cleanups
Ingo Molnar
2008-09-14
1
-3
/
+3
*
timers: fix itimer/many thread hang
Frank Mayhar
2008-09-14
1
-219
/
+252
*
posix-timers: print RT watchdog message
Hiroshi Shimamoto
2008-05-24
1
-0
/
+3
*
remove div_long_long_rem
Roman Zippel
2008-05-01
1
-6
/
+5
*
posix-timers: fix shadowed variables
WANG Cong
2008-04-17
1
-15
/
+15
*
Use find_task_by_vpid in posix timers
Pavel Emelyanov
2008-02-08
1
-4
/
+4
*
sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY
Peter Zijlstra
2008-01-25
1
-1
/
+2
*
sched: SCHED_FIFO/SCHED_RR watchdog timer
Peter Zijlstra
2008-01-25
1
-0
/
+29
*
Isolate some explicit usage of task->tgid
Pavel Emelyanov
2007-10-19
1
-6
/
+6
*
sched: make posix-cpu-timers use CFS's accounting information
Ingo Molnar
2007-07-09
1
-17
/
+17
*
Introduce a handy list_first_entry macro
Pavel Emelianov
2007-05-08
1
-7
/
+7
*
[PATCH] posix timers: RCU optimization for clock_gettime()
Paul E. McKenney
2007-02-16
1
-5
/
+10
*
[PATCH] posix-cpu-timers: prevent signal delivery starvation
Thomas Gleixner
2006-10-17
1
-6
/
+21
*
[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()
Toyo Abe
2006-09-29
1
-26
/
+58
*
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...
Toyo Abe
2006-09-29
1
-5
/
+12
*
[PATCH] arm_timer: remove a racy and obsolete PF_EXITING check
Oleg Nesterov
2006-06-17
1
-3
/
+0
*
[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()
Oleg Nesterov
2006-06-17
1
-18
/
+18
*
[PATCH] check_process_timers: fix possible lockup
Oleg Nesterov
2006-06-17
1
-5
/
+4
*
[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API
Thomas Gleixner
2006-01-10
1
-9
/
+14
*
[PATCH] hrtimer: make clockid_t arguments const
Thomas Gleixner
2006-01-10
1
-18
/
+22
*
[PATCH] Fix posix-cpu-timers sched_time accumulation
David S. Miller
2006-01-06
1
-12
/
+1
*
[PATCH] fix 32bit overflow in timespec_to_sample()
Oleg Nesterov
2005-11-28
1
-1
/
+1
*
[PATCH] posix-timers `unlikely' rejig
Andrew Morton
2005-11-07
1
-3
/
+3
*
[PATCH] posix-cpu-timers: fix overrun reporting
Roland McGrath
2005-10-30
1
-6
/
+10
*
[PATCH] Yet more posix-cpu-timer fixes
Roland McGrath
2005-10-27
1
-4
/
+7
*
Revert "remove false BUG_ON() from run_posix_cpu_timers()"
Linus Torvalds
2005-10-27
1
-18
/
+18
*
[PATCH] Fix cpu timers expiration time
Oleg Nesterov
2005-10-26
1
-3
/
+3
[next]