summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-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
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet
2011-01-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-01-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov
2011-01-21Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-21perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov
2011-01-21perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra
2011-01-21genirq: Remove __do_IRQThomas Gleixner
2011-01-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-20Merge branch 'akpm'Linus Torvalds
2011-01-20kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller