aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran2-1/+14
2011-02-02x86: Add clock_adjtime for x86Richard Cochran4-1/+6
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran4-0/+57
2011-02-02time: Splitout compat timex accessorsRichard Cochran1-48/+65
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran2-1/+13
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz2-0/+37
2011-02-02posix-timer: Update commentRichard Cochran1-18/+7
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner2-24/+15
2011-02-02posix-timers: Remove CLOCK_DISPATCH leftoversThomas Gleixner1-22/+0
2011-02-02posix-timers: Convert timer_delete() to clockid_to_kclock()Thomas Gleixner1-2/+8
2011-02-02posix-timers: Convert timer_gettime() to clockid_to_kclock()Thomas Gleixner1-4/+12
2011-02-02posix-timers: Convert timer_settime() to clockid_to_kclock()Thomas Gleixner1-2/+8
2011-02-02posix-timers: Convert timer_create() to clockid_to_kclock()Thomas Gleixner1-25/+15
2011-02-02posix-timers: Remove useless res field from k_clockThomas Gleixner3-6/+2
2011-02-02posix-timers: Convert clock_getres() to clockid_to_kclock()Thomas Gleixner2-13/+14
2011-02-02posix-timers: Make clock_getres and clock_get mandatoryThomas Gleixner1-3/+12
2011-02-02posix-timers: Convert clock_gettime() to clockid_to_kclock()Thomas Gleixner1-13/+15
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner3-24/+12
2011-02-02posix-cpu-timers: Remove the stub nanosleep functionsThomas Gleixner1-11/+0
2011-02-02thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner1-3/+0
2011-02-02posix-timers: Cleanup restart_block usageThomas Gleixner2-24/+16
2011-02-02posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock()Thomas Gleixner1-12/+8
2011-02-02posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner3-22/+7
2011-02-02posix-timers: Introduce clockid_to_kclock()Thomas Gleixner1-0/+10
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner2-0/+14
2011-02-02posix-timers: Cleanup struct initializersThomas Gleixner3-38/+38
2011-02-02posix-timers: Define nanosleep not supported error separateThomas Gleixner1-5/+9
2011-02-02time: Correct the *settime* parametersRichard Cochran9-15/+18
2011-02-01time: Fix legacy arch falloutThomas Gleixner1-0/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn10-8/+9
2011-01-31xtensa: Switch do_timer() to xtime_update()Torben Hohn1-5/+1
2011-01-31sparc: Switch do_timer() to xtime_update()Torben Hohn2-10/+3
2011-01-31parisc: Switch do_timer() to xtime_update()Torben Hohn1-5/+2
2011-01-31m68k: Switch do_timer() to xtime_update()Torben Hohn6-15/+11
2011-01-31m32r: Switch from do_timer() to xtime_update()Torben Hohn1-3/+2
2011-01-31ia64: Switch do_timer() to xtime_update()Torben Hohn2-22/+10
2011-01-31h8300: Switch do_timer() to xtime_update()Torben Hohn2-4/+2
2011-01-31frv: Switch do_timer() to xtime_update()Torben Hohn1-12/+2
2011-01-31cris: arch-v32: Switch do_timer() to xtime_update()Torben Hohn1-4/+2
2011-01-31cris: arch-v10: Switch do_timer() to xtime_update()Torben Hohn1-2/+2
2011-01-31blackfin: Switch from do_timer() to xtime_update()Torben Hohn1-4/+2
2011-01-31arm/mach-clps711x: Switch do_timer() to xtime_update()Torben Hohn1-1/+1
2011-01-31arm: Switch from do_timer() to xtime_update()Torben Hohn1-3/+1
2011-01-31alpha: Change do_timer() to xtime_update()Torben Hohn1-6/+2
2011-01-31time: Provide xtime_update()Torben Hohn2-0/+14
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner2-6/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn3-11/+19
2011-01-31time: Move get_jiffies_64 to kernel/time/jiffies.cTorben Hohn2-17/+18
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn3-15/+13
2011-01-31Input: rc-keymap - return KEY_RESERVED for unknown mappingsDmitry Torokhov1-11/+17