aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz1-4/+12
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz2-6/+11
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz1-1/+50
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz1-13/+27
2011-02-18ntp: Remove redundant and incorrect parameter checkRichard Cochran1-3/+3
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran3-2/+446
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner2-9/+10
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran1-1/+1
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran2-0/+53
2011-02-02time: Splitout compat timex accessorsRichard Cochran1-48/+65
2011-02-02ntp: Add ADJ_SETOFFSET mode bitRichard Cochran1-0/+11
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz1-0/+36
2011-02-02posix-timer: Update commentRichard Cochran1-18/+7
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner1-12/+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 Gleixner1-2/+0
2011-02-02posix-timers: Convert clock_getres() to clockid_to_kclock()Thomas Gleixner1-13/+4
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 Gleixner2-21/+12
2011-02-02posix-cpu-timers: Remove the stub nanosleep functionsThomas Gleixner1-11/+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 Gleixner1-19/+7
2011-02-02posix-timers: Introduce clockid_to_kclock()Thomas Gleixner1-0/+10
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner1-0/+12
2011-02-02posix-timers: Cleanup struct initializersThomas Gleixner2-31/+31
2011-02-02posix-timers: Define nanosleep not supported error separateThomas Gleixner1-5/+9
2011-02-02time: Correct the *settime* parametersRichard Cochran3-4/+4
2011-02-01time: Fix legacy arch falloutThomas Gleixner1-0/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn8-5/+9
2011-01-31time: Provide xtime_update()Torben Hohn1-0/+13
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner1-5/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn2-11/+18
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 Hohn2-14/+13
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet1-1/+2
2011-01-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+5
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load averagesPaul Turner1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner1-3/+3
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-46/+54
2011-01-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-19/+27
2011-01-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2011-01-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-25/+53