Sign in
googlers
/
maze
/
linux
/
d8ec91850efaf6cee9234c80260fe03881242374
/
kernel
/
posix-cpu-timers.c
17d42c1
posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()
by Stanislaw Gruszka
· 15 years ago
6e85c5b
kernel/posix-cpu-timers.c: fix sparse warning
by H Hartley Sweeten
· 16 years ago
17b2e9b
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
8f2e586
posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
by Oleg Nesterov
· 16 years ago
5af8c4e
Merge commit 'v2.6.30-rc1' into sched/urgent
by Ingo Molnar
· 16 years ago
c5f8d99
posixtimers, sched: Fix posix clock monotonicity
by Hidetoshi Seto
· 16 years ago
37bebc7
posix timers: fix RLIMIT_CPU && fork()
by Oleg Nesterov
· 16 years ago
3997ad3
timers: more consistently use clock vs timer
by Peter Zijlstra
· 16 years ago
4da94d49
timers: fix TIMER_ABSTIME for process wide cpu timers
by Peter Zijlstra
· 16 years ago
3fccfd6
timers: split process wide cpu clocks/timers, fix
by Peter Zijlstra
· 16 years ago
4cd4c1b
timers: split process wide cpu clocks/timers
by Peter Zijlstra
· 16 years ago
490dea4
itimers: remove the per-cpu-ish-ness
by Peter Zijlstra
· 16 years ago
0b271ef
Merge commit 'v2.6.28' into core/core
by Ingo Molnar
· 16 years ago
eccdaea
posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID
by Petr Tesarik
· 16 years ago
ce39447
thread_group_cputime: kill the bogus ->signal != NULL check
by Oleg Nesterov
· 16 years ago
ad133ba
sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers
by Oleg Nesterov
· 16 years ago
bb34d92
timers: fix itimer/many thread hang, v2
by Frank Mayhar
· 16 years ago
5ce73a4
timers: fix itimer/many thread hang, cleanups
by Ingo Molnar
· 16 years ago
f06febc
timers: fix itimer/many thread hang
by Frank Mayhar
· 16 years ago
81d50bb
posix-timers: print RT watchdog message
by Hiroshi Shimamoto
· 17 years ago
f8bd225
remove div_long_long_rem
by Roman Zippel
· 17 years ago
ee7dd20
posix-timers: fix shadowed variables
by WANG Cong
· 17 years ago
8dc86af
Use find_task_by_vpid in posix timers
by Pavel Emelyanov
· 17 years ago
5a52dd5
sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY
by Peter Zijlstra
· 17 years ago
78f2c7d
sched: SCHED_FIFO/SCHED_RR watchdog timer
by Peter Zijlstra
· 17 years ago
bac0abd
Isolate some explicit usage of task->tgid
by Pavel Emelyanov
· 17 years ago
41b86e9
sched: make posix-cpu-timers use CFS's accounting information
by Ingo Molnar
· 18 years ago
b5e6181
Introduce a handy list_first_entry macro
by Pavel Emelianov
· 18 years ago
1f2ea08
[PATCH] posix timers: RCU optimization for clock_gettime()
by Paul E. McKenney
· 18 years ago
ac08c26
[PATCH] posix-cpu-timers: prevent signal delivery starvation
by Thomas Gleixner
· 18 years ago
e4b7655
[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()
by Toyo Abe
· 18 years ago
1711ef3
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode
by Toyo Abe
· 18 years ago
f53ae1d
[PATCH] arm_timer: remove a racy and obsolete PF_EXITING check
by Oleg Nesterov
· 19 years ago
30f1e3d
[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()
by Oleg Nesterov
· 19 years ago
8f17fc2
[PATCH] check_process_timers: fix possible lockup
by Oleg Nesterov
· 19 years ago
97735f2
[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API
by Thomas Gleixner
· 19 years ago
a924b04
[PATCH] hrtimer: make clockid_t arguments const
by Thomas Gleixner
· 19 years ago
0aec63e
[PATCH] Fix posix-cpu-timers sched_time accumulation
by David S. Miller
· 19 years ago
ee500f2
[PATCH] fix 32bit overflow in timespec_to_sample()
by Oleg Nesterov
· 19 years ago
7fd93cf
[PATCH] posix-timers `unlikely' rejig
by Andrew Morton
· 19 years ago
708f430
[PATCH] posix-cpu-timers: fix overrun reporting
by Roland McGrath
· 19 years ago
72ab373
[PATCH] Yet more posix-cpu-timer fixes
by Roland McGrath
· 19 years ago
a362f46
Revert "remove false BUG_ON() from run_posix_cpu_timers()"
by Linus Torvalds
· 19 years ago
7a4ed93
[PATCH] Fix cpu timers expiration time
by Oleg Nesterov
· 19 years ago
70ab81c
posix cpu timers: fix timer ordering
by Linus Torvalds
· 19 years ago
a69ac4a
[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() race
by Oleg Nesterov
· 19 years ago
ca531a0
[PATCH] posix-timers: exit path cleanup
by Oleg Nesterov
· 19 years ago
3de463c
[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()
by Oleg Nesterov
· 19 years ago
108150e
[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() races
by Oleg Nesterov
· 19 years ago
e80eda9
Posix timers: limit number of timers firing at once
by Linus Torvalds
· 19 years ago
9465bee
Revert "Fix cpu timers exit deadlock and races"
by Linus Torvalds
· 19 years ago
e03d13e
[PATCH] Fix cpu timers exit deadlock and races
by Roland McGrath
· 19 years ago
47d6b08
[PATCH] posix-timers: fix task accounting
by Oleg Nesterov
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2