aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-16clockevents: prevent stale tick update on offline cpuThomas Gleixner1-0/+12
2007-09-16clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner1-7/+4
2007-09-16clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner1-1/+12
2007-09-16timekeeping: Prevent time going backwards on resumeThomas Gleixner1-0/+7
2007-09-16timekeeping: access rtc outside of xtime lockThomas Gleixner1-1/+2
2007-09-11Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds1-1/+1
2007-09-11Restore call_usermodehelper_pipe() behaviourMichael Ellerman1-1/+1
2007-09-11futex_compat: fix list traversal bugsArnd Bergmann1-2/+2
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-0/+1
2007-09-05sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra1-16/+22
2007-09-05sched: improve prev_sum_exec_runtime settingPeter Zijlstra1-3/+2
2007-09-05sched: simplify __check_preempt_curr_fair()Peter Zijlstra1-5/+3
2007-09-05sched: fix xtensa build warningIngo Molnar1-3/+3
2007-09-05sched: debug: fix sum_exec_runtime clearingIngo Molnar1-0/+1
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar2-6/+5
2007-09-05sched: fix niced_granularity() shiftIngo Molnar1-1/+1
2007-09-05sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha1-5/+3
2007-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-11/+36
2007-08-31sigqueue_free: fix the race with collect_signal()Oleg Nesterov1-10/+9
2007-08-31userns: don't leak root userAlexey Dobriyan1-0/+1
2007-08-31request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski1-7/+4
2007-08-31PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONRafael J. Wysocki2-12/+33
2007-08-31setpgid(child) fails if the child was forked by sub-threadOleg Nesterov1-2/+1
2007-08-31Assign task_struct.exit_code before taskstats_exit()Jonathan Lim1-1/+1
2007-08-28sched: clean up task_new_fair()Ingo Molnar1-3/+3
2007-08-28sched: small schedstat fixIngo Molnar1-1/+3
2007-08-28sched: fix wait_start_fair condition in update_stats_wait_end()Ingo Molnar1-0/+3
2007-08-28sched: call update_curr() in task_tick_fair()Ting Yang1-2/+3
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar2-4/+23
2007-08-28sched: fix sleeper bonus limitMike Galbraith1-1/+1
2007-08-27fix bogus hotplug cpu warningHugh Dickins1-1/+1
2007-08-25sched: s/sched_latency/sched_min_granularityIngo Molnar1-2/+2
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar3-7/+7
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra3-17/+85
2007-08-25sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctlsPeter Zijlstra1-9/+9
2007-08-24sched: fix startup penalty calculationIngo Molnar1-1/+1
2007-08-24sched: simplify bonus calculation #2Peter Zijlstra1-2/+1
2007-08-24sched: simplify bonus calculation #1Peter Zijlstra1-2/+1
2007-08-24sched: tidy up and simplify the bonus balanceIngo Molnar1-4/+10
2007-08-24sched: optimize task_tick_rt() a bitDmitry Adamushko1-3/+8
2007-08-24sched: simplify can_migrate_task()Sven-Thorsten Dietrich1-6/+0
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar2-8/+7
2007-08-24sched: CONFIG_SCHED_GROUP_FAIR=y fixletBruce Ashfield1-1/+1
2007-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-18/+53
2007-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+1
2007-08-23sched: tweak the sched_runtime_limit tunableIngo Molnar1-1/+1
2007-08-23sched: skip updating rq's next_balance under null SDSuresh Siddha1-2/+12
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha1-1/+1
2007-08-23sched: fix sysctl directory permissionsEric W. Biederman1-4/+5
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2-10/+34