Commit Graph

73 Commits (875352c94224c88f5aa28cb77206f993bd31b7a2)

Author SHA1 Message Date
Oleg Nesterov d30fda3551 posix-cpu-timers: avoid "task->signal != NULL" checks 15 years ago
Stanislaw Gruszka 29f87b793d posix-cpu-timers: Optimize run_posix_cpu_timers() 15 years ago
Stanislaw Gruszka c28739375b cpu-timers: Avoid iterating over all threads in fastpath_timer_check() 15 years ago
Stanislaw Gruszka 1f169f84d2 cpu-timers: Change SIGEV_NONE timer implementation 15 years ago
Stanislaw Gruszka ae1a78eecc cpu-timers: Return correct previous timer reload value 15 years ago
Stanislaw Gruszka 5eb9aa6414 cpu-timers: Cleanup arm_timer() 15 years ago
Stanislaw Gruszka f55db60904 cpu-timers: Simplify RLIMIT_CPU handling 15 years ago
Stanislaw Gruszka 15365c108e posix-cpu-timers: Reset expire cache when no timer is running 15 years ago
Jiri Slaby 78d7d407b6 kernel core: use helpers for rlimits 15 years ago
Jiri Slaby d4bb527438 posix-cpu-timers: cleanup rlimits usage 15 years ago
Stanislaw Gruszka ba5ea951d0 posix-cpu-timers: optimize and document timer_create callback 15 years ago
Xiao Guangrong 3f0a525ebf itimers: Add tracepoints for itimer 16 years ago
Stanislaw Gruszka 17d42c1c49 posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() 16 years ago
Stanislaw Gruszka a42548a188 cputime: Optimize jiffies_to_cputime(1) 16 years ago
Stanislaw Gruszka d1e3b6d195 itimers: Simplify arm_timer() code a bit 16 years ago
Stanislaw Gruszka 8356b5f9c4 itimers: Fix periodic tics precision 16 years ago
Stanislaw Gruszka 42c4ab41a1 itimers: Merge ITIMER_VIRT and ITIMER_PROF 16 years ago
H Hartley Sweeten 6e85c5ba73 kernel/posix-cpu-timers.c: fix sparse warning 16 years ago
Oleg Nesterov 8f2e586567 posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF) 16 years ago
Hidetoshi Seto c5f8d99585 posixtimers, sched: Fix posix clock monotonicity 16 years ago
Oleg Nesterov 37bebc70d7 posix timers: fix RLIMIT_CPU && fork() 16 years ago
Peter Zijlstra 3997ad317f timers: more consistently use clock vs timer 16 years ago
Peter Zijlstra 4da94d49b2 timers: fix TIMER_ABSTIME for process wide cpu timers 16 years ago
Peter Zijlstra 3fccfd67df timers: split process wide cpu clocks/timers, fix 16 years ago
Peter Zijlstra 4cd4c1b40d timers: split process wide cpu clocks/timers 16 years ago
Peter Zijlstra 490dea45d0 itimers: remove the per-cpu-ish-ness 16 years ago
Petr Tesarik eccdaeafae posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID 16 years ago
Oleg Nesterov ce394471d1 thread_group_cputime: kill the bogus ->signal != NULL check 16 years ago
Oleg Nesterov ad133ba3dc sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers 16 years ago
Frank Mayhar bb34d92f64 timers: fix itimer/many thread hang, v2 17 years ago
Ingo Molnar 5ce73a4a5a timers: fix itimer/many thread hang, cleanups 17 years ago
Frank Mayhar f06febc96b timers: fix itimer/many thread hang 17 years ago
Hiroshi Shimamoto 81d50bb254 posix-timers: print RT watchdog message 17 years ago
Roman Zippel f8bd2258e2 remove div_long_long_rem 17 years ago
WANG Cong ee7dd205b5 posix-timers: fix shadowed variables 17 years ago
Pavel Emelyanov 8dc86af006 Use find_task_by_vpid in posix timers 17 years ago
Peter Zijlstra 5a52dd5009 sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY 17 years ago
Peter Zijlstra 78f2c7db60 sched: SCHED_FIFO/SCHED_RR watchdog timer 17 years ago
Pavel Emelyanov bac0abd617 Isolate some explicit usage of task->tgid 18 years ago
Ingo Molnar 41b86e9c51 sched: make posix-cpu-timers use CFS's accounting information 18 years ago
Pavel Emelianov b5e618181a Introduce a handy list_first_entry macro 18 years ago
Paul E. McKenney 1f2ea0837d [PATCH] posix timers: RCU optimization for clock_gettime() 18 years ago
Thomas Gleixner ac08c26492 [PATCH] posix-cpu-timers: prevent signal delivery starvation 19 years ago
Toyo Abe e4b765551a [PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep() 19 years ago
Toyo Abe 1711ef3866 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode 19 years ago
Oleg Nesterov f53ae1dc34 [PATCH] arm_timer: remove a racy and obsolete PF_EXITING check 19 years ago
Oleg Nesterov 30f1e3dd8c [PATCH] run_posix_cpu_timers: remove a bogus BUG_ON() 19 years ago
Oleg Nesterov 8f17fc20bf [PATCH] check_process_timers: fix possible lockup 19 years ago
Thomas Gleixner 97735f25d2 [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API 19 years ago
Thomas Gleixner a924b04dde [PATCH] hrtimer: make clockid_t arguments const 19 years ago