Commit Graph

111 Commits (d8d386c10630d8f7837700f4c466443d49e12cc0)

Author SHA1 Message Date
Thomas Gleixner d2054b2c11 posix-timers: Remove unused variable 12 years ago
Pavel Emelyanov 5ed67f05f6 posix timers: Allocate timer id per process (v2) 12 years ago
John Stultz 90adda98b8 hrtimer: Add hrtimer support for CLOCK_TAI 12 years ago
John Stultz 1ff3c9677b timekeeping: Add CLOCK_TAI clockid 12 years ago
Tejun Heo ee94d523bf posix-timers: convert to idr_alloc() 12 years ago
Tejun Heo e182bb38d7 posix-timer: Don't call idr_find() with out-of-range ID 12 years ago
Miroslav Lichvar f0dbe81f0e posix-timers: Fix clock_adjtime to always return timex data on success 12 years ago
Paul Gortmaker 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
Eric Dumazet 8af088710d posix-timers: RCU conversion 14 years ago
Thomas Gleixner ab8177bc53 hrtimers: Avoid touching inactive timer bases 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
John Stultz 7fdd7f8900 timers: Export CLOCK_BOOTTIME via the posix timers interface 14 years ago
Richard Cochran 0606f422b4 posix clocks: Introduce dynamic clocks 14 years ago
Thomas Gleixner 527087374f posix-timers: Cleanup namespace 14 years ago
Richard Cochran 81e294cba2 posix-timers: Add support for fd based clocks 14 years ago
Richard Cochran f1f1d5ebd1 posix-timers: Introduce a syscall for clock tuning. 14 years ago
Richard Cochran 0061748dd2 posix-timer: Update comment 14 years ago
Thomas Gleixner 0aa3975f02 posix-timers: Remove CLOCK_DISPATCH leftovers 14 years ago
Thomas Gleixner 6761c6702e posix-timers: Convert timer_delete() to clockid_to_kclock() 14 years ago
Thomas Gleixner a7319fa253 posix-timers: Convert timer_gettime() to clockid_to_kclock() 14 years ago
Thomas Gleixner 27722df16e posix-timers: Convert timer_settime() to clockid_to_kclock() 14 years ago
Thomas Gleixner 838394fbf9 posix-timers: Convert timer_create() to clockid_to_kclock() 14 years ago
Thomas Gleixner ebaac757ac posix-timers: Remove useless res field from k_clock 14 years ago
Thomas Gleixner e5e542eea9 posix-timers: Convert clock_getres() to clockid_to_kclock() 14 years ago
Thomas Gleixner 4359ac0ace posix-timers: Make clock_getres and clock_get mandatory 14 years ago
Thomas Gleixner 4228577763 posix-timers: Convert clock_gettime() to clockid_to_kclock() 14 years ago
Thomas Gleixner 26f9a4796a posix-timers: Convert clock_settime to clockid_to_kclock() 14 years ago
Thomas Gleixner 3751f9f29b posix-timers: Cleanup restart_block usage 14 years ago
Thomas Gleixner 59bd5bc24a posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock() 14 years ago
Thomas Gleixner a5cd288010 posix-timers: Convert clock_nanosleep to clockid_to_kclock() 14 years ago
Thomas Gleixner cc785ac22b posix-timers: Introduce clockid_to_kclock() 14 years ago
Thomas Gleixner 2fd1f04089 posix-timers: Cleanup struct initializers 14 years ago
Thomas Gleixner 65da528d7c posix-timers: Define nanosleep not supported error separate 14 years ago
Richard Cochran 1e6d767924 time: Correct the *settime* parameters 14 years ago
Namhyung Kim 20f33a03f0 posix-timers: Annotate lock_timer() 14 years ago
Andrey Vagin 2b08de0073 posix_timer: Move copy_to_user(created_timer_id) down in timer_create() 15 years ago
Andrey Vagin 45e0fffc8a posix_timer: Fix error path in timer_create 15 years ago
H Hartley Sweeten 6622e670b2 posix-timers.c: Don't export local functions 15 years ago
john stultz da15cfdae0 time: Introduce CLOCK_REALTIME_COARSE 16 years ago
Hiroshi Shimamoto 70d715fd05 posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW 16 years ago
Heiko Carstens 362e9c07c7 [CVE-2009-0029] System call wrappers part 05 16 years ago
Thomas Gleixner 3d44cc3e01 Null pointer deref with hrtimer_try_to_cancel() 16 years ago
Oleg Nesterov 899921025b posix-timers: check ->it_signal instead of ->it_pid to validate the timer 16 years ago
Oleg Nesterov 27af4245b6 posix-timers: use "struct pid*" instead of "struct task_struct*" 16 years ago
Dan Carpenter aa94fbd5cc fix error-path NULL deref in alloc_posix_timer() 17 years ago
Oleg Nesterov 31d9284569 posix-timers: lock_timer: make it readable 17 years ago
Oleg Nesterov 5a51b713cc posix-timers: lock_timer: kill the bogus ->it_id check 17 years ago
Oleg Nesterov 5a9fa73072 posix-timers: kill ->it_sigev_signo and ->it_sigev_value 17 years ago
Oleg Nesterov ef864c9588 posix-timers: sys_timer_create: cleanup the error handling 17 years ago
Oleg Nesterov 717835d94d posix-timers: move the initialization of timer->sigq from send to create path 17 years ago