summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran
2011-02-02x86: Add clock_adjtime for x86Richard Cochran
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran
2011-02-02time: Splitout compat timex accessorsRichard Cochran
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz
2011-02-02posix-timer: Update commentRichard Cochran
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner
2011-02-02posix-timers: Remove CLOCK_DISPATCH leftoversThomas Gleixner
2011-02-02posix-timers: Convert timer_delete() to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Convert timer_gettime() to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Convert timer_settime() to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Convert timer_create() to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Remove useless res field from k_clockThomas Gleixner
2011-02-02posix-timers: Convert clock_getres() to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Make clock_getres and clock_get mandatoryThomas Gleixner
2011-02-02posix-timers: Convert clock_gettime() to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-cpu-timers: Remove the stub nanosleep functionsThomas Gleixner
2011-02-02thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner
2011-02-02posix-timers: Cleanup restart_block usageThomas Gleixner
2011-02-02posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Introduce clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner
2011-02-02posix-timers: Cleanup struct initializersThomas Gleixner
2011-02-02posix-timers: Define nanosleep not supported error separateThomas Gleixner
2011-02-02time: Correct the *settime* parametersRichard Cochran
2011-02-01time: Fix legacy arch falloutThomas Gleixner
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn
2011-01-31xtensa: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31sparc: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31parisc: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31m68k: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31m32r: Switch from do_timer() to xtime_update()Torben Hohn
2011-01-31ia64: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31h8300: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31frv: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31cris: arch-v32: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31cris: arch-v10: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31blackfin: Switch from do_timer() to xtime_update()Torben Hohn
2011-01-31arm/mach-clps711x: Switch do_timer() to xtime_update()Torben Hohn
2011-01-31arm: Switch from do_timer() to xtime_update()Torben Hohn
2011-01-31alpha: Change do_timer() to xtime_update()Torben Hohn
2011-01-31time: Provide xtime_update()Torben Hohn
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn
2011-01-31time: Move get_jiffies_64 to kernel/time/jiffies.cTorben Hohn