summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-01security: remove unused security_sysctl hookLucian Adrian Grijincu1-5/+0
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-31Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner10-335/+321
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-31watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz1-4/+6
2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz1-6/+7
2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz1-14/+6
2011-01-31genirq: Fix affinity notifier falloutThomas Gleixner1-1/+1
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet1-1/+2
2011-01-28rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan4-230/+127
2011-01-27Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+5
2011-01-27perf: Fix alloc_callchain_buffers()Eric Dumazet1-2/+1
2011-01-27sched: Avoid expensive initial update_cfs_load(), on UP tooPeter Zijlstra1-0/+2
2011-01-27cred: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2011-01-27Merge commit 'v2.6.38-rc2' into core/lockingThomas Gleixner90-2384/+4867
2011-01-26rtmutex-tester: Remove BKL testsArnd Bergmann1-35/+4
2011-01-26sched: Fix switch_from_fair()Peter Zijlstra5-34/+66
2011-01-26sched: Simplify the idle scheduling classPeter Zijlstra1-19/+4
2011-01-26softirqs: Account ksoftirqd time as cpustat softirqVenkatesh Pallipadi1-0/+8
2011-01-26sched: Export ns irqtimes through /proc/statVenkatesh Pallipadi1-0/+102
2011-01-26sched: Refactor account_system_time separating id-updateVenkatesh Pallipadi1-15/+31
2011-01-26time: Add nsecs_to_cputime64 interface for asm-genericVenkatesh Pallipadi1-2/+21
2011-01-26softirqs: Free up pf flag PF_KSOFTIRQDVenkatesh Pallipadi2-3/+2